Unverified Commit 12303c65 authored by Adam Joseph's avatar Adam Joseph Committed by GitHub
Browse files

xfce.mousepad: allow to disable polkit

mousepad recently accrued a `polkit` dependency.  This commit allows
to disable that dependency via `enablePolkit`, like many other
polkitized packages.
parent 03042003
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
, gtk3
, gtksourceview4
, gspell
, enablePolkit ? true
, polkit
}:

@@ -23,7 +24,8 @@ mkXfceDerivation {
    gtk3
    gtksourceview4
    gspell
    polkit # optional polkit support
  ] ++ lib.optionals enablePolkit [
    polkit
  ];

  # Use the GSettings keyfile backend rather than DConf