about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2022-03-31 03:15:41 -0500
committerGitHub <noreply@github.com>2022-03-31 03:15:41 -0500
commit5187709ff77987d212d0f37b73c9a66d201e7fe6 (patch)
tree63bfa479580ddc30b4ac1726357be8d0bc5a638e /pkgs/applications/networking/p2p
parent36436ac2feb0f0e25bda6c40f447066dcece5d38 (diff)
parent21faf9fc29b10d0912411d6022751e931b1a8e54 (diff)
Merge pull request #166508 from siraben/automake-buildinputs
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/twister/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/p2p/twister/default.nix b/pkgs/applications/networking/p2p/twister/default.nix
index c8e3c4ce7b918..979ac955caf31 100644
--- a/pkgs/applications/networking/p2p/twister/default.nix
+++ b/pkgs/applications/networking/p2p/twister/default.nix
@@ -38,9 +38,9 @@ in stdenv.mkDerivation rec {
     "--with-boost-libdir=${boostPython.out}/lib"
   ];
 
-  nativeBuildInputs = [ pkg-config ];
+  nativeBuildInputs = [ pkg-config automake autoconf ];
   buildInputs = [
-    autoconf automake libtool python2
+    libtool python2
     boostPython db openssl geoip miniupnpc libiconv
   ];