mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
soundwireserver: modernize (#348465)
This commit is contained in:
commit
3d85bae243
@ -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
|
||||
];
|
||||
|
@ -12395,8 +12395,6 @@ with pkgs;
|
||||
|
||||
soundkonverter = libsForQt5.soundkonverter;
|
||||
|
||||
soundwireserver = callPackage ../applications/audio/soundwireserver { };
|
||||
|
||||
sozu = callPackage ../servers/sozu { };
|
||||
|
||||
spacer = callPackage ../tools/misc/spacer { };
|
||||
|
Loading…
Reference in New Issue
Block a user