3
0
Fork 0
forked from mirrors/nixpkgs

kodiPlugins.joystick: Clean up dependencies

Neither libusb or pcre is needed. udev is used instead.
This commit is contained in:
Jan Tojnar 2020-04-04 10:53:54 +02:00
parent 08cf27e5d9
commit 6f80f125b8
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -1,6 +1,6 @@
{ stdenv, callPackage, fetchFromGitHub
, cmake, kodiPlain, libcec_platform, tinyxml, rapidxml
, steam, libusb, pcre-cpp, jsoncpp, libhdhomerun, zlib
, steam, udev, libusb, jsoncpp, libhdhomerun, zlib
, python2Packages, expat, glib, nspr, nss, openssl
, libssh, libarchive, lzma, bzip2, lz4, lzo }:
@ -236,8 +236,7 @@ let self = rec {
maintainers = with maintainers; [ edwtjo ];
};
extraBuildInputs = [ libusb pcre-cpp ];
extraBuildInputs = [ udev ];
};
simpleplugin = mkKodiPlugin rec {