Skip to content

Commit

Permalink
Try disabling setup-deps on windows and musl
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Nov 16, 2019
1 parent 86d4032 commit 886d6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup-deps/default.nix
Expand Up @@ -21,7 +21,7 @@ in recurseIntoAttrs {
run = pkgs.stdenv.mkDerivation {
name = "call-cabal-project-to-nix-test";

buildCommand = ''
buildCommand = optionalString (!stdenv.hostPlatform.isWindows) ''
exe="${packages.pkg.components.exes.pkg}/bin/pkg"
printf "checking whether executable runs... " >& 2
Expand Down

0 comments on commit 886d6f5

Please sign in to comment.