hyfetch: include pciutils as a dependency (#361261)

This commit is contained in:
Aleksana 2024-12-03 21:09:49 +08:00 committed by GitHub
commit d4b904d30d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,7 @@
lib,
fetchFromGitHub,
python3Packages,
pciutils,
}:
python3Packages.buildPythonApplication rec {
pname = "hyfetch";
@ -30,6 +31,11 @@ python3Packages.buildPythonApplication rec {
"hyfetch"
];
postFixup = ''
wrapProgram $out/bin/neowofetch \
--prefix PATH : ${lib.makeBinPath [ pciutils ]}
'';
meta = {
description = "neofetch with pride flags <3";
longDescription = ''