Unverified Commit 3f11a276 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

libhx: rename from libHX (#488481)

parents 4f0f1cea 0fb2315b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ]);

+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "libHX";
  pname = "libhx";
  version = "5.3";

  src = fetchFromCodeberg {
+2 −2
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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