haskell-language-server: default to statically linking haskell deps
This means we don't use the system linker by default, but decreases closure size significantly, as we no longer reference every supported version GHC.
This commit is contained in:
parent
a7c18f7a90
commit
ea5e442833
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
, stdenv
|
||||
, supportedGhcVersions ? [ "884" "8107" "902" ]
|
||||
++ lib.optionals (!stdenv.hostPlatform.isAarch64) [ "921" ]
|
||||
, dynamic ? true
|
||||
, dynamic ? false
|
||||
, haskellPackages
|
||||
, haskell
|
||||
}:
|
||||
|
|
Loading…
Reference in a new issue