kodiPlugins.joystick: Clean up dependencies
Neither libusb or pcre is needed. udev is used instead.
This commit is contained in:
parent
08cf27e5d9
commit
6f80f125b8
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, callPackage, fetchFromGitHub
|
{ stdenv, callPackage, fetchFromGitHub
|
||||||
, cmake, kodiPlain, libcec_platform, tinyxml, rapidxml
|
, 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
|
, python2Packages, expat, glib, nspr, nss, openssl
|
||||||
, libssh, libarchive, lzma, bzip2, lz4, lzo }:
|
, libssh, libarchive, lzma, bzip2, lz4, lzo }:
|
||||||
|
|
||||||
@ -236,8 +236,7 @@ let self = rec {
|
|||||||
maintainers = with maintainers; [ edwtjo ];
|
maintainers = with maintainers; [ edwtjo ];
|
||||||
};
|
};
|
||||||
|
|
||||||
extraBuildInputs = [ libusb pcre-cpp ];
|
extraBuildInputs = [ udev ];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
simpleplugin = mkKodiPlugin rec {
|
simpleplugin = mkKodiPlugin rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user