diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-04-30 10:26:39 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-04-30 10:28:45 +0200 |
commit | d95e4864bac7ceccbb0d41cf961cd1e3c3380138 (patch) | |
tree | aef6a27f80bacf8739406289eeb4191c0f64ad59 /gnu/packages | |
parent | fc6dace31dcaedb1c7721473a926cd0c46b9e801 (diff) | |
download | guix-d95e4864bac7ceccbb0d41cf961cd1e3c3380138.tar guix-d95e4864bac7ceccbb0d41cf961cd1e3c3380138.tar.gz |
gnu: wine: Add Kerberos support.
* gnu/packages/wine.scm (wine)[inputs]: Add mit-krb5.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/wine.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm index b92af46135..914b70d0c8 100644 --- a/gnu/packages/wine.scm +++ b/gnu/packages/wine.scm @@ -46,6 +46,7 @@ #:use-module (gnu packages glib) #:use-module (gnu packages gstreamer) #:use-module (gnu packages gtk) + #:use-module (gnu packages kerberos) #:use-module (gnu packages linux) #:use-module (gnu packages openldap) #:use-module (gnu packages perl) @@ -115,6 +116,7 @@ ("libXinerama" ,libxinerama) ("libXxf86vm" ,libxxf86vm) ("libXcomposite" ,libxcomposite) + ("mit-krb5" ,mit-krb5) ("ncurses" ,ncurses) ("openal" ,openal) ("pulseaudio" ,pulseaudio) |