NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.36k stars 13.59k forks source link

Package request: quakespasm&ironwail [program rename req] #302065

Open lavenderdotpet opened 5 months ago

lavenderdotpet commented 5 months ago

https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/games/quakespasm/default.nix#L90 https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/games/ironwail/default.nix#L74

quakespasm and ironwail both provide the program "quake"

as a quake mod dev i need to be able to access either of them at any time for testing please rename the programs to something unique per package like yall have for fteqw and darkplaces (both quake engines that get a program of their same name)

keenanweaver commented 5 months ago

@MissLavender-LQ Pinging the maintainers. @mikroskeem @necrophcodr

It'd probably be a simple mv in the postInstall sections of the scripts. In the meantime, you can run these commands to continue your testing.

nix-shell -p ironwail.out --run 'quake -basedir /path/to/quake' nix-shell -p quakespasm.out --run 'quake -basedir /path/to/quake'

necrophcodr commented 5 months ago

I only set it up in ironwail because it was copied from quakespasm. I have no opinion either way. If people feel it better to name the binary "ironwail", I will happily change it so.