We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3799b9e commit 4fe25a0Copy full SHA for 4fe25a0
pkgs/development/haskell-modules/generic-builder.nix
@@ -85,7 +85,7 @@ in
85
enableSharedLibraries ?
86
!stdenv.hostPlatform.isStatic
87
&& (ghc.enableShared or false)
88
- && !stdenv.hostPlatform.useAndroidPrebuilt,
+ && !stdenv.hostPlatform.useAndroidPrebuilt, # TODO: figure out why /build leaks into RPATH
89
enableDeadCodeElimination ? (!stdenv.hostPlatform.isDarwin), # TODO: use -dead_strip for darwin
90
# Disabling this for ghcjs prevents this crash: https://gitlab.haskell.org/ghc/ghc/-/issues/23235
91
enableStaticLibraries ?
0 commit comments