autoconf-2.13: add versioned executable

Needed by mozilla hg builds.
This commit is contained in:
Vladimír Čunát 2014-10-25 21:40:23 +02:00
parent e76772d1fd
commit 89354b4b1a

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "autoconf-2.13"; name = "autoconf-2.13";
src = fetchurl { src = fetchurl {
url = "mirror://gnu/autoconf/${name}.tar.gz"; url = "mirror://gnu/autoconf/${name}.tar.gz";
sha256 = "07krzl4czczdsgzrrw9fiqx35xcf32naf751khg821g5pqv12qgh"; sha256 = "07krzl4czczdsgzrrw9fiqx35xcf32naf751khg821g5pqv12qgh";
@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
# "fixed" path in generated files! # "fixed" path in generated files!
dontPatchShebangs = true; dontPatchShebangs = true;
postInstall = ''ln -s autoconf "$out"/bin/autoconf-2.13'';
meta = { meta = {
homepage = http://www.gnu.org/software/autoconf/; homepage = http://www.gnu.org/software/autoconf/;
description = "Part of the GNU Build System"; description = "Part of the GNU Build System";