diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-06-20 23:41:13 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-06-20 23:41:13 +0200 |
commit | 92321b76a6dccbfd00734d444386561102c325d9 (patch) | |
tree | 95d1a7096364741432e175da8296bb3436dff534 /gnu | |
parent | b3623b6fe70c2bc448346ba25a266262c738d727 (diff) | |
download | guix-92321b76a6dccbfd00734d444386561102c325d9.tar guix-92321b76a6dccbfd00734d444386561102c325d9.tar.gz |
gnu: wine64: Remove redundant description.
* gnu/packages/wine.scm (wine64)[description]: Remove.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/wine.scm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm index 517b9f236e..006483e798 100644 --- a/gnu/packages/wine.scm +++ b/gnu/packages/wine.scm @@ -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")))) |