gnu: tigervnc-server: Clean up comments.
authorDanny Milosavljevic <dannym@scratchpost.org>
Tue, 1 Oct 2019 23:27:23 +0000 (01:27 +0200)
committerDanny Milosavljevic <dannym@scratchpost.org>
Tue, 1 Oct 2019 23:27:23 +0000 (01:27 +0200)
* gnu/packages/tigervnc.scm (tigervnc-server): Clean up comments.

gnu/packages/tigervnc.scm

index 695f5bb..cb44d35 100644 (file)
@@ -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)