acpid: 2.0.28 -> 2.0.29

This commit is contained in:
Robin Gloster
2018-05-11 14:44:54 +02:00
parent 93b4e6956e
commit 183f56f2d6

View File

@@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
# remove when https://sourceforge.net/p/acpid2/code/merge-requests/1/ is merged
postPatch = ''
substituteInPlace configure.ac \
--replace "AC_FUNC_MALLOC" "" \