Skip to content

Commit

Permalink
soundwireserver: modernize (#348465)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 authored Oct 15, 2024
2 parents 9b9c753 + 53843dd commit 3d85bae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{ lib
, qt5
, autoPatchelfHook
, unzip
, fetchzip
, portaudio
{
lib,
qt5,
autoPatchelfHook,
fetchzip,
portaudio,
}:

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

nativeBuildInputs = [
unzip
autoPatchelfHook
];

Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12395,8 +12395,6 @@ with pkgs;

soundkonverter = libsForQt5.soundkonverter;

soundwireserver = callPackage ../applications/audio/soundwireserver { };

sozu = callPackage ../servers/sozu { };

spacer = callPackage ../tools/misc/spacer { };
Expand Down

0 comments on commit 3d85bae

Please sign in to comment.