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 4d1aff2 commit 66797caCopy full SHA for 66797ca
packages/default.nix
@@ -76,4 +76,3 @@
76
};
77
78
}
79
-
packages/mcl/default.nix
@@ -61,7 +61,7 @@ buildDubPackage rec {
61
nativeBuildInputs = [ pkgs.makeWrapper ] ++ deps;
62
63
postFixup = ''
64
- wrapProgram $out/bin/${pname} --set PATH "${lib.makeBinPath deps}"
+ wrapProgram $out/bin/${pname} --set PATH "${lib.makeBinPath deps}" --set LD_LIBRARY_PATH "${lib.makeLibraryPath deps}"
65
'';
66
67
dubBuildFlags = [
0 commit comments