summary refs log tree commit diff
path: root/pkgs/development/tools/misc/fswatch
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-02-05 00:02:26 +0100
committerPeter Simons <simons@cryp.to>2015-03-09 15:55:21 +0100
commit0619c852cbe48a95cb872a3abee9f1aef4727655 (patch)
treec30142aae0e011eab0fb843b6dfdcc5993fad4cd /pkgs/development/tools/misc/fswatch
parenta22c19f56ad74d81e3120d466003832eaec0415d (diff)
downloadnixpkgs-0619c852cbe48a95cb872a3abee9f1aef4727655.tar
nixpkgs-0619c852cbe48a95cb872a3abee9f1aef4727655.tar.gz
nixpkgs-0619c852cbe48a95cb872a3abee9f1aef4727655.tar.bz2
nixpkgs-0619c852cbe48a95cb872a3abee9f1aef4727655.tar.lz
nixpkgs-0619c852cbe48a95cb872a3abee9f1aef4727655.tar.xz
nixpkgs-0619c852cbe48a95cb872a3abee9f1aef4727655.tar.zst
nixpkgs-0619c852cbe48a95cb872a3abee9f1aef4727655.zip
automake: use 1.14.* as the default
I see 1.15 has been released recently,
but that's probably too new to be the default.
Diffstat (limited to 'pkgs/development/tools/misc/fswatch')
-rw-r--r--pkgs/development/tools/misc/fswatch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/fswatch/default.nix b/pkgs/development/tools/misc/fswatch/default.nix
index a7e42a07a63..35468d1351f 100644
--- a/pkgs/development/tools/misc/fswatch/default.nix
+++ b/pkgs/development/tools/misc/fswatch/default.nix
@@ -1,7 +1,7 @@
 { stdenv
 , fetchFromGitHub
 , autoconf
-, automake114x
+, automake
 , findutils                     # for xargs
 , gettext_0_19
 , libtool
@@ -24,7 +24,7 @@ in stdenv.mkDerivation {
     sha256 = "0flq8baqzifhmf61zyiipdipvgy4h0kl551clxrhwa8gvzf75im4";
   };
 
-  buildInputs = [ autoconf automake114x gettext_0_19 libtool makeWrapper texinfo ];
+  buildInputs = [ autoconf automake gettext_0_19 libtool makeWrapper texinfo ];
 
   preConfigure = ''
     ./autogen.sh