me
/
guix
Archived
1
0
Fork 0

gnu: xvfb-run: Fix syntax error.

Error introduced in 07f77812c4.

* gnu/packages/xorg.scm (xvfb-run)[license]: Fix syntax.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -6839,5 +6839,5 @@ within a virtual X server environment. It sets up an X authority file or uses
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