Revert "shellcheck: dont statically compile"

This reverts commit e746cbd904.
gstqt5
Matthew Bauer 2018-03-26 21:01:21 -05:00
parent 970f2b5063
commit 799e8c5745
1 changed files with 1 additions and 1 deletions

View File

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