mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 03:18:07 +00:00
hyfetch: remove unneeded postPatch
This commit is contained in:
parent
b146c4fcfb
commit
e4f2c0b0c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user