libtool_1_5: remove used-in-fetchurl warning

This commit is contained in:
Adam Joseph 2022-07-08 02:06:32 -07:00
parent 42100e31bf
commit 01ba1fba64

View file

@ -1,10 +1,5 @@
{lib, stdenv, fetchurl, m4, perl}:
# 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 = "1.5.26";