about summary refs log tree commit diff
path: root/pkgs/tools/misc/hyfetch
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-08-14 10:14:51 +0800
committerGitHub <noreply@github.com>2022-08-14 10:14:51 +0800
commite4f2c0b0c2c92b3589691f6a9d6d452d0badbbfa (patch)
tree12dbfcd6b7873f9c052f2c551b542e08512e1b77 /pkgs/tools/misc/hyfetch
parentb146c4fcfb66c6ee97aefc97ce3c9182e2d79d77 (diff)
hyfetch: remove unneeded postPatch
Diffstat (limited to 'pkgs/tools/misc/hyfetch')
-rw-r--r--pkgs/tools/misc/hyfetch/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/tools/misc/hyfetch/default.nix b/pkgs/tools/misc/hyfetch/default.nix
index 59ecf3ff54c6e..ec64cc56d1eb5 100644
--- a/pkgs/tools/misc/hyfetch/default.nix
+++ b/pkgs/tools/misc/hyfetch/default.nix
@@ -11,11 +11,6 @@ buildPythonPackage rec {
     sha256 = "sha256-15FeW3yaM7eUJ1O20H/bQquDRAsRWTJMzkzQ5Kv1ezE=";
   };
 
-  # TODO: Remove with next release bump since it has been fixed upstream (hykilpikonna/hyfetch@d797a8c)
-  postPatch = ''
-    chmod +x neofetch
-  '';
-
   propagatedBuildInputs = [
     typing-extensions
     setuptools