gnu: xvfb-run: Fix syntax error.

Error introduced in 07f77812c4.

* gnu/packages/xorg.scm (xvfb-run)[license]: Fix syntax.
This commit is contained in:
Ludovic Courtès 2021-03-09 16:17:56 +01:00
parent 973c6f18eb
commit b1cabedd28
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -6839,5 +6839,5 @@ (define-public xvfb-run
an existing user-specified one, writes a cookie to it, and then starts the
@command{Xvfb} X server as a background process. It also takes care of killing
the server and cleaning up before returning the exit status of the command.")
(license license:x11 ; the script
license:gpl2+))) ; the man page
(license (list license:x11 ; the script
license:gpl2+)))) ; the man page