hyfetch: include pciutils as a dependency

fixes https://github.com/NixOS/nixpkgs/issues/361249
This commit is contained in:
isabel 2024-12-02 23:51:11 +00:00
parent 6af89f2653
commit 143952b7d3
No known key found for this signature in database
GPG Key ID: 3E7C7A1B5DEDBB03

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 = ''