soundwireserver: remove unused unzip dependency

This commit is contained in:
Tomo
2024-10-14 22:59:30 +00:00
parent 7358914a01
commit 53843dda7f
@@ -2,7 +2,6 @@
lib,
qt5,
autoPatchelfHook,
unzip,
fetchzip,
portaudio,
}:
@@ -17,7 +16,6 @@ qt5.mkDerivation {
};
nativeBuildInputs = [
unzip
autoPatchelfHook
];