diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-01-02 08:25:23 +0100 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-01-02 08:32:22 +0100 |
commit | 95c45e53497e30af28bdfd6947801731c9d9f27b (patch) | |
tree | 1e1ea1215ce0f492dc6fa195701016afea6180c0 /gnu/packages/wine.scm | |
parent | 06e57331fc22750c7c7a020fd1f8e4a36e6ff4ba (diff) | |
download | guix-95c45e53497e30af28bdfd6947801731c9d9f27b.tar guix-95c45e53497e30af28bdfd6947801731c9d9f27b.tar.gz |
gnu: wine-staging: Update synopsis.
* gnu/packages/wine.scm (wine-staging)[synopsis]: Clarify synopsis.
Diffstat (limited to 'gnu/packages/wine.scm')
-rw-r--r-- | gnu/packages/wine.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm index 89ee9f91dd..28e6f55b12 100644 --- a/gnu/packages/wine.scm +++ b/gnu/packages/wine.scm @@ -234,7 +234,7 @@ integrate Windows applications into your desktop.") (inputs `(("gtk+", gtk+) ("libva", libva) ,@(package-inputs wine))) - (synopsis "Implementation of the Windows API (staging branch)") + (synopsis "Implementation of the Windows API (staging branch, 32-bit only)") (description "Wine-Staging is the testing area of Wine. It contains bug fixes and features, which have not been integrated into the development branch yet. The idea of Wine-Staging is to provide |