soundwireserver: modernize (#348465)

This commit is contained in:
Maciej Krüger 2024-10-15 03:35:02 +02:00 committed by GitHub
commit 3d85bae243
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 9 deletions

View File

@ -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
];

View File

@ -12395,8 +12395,6 @@ with pkgs;
soundkonverter = libsForQt5.soundkonverter;
soundwireserver = callPackage ../applications/audio/soundwireserver { };
sozu = callPackage ../servers/sozu { };
spacer = callPackage ../tools/misc/spacer { };