about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/fuse-7z-ng/default.nix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2022-03-30 20:11:06 -0500
committerBen Siraphob <bensiraphob@gmail.com>2022-03-30 20:17:24 -0500
commit21faf9fc29b10d0912411d6022751e931b1a8e54 (patch)
tree5b3de5217f3380c9fcc262eb83f3ba33e6f653eb /pkgs/tools/filesystems/fuse-7z-ng/default.nix
parentf5054121cb287317c4ca8c409ef9c68f36658013 (diff)
treewide: move autoconf, automake to nativeBuildInputs
Diffstat (limited to 'pkgs/tools/filesystems/fuse-7z-ng/default.nix')
-rw-r--r--pkgs/tools/filesystems/fuse-7z-ng/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/fuse-7z-ng/default.nix b/pkgs/tools/filesystems/fuse-7z-ng/default.nix
index 0149071ab0d0c..0367ed6037e25 100644
--- a/pkgs/tools/filesystems/fuse-7z-ng/default.nix
+++ b/pkgs/tools/filesystems/fuse-7z-ng/default.nix
@@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
     sha256 = "17v1gcmg5q661b047zxjar735i4d3508dimw1x3z1pk4d1zjhp3x";
   };
 
-  nativeBuildInputs = [ pkg-config makeWrapper ];
-  buildInputs = [ fuse autoconf automake ];
+  nativeBuildInputs = [ pkg-config makeWrapper autoconf automake ];
+  buildInputs = [ fuse ];
 
   preConfigure = "./autogen.sh";