From 0d4d17bc5a34ed447a3c6cc8d2d677c63d7db76d Mon Sep 17 00:00:00 2001
From: Daniel Firth <dan.firth@horizon-haskell.net>
Date: Sat, 24 Feb 2024 21:01:36 +0000
Subject: [PATCH] Remove patchelf line from hls

---
 configuration/common.nix | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configuration/common.nix b/configuration/common.nix
index aeadd158..7d8b51b5 100644
--- a/configuration/common.nix
+++ b/configuration/common.nix
@@ -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`
-- 
GitLab