guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: tigervnc-server: Clean up comments.


From: guix-commits
Subject: 01/01: gnu: tigervnc-server: Clean up comments.
Date: Tue, 1 Oct 2019 19:28:46 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit d8de38563b7a32a96873a8dbc918b6448f3d8665
Author: Danny Milosavljevic <address@hidden>
Date:   Wed Oct 2 01:27:23 2019 +0200

    gnu: tigervnc-server: Clean up comments.
    
    * gnu/packages/tigervnc.scm (tigervnc-server): Clean up comments.
---
 gnu/packages/tigervnc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tigervnc.scm b/gnu/packages/tigervnc.scm
index 695f5bb..cb44d35 100644
--- a/gnu/packages/tigervnc.scm
+++ b/gnu/packages/tigervnc.scm
@@ -140,7 +140,7 @@ application which is needed to connect to VNC servers.")
                    "--disable-xorg"
                    "--disable-dmx"
                    "--disable-xwin"
-                   "--disable-xephyr"   ; Is this necessary? (*)
+                   "--disable-xephyr"
                    "--disable-kdrive"
                    ;; "--disable-config-dbus" ; This was a warning.
                    "--disable-config-hal"
@@ -148,7 +148,7 @@ application which is needed to connect to VNC servers.")
                    "--disable-dri2"
                    ;; "--enable-install-libxf86config" ; This, too, was a 
warning.
                    "--enable-glx")
-                 (delete "--enable-xephyr" ,flags))) ; Is this necessary? (*)
+                 (delete "--enable-xephyr" ,flags)))
        ((#:modules modules)
         `(append '((ice-9 ftw)
                    (ice-9 match)



reply via email to

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