Skip to content

Commit

Permalink
Fix test selection
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Feb 19, 2021
1 parent 32670cc commit f96730c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ let
# githash runs git from TH code and this needs a cross compiled git exe
# to work correctly. Cross compiling git is currently brocken.
githash = haskell-nix.callPackage ./githash { inherit compiler-nix-name; testSrc = testSrcWithGitDir; };
} // lib.optionalAttrs (!stdenv.hostPlatform.isGhcjs && !stdenv.hostPlatform.isLinux && !(__elem compiler-nix-name ["ghc865" "ghc884"])) {
} // lib.optionalAttrs (stdenv.hostPlatform.isLinux && !(__elem compiler-nix-name ["ghc865" "ghc884"])) {
cabal-simple-debug = callTest ./cabal-simple-debug { inherit util compiler-nix-name; };
};

Expand Down

0 comments on commit f96730c

Please sign in to comment.