gnu: xorg-server: Fix indentation.
* gnu/packages/xorg.scm (xorg-server): Fix indentation. Remove trailing #t.
This commit is contained in:
parent
8265e209b3
commit
bfa1e12bb8
@ -5483,7 +5483,6 @@ by the Xorg server.")
|
|||||||
;; For sddm.
|
;; For sddm.
|
||||||
"--enable-kdrive"
|
"--enable-kdrive"
|
||||||
"--enable-xephyr")
|
"--enable-xephyr")
|
||||||
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'pre-configure
|
(add-before 'configure 'pre-configure
|
||||||
@ -5502,9 +5501,7 @@ by the Xorg server.")
|
|||||||
(("^BUILD_DATE=.*$")
|
(("^BUILD_DATE=.*$")
|
||||||
"BUILD_DATE=19700101\n")
|
"BUILD_DATE=19700101\n")
|
||||||
(("^BUILD_TIME=.*$")
|
(("^BUILD_TIME=.*$")
|
||||||
"BUILD_TIME=000001\n"))
|
"BUILD_TIME=000001\n")))))))
|
||||||
|
|
||||||
#t)))))
|
|
||||||
(home-page "https://www.x.org/wiki/")
|
(home-page "https://www.x.org/wiki/")
|
||||||
(synopsis "Xorg implementation of the X Window System")
|
(synopsis "Xorg implementation of the X Window System")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user