mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Merge pull request #180672 from amjoseph-nixpkgs/pr/libtool15/not-used-by-fetchurl
libtool_1_5: remove used-in-fetchurl warning
This commit is contained in:
commit
49d87bd351
1 changed files with 0 additions and 5 deletions
|
@ -1,10 +1,5 @@
|
||||||
{lib, stdenv, fetchurl, m4, perl}:
|
{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 {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libtool";
|
pname = "libtool";
|
||||||
version = "1.5.26";
|
version = "1.5.26";
|
||||||
|
|
Loading…
Reference in a new issue