deadbeef-with-plugins: move to by-name/ (#540105)

This commit is contained in:
Yohann Boniface
2026-07-09 21:05:03 +00:00
committed by GitHub
2 changed files with 1 additions and 5 deletions
@@ -2,7 +2,7 @@
symlinkJoin,
deadbeef,
makeWrapper,
plugins,
plugins ? [ ],
}:
symlinkJoin {
-4
View File
@@ -8539,10 +8539,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;