Ensure regex-posix is available to build ghcjs even if tests are disabled.

This commit is contained in:
Ryan Trinkle 2014-08-27 12:27:42 -04:00
parent 00b108871d
commit 81a5395c23
1 changed files with 2 additions and 2 deletions

View File

@ -64,11 +64,11 @@ cabal.mkDerivation (self: rec {
alex happy git gnumake gcc autoconf automake libtool patch gmp
base16Bytestring cryptohash executablePath haddockInternal
transformersCompat QuickCheck haddock hspec xhtml
ghcjsPrim
ghcjsPrim regexPosix
];
buildTools = [ nodejs git ];
testDepends = [
HUnit regexPosix testFramework testFrameworkHunit
HUnit testFramework testFrameworkHunit
];
postConfigure = ''
echo Patching ghcjs with absolute paths to the Nix store