Commit 53843dda authored by Tomo's avatar Tomo
Browse files

soundwireserver: remove unused unzip dependency

parent 7358914a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  qt5,
  autoPatchelfHook,
  unzip,
  fetchzip,
  portaudio,
}:
@@ -17,7 +16,6 @@ qt5.mkDerivation {
  };

  nativeBuildInputs = [
    unzip
    autoPatchelfHook
  ];