~ruther/guix-local

b630794f16c0f517fdab6cfce5992654118c7fa8 — Andreas Enge 7 months ago ef0ff17
gnu: Remove krb5-auth-dialog.

* gnu/packages/gnome.scm (krb5-auth-dialog): Delete variable.

Fixes: guix/guix#1885
Change-Id: If9f9b49d2f99219564d628836d1c295ad236d518
1 files changed, 0 insertions(+), 25 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +0 -25
@@ 1070,31 1070,6 @@ GtkSourceView-based text editors and IDEs.")
    (home-page "https://wiki.gnome.org/Projects/Tepl")
    (license license:lgpl2.1+)))

(define-public krb5-auth-dialog
  (package
    (name "krb5-auth-dialog")
    (version "3.26.1")
    (source
     (origin
       (method url-fetch)
       (uri
        (string-append "mirror://gnome/sources/" name "/"
                       (version-major+minor version) "/"
                       name "-" version ".tar.xz"))
       (sha256
        (base32
         "1w91gsvmifqhiam3xqf88i5rk2w6qadjalmbvvamjdc37j0vdc6x"))))
    (build-system glib-or-gtk-build-system)
    (native-inputs
     (list intltool itstool libxml2 pkg-config python-wrapper))
    (inputs
     (list glib gtk+ libnotify mit-krb5 network-manager))
    (synopsis "Popup dialogs for Kerberos 5")
    (description "krb5-auth-dialog is a simple dialog that monitors Kerberos
tickets, and pops up a dialog when they are about to expire.")
    (home-page "https://gitlab.gnome.org/GNOME/krb5-auth-dialog")
    (license license:gpl2+)))

(define-public notification-daemon
  (package
    (name "notification-daemon")