haskell.compiler.ghc*Binary: fix build with structuredAttrs
This commit is contained in:
committed by
sternenseemann
parent
307cf2503b
commit
a43b8f3285
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user