Commit 043347c0 authored by Tomo's avatar Tomo
Browse files

soundwireserver: use stdenvNoCC.mkDerivation and wrapQtAppsHook

Part of #180841
parent 03fae2ef
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
{
  lib,
  stdenvNoCC,
  qt5,
  autoPatchelfHook,
  fetchzip,
  portaudio,
}:

qt5.mkDerivation {
stdenvNoCC.mkDerivation {
  pname = "soundwire";
  version = "3.0";

@@ -17,6 +18,7 @@ qt5.mkDerivation {

  nativeBuildInputs = [
    autoPatchelfHook
    qt5.wrapQtAppsHook
  ];

  buildInputs = [