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

@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
# "fixed" path in generated files!
dontPatchShebangs = true;
postInstall = ''ln -s autoconf "$out"/bin/autoconf-2.13'';
meta = {
homepage = http://www.gnu.org/software/autoconf/;
description = "Part of the GNU Build System";