about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-08-12 18:49:24 +0200
committerRobin Gloster <mail@glob.in>2017-08-12 18:49:58 +0200
commitbb5702c521e5ac4f23457159064d7b4c94b5f241 (patch)
tree79414595b22bd5dc1d47708d767260394306ac88 /pkgs/applications/networking/cluster
parent354b3cda36cddb6c93fbb1313585a0d5116607d2 (diff)
downloadnixlib-bb5702c521e5ac4f23457159064d7b4c94b5f241.tar
nixlib-bb5702c521e5ac4f23457159064d7b4c94b5f241.tar.gz
nixlib-bb5702c521e5ac4f23457159064d7b4c94b5f241.tar.bz2
nixlib-bb5702c521e5ac4f23457159064d7b4c94b5f241.tar.lz
nixlib-bb5702c521e5ac4f23457159064d7b4c94b5f241.tar.xz
nixlib-bb5702c521e5ac4f23457159064d7b4c94b5f241.tar.zst
nixlib-bb5702c521e5ac4f23457159064d7b4c94b5f241.zip
treewide: remove automake pinning to the newest version
quasi no-op
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/mesos/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/mesos/default.nix b/pkgs/applications/networking/cluster/mesos/default.nix
index a7cc5d789382..65758fca6000 100644
--- a/pkgs/applications/networking/cluster/mesos/default.nix
+++ b/pkgs/applications/networking/cluster/mesos/default.nix
@@ -1,5 +1,5 @@
 { stdenv, lib, makeWrapper, fetchurl, curl, sasl, openssh, autoconf
-, automake115x, libtool, unzip, gnutar, jdk, maven, python, wrapPython
+, automake, libtool, unzip, gnutar, jdk, maven, python, wrapPython
 , setuptools, boto, pythonProtobuf, apr, subversion, gzip, systemd
 , leveldb, glog, perf, utillinux, libnl, iproute, openssl, libevent
 , ethtool, coreutils, which, iptables
@@ -43,7 +43,7 @@ in stdenv.mkDerivation rec {
   ];
 
   buildInputs = [
-    makeWrapper autoconf automake115x libtool curl sasl jdk maven
+    makeWrapper autoconf automake libtool curl sasl jdk maven
     python wrapPython boto setuptools leveldb
     subversion apr glog openssl libevent
   ] ++ lib.optionals stdenv.isLinux [