about summary refs log tree commit diff
path: root/pkgs/development/compilers/ecl
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/development/compilers/ecl
parentf5054121cb287317c4ca8c409ef9c68f36658013 (diff)
treewide: move autoconf, automake to nativeBuildInputs
Diffstat (limited to 'pkgs/development/compilers/ecl')
-rw-r--r--pkgs/development/compilers/ecl/16.1.2.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/compilers/ecl/16.1.2.nix b/pkgs/development/compilers/ecl/16.1.2.nix
index 9af1eccc7935a..513e4ec3eec64 100644
--- a/pkgs/development/compilers/ecl/16.1.2.nix
+++ b/pkgs/development/compilers/ecl/16.1.2.nix
@@ -25,10 +25,9 @@ stdenv.mkDerivation rec {
     sha256 = "sha256-LUgrGgpPvV2IFDRRcDInnYCMtkBeIt2R721zNTRGS5k=";
   };
 
+  nativeBuildInputs = [ autoconf automake ];
   buildInputs = [
     libtool
-    autoconf
-    automake
     makeWrapper
   ];
   propagatedBuildInputs = [