summary refs log tree commit diff
path: root/pkgs/development/tools/haskell
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-09-07 16:51:42 +0200
committerPeter Simons <simons@cryp.to>2015-09-07 17:34:59 +0200
commit06a7b22985fbe55f86c285033589fe9b6bf930da (patch)
tree43e8cbc7ee22c39b3af252d92699ba0148dd90c4 /pkgs/development/tools/haskell
parentd4f7bf9c2983bf1a793c0fd5b4ea82a04bb8efca (diff)
downloadnixpkgs-06a7b22985fbe55f86c285033589fe9b6bf930da.tar
nixpkgs-06a7b22985fbe55f86c285033589fe9b6bf930da.tar.gz
nixpkgs-06a7b22985fbe55f86c285033589fe9b6bf930da.tar.bz2
nixpkgs-06a7b22985fbe55f86c285033589fe9b6bf930da.tar.lz
nixpkgs-06a7b22985fbe55f86c285033589fe9b6bf930da.tar.xz
nixpkgs-06a7b22985fbe55f86c285033589fe9b6bf930da.tar.zst
nixpkgs-06a7b22985fbe55f86c285033589fe9b6bf930da.zip
cabal2nix: fix https://github.com/NixOS/cabal2nix/issues/203 some more
Diffstat (limited to 'pkgs/development/tools/haskell')
-rw-r--r--pkgs/development/tools/haskell/cabal2nix/cabal2nix.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/haskell/cabal2nix/cabal2nix.nix b/pkgs/development/tools/haskell/cabal2nix/cabal2nix.nix
index 006f8eb1f98..ad612fd4422 100644
--- a/pkgs/development/tools/haskell/cabal2nix/cabal2nix.nix
+++ b/pkgs/development/tools/haskell/cabal2nix/cabal2nix.nix
@@ -1,6 +1,6 @@
-{ mkDerivation, ansi-wl-pprint, base, Cabal, containers
-, distribution-nixpkgs, fetchFromGitHub, language-nix, lens
-, optparse-applicative, pretty, pretty-show, stdenv
+{ mkDerivation, ansi-wl-pprint, base, Cabal, containers, distribution-nixpkgs
+, fetchFromGitHub, language-nix, lens, optparse-applicative, pretty, pretty-show
+, stdenv, nix-prefetch-scripts, makeWrapper
 }:
 
 mkDerivation rec {