Revert "hslib: Function to extract the haskell build inputs of a package."

This reverts commit d545ef3fa1. Please don't
commit substantial changes to the generic Haskell builder without giving me a
chance to review them.
This commit is contained in:
Peter Simons
2017-12-28 19:23:41 +01:00
parent babbcd3c0a
commit 65138e8a41
3 changed files with 33 additions and 94 deletions
@@ -33,7 +33,7 @@ let
inherit (haskellLib) overrideCabal;
mkDerivationImpl = pkgs.callPackage ./generic-builder.nix {
inherit stdenv haskellLib;
inherit stdenv;
inherit (pkgs) fetchurl pkgconfig glibcLocales coreutils gnugrep gnused;
nodejs = pkgs.nodejs-slim;
jailbreak-cabal = if (self.ghc.cross or null) != null