gnu: xorg-server: Fix indentation.

* gnu/packages/xorg.scm (xorg-server): Fix indentation.  Remove trailing #t.
This commit is contained in:
Maxim Cournoyer 2021-11-05 23:56:45 -04:00
parent 8265e209b3
commit bfa1e12bb8
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -5483,7 +5483,6 @@ by the Xorg server.")
;; For sddm.
"--enable-kdrive"
"--enable-xephyr")
#:phases
(modify-phases %standard-phases
(add-before 'configure 'pre-configure
@ -5502,9 +5501,7 @@ by the Xorg server.")
(("^BUILD_DATE=.*$")
"BUILD_DATE=19700101\n")
(("^BUILD_TIME=.*$")
"BUILD_TIME=000001\n"))
#t)))))
"BUILD_TIME=000001\n")))))))
(home-page "https://www.x.org/wiki/")
(synopsis "Xorg implementation of the X Window System")
(description