Skip to content

Commit 060f7cb

Browse files
committedMar 8, 2017
haskell-generic-builder: remove unused nodePackages argument
1 parent f641e90 commit 060f7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/development/haskell-modules/generic-builder.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{ stdenv, fetchurl, ghc, pkgconfig, glibcLocales, coreutils, gnugrep, gnused
2-
, jailbreak-cabal, hscolour, cpphs, nodePackages
2+
, jailbreak-cabal, hscolour, cpphs
33
}: let isCross = (ghc.cross or null) != null; in
44

55
{ pname

0 commit comments

Comments
 (0)
Please sign in to comment.