ghc-binary: fix build with structuredAttrs (#470435)

This commit is contained in:
sternenseemann
2025-12-14 19:26:15 +00:00
committed by GitHub
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,