pfixtools: fix build with unbound-1.6.1

This commit is contained in:
Carles Pagès
2017-03-03 10:21:32 +01:00
parent a25c93994b
commit 86a1d6f4aa
2 changed files with 56 additions and 0 deletions
+2
View File
@@ -26,6 +26,8 @@ stdenv.mkDerivation {
src = pfixtoolsSrc;
patches = [ ./0001-Fix-build-with-unbound-1.6.1.patch ];
buildInputs = [git gperf pcre unbound libev tokyocabinet pkgconfig bash libsrs2];
postUnpack = ''