1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: Add python-pycairo.

* gnu/packages/gtk.scm (python-pycairo, python2-py2cairo): New variables.
This commit is contained in:
Eric Bavier 2014-11-20 22:37:23 -06:00
parent ea5456c88c
commit fbcfa73074
2 changed files with 107 additions and 1 deletions

View file

@ -24,7 +24,7 @@
(define-module (gnu packages python)
#:use-module ((guix licenses)
#:select (asl2.0 bsd-3 bsd-2 bsd-style cc0 expat x11 x11-style
gpl2 gpl2+ gpl3+ lgpl2.0+ lgpl2.1+ lgpl3+
gpl2 gpl2+ gpl3+ lgpl2.0+ lgpl2.1 lgpl2.1+ lgpl3+
psfl public-domain))
#:use-module ((guix licenses) #:select (zlib) #:prefix license:)
#:use-module (gnu packages)