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:
maralorn 2024-07-04 14:53:08 +02:00 committed by GitHub
commit b7fdb93a83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 "" + ''