about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-04-12 10:01:27 +0200
committerPeter Simons <simons@cryp.to>2016-04-12 10:01:27 +0200
commit4fe298f24829ade53f8523d5588bf1a6308bbc5d (patch)
treeed3a3f19ed6e0e397d1e2cdbd1bc9615db87ddee /pkgs
parent5c043134517c7e8000d896df70b191ff0630fcf2 (diff)
parentc3860bf00813b83f5879b675924bc3bd8c4bf0d2 (diff)
downloadnixlib-4fe298f24829ade53f8523d5588bf1a6308bbc5d.tar
nixlib-4fe298f24829ade53f8523d5588bf1a6308bbc5d.tar.gz
nixlib-4fe298f24829ade53f8523d5588bf1a6308bbc5d.tar.bz2
nixlib-4fe298f24829ade53f8523d5588bf1a6308bbc5d.tar.lz
nixlib-4fe298f24829ade53f8523d5588bf1a6308bbc5d.tar.xz
nixlib-4fe298f24829ade53f8523d5588bf1a6308bbc5d.tar.zst
nixlib-4fe298f24829ade53f8523d5588bf1a6308bbc5d.zip
Merge pull request #14603 from obadz/haste-fix
haskellPackages.haste-compiler: fix build issue in #14581
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/haskell/haste/haste-compiler.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/tools/haskell/haste/haste-compiler.nix b/pkgs/development/tools/haskell/haste/haste-compiler.nix
index 54a247af6284..f9aa5abae574 100644
--- a/pkgs/development/tools/haskell/haste/haste-compiler.nix
+++ b/pkgs/development/tools/haskell/haste/haste-compiler.nix
@@ -1,4 +1,5 @@
-{ overrideCabal
+{ mkDerivation
+, overrideCabal
 , super-haste-compiler
 }: