Loading pkgs/development/tools/build-managers/bmake/default.nix +9 −4 Original line number Diff line number Diff line Loading @@ -10,11 +10,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "bmake"; version = "20220208"; version = "20220726"; src = fetchurl { url = "http://www.crufty.net/ftp/pub/sjg/${finalAttrs.pname}-${finalAttrs.version}.tar.gz"; hash = "sha256-ewDB4UYrLh5Upk2ND88n/HfursPxOSDv+NlST/BZ1to="; hash = "sha256-G/N3B4lyJyHcp7C/+K/EqVINog8CGbt7xSNQrwEz8KA="; }; # Make tests work with musl Loading Loading @@ -60,10 +60,15 @@ stdenv.mkDerivation (finalAttrs: { ]; # Disabled tests: # opt-chdir: ofborg complains about it somehow # opt-keep-going-indirect: not yet known # varmod-localtime: musl doesn't support TZDIR and this test relies on impure, # implicit paths # opt-chdir: ofborg complains about it somehow BROKEN_TESTS = "varmod-localtime opt-chdir"; BROKEN_TESTS = builtins.concatStringsSep " " [ "opt-chdir" "opt-keep-going-indirect" "varmod-localtime" ]; buildPhase = '' runHook preBuild Loading Loading
pkgs/development/tools/build-managers/bmake/default.nix +9 −4 Original line number Diff line number Diff line Loading @@ -10,11 +10,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "bmake"; version = "20220208"; version = "20220726"; src = fetchurl { url = "http://www.crufty.net/ftp/pub/sjg/${finalAttrs.pname}-${finalAttrs.version}.tar.gz"; hash = "sha256-ewDB4UYrLh5Upk2ND88n/HfursPxOSDv+NlST/BZ1to="; hash = "sha256-G/N3B4lyJyHcp7C/+K/EqVINog8CGbt7xSNQrwEz8KA="; }; # Make tests work with musl Loading Loading @@ -60,10 +60,15 @@ stdenv.mkDerivation (finalAttrs: { ]; # Disabled tests: # opt-chdir: ofborg complains about it somehow # opt-keep-going-indirect: not yet known # varmod-localtime: musl doesn't support TZDIR and this test relies on impure, # implicit paths # opt-chdir: ofborg complains about it somehow BROKEN_TESTS = "varmod-localtime opt-chdir"; BROKEN_TESTS = builtins.concatStringsSep " " [ "opt-chdir" "opt-keep-going-indirect" "varmod-localtime" ]; buildPhase = '' runHook preBuild Loading