Merge pull request #323823 from MangoIV/mangoiv/static-profiling-builds
haskell.lib.compose: don't disable library profiling in justStaticExecutables
This commit is contained in:
commit
b7fdb93a83
@ -292,7 +292,7 @@ rec {
|
||||
*/
|
||||
justStaticExecutables = overrideCabal (drv: {
|
||||
enableSharedExecutables = false;
|
||||
enableLibraryProfiling = false;
|
||||
enableLibraryProfiling = drv.enableExecutableProfiling or false;
|
||||
isLibrary = false;
|
||||
doHaddock = false;
|
||||
postFixup = drv.postFixup or "" + ''
|
||||
|
Loading…
Reference in New Issue
Block a user