refactor(packages): clarify inputs and cleanup meta

This commit is contained in:
matt1432 2025-02-11 13:05:14 -05:00
parent 2c070a4be0
commit f12e7f2513
16 changed files with 124 additions and 53 deletions
packages/protonhax

View file

@ -1,8 +1,9 @@
{
# nix build inputs
lib,
mkVersion,
protonhax-src,
stdenv,
protonhax-src,
...
}:
stdenv.mkDerivation {
@ -16,8 +17,10 @@ stdenv.mkDerivation {
'';
meta = {
description = "Tool to help running other programs (i.e. Cheat Engine) inside Steam's proton.";
homepage = "https://github.com/jcnils/protonhax";
license = with lib.licenses; [bsd3];
homepage = "https://github.com/jcnils/protonhax";
description = ''
Tool to help running other programs (i.e. Cheat Engine) inside Steam's proton.
'';
};
}