shellcheck: dont statically compile
This commit is contained in:
parent
366bf3a309
commit
e746cbd904
|
@ -8143,7 +8143,7 @@ with pkgs;
|
|||
|
||||
shards = callPackage ../development/tools/build-managers/shards { };
|
||||
|
||||
shellcheck = haskell.lib.justStaticExecutables haskellPackages.ShellCheck;
|
||||
shellcheck = haskellPackages.ShellCheck;
|
||||
|
||||
schemaspy = callPackage ../development/tools/database/schemaspy { };
|
||||
|
||||
|
|
Loading…
Reference in New Issue