From 81a5395c230d95f6ad07a6a100fffbb9d5b4e4d5 Mon Sep 17 00:00:00 2001 From: Ryan Trinkle Date: Wed, 27 Aug 2014 12:27:42 -0400 Subject: [PATCH] Ensure regex-posix is available to build ghcjs even if tests are disabled. --- pkgs/development/tools/haskell/ghcjs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/haskell/ghcjs/default.nix b/pkgs/development/tools/haskell/ghcjs/default.nix index 4feffcd7f4c..e3f5f29f6f9 100644 --- a/pkgs/development/tools/haskell/ghcjs/default.nix +++ b/pkgs/development/tools/haskell/ghcjs/default.nix @@ -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