Merge pull request #105923 from KAction/mmh-static
mmh: fix static build
This commit is contained in:
commit
7abb5bd5ef
@ -10,6 +10,11 @@ in stdenv.mkDerivation rec {
|
|||||||
sha256 = "1q97p4g3f1q2m567i2dbx7mm7ixw3g91ww2rymwj42cxk9iyizhv";
|
sha256 = "1q97p4g3f1q2m567i2dbx7mm7ixw3g91ww2rymwj42cxk9iyizhv";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace sbr/Makefile.in \
|
||||||
|
--replace "ar " "${stdenv.cc.targetPrefix}ar "
|
||||||
|
'';
|
||||||
|
|
||||||
buildInputs = [ ncurses ];
|
buildInputs = [ ncurses ];
|
||||||
nativeBuildInputs = [ autoreconfHook flex ];
|
nativeBuildInputs = [ autoreconfHook flex ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user