mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: elogind: Drop input labels and fix indentation.
* gnu/packages/freedesktop.scm (elogind): Re-indent package. [native-inputs]: Remove labels.
This commit is contained in:
parent
c88fe11209
commit
3309bb8ac2
1 changed files with 27 additions and 27 deletions
|
@ -754,16 +754,16 @@ (define-public elogind
|
||||||
(substitute* "src/login/elogind.c"
|
(substitute* "src/login/elogind.c"
|
||||||
(("\"/run/elogind.pid\"") "\"/run/systemd/elogind.pid\"")))))))
|
(("\"/run/elogind.pid\"") "\"/run/systemd/elogind.pid\"")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("docbook-xml" ,docbook-xml-4.5)
|
(list docbook-xml-4.5
|
||||||
("docbook-xml-4.2" ,docbook-xml-4.2)
|
docbook-xml-4.2
|
||||||
("docbook-xsl" ,docbook-xsl)
|
docbook-xsl
|
||||||
("gettext" ,gettext-minimal)
|
gettext-minimal
|
||||||
("gperf" ,gperf)
|
gperf
|
||||||
("libxml2" ,libxml2) ;for XML_CATALOG_FILES
|
libxml2 ;for XML_CATALOG_FILES
|
||||||
("m4" ,m4)
|
m4
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("python" ,python)
|
python
|
||||||
("xsltproc" ,libxslt)))
|
libxslt))
|
||||||
(inputs
|
(inputs
|
||||||
(append
|
(append
|
||||||
(if (not (target-riscv64?))
|
(if (not (target-riscv64?))
|
||||||
|
|
Loading…
Reference in a new issue