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