This commit is contained in:
2023-02-21 11:20:00 -05:00
parent a142928490
commit 1a78024e09

View File

@@ -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 = ''