diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-01-02 08:29:39 +0100 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-01-02 08:32:18 +0100 |
commit | 06e57331fc22750c7c7a020fd1f8e4a36e6ff4ba (patch) | |
tree | e2a53b757ed6f73e0b2226dd88ab6285c41f7778 /gnu/packages | |
parent | 685651845677d1a79ac037cf685e3dd00991999a (diff) | |
download | guix-06e57331fc22750c7c7a020fd1f8e4a36e6ff4ba.tar guix-06e57331fc22750c7c7a020fd1f8e4a36e6ff4ba.tar.gz |
gnu: wine: Update synopsis.
* gnu/packages/wine.scm (wine)[synopsis]: Clarify synopsis.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/wine.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm index d5309fd986..89ee9f91dd 100644 --- a/gnu/packages/wine.scm +++ b/gnu/packages/wine.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2014, 2015 Sou Bunnbu <iyzsong@gmail.com> ;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il> -;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com> +;;; Copyright © 2017, 2018 Rutger Helling <rhelling@mykolab.com> ;;; Copyright © 2017 Nicolas Goaziou <mail@nicolasgoaziou.fr> ;;; ;;; This file is part of GNU Guix. @@ -147,7 +147,7 @@ (format #f "~a\"~a\"" defso (find-so soname)))) #t)))))) (home-page "https://www.winehq.org/") - (synopsis "Implementation of the Windows API") + (synopsis "Implementation of the Windows API (32-bit only)") (description "Wine (originally an acronym for \"Wine Is Not an Emulator\") is a compatibility layer capable of running Windows applications. Instead of |