libhx: rename from libHX (#488481)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
bash,
|
||||
perl,
|
||||
perlPackages,
|
||||
libHX,
|
||||
libhx,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
@@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# Perl and Bash are pulled to make patchShebangs work.
|
||||
perl
|
||||
bash
|
||||
libHX
|
||||
libhx
|
||||
]
|
||||
++ (with perlPackages; [ TextCSV_XS ]);
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "libHX";
|
||||
pname = "libhx";
|
||||
version = "5.3";
|
||||
|
||||
src = fetchFromCodeberg {
|
||||
@@ -6,7 +6,7 @@
|
||||
perl,
|
||||
pkg-config,
|
||||
pam,
|
||||
libHX,
|
||||
libhx,
|
||||
libxml2,
|
||||
pcre2,
|
||||
openssl,
|
||||
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
buildInputs = [
|
||||
cryptsetup
|
||||
libHX
|
||||
libhx
|
||||
libxml2
|
||||
openssl
|
||||
pam
|
||||
|
||||
@@ -994,6 +994,7 @@ mapAliases {
|
||||
libgme = throw "'libgme' has been renamed to/replaced by 'game-music-emu'"; # Converted to throw 2025-10-27
|
||||
libgnome-keyring3 = throw "'libgnome-keyring3' has been renamed to/replaced by 'libgnome-keyring'"; # Converted to throw 2025-10-27
|
||||
libheimdal = throw "'libheimdal' has been renamed to/replaced by 'heimdal'"; # Converted to throw 2025-10-27
|
||||
libHX = libhx; # Added 2026-02-08
|
||||
libICE = libice; # Added 2026-02-04
|
||||
libiconv-darwin = throw "'libiconv-darwin' has been renamed to/replaced by 'darwin.libiconv'"; # Converted to throw 2025-10-27
|
||||
libixp_hg = throw "'libixp_hg' has been renamed to/replaced by 'libixp'"; # Converted to throw 2025-10-27
|
||||
|
||||
Reference in New Issue
Block a user