about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-02-01 21:42:26 +0100
committerGitHub <noreply@github.com>2018-02-01 21:42:26 +0100
commit51e188034cb32e37cfdffb46e60cdb12889746dc (patch)
treef9ab3766acd69127af2f0eb536af7f0eaaabebde /pkgs
parent38a33e52ed04c8579e6048178fb6e5de0e7b0450 (diff)
parent5dc6306e9cc2ed15b4a556f77af4b7721ebc08c8 (diff)
downloadnixlib-51e188034cb32e37cfdffb46e60cdb12889746dc.tar
nixlib-51e188034cb32e37cfdffb46e60cdb12889746dc.tar.gz
nixlib-51e188034cb32e37cfdffb46e60cdb12889746dc.tar.bz2
nixlib-51e188034cb32e37cfdffb46e60cdb12889746dc.tar.lz
nixlib-51e188034cb32e37cfdffb46e60cdb12889746dc.tar.xz
nixlib-51e188034cb32e37cfdffb46e60cdb12889746dc.tar.zst
nixlib-51e188034cb32e37cfdffb46e60cdb12889746dc.zip
Merge pull request #34502 from dtzWill/fix/xpwn-libusb
xpwn: build usb-based tools by replacing libusb1 dep with libusb
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/mobile/xpwn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/mobile/xpwn/default.nix b/pkgs/development/mobile/xpwn/default.nix
index e1b2b0cb2faf..d5ffb7f6c017 100644
--- a/pkgs/development/mobile/xpwn/default.nix
+++ b/pkgs/development/mobile/xpwn/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchgit, cmake, zlib, libpng, bzip2, libusb1, openssl }:
+{ stdenv, fetchgit, cmake, zlib, libpng, bzip2, libusb, openssl }:
 
 stdenv.mkDerivation {
   name = "xpwn-0.5.8git";
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
     sed -i -e '/install/d' CMakeLists.txt
   '';
 
-  buildInputs = [ cmake zlib libpng bzip2 libusb1 openssl ];
+  buildInputs = [ cmake zlib libpng bzip2 libusb openssl ];
 
   cmakeFlags = [
     "-DCMAKE_OSX_DEPLOYMENT_TARGET="