Skip to content

Commit

Permalink
pkgs/tools/misc/file: add cannot-use-fetchpatch warning
Browse files Browse the repository at this point in the history
As requested here: #168413 (review)
  • Loading branch information
Adam Joseph authored and sternenseemann committed May 29, 2022
1 parent 525ba38 commit 860c2a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/tools/misc/file/default.nix
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 860c2a1

Please sign in to comment.