mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
sync
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user