Unverified Commit 9f00d631 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

openal-soft: rename from openalSoft (#489668)

parents 52e6601d bb620fb5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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
Loading