mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Fix input typoes.
* gnu/packages/crates-io.scm (rust-nettle-sys-2)[inputs]: Move ‘,’ to its operand. * gnu/packages/docbook.scm (docbook-dsssl)[native-inputs]: Likewise. (docbook-dsssl-doc)[native-inputs]: Likewise. * gnu/packages/emacs-xyz.scm (emacs-helm-slack)[propagated-inputs]: Likewise. * gnu/packages/kde-multimedia.scm (audiocd-kio)[inputs]: Likewise. * gnu/packages/kde-pim.scm (akonadi-mime, kalarmcal, kcalendarsupport) (keventviews, kmailtransport, kpimtextedit)[inputs]: Likewise. * gnu/packages/mpd.scm (cantata)[inputs]: Likewise. * gnu/packages/raspberry-pi.scm (bcm2835): Likewise. * gnu/packages/samba.scm (samba)[native-inputs]: Likewise. * gnu/packages/xdisorg.scm (dex)[inputs]: Likewise.
This commit is contained in:
parent
df45894df3
commit
ade77dd0d3
9 changed files with 16 additions and 16 deletions
|
@ -24294,7 +24294,7 @@ cryptographic library.")
|
||||||
`(("clang" ,clang)
|
`(("clang" ,clang)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("nettle", nettle)))
|
`(("nettle" ,nettle)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-bindgen" ,rust-bindgen-0.51)
|
(("rust-bindgen" ,rust-bindgen-0.51)
|
||||||
|
|
|
@ -249,7 +249,7 @@ by no means limited to these applications.) This package provides XML DTDs.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("docbook-dsssl-doc" ,docbook-dsssl-doc)))
|
`(("docbook-dsssl-doc" ,docbook-dsssl-doc)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bzip2", bzip2)
|
`(("bzip2" ,bzip2)
|
||||||
("tar" ,tar)))
|
("tar" ,tar)))
|
||||||
(home-page "https://docbook.org/")
|
(home-page "https://docbook.org/")
|
||||||
(synopsis "DSSSL style sheets for DocBook")
|
(synopsis "DSSSL style sheets for DocBook")
|
||||||
|
@ -287,7 +287,7 @@ by no means limited to these applications.) This package provides XML DTDs.")
|
||||||
"--no-same-owner" "-C" docdir
|
"--no-same-owner" "-C" docdir
|
||||||
(string-append "docbook-dsssl-" ,version "/doc"))))))
|
(string-append "docbook-dsssl-" ,version "/doc"))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bzip2", bzip2)
|
`(("bzip2" ,bzip2)
|
||||||
("tar" ,tar)))
|
("tar" ,tar)))
|
||||||
(home-page "https://docbook.org/")
|
(home-page "https://docbook.org/")
|
||||||
(synopsis "DocBook DSSSL style sheets documentation")
|
(synopsis "DocBook DSSSL style sheets documentation")
|
||||||
|
|
|
@ -14120,7 +14120,7 @@ messaging service.")
|
||||||
;; HOME needs to exist for source compilation.
|
;; HOME needs to exist for source compilation.
|
||||||
(add-before 'build 'set-HOME
|
(add-before 'build 'set-HOME
|
||||||
(lambda _ (setenv "HOME" "/tmp") #t)))))
|
(lambda _ (setenv "HOME" "/tmp") #t)))))
|
||||||
(propagated-inputs `(("emacs-slack", emacs-slack)))
|
(propagated-inputs `(("emacs-slack" ,emacs-slack)))
|
||||||
(home-page "https://github.com/yuya373/helm-slack")
|
(home-page "https://github.com/yuya373/helm-slack")
|
||||||
(synopsis "Helm extension for emacs-slack")
|
(synopsis "Helm extension for emacs-slack")
|
||||||
(description "This package provides an helm extension for emacs-slack
|
(description "This package provides an helm extension for emacs-slack
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
("ki18n" ,ki18n)
|
("ki18n" ,ki18n)
|
||||||
("kio" ,kio)
|
("kio" ,kio)
|
||||||
("libkcddb" ,libkcddb)
|
("libkcddb" ,libkcddb)
|
||||||
("libkcompactdisc", libkcompactdisc)
|
("libkcompactdisc" ,libkcompactdisc)
|
||||||
("libvorbis" ,libvorbis)
|
("libvorbis" ,libvorbis)
|
||||||
("phonon" ,phonon)
|
("phonon" ,phonon)
|
||||||
("qtbase" ,qtbase)))
|
("qtbase" ,qtbase)))
|
||||||
|
|
|
@ -229,7 +229,7 @@ to list and filter contacts.")
|
||||||
("shared-mime-info" ,shared-mime-info)))
|
("shared-mime-info" ,shared-mime-info)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("akonadi" ,akonadi)
|
`(("akonadi" ,akonadi)
|
||||||
("boost", boost)
|
("boost" ,boost)
|
||||||
("kcodecs" ,kcodecs)
|
("kcodecs" ,kcodecs)
|
||||||
("kconfig" ,kconfig)
|
("kconfig" ,kconfig)
|
||||||
("kconfigwidgets" ,kconfigwidgets)
|
("kconfigwidgets" ,kconfigwidgets)
|
||||||
|
@ -469,7 +469,7 @@ CalDAV server.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("extra-cmake-modules" ,extra-cmake-modules)))
|
`(("extra-cmake-modules" ,extra-cmake-modules)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("akonadi", akonadi)
|
`(("akonadi" ,akonadi)
|
||||||
("boost" ,boost)
|
("boost" ,boost)
|
||||||
("kcalendarcore" ,kcalendarcore)
|
("kcalendarcore" ,kcalendarcore)
|
||||||
("kcalutils" ,kcalutils)
|
("kcalutils" ,kcalutils)
|
||||||
|
@ -551,7 +551,7 @@ one of the APIs mentioned above.")
|
||||||
("akonadi-mime" ,akonadi-mime)
|
("akonadi-mime" ,akonadi-mime)
|
||||||
("boost" ,boost)
|
("boost" ,boost)
|
||||||
("kcalendarcore" ,kcalendarcore)
|
("kcalendarcore" ,kcalendarcore)
|
||||||
("kcalutils", kcalutils)
|
("kcalutils" ,kcalutils)
|
||||||
("kcompletion" ,kcompletion)
|
("kcompletion" ,kcompletion)
|
||||||
("kdbusaddons" ,kdbusaddons)
|
("kdbusaddons" ,kdbusaddons)
|
||||||
("kdepim-apps-libs" ,kdepim-apps-libs)
|
("kdepim-apps-libs" ,kdepim-apps-libs)
|
||||||
|
@ -796,7 +796,7 @@ package.")
|
||||||
("kcalendarcore" ,kcalendarcore)
|
("kcalendarcore" ,kcalendarcore)
|
||||||
("kcalendarsupport" ,kcalendarsupport)
|
("kcalendarsupport" ,kcalendarsupport)
|
||||||
("kcalutils" ,kcalutils)
|
("kcalutils" ,kcalutils)
|
||||||
("kcodecs", kcodecs)
|
("kcodecs" ,kcodecs)
|
||||||
("kcompletion" ,kcompletion)
|
("kcompletion" ,kcompletion)
|
||||||
("kconfigwidgets" ,kconfigwidgets)
|
("kconfigwidgets" ,kconfigwidgets)
|
||||||
("kcontacts" ,kcontacts)
|
("kcontacts" ,kcontacts)
|
||||||
|
@ -1252,7 +1252,7 @@ e-mail client programs into KMail and KDE PIM.")
|
||||||
("kdbusaddons" ,kdbusaddons)
|
("kdbusaddons" ,kdbusaddons)
|
||||||
("kconfigwidgets" ,kconfigwidgets)
|
("kconfigwidgets" ,kconfigwidgets)
|
||||||
("ki18n" ,ki18n)
|
("ki18n" ,ki18n)
|
||||||
("kitemmodels", kitemmodels)
|
("kitemmodels" ,kitemmodels)
|
||||||
("kio" ,kio)
|
("kio" ,kio)
|
||||||
("kmime" ,kmime)
|
("kmime" ,kmime)
|
||||||
("ksmtp" ,ksmtp)
|
("ksmtp" ,ksmtp)
|
||||||
|
@ -1737,7 +1737,7 @@ Virtual Contact File}) files to the KPeople contact management library.")
|
||||||
("kwidgetsaddons" ,kwidgetsaddons)
|
("kwidgetsaddons" ,kwidgetsaddons)
|
||||||
("kxmlgui" ,kxmlgui)
|
("kxmlgui" ,kxmlgui)
|
||||||
("qtbase" ,qtbase)
|
("qtbase" ,qtbase)
|
||||||
("qtspeech", qtspeech)
|
("qtspeech" ,qtspeech)
|
||||||
("sonnet" ,sonnet)))
|
("sonnet" ,sonnet)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;; TODO - test suite hangs
|
`(#:tests? #f)) ;; TODO - test suite hangs
|
||||||
|
|
|
@ -444,7 +444,7 @@ support")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("eudev", eudev)
|
`(("eudev" ,eudev)
|
||||||
("ffmpeg" ,ffmpeg)
|
("ffmpeg" ,ffmpeg)
|
||||||
("libcdio-paranoia" ,libcdio-paranoia)
|
("libcdio-paranoia" ,libcdio-paranoia)
|
||||||
("libebur128" ,libebur128)
|
("libebur128" ,libebur128)
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
`(#:tests? #f)) ; Would need to be root
|
`(#:tests? #f)) ; Would need to be root
|
||||||
;; doc/html docs would not be installed anyway.
|
;; doc/html docs would not be installed anyway.
|
||||||
;(native-inputs
|
;(native-inputs
|
||||||
; `(("doxygen", doxygen)))
|
; `(("doxygen" ,doxygen)))
|
||||||
(synopsis "C library for Broadcom BCM 2835 as used in Raspberry Pi")
|
(synopsis "C library for Broadcom BCM 2835 as used in Raspberry Pi")
|
||||||
(description "This package provides a C library for Broadcom BCM 2835 as
|
(description "This package provides a C library for Broadcom BCM 2835 as
|
||||||
used in the Raspberry Pi")
|
used in the Raspberry Pi")
|
||||||
|
|
|
@ -236,7 +236,7 @@ external dependencies.")
|
||||||
("cmocka" ,cmocka)
|
("cmocka" ,cmocka)
|
||||||
("cups" ,cups)
|
("cups" ,cups)
|
||||||
("gamin" ,gamin)
|
("gamin" ,gamin)
|
||||||
("dbus", dbus)
|
("dbus" ,dbus)
|
||||||
("gpgme" ,gpgme)
|
("gpgme" ,gpgme)
|
||||||
("gnutls" ,gnutls)
|
("gnutls" ,gnutls)
|
||||||
("heimdal" ,heimdal)
|
("heimdal" ,heimdal)
|
||||||
|
@ -265,7 +265,7 @@ external dependencies.")
|
||||||
("docbook-xml" ,docbook-xml-4.2)
|
("docbook-xml" ,docbook-xml-4.2)
|
||||||
("docbook-xsl" ,docbook-xsl)
|
("docbook-xsl" ,docbook-xsl)
|
||||||
("xsltproc" ,libxslt)
|
("xsltproc" ,libxslt)
|
||||||
("libxml2", libxml2))) ;for XML_CATALOG_FILES
|
("libxml2" ,libxml2))) ;for XML_CATALOG_FILES
|
||||||
(home-page "https://www.samba.org/")
|
(home-page "https://www.samba.org/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"The standard Windows interoperability suite of programs for GNU and Unix")
|
"The standard Windows interoperability suite of programs for GNU and Unix")
|
||||||
|
|
|
@ -2708,7 +2708,7 @@ such as sway, similar to @command{rofi}.")
|
||||||
(delete 'configure))
|
(delete 'configure))
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(inputs
|
(inputs
|
||||||
`(("python", python)))
|
`(("python" ,python)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-sphinx" ,python-sphinx)))
|
`(("python-sphinx" ,python-sphinx)))
|
||||||
(home-page "https://github.com/jceb/dex")
|
(home-page "https://github.com/jceb/dex")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue