Unverified Commit 3d85bae2 authored by Maciej Krüger's avatar Maciej Krüger Committed by GitHub
Browse files

soundwireserver: modernize (#348465)

parents 9b9c7537 53843dda
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
{ lib
, qt5
, autoPatchelfHook
, unzip
, fetchzip
, portaudio
{
  lib,
  qt5,
  autoPatchelfHook,
  fetchzip,
  portaudio,
}:

qt5.mkDerivation {
@@ -16,7 +16,6 @@ qt5.mkDerivation {
  };

  nativeBuildInputs = [
    unzip
    autoPatchelfHook
  ];

+0 −2
Original line number Diff line number Diff line
@@ -12395,8 +12395,6 @@ with pkgs;
  soundkonverter = libsForQt5.soundkonverter;
  soundwireserver = callPackage ../applications/audio/soundwireserver { };
  sozu = callPackage ../servers/sozu { };
  spacer = callPackage ../tools/misc/spacer { };