mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
haskell-language-server: retain old postInstall if any
This commit is contained in:
parent
dcb9ff59ca
commit
632fc5f2b1
@ -22,6 +22,8 @@ let
|
||||
(haskell.lib.compose.overrideCabal (old: {
|
||||
enableSharedExecutables = dynamic;
|
||||
postInstall = ''
|
||||
${old.postInstall or ""}
|
||||
|
||||
remove-references-to -t ${hsPkgs.ghc} $out/bin/haskell-language-server
|
||||
remove-references-to -t ${hsPkgs.shake.data} $out/bin/haskell-language-server
|
||||
remove-references-to -t ${hsPkgs.js-jquery.data} $out/bin/haskell-language-server
|
||||
|
Loading…
Reference in New Issue
Block a user