acpid: 2.0.28 -> 2.0.29
This commit is contained in:
parent
93b4e6956e
commit
183f56f2d6
|
@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
|
# remove when https://sourceforge.net/p/acpid2/code/merge-requests/1/ is merged
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace configure.ac \
|
substituteInPlace configure.ac \
|
||||||
--replace "AC_FUNC_MALLOC" "" \
|
--replace "AC_FUNC_MALLOC" "" \
|
||||||
|
|
Loading…
Reference in New Issue