This commit is contained in:
2023-02-21 11:17:34 -05:00
parent 6ab9dc3a90
commit a142928490

View File

@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, gzip, gnutar,unzip }:
{ lib, stdenv, fetchurl ,unzip }:
let
version = "1.6.3";
@@ -22,7 +22,7 @@ in stdenv.mkDerivation rec {
src = srcs.${stdenv.hostPlatform.system};
#nativeBuildInputs = [ dpkg autoPatchelfHook makeWrapper ];
nativeBuildInputs = [ unzip ];
#buildInputs = [ qtserialport qtwebsockets ];