mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
use substituteInPlace
This commit is contained in:
@@ -27,8 +27,9 @@ stdenv.mkDerivation {
|
|||||||
env.NIX_CFLAGS_COMPILE = toString [
|
env.NIX_CFLAGS_COMPILE = toString [
|
||||||
"-Wno-error=format-security"
|
"-Wno-error=format-security"
|
||||||
];
|
];
|
||||||
patchPhase = ''
|
postPatch = ''
|
||||||
${gnused}/bin/sed -i s/noinst_PROGRAMS/bin_PROGRAMS/ tools/src/Makefile.am
|
substituteInPlace tools/src/Makefile.am \
|
||||||
|
--replace-fail noinst_PROGRAMS bin_PROGRAMS
|
||||||
'';
|
'';
|
||||||
installFlags = ["INSTALL_PREFIX=$(out)"];
|
installFlags = ["INSTALL_PREFIX=$(out)"];
|
||||||
autoreconfPhase = ''
|
autoreconfPhase = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user