hyfetch: remove unneeded postPatch

This commit is contained in:
Bobby Rong 2022-08-14 10:14:51 +08:00 committed by GitHub
parent b146c4fcfb
commit e4f2c0b0c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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