automake-1.12.x: update to version 1.12.2
This commit is contained in:
parent
9ca3cc08f6
commit
bb6c1e9878
@ -1,7 +1,7 @@
|
|||||||
{stdenv, fetchurl, perl, autoconf, makeWrapper, doCheck ? true}:
|
{stdenv, fetchurl, perl, autoconf, makeWrapper, doCheck ? true}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "automake-1.12.1";
|
name = "automake-1.12.2";
|
||||||
|
|
||||||
# TODO: Remove the `aclocal' wrapper when $ACLOCAL_PATH support is
|
# TODO: Remove the `aclocal' wrapper when $ACLOCAL_PATH support is
|
||||||
# available upstream; see
|
# available upstream; see
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnu/automake/${name}.tar.xz";
|
url = "mirror://gnu/automake/${name}.tar.xz";
|
||||||
sha256 = "0gqpbk51lbk0a4ixwdp4cnabzaj9qdsxypr1cmbs5hjan9lhhx9j";
|
sha256 = "5fb56e918189b377a22368e19baaf70252bd85a9969ed5f8a8373f49e8faf07f";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [perl autoconf makeWrapper];
|
buildInputs = [perl autoconf makeWrapper];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user