haskell.compiler.ghc*Binary: fix build with structuredAttrs

This commit is contained in:
Stefan Frijters
2025-12-14 20:17:19 +01:00
committed by sternenseemann
parent 307cf2503b
commit a43b8f3285
2 changed files with 2 additions and 2 deletions
@@ -250,7 +250,7 @@ stdenv.mkDerivation {
# of the bindist installer can find the libraries they expect.
# Cannot patchelf beforehand due to relative RPATHs that anticipate
# the final install location.
${libEnvVar} = libPath;
env.${libEnvVar} = libPath;
postUnpack =
# Verify our assumptions of which `libtinfo.so` (ncurses) version is used,
@@ -232,7 +232,7 @@ stdenv.mkDerivation {
# of the bindist installer can find the libraries they expect.
# Cannot patchelf beforehand due to relative RPATHs that anticipate
# the final install location.
${libEnvVar} = libPath;
env.${libEnvVar} = libPath;
postUnpack =
# Verify our assumptions of which `libtinfo.so` (ncurses) version is used,