Skip to content
Snippets Groups Projects
Commit 0d4d17bc authored by Daniel Firth's avatar Daniel Firth
Browse files

Remove patchelf line from hls

parent d2f2314f
1 merge request!4698 darwin
Pipeline #5834 failed with stages
in 1 hour, 58 minutes, and 43 seconds
......@@ -58,7 +58,6 @@ final: prev: {
export HOME=$TMPDIR
'';
postInstall = ''
RUNPATH=`patchelf --print-rpath $out/bin/haskell-language-server | cut -d: -f2-`
GHC_VERSION=`ghc --version | awk '{print $NF;}'`
mv "$out/bin/haskell-language-server" "$out/bin/.haskell-language-server-''${GHC_VERSION}-unwrapped"
BOOT_PKGS=`ghc-pkg-$GHC_VERSION --global list --simple-output`
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment