openal-soft: rename from openalSoft

fit attrname to pname
This commit is contained in:
quantenzitrone
2026-02-12 05:16:39 +01:00
parent 793626d282
commit bb620fb530
8 changed files with 12 additions and 11 deletions
@@ -18,7 +18,7 @@
xxHash,
ffmpeg_6,
protobuf,
openalSoft,
openal-soft,
minizip,
range-v3,
tl-expected,
@@ -70,7 +70,7 @@ stdenv.mkDerivation (finalAttrs: {
lz4
xxHash
ffmpeg_6
openalSoft
openal-soft
minizip
range-v3
tl-expected
+2 -2
View File
@@ -45,7 +45,7 @@
ninja,
nixosTests,
nv-codec-headers-11,
openalSoft,
openal-soft,
pipewire,
pkg-config,
python3,
@@ -197,7 +197,7 @@ stdenv.mkDerivation (finalAttrs: {
]
++ lib.optionals jackaudioSupport [ libjack2 ]
++ lib.optionals javascriptSupport [ mujs ]
++ lib.optionals openalSupport [ openalSoft ]
++ lib.optionals openalSupport [ openal-soft ]
++ lib.optionals pipewireSupport [ pipewire ]
++ lib.optionals pulseSupport [ libpulseaudio ]
++ lib.optionals rubberbandSupport [ rubberband ]
+2 -2
View File
@@ -6,7 +6,7 @@
libGL,
glew,
pkg-config,
openalSoft,
openal-soft,
freealut,
wxGTK32,
libogg,
@@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
libGLU
libGL
glew
openalSoft
openal-soft
freealut
wxGTK32
libogg
+2 -2
View File
@@ -14,7 +14,7 @@
libvorbis,
libopus,
openal,
openalSoft,
openal-soft,
physfs,
miniupnpc,
libsodium,
@@ -63,7 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
libvorbis
libopus
openal
openalSoft
openal-soft
physfs
miniupnpc
libsodium
+2 -2
View File
@@ -10,7 +10,7 @@
SDL_image,
SDL_ttf,
glew,
openalSoft,
openal-soft,
ncurses,
glib,
gtk2,
@@ -95,7 +95,7 @@ stdenv.mkDerivation {
SDL_image
SDL_ttf
glew
openalSoft
openal-soft
ncurses
libsndfile
zlib
+1
View File
@@ -1432,6 +1432,7 @@ mapAliases {
openafs_1_8 = throw "'openafs_1_8' has been renamed to/replaced by 'openafs'"; # Converted to throw 2025-10-27
openai-triton-llvm = throw "'openai-triton-llvm' has been renamed to/replaced by 'triton-llvm'"; # Converted to throw 2025-10-27
openai-whisper-cpp = throw "'openai-whisper-cpp' has been renamed to/replaced by 'whisper-cpp'"; # Converted to throw 2025-10-27
openalSoft = warnAlias "'openalSoft' has been renamed to 'openal-soft'" openal-soft; # Added 2026-02-09
openbabel2 = throw "openbabel2 has been removed, as it was unused and unmaintained upstream; please use openbabel"; # Added 2025-09-17
openbabel3 = openbabel; # Added 2025-09-17
openbsdCross = throw "'openbsdCross' has been renamed to/replaced by 'openbsd'"; # Converted to throw 2025-10-27
+1 -1
View File
@@ -7251,7 +7251,7 @@ with pkgs;
ogre = ogre_14;
openal = openalSoft;
openal = openal-soft;
opencascade-occt_7_6 = opencascade-occt.overrideAttrs rec {
pname = "opencascade-occt";