diff options
Diffstat (limited to 'pkgs/development/compilers/ghc/8.6.5-binary.nix')
| -rw-r--r-- | pkgs/development/compilers/ghc/8.6.5-binary.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ghc/8.6.5-binary.nix b/pkgs/development/compilers/ghc/8.6.5-binary.nix index 8d97f6c5c90c..1f559c59f779 100644 --- a/pkgs/development/compilers/ghc/8.6.5-binary.nix +++ b/pkgs/development/compilers/ghc/8.6.5-binary.nix @@ -103,7 +103,7 @@ stdenv.mkDerivation rec { # Cannot patchelf beforehand due to relative RPATHs that anticipate # the final install location/ - ${libEnvVar} = libPath; + env.${libEnvVar} = libPath; postUnpack = # GHC has dtrace probes, which causes ld to try to open /usr/lib/libdtrace.dylib |
