diff options
Diffstat (limited to 'gnu/packages/pantheon.scm')
-rw-r--r-- | gnu/packages/pantheon.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/pantheon.scm b/gnu/packages/pantheon.scm index 4067b3c3cf..87d292d2c7 100644 --- a/gnu/packages/pantheon.scm +++ b/gnu/packages/pantheon.scm @@ -154,8 +154,7 @@ desktop.") (propagated-inputs ;; Sideload needs these in the environment to fetch data securely from ;; Flatpak remotes. - `(("gnupg" ,gnupg) - ("gpgme" ,gpgme))) + (list gnupg gpgme)) (native-inputs `(("gettext" ,gettext-minimal) ("glib:bin" ,glib "bin") |