HentaiAtHome: rename to hentai-at-home

This commit is contained in:
Zitrone 2024-06-16 21:49:45 +02:00
parent 6f35d8d794
commit 996fbc60f9
No known key found for this signature in database
GPG Key ID: 54767E8E66ABED22
3 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,7 @@
,
}:
stdenvNoCC.mkDerivation rec {
pname = "HentaiAtHome";
pname = "hentai-at-home";
version = "1.6.3";
src = fetchzip {

View File

@ -538,6 +538,7 @@ mapAliases ({
haxe_3_2 = throw "'haxe_3_2' has been removed because it is old and no longer used by any packages in nixpkgs"; # Added 2023-03-15
haxe_3_4 = throw "'haxe_3_4' has been removed because it is old and no longer used by any packages in nixpkgs"; # Added 2023-03-15
HentaiAtHome = hentai-at-home; # Added 2024-06-12
hepmc = throw "'hepmc' has been renamed to/replaced by 'hepmc2'"; # Converted to throw 2023-09-10
hikari = throw "hikari has been removed from nixpkgs, it was unmaintained and required wlroots_0_15 at the time of removal"; # Added 2024-03-28
hip = throw "'hip' has been removed in favor of 'rocmPackages.clr'"; # Added 2023-10-08

View File

@ -39277,8 +39277,6 @@ with pkgs;
velero = callPackage ../applications/networking/cluster/velero { };
HentaiAtHome = callPackage ../applications/misc/HentaiAtHome { };
hplip = callPackage ../misc/drivers/hplip { };
hplipWithPlugin = hplip.override { withPlugin = true; };