From ba6cbc73f4ff3f1f5fc8e4ca26e867dc85291bd1 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 19 Apr 2015 18:59:01 +0200 Subject: [PATCH 2/2] gnu: Add python2-gnomekeyring. * gnu/packages/gnome.scm (python2-gnomekeyring): New variable. --- gnu/packages/gnome.scm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c303826..14d2520 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1668,6 +1668,15 @@ indicators etc).") `(("librsvg" ,librsvg)) license:lgpl2.1+)) +(define-public python2-gnomekeyring + (python2-gnome-desktop-component + "gnomekeyring" + "Python bindings to libgnome-keyring" + "This module contains bindings allowing the use of the GNOME keyring in +Python." + `(("libgnome-keyring" ,libgnome-keyring)) + license:lgpl2.1+)) + (define-public glib-networking (package (name "glib-networking") -- 2.1.0