shellcheck: dont statically compile

This commit is contained in:
Matthew Bauer 2018-03-22 17:34:43 -05:00
parent 366bf3a309
commit e746cbd904

View File

@ -8143,7 +8143,7 @@ with pkgs;
shards = callPackage ../development/tools/build-managers/shards { }; shards = callPackage ../development/tools/build-managers/shards { };
shellcheck = haskell.lib.justStaticExecutables haskellPackages.ShellCheck; shellcheck = haskellPackages.ShellCheck;
schemaspy = callPackage ../development/tools/database/schemaspy { }; schemaspy = callPackage ../development/tools/database/schemaspy { };