From 06a7b22985fbe55f86c285033589fe9b6bf930da Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 7 Sep 2015 16:51:42 +0200 Subject: [PATCH] cabal2nix: fix https://github.com/NixOS/cabal2nix/issues/203 some more --- pkgs/development/tools/haskell/cabal2nix/cabal2nix.nix | 6 +++--- 1 file 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 {