libtree: remove unnecessary fetchpatch input

As requested here https://github.com/NixOS/nixpkgs/pull/172446#discussion_r871249683
main
Adam Joseph 2 years ago
parent b0ce87e1ea
commit b38eb9ec03
  1. 1
      pkgs/development/tools/misc/libtree/default.nix

@ -1,7 +1,6 @@
{ lib { lib
, stdenv , stdenv
, fetchFromGitHub , fetchFromGitHub
, fetchpatch
, binutils , binutils
, chrpath , chrpath
, cmake , cmake

Loading…
Cancel
Save