guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: xvfb-run: Fix syntax error.


From: guix-commits
Subject: 02/02: gnu: xvfb-run: Fix syntax error.
Date: Tue, 9 Mar 2021 10:18:42 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit b1cabedd28b92324259875fc52ca5d52d411a026
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Mar 9 16:17:56 2021 +0100

    gnu: xvfb-run: Fix syntax error.
    
    Error introduced in 07f77812c44aa3b7a6b963613b783da56110d2f0.
    
    * gnu/packages/xorg.scm (xvfb-run)[license]: Fix syntax.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 2f740ec..92ae6a8 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]