We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227aa17 commit 79759c4Copy full SHA for 79759c4
packages/default.nix
@@ -69,7 +69,7 @@
69
// optionalAttrs (system == "x86_64-linux") {
70
mcl = pkgs.callPackage ./mcl {
71
buildDubPackage = inputs'.dlang-nix.legacyPackages.buildDubPackage.override {
72
- ldc = inputs'.dlang-nix.packages."ldc-binary-1_34_0";
+ dCompiler = inputs'.dlang-nix.packages."ldc-binary-1_34_0";
73
};
74
inherit (legacyPackages.inputs.nixpkgs) cachix nix nix-eval-jobs;
75
0 commit comments