soundwireserver: use stdenvNoCC.mkDerivation and wrapQtAppsHook
Part of #180841
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user