hyfetch: remove unneeded postPatch
This commit is contained in:
parent
b146c4fcfb
commit
e4f2c0b0c2
1 changed files with 0 additions and 5 deletions
|
@ -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 a new issue