From 3001b821c9b4908d7060b9e384ccae620107a25f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 1 Mar 2017 19:56:08 +0100 Subject: [PATCH] haskell generic-builder: Revert "Pass through the list of haskell build inputs." This reverts commit c153036525575d046fc808a4805d023e3e2e9e75. Please don't add random stuff to the interface provided by the generic builder without coordinating with others. There is a proper effort underway to provide that information in https://github.com/NixOS/nixpkgs/pull/23023. --- pkgs/development/haskell-modules/generic-builder.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/generic-builder.nix b/pkgs/development/haskell-modules/generic-builder.nix index 964f569ef67..7c3f6424193 100644 --- a/pkgs/development/haskell-modules/generic-builder.nix +++ b/pkgs/development/haskell-modules/generic-builder.nix @@ -303,7 +303,7 @@ stdenv.mkDerivation ({ passthru = passthru // { - inherit pname version ghcEnv haskellBuildInputs; + inherit pname version ghcEnv; isHaskellLibrary = hasActiveLibrary;