libgdsii: rename from libGDSII (#488482)

This commit is contained in:
Markus Kowalewski
2026-02-09 10:28:46 +00:00
committed by GitHub
3 changed files with 4 additions and 3 deletions
@@ -6,7 +6,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "libGDSII";
pname = "libgdsii";
version = "0.21";
src = fetchFromGitHub {
@@ -17,7 +17,7 @@
gsl,
harminv,
libctl,
libGDSII,
libgdsii,
guile,
mpb,
python,
@@ -65,7 +65,7 @@ buildPythonPackage rec {
hdf5-mpi
harminv
libctl
libGDSII
libgdsii
guile
gsl
mpb
+1
View File
@@ -989,6 +989,7 @@ mapAliases {
libFS = libfs; # Added 2026-02-04
libgadu = throw "'libgadu' has been removed as upstream is unmaintained and has no dependents or maintainers in Nixpkgs"; # Added 2025-05-17
libgda = throw "'libgda' has been renamed to/replaced by 'libgda5'"; # Converted to throw 2025-10-27
libGDSII = libgdsii; # Added 2026-02-08
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