autoconf-2.13: add versioned executable
Needed by mozilla hg builds.
This commit is contained in:
parent
e76772d1fd
commit
89354b4b1a
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user