File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 6969 // optionalAttrs ( system == "x86_64-linux" ) {
7070 mcl = pkgs . callPackage ./mcl {
7171 buildDubPackage = inputs' . dlang-nix . legacyPackages . buildDubPackage . override {
72- dCompiler = inputs' . dlang-nix . packages . "ldc-binary-1_34_0 " ;
72+ dCompiler = inputs' . dlang-nix . packages . "ldc-binary-1_38_0 " ;
7373 } ;
7474 inherit ( legacyPackages . inputs . nixpkgs ) cachix nix nix-eval-jobs ;
7575 } ;
Original file line number Diff line number Diff line change 2323 xorg . xrandr
2424 glxinfo
2525 cachix
26+ curl
2627 ] ) ;
2728 excludedTests = (
2829 lib . concatStringsSep "|" [
@@ -52,17 +53,15 @@ buildDubPackage rec {
5253 nativeBuildInputs = [ pkgs . makeWrapper ] ++ deps ;
5354
5455 postFixup = ''
55- wrapProgram $out/bin/${ pname } --set PATH "${ lib . makeBinPath deps } "
56+ wrapProgram $out/bin/${ pname } --set PATH "${ lib . makeBinPath deps } " --set LD_LIBRARY_PATH " ${ lib . makeLibraryPath deps } "
5657 '' ;
5758
5859 dubBuildFlags = [
59- "--compiler=dmd"
6060 "-b"
6161 "debug"
6262 ] ;
6363
6464 dubTestFlags = [
65- "--compiler=dmd"
6665 "--"
6766 "-e"
6867 excludedTests
You can’t perform that action at this time.
0 commit comments