librecovery: fix build

Needs libusb1
wip/yesman
worldofpeace 4 years ago
parent c6816b8f7c
commit e2bb3953b0
  1. 4
      pkgs/development/libraries/libirecovery/default.nix

@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, automake, autoconf, libtool, pkgconfig
, libusb
, libusb1
, readline
}:
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
libusb
libusb1
readline
];

Loading…
Cancel
Save