soundwireserver: modernize (#348465)

This commit is contained in:
Maciej Krüger
2024-10-15 03:35:02 +02:00
committed by GitHub
2 changed files with 6 additions and 9 deletions
@@ -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
];
-2
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 { };