Skip to content

Commit 4fe25a0

Browse files
committed
Add note about leaking into RPATH
1 parent 3799b9e commit 4fe25a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/haskell-modules/generic-builder.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ in
8585
enableSharedLibraries ?
8686
!stdenv.hostPlatform.isStatic
8787
&& (ghc.enableShared or false)
88-
&& !stdenv.hostPlatform.useAndroidPrebuilt,
88+
&& !stdenv.hostPlatform.useAndroidPrebuilt, # TODO: figure out why /build leaks into RPATH
8989
enableDeadCodeElimination ? (!stdenv.hostPlatform.isDarwin), # TODO: use -dead_strip for darwin
9090
# Disabling this for ghcjs prevents this crash: https://gitlab.haskell.org/ghc/ghc/-/issues/23235
9191
enableStaticLibraries ?

0 commit comments

Comments
 (0)