libtool2: add bootstrapping warning
This commit is contained in:
parent
0ec1e50d8b
commit
1f0ae937d6
@ -1,6 +1,11 @@
|
|||||||
{ lib, stdenv, fetchurl, fetchpatch, autoconf, automake, m4, perl, help2man
|
{ lib, stdenv, fetchurl, fetchpatch, autoconf, automake, m4, perl, help2man
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
# Note: this package is used for bootstrapping fetchurl, and thus
|
||||||
|
# cannot use fetchpatch! All mutable patches (generated by GitHub or
|
||||||
|
# cgit) that are needed here should be included directly in Nixpkgs as
|
||||||
|
# files.
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libtool";
|
pname = "libtool";
|
||||||
version = "2.4.6";
|
version = "2.4.6";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user