libtool2: add bootstrapping warning

This commit is contained in:
Andrew Childs 2021-02-26 13:19:11 +09:00
parent 0ec1e50d8b
commit 1f0ae937d6

View file

@ -1,6 +1,11 @@
{ 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 {
pname = "libtool";
version = "2.4.6";