soundwireserver: use stdenvNoCC.mkDerivation and wrapQtAppsHook

Part of #180841
This commit is contained in:
Tomo
2024-10-15 08:10:04 +00:00
parent 03fae2ef69
commit 043347c00c
+3 -1
View File
@@ -1,12 +1,13 @@
{
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 = [