audacious-plugins: move to pkgs/by-name

This commit is contained in:
Thiago Kenji Okada 2024-11-25 17:19:02 +00:00
parent d8a95443b4
commit 4637550101
3 changed files with 4 additions and 7 deletions

View File

@ -37,9 +37,7 @@
pkg-config,
opusfile,
pipewire,
qtbase,
qtmultimedia,
qtwayland,
qt6,
soxr,
vgmstream,
wavpack,
@ -97,9 +95,9 @@ stdenv.mkDerivation rec {
neon
opusfile
pipewire
qtbase
qtmultimedia
qtwayland
qt6.qtbase
qt6.qtmultimedia
qt6.qtwayland
soxr
wavpack
libopenmpt

View File

@ -13384,7 +13384,6 @@ with pkgs;
audacious-bare = audacious.override { audacious-plugins = null; };
audacious = qt6Packages.callPackage ../applications/audio/audacious { };
audacious-plugins = qt6Packages.callPackage ../applications/audio/audacious/plugins.nix { };
av-98 = callPackage ../applications/networking/browsers/av-98 { };