restya-board: remove obsolete build dependency

This commit is contained in:
nek0 2019-12-23 22:54:14 +01:00
parent e511b63579
commit 1788aebccc
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchFromGitHub, unzip }:
{ stdenv, fetchurl, fetchFromGitHub }:
let
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
sha256 = "0vba8qrg28a5g2ax7xzdp5j2wgl4v7cgasbzhhdji29qjfrldgbf";
};
nativeBuildInputs = [ unzip ];
nativeBuildInputs = [ ];
outputs = [ "out" ];