me
/
guix
Archived
1
0
Fork 0

gnu: elogind: Drop input labels and fix indentation.

* gnu/packages/freedesktop.scm (elogind): Re-indent package.
[native-inputs]: Remove labels.
Maxim Cournoyer 2023-07-27 12:43:14 -04:00
parent c88fe11209
commit 3309bb8ac2
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 27 additions and 27 deletions

View File

@ -754,16 +754,16 @@ the freedesktop.org XDG Base Directory specification.")
(substitute* "src/login/elogind.c"
(("\"/run/elogind.pid\"") "\"/run/systemd/elogind.pid\"")))))))
(native-inputs
`(("docbook-xml" ,docbook-xml-4.5)
("docbook-xml-4.2" ,docbook-xml-4.2)
("docbook-xsl" ,docbook-xsl)
("gettext" ,gettext-minimal)
("gperf" ,gperf)
("libxml2" ,libxml2) ;for XML_CATALOG_FILES
("m4" ,m4)
("pkg-config" ,pkg-config)
("python" ,python)
("xsltproc" ,libxslt)))
(list docbook-xml-4.5
docbook-xml-4.2
docbook-xsl
gettext-minimal
gperf
libxml2 ;for XML_CATALOG_FILES
m4
pkg-config
python
libxslt))
(inputs
(append
(if (not (target-riscv64?))