gammu: add glib and libgudev to build gammu-detect (#506743)
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
libdbi-drivers ? null,
|
||||
postgresSupport ? false,
|
||||
libpq ? null,
|
||||
libgudev,
|
||||
glib,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -58,8 +60,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
libusb1
|
||||
curl
|
||||
gettext
|
||||
glib
|
||||
sqlite
|
||||
libiconv
|
||||
libgudev
|
||||
]
|
||||
++ lib.optionals dbiSupport [
|
||||
libdbi
|
||||
|
||||
Reference in New Issue
Block a user