_86box{,-with-roms}: rename from _86Box{,-with-roms}
rename to lowercase to fit package naming conventions
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "86Box";
|
||||
pname = "86box";
|
||||
version = "5.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@@ -8,5 +8,5 @@ version=$(jq -r '.tag_name' <<<"$latest_release" | cut -c2-)
|
||||
main_hash=$(nix-prefetch-github --json --rev "v$version" 86Box 86Box | jq -r '.hash')
|
||||
roms_hash=$(nix-prefetch-github --json --rev "v$version" 86Box roms | jq -r '.hash')
|
||||
|
||||
update-source-version _86Box "_$version" "$main_hash"
|
||||
update-source-version _86Box "$version" "$roms_hash" --source-key=roms
|
||||
update-source-version _86box "_$version" "$main_hash"
|
||||
update-source-version _86box "$version" "$roms_hash" --source-key=roms
|
||||
@@ -263,6 +263,8 @@ mapAliases {
|
||||
|
||||
_0verkill = throw "'_0verkill' has been removed due to lack of maintenance"; # Added 2025-08-27
|
||||
_1password = throw "'_1password' has been renamed to/replaced by '_1password-cli'"; # Converted to throw 2025-10-27
|
||||
_86Box = warnAlias "'_86Box' has been renamed to '_86box'" _86box; # Added 2026-02-08
|
||||
_86Box-with-roms = warnAlias "'_86Box-with-roms' has been renamed to '_86box-with-roms'" _86box-with-roms; # Added 2026-02-08
|
||||
_2048-cli = throw "'_2048-cli' has been removed due to archived upstream. Consider using '_2048-in-terminal' instead."; # Added 2025-06-07
|
||||
_2048-cli-curses = throw "'_2048-cli-curses' has been removed due to archived upstream. Consider using '_2048-in-terminal' instead."; # Added 2025-06-07
|
||||
_2048-cli-terminal = throw "'_2048-cli-curses' has been removed due to archived upstream. Consider using '_2048-in-terminal' instead."; # Added 2025-06-07
|
||||
|
||||
@@ -1168,7 +1168,7 @@ with pkgs;
|
||||
|
||||
### APPLICATIONS/EMULATORS
|
||||
|
||||
_86Box-with-roms = _86Box.override {
|
||||
_86box-with-roms = _86box.override {
|
||||
unfreeEnableRoms = true;
|
||||
unfreeEnableDiscord = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user