diff options
author | Solene Rapenne <solene@perso.pw> | 2021-05-27 18:17:32 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-27 18:20:36 +0200 |
commit | 847af45d0eba726418482b1b146a5ece2dbbb2c2 (patch) | |
tree | 4d44a2e661f84aedb1baf4fea01db104d30fe24b /gnu | |
parent | 32acea79fa9b87221b95f41b90c7783b8ee04012 (diff) | |
download | guix-847af45d0eba726418482b1b146a5ece2dbbb2c2.tar.gz guix-847af45d0eba726418482b1b146a5ece2dbbb2c2.zip |
gnu: phodav: Add gsettings-desktop-schemas input.
* gnu/packages/gnome.scm (phodav)[native-inputs]: Add
gsettings-desktop-schemas.
Fixes: https://issues.guix.gnu.org/48414
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index dd416be3ed..2b9fb0c6d7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -59,6 +59,7 @@ ;;; Copyright © 2020, 2021 Andy Tai <atai@atai.org> ;;; Copyright © 2020, 2021 Sébastien Lerique <sl@eauchat.org> ;;; Copyright © 2021 Trevor Hass <thass@okstate.edu> +;;; Copyright © 2021 Solene Rapenne <solene@perso.pw> ;;; ;;; This file is part of GNU Guix. ;;; @@ -1176,6 +1177,7 @@ Library reference documentation.") `(("docbook-xml" ,docbook-xml-4.3) ("gettext" ,gettext-minimal) ("glib:bin" ,glib "bin") + ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) ("gtk-doc" ,gtk-doc/stable) ("pkg-config" ,pkg-config))) (inputs |