mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
sync
This commit is contained in:
@@ -25,7 +25,11 @@ in stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ unzip ];
|
||||
|
||||
#buildInputs = [ qtserialport qtwebsockets ];
|
||||
|
||||
unpackPhase = ''
|
||||
mkdir npiperelay-$version
|
||||
cd npiperelay-$version
|
||||
unzip $src
|
||||
'';
|
||||
#unpackPhase = "dpkg-deb -x $src .";
|
||||
|
||||
installPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user