Unverified Commit 463eae3d authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

gammu: add glib and libgudev to build gammu-detect (#506743)

parents c562e645 a98c6270
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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