From 01ba1fba641097cb2e318b89640c9a5f25db3b58 Mon Sep 17 00:00:00 2001
From: Adam Joseph <adam@westernsemico.com>
Date: Fri, 8 Jul 2022 02:06:32 -0700
Subject: [PATCH] libtool_1_5: remove used-in-fetchurl warning

---
 pkgs/development/tools/misc/libtool/default.nix | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pkgs/development/tools/misc/libtool/default.nix b/pkgs/development/tools/misc/libtool/default.nix
index 1cd195a3132d..79db7e710b06 100644
--- a/pkgs/development/tools/misc/libtool/default.nix
+++ b/pkgs/development/tools/misc/libtool/default.nix
@@ -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";