wally-cli: fix build with strict deps

This commit is contained in:
Jörg Thalheim 2020-03-18 11:44:06 +00:00
parent adb623147a
commit 90b1dc12ea
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -7,10 +7,9 @@ buildGoPackage rec {
goPackagePath = "github.com/zsa/wally";
subPackages = [ "cli" ];
nativeBuildInputs = [
pkg-config
libusb1
];
nativeBuildInputs = [ pkg-config ];
buildInputs = [ libusb1 ];
src = fetchFromGitHub {
owner = "zsa";