pkgs/tools/misc/file: add cannot-use-fetchpatch warning
As requested here: https://github.com/NixOS/nixpkgs/pull/168413#pullrequestreview-988550409
This commit is contained in:
parent
525ba38f95
commit
860c2a1d95
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
{ lib, stdenv, fetchurl, file, zlib, libgnurx }:
|
||||
|
||||
# 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 = "file";
|
||||
version = "5.41";
|
||||
|
|
Loading…
Reference in a new issue