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.
|
||||
"--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
|
||||
|
Loading…
Reference in New Issue
Block a user