haskell-packages.nix: whoops, don't enable shared libraries just yet
This commit is contained in:
parent
fae8fd8ef1
commit
f7bec094e6
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
|
||||
{ pkgs, newScope, ghc, prefFun, modifyPrio ? (x : x)
|
||||
, enableLibraryProfiling ? false
|
||||
, enableSharedLibraries ? true
|
||||
, enableSharedLibraries ? false
|
||||
, enableSharedExecutables ? false
|
||||
, enableCheckPhase ? pkgs.stdenv.lib.versionOlder "7.4" ghc.version
|
||||
}:
|
||||
|
|
Loading…
Reference in a new issue