hlint: add as statically linked haskell binary

This commit is contained in:
Domen Kožar 2017-05-03 14:02:56 +02:00
parent 017a723939
commit eacb230a56
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -5281,6 +5281,7 @@ with pkgs;
cabal-install = haskell.lib.disableSharedExecutables haskellPackages.cabal-install;
stack = haskell.lib.justStaticExecutables haskellPackages.stack;
hlint = haskell.lib.justStaticExecutables haskellPackages.hlint;
all-cabal-hashes = callPackage ../data/misc/hackage/default.nix { };