diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2015-01-23 16:07:20 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2015-01-23 16:29:20 +0100 |
| commit | 37cb3a69acbe062438fa30aa0db8680af66ea40b (patch) | |
| tree | 2a53d50d82759353fc4f9b4600bf6cfc59c29812 /gnu | |
| parent | 80ae897f018e39774fd56aa683ae1575a5fb8c87 (diff) | |
gnu: gtk+: Add CUPS print back-end.
* gnu/packages/gtk.scm (gtk+)[inputs]: Add CUPS.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gtk.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index dae3bac5679..b03cf761825 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2013 Andreas Enge <andreas@enge.fr> | 2 | ;;; Copyright © 2013 Andreas Enge <andreas@enge.fr> |
| 3 | ;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org> | 3 | ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org> |
| 4 | ;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org> | 4 | ;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org> |
| 5 | ;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org> | 5 | ;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org> |
| 6 | ;;; | 6 | ;;; |
| @@ -38,6 +38,7 @@ | |||
| 38 | #:use-module (gnu packages pkg-config) | 38 | #:use-module (gnu packages pkg-config) |
| 39 | #:use-module (gnu packages python) | 39 | #:use-module (gnu packages python) |
| 40 | #:use-module (gnu packages guile) | 40 | #:use-module (gnu packages guile) |
| 41 | #:use-module (gnu packages cups) | ||
| 41 | #:use-module (gnu packages xml) | 42 | #:use-module (gnu packages xml) |
| 42 | #:use-module (gnu packages xorg) | 43 | #:use-module (gnu packages xorg) |
| 43 | #:use-module (gnu packages xdisorg)) | 44 | #:use-module (gnu packages xdisorg)) |
| @@ -411,7 +412,8 @@ application suites.") | |||
| 411 | ("libxdamage" ,libxdamage) | 412 | ("libxdamage" ,libxdamage) |
| 412 | ("pango" ,pango))) | 413 | ("pango" ,pango))) |
| 413 | (inputs | 414 | (inputs |
| 414 | `(("libxml2" ,libxml2))) | 415 | `(("libxml2" ,libxml2) |
| 416 | ("cups" ,cups))) ;for printing support | ||
| 415 | (native-inputs | 417 | (native-inputs |
| 416 | `(("perl" ,perl) | 418 | `(("perl" ,perl) |
| 417 | ("glib" ,glib "bin") | 419 | ("glib" ,glib "bin") |
