forked from mirrors/nixpkgs
Merge pull request #111123 from lasers/deja-dup-dconf
deja-dup: add dconf
This commit is contained in:
commit
dd9f73e7d3
|
@ -17,6 +17,7 @@
|
|||
, libgpgerror
|
||||
, json-glib
|
||||
, duplicity
|
||||
, dconf
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -56,6 +57,7 @@ stdenv.mkDerivation rec {
|
|||
libhandy_0
|
||||
libgpgerror
|
||||
json-glib
|
||||
dconf
|
||||
];
|
||||
|
||||
mesonFlags = [
|
||||
|
|
Loading…
Reference in a new issue