diff options
author | Christopher Baines <mail@cbaines.net> | 2019-01-29 11:30:46 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-02-13 08:19:05 +0000 |
commit | f6f4370feeee27f26f151d47d2568ea144d52d3f (patch) | |
tree | b5b6f7d760b03cf7c42afa0664f29e3716a2f8af | |
parent | dd1fcddcb8277fb7c4f8413d20c8f316ebd4a503 (diff) | |
download | guix-f6f4370feeee27f26f151d47d2568ea144d52d3f.tar guix-f6f4370feeee27f26f151d47d2568ea144d52d3f.tar.gz |
gnu: gnome: Include system-config-printer.
This package enables some functionality for printers within the
gnome-control-center as well as providing a standalone configuration tool.
At the moment, due to the lack of PackageKit support within Guix, the
gnome-control-center can't help users through the process of installing this,
so make it a default package.
* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add system-config-printer.
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 76b3a2083d..2f99755933 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6150,6 +6150,7 @@ associations for GNOME.") ("pinentry-gnome3" ,pinentry-gnome3) ("pulseaudio" ,pulseaudio) ("shared-mime-info" ,shared-mime-info) + ("system-config-printer" ,system-config-printer) ("totem" ,totem) ("xdg-user-dirs" ,xdg-user-dirs) ("yelp" ,yelp) |