hyfetch: wrap neowofetch in a shell script, not binary (#437482)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
fetchFromGitHub,
|
||||
installShellFiles,
|
||||
stdenv,
|
||||
makeBinaryWrapper,
|
||||
makeWrapper,
|
||||
pciutils,
|
||||
versionCheckHook,
|
||||
nix-update-script,
|
||||
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
|
||||
nativeBuildInputs = [
|
||||
installShellFiles
|
||||
makeBinaryWrapper
|
||||
makeWrapper
|
||||
];
|
||||
|
||||
# NOTE: The HyFetch project maintains an updated version of neofetch renamed
|
||||
|
||||
Reference in New Issue
Block a user