hspell: remove build perl from runtime closure (#263182)
This commit is contained in:
commit
96b329f805
@ -27,8 +27,13 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace Makefile --replace "ranlib" "${lib.getBin stdenv.cc.bintools.bintools}/bin/${stdenv.cc.targetPrefix}ranlib"
|
substituteInPlace Makefile --replace "ranlib" "${lib.getBin stdenv.cc.bintools.bintools}/bin/${stdenv.cc.targetPrefix}ranlib"
|
||||||
substituteInPlace Makefile --replace "STRIP=strip" "STRIP=${lib.getBin stdenv.cc.bintools.bintools}/bin/${stdenv.cc.targetPrefix}strip"
|
substituteInPlace Makefile --replace "STRIP=strip" "STRIP=${lib.getBin stdenv.cc.bintools.bintools}/bin/${stdenv.cc.targetPrefix}strip"
|
||||||
'';
|
'';
|
||||||
|
postInstall = ''
|
||||||
|
patchShebangs --update $out/bin/multispell
|
||||||
|
'';
|
||||||
nativeBuildInputs = [ perl zlib ];
|
nativeBuildInputs = [ perl zlib ];
|
||||||
# buildInputs = [ zlib ];
|
buildInputs = [ perl ];
|
||||||
|
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Hebrew spell checker";
|
description = "Hebrew spell checker";
|
||||||
|
Loading…
Reference in New Issue
Block a user