3
0
Fork 0
forked from mirrors/nixpkgs

opensoldat: rename from soldat-unstable

Upstream project was [renamed] which removes the ambiguity with
Soldat 1.7 as well as Soldat 2.

[renamed]: 0fec3d86af
This commit is contained in:
sternenseemann 2022-07-02 11:00:32 +02:00
parent 1812c19e36
commit 9fbc67d63e
3 changed files with 3 additions and 2 deletions

View file

@ -1293,6 +1293,7 @@ mapAliases ({
smbclient = throw "'smbclient' has been renamed to/replaced by 'samba'"; # Converted to throw 2022-02-22
smugline = throw "smugline has been removed from nixpkgs, as it's unmaintained and depends on deprecated libraries"; # Added 2020-11-04
snack = throw "snack has been removed: broken for 5+ years"; # Added 2022-04-21
soldat-unstable = opensoldat; # Added 2022-07-02
solr_8 = solr; # Added 2021-01-30
# Added 2020-02-10

View file

@ -32484,6 +32484,8 @@ with pkgs;
openmw-tes3mp = libsForQt5.callPackage ../games/openmw/tes3mp.nix { };
opensoldat = callPackage ../games/opensoldat { };
portmod = callPackage ../games/portmod { };
tetrio-desktop = callPackage ../games/tetrio-desktop { };
@ -32702,8 +32704,6 @@ with pkgs;
solarus = libsForQt5.callPackage ../games/solarus { };
solarus-quest-editor = libsForQt5.callPackage ../development/tools/solarus-quest-editor { };
soldat-unstable = callPackage ../games/soldat-unstable { };
sollya = callPackage ../development/interpreters/sollya { };
# You still can override by passing more arguments.