gnu: wine64: Remove redundant description.

* gnu/packages/wine.scm (wine64)[description]: Remove.
This commit is contained in:
Ludovic Courtès 2017-06-20 23:41:13 +02:00
parent b3623b6fe7
commit 92321b76a6
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 7 deletions

View File

@ -159,11 +159,4 @@ integrate Windows applications into your desktop.")
,@(strip-keyword-arguments '(#:configure-flags #:system)
(package-arguments wine))))
(synopsis "Implementation of the Windows API (64-bit version)")
(description
"Wine (originally an acronym for \"Wine Is Not an Emulator\") is a
compatibility layer capable of running Windows applications. Instead of
simulating internal Windows logic like a virtual machine or emulator, Wine
translates Windows API calls into POSIX calls on-the-fly, eliminating the
performance and memory penalties of other methods and allowing you to cleanly
integrate Windows applications into your desktop. This is the 64-bit version.")
(supported-systems '("x86_64-linux"))))