diff --git a/pkgs/applications/audio/soundwireserver/default.nix b/pkgs/by-name/so/soundwireserver/package.nix similarity index 92% rename from pkgs/applications/audio/soundwireserver/default.nix rename to pkgs/by-name/so/soundwireserver/package.nix index b296ebdad602..1d04e48129d5 100644 --- a/pkgs/applications/audio/soundwireserver/default.nix +++ b/pkgs/by-name/so/soundwireserver/package.nix @@ -1,9 +1,9 @@ -{ lib -, qt5 -, autoPatchelfHook -, unzip -, fetchzip -, portaudio +{ + lib, + qt5, + autoPatchelfHook, + fetchzip, + portaudio, }: qt5.mkDerivation { @@ -16,7 +16,6 @@ qt5.mkDerivation { }; nativeBuildInputs = [ - unzip autoPatchelfHook ]; diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index d325c2dfeadb..a0b24c7f13ef 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -12395,8 +12395,6 @@ with pkgs; soundkonverter = libsForQt5.soundkonverter; - soundwireserver = callPackage ../applications/audio/soundwireserver { }; - sozu = callPackage ../servers/sozu { }; spacer = callPackage ../tools/misc/spacer { };