diff --git a/pkgs/applications/audio/deadbeef/wrapper.nix b/pkgs/by-name/de/deadbeef-with-plugins/package.nix similarity index 94% rename from pkgs/applications/audio/deadbeef/wrapper.nix rename to pkgs/by-name/de/deadbeef-with-plugins/package.nix index c5bc3de9541c..9dd9a6802b1f 100644 --- a/pkgs/applications/audio/deadbeef/wrapper.nix +++ b/pkgs/by-name/de/deadbeef-with-plugins/package.nix @@ -2,7 +2,7 @@ symlinkJoin, deadbeef, makeWrapper, - plugins, + plugins ? [ ], }: symlinkJoin { diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index dc70e4476e16..5b5017bf3b3e 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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;