Unverified Commit d226b8e9 authored by Marcin Serwin's avatar Marcin Serwin
Browse files

SDL2_sound: add a comment about possible dropping



Signed-off-by: default avatarMarcin Serwin <marcin@serwin.dev>
parent 79c47339
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@
  nix-update-script,
}:

# As of 2025-06-27 this library has no dependents in nixpkgs (https://github.com/NixOS/nixpkgs/pull/420339) and is
# considered for deletion.
stdenv.mkDerivation (finalAttrs: {
  pname = "SDL2_sound";
  version = "2.0.4";