Skip to content

Commit 79759c4

Browse files
committed
fix(packages): Update dCompiler reference in default.nix
1 parent 227aa17 commit 79759c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
// optionalAttrs (system == "x86_64-linux") {
7070
mcl = pkgs.callPackage ./mcl {
7171
buildDubPackage = inputs'.dlang-nix.legacyPackages.buildDubPackage.override {
72-
ldc = inputs'.dlang-nix.packages."ldc-binary-1_34_0";
72+
dCompiler = inputs'.dlang-nix.packages."ldc-binary-1_34_0";
7373
};
7474
inherit (legacyPackages.inputs.nixpkgs) cachix nix nix-eval-jobs;
7575
};

0 commit comments

Comments
 (0)