deadbeef-with-plugins: move to by-name/

This commit is contained in:
pancaek
2026-07-09 13:49:22 -07:00
parent 7890ba0a99
commit feb7157299
2 changed files with 1 additions and 5 deletions
@@ -2,7 +2,7 @@
symlinkJoin,
deadbeef,
makeWrapper,
plugins,
plugins ? [ ],
}:
symlinkJoin {
-4
View File
@@ -8599,10 +8599,6 @@ with pkgs;
waveform-seekbar = callPackage ../applications/audio/deadbeef/plugins/waveform-seekbar.nix { };
};
deadbeef-with-plugins = callPackage ../applications/audio/deadbeef/wrapper.nix {
plugins = [ ];
};
inherit (callPackage ../development/tools/devpod { }) devpod devpod-desktop;
djview4 = djview;