diff --git a/configuration/common.nix b/configuration/common.nix
index aeadd1582c07f0d15b453e7e669bd7c61e0c5966..7d8b51b58fcc066af3c16ff2418fa5c5b2c2e5e1 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`