Merge pull request #277399 from trofi/bazel-watcher.bazel-fix-tests-eval
bazel-watcher.bazel: fix `tests` attribute evaluation
This commit is contained in:
commit
c8e074a183
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1mm4awx6sa0myiz9j4hwp71rpr7yh8vihf3zm15n2ii6xb82r31k";
|
||||
};
|
||||
|
||||
in (lib.optionalSttrs (!stdenv.hostPlatform.isDarwin) {
|
||||
in (lib.optionalAttrs (!stdenv.hostPlatform.isDarwin) {
|
||||
# `extracted` doesn’t work on darwin
|
||||
shebang = callPackage ../shebang-test.nix { inherit runLocal extracted bazelTest distDir; bazel = bazel_self;};
|
||||
}) // {
|
||||
|
|
Loading…
Reference in a new issue