me
/
guix
Archived
1
0
Fork 0

gnu: Fix package references.

* gnu/packages/algebra.scm (iml)[inputs]: Correctly refer to package
inputs.
* gnu/packages/astronomy.scm (xplanet),
* gnu/packages/audio.scm (redkite, libaudec, lv2lint, lv2toweb),
* gnu/packages/bioconductor.scm (r-cummerbund),
* gnu/packages/chicken.scm (chicken),
* gnu/packages/conky.scm (conky),
* gnu/packages/cran.scm (r-latex2exp),
* gnu/packages/crates-io.scm (rust-rgb),
* gnu/packages/databases.scm (mariadb),
* gnu/packages/diffoscope.scm (reprotest),
* gnu/packages/file-systems.scm (glusterfs),
* gnu/packages/finance.scm (electron-cash),
* gnu/packages/games.scm (rinutils, ksudoku, kdiamond, kigo),
* gnu/packages/geo.scm (grass),
* gnu/packages/gnome.scm (libmediaart, gnome-contacts, geoclue),
* gnu/packages/gnucash.scm (aqbanking),
* gnu/packages/image.scm (mtpaint),
* gnu/packages/kde-internet.scm (kopete, ktorrent),
* gnu/packages/kde-utils.scm (kmousetool, kmouth, kronometer),
* gnu/packages/linphone.scm (liblinphone),
* gnu/packages/maths.scm (ppl),
* gnu/packages/mercury.scm (mercury-minimal),
* gnu/packages/music.scm (bjumblr, bschaffl, lsp-plugins,
spectacle-analyzer, helm, tap-lv2, wolf-shaper, shiru-lv2),
* gnu/packages/networking.scm (restinio),
* gnu/packages/prolog.scm (swi-prolog),
* gnu/packages/python-web.scm (gunicorn),
* gnu/packages/python-xyz.scm (python-docusign-esign),
* gnu/packages/ruby.scm (ruby-cucumber, ruby_version, ruby-addressable),
* gnu/packages/sagemath.scm (python-cypari2),
* gnu/packages/skarnet.scm (s6-linux-init),
* gnu/packages/vpn.scm (sshuttle),
* gnu/packages/web.scm (libcyaml),
* gnu/packages/xdisorg.scm (kbdd),
* gnu/packages/xorg.scm (xpra): Same.
master
Efraim Flashner 2020-09-30 08:57:27 +03:00
parent 1537587e46
commit 1628d57bb5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
34 changed files with 102 additions and 102 deletions

View File

@ -1553,7 +1553,7 @@ structure constants of Schubert polynomials.")
"0akwhhz9b40bz6lrfxpamp7r7wkk48p455qbn04mfnl9a1l6db8x")))) "0akwhhz9b40bz6lrfxpamp7r7wkk48p455qbn04mfnl9a1l6db8x"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gmp", gmp) `(("gmp" ,gmp)
("cblas" ,openblas))) ; or any other BLAS library; the documentation ("cblas" ,openblas))) ; or any other BLAS library; the documentation
; mentions ATLAS in particular ; mentions ATLAS in particular
(arguments (arguments

View File

@ -328,7 +328,7 @@ Mechanics, Astrometry and Astrodynamics library.")
("freetype" ,freetype) ("freetype" ,freetype)
("pango" ,pango) ("pango" ,pango)
("giflib" ,giflib) ("giflib" ,giflib)
("libjpeg", libjpeg-turbo) ("libjpeg" ,libjpeg-turbo)
("libpng" ,libpng) ("libpng" ,libpng)
("libtiff" ,libtiff) ("libtiff" ,libtiff)
("netpbm" ,netpbm) ("netpbm" ,netpbm)

View File

@ -4519,7 +4519,7 @@ workstations as well as consumer software such as music players.")
(inputs (inputs
`(("cairo" ,cairo))) `(("cairo" ,cairo)))
(native-inputs (native-inputs
`(("pkg-config", pkg-config))) `(("pkg-config" ,pkg-config)))
(synopsis "Small GUI toolkit") (synopsis "Small GUI toolkit")
(description "Redkite is a small GUI toolkit developed in C++17 and (description "Redkite is a small GUI toolkit developed in C++17 and
inspired from other well known GUI toolkits such as Qt and GTK. It is inspired from other well known GUI toolkits such as Qt and GTK. It is
@ -4665,7 +4665,7 @@ in the package.")
`(("libsamplerate" ,libsamplerate) `(("libsamplerate" ,libsamplerate)
("libsndfile" ,libsndfile))) ("libsndfile" ,libsndfile)))
(native-inputs (native-inputs
`(("pkg-config", pkg-config))) `(("pkg-config" ,pkg-config)))
(synopsis "Library for reading and resampling audio files") (synopsis "Library for reading and resampling audio files")
(description "libaudec is a wrapper library over ffmpeg, sndfile and (description "libaudec is a wrapper library over ffmpeg, sndfile and
libsamplerate for reading and resampling audio files, based on Robin Gareus' libsamplerate for reading and resampling audio files, based on Robin Gareus'
@ -4693,11 +4693,11 @@ libsamplerate for reading and resampling audio files, based on Robin Gareus'
`("-Delf-tests=true" ; for checking symbol visibility `("-Delf-tests=true" ; for checking symbol visibility
"-Donline-tests=true"))) ; for checking URI existence "-Donline-tests=true"))) ; for checking URI existence
(inputs (inputs
`(("curl", curl) `(("curl" ,curl)
("libelf", libelf) ("libelf" ,libelf)
("lilv", lilv))) ("lilv" ,lilv)))
(native-inputs (native-inputs
`(("pkg-config", pkg-config))) `(("pkg-config" ,pkg-config)))
(synopsis "LV2 plugin lint tool") (synopsis "LV2 plugin lint tool")
(description "lv2lint is an LV2 lint-like tool that checks whether a (description "lv2lint is an LV2 lint-like tool that checks whether a
given plugin and its UI(s) match up with the provided metadata and adhere given plugin and its UI(s) match up with the provided metadata and adhere
@ -4728,11 +4728,11 @@ to well-known best practices.")
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'configure)))) (delete 'configure))))
(inputs (inputs
`(("jalv", jalv) `(("jalv" ,jalv)
("lilv", lilv))) ("lilv" ,lilv)))
(native-inputs (native-inputs
`(("help2man", help2man) `(("help2man" ,help2man)
("pkg-config", pkg-config))) ("pkg-config" ,pkg-config)))
(synopsis "Documentation generator for LV2 plugins") (synopsis "Documentation generator for LV2 plugins")
(description (description
"lv2toweb allows the user to create an xhtml page with information "lv2toweb allows the user to create an xhtml page with information

View File

@ -1115,7 +1115,7 @@ how the coverage distributed across the genome.")
(propagated-inputs (propagated-inputs
`(("r-biobase" ,r-biobase) `(("r-biobase" ,r-biobase)
("r-biocgenerics" ,r-biocgenerics) ("r-biocgenerics" ,r-biocgenerics)
("r-fastcluster", r-fastcluster) ("r-fastcluster" ,r-fastcluster)
("r-ggplot2" ,r-ggplot2) ("r-ggplot2" ,r-ggplot2)
("r-gviz" ,r-gviz) ("r-gviz" ,r-gviz)
("r-plyr" ,r-plyr) ("r-plyr" ,r-plyr)

View File

@ -59,7 +59,7 @@
;; Parallel builds are not supported, as noted in README. ;; Parallel builds are not supported, as noted in README.
#:parallel-build? #f)) #:parallel-build? #f))
(propagated-inputs `(("gcc-toolchain", gcc-toolchain))) (propagated-inputs `(("gcc-toolchain" ,gcc-toolchain)))
(home-page "https://www.call-cc.org/") (home-page "https://www.call-cc.org/")
(synopsis "R5RS Scheme implementation that compiles native code via C") (synopsis "R5RS Scheme implementation that compiles native code via C")
(description (description

View File

@ -79,7 +79,7 @@
("libxext" ,libxext) ("libxext" ,libxext)
("libxft" ,libxft) ("libxft" ,libxft)
("libxinerama" ,libxinerama) ("libxinerama" ,libxinerama)
("pulseaudio", pulseaudio) ("pulseaudio" ,pulseaudio)
("lua" ,lua) ("lua" ,lua)
("ncurses" ,ncurses) ("ncurses" ,ncurses)
("curl" ,curl))) ("curl" ,curl)))

View File

@ -21899,7 +21899,7 @@ appropriate dog and cat images for many status codes.")
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-stringr" ,r-stringr) `(("r-stringr" ,r-stringr)
("r-magrittr", r-magrittr))) ("r-magrittr" ,r-magrittr)))
(home-page "https://github.com/stefano-meschiari/latex2exp/") (home-page "https://github.com/stefano-meschiari/latex2exp/")
(synopsis "Use LaTeX expressions in plots") (synopsis "Use LaTeX expressions in plots")
(description "@code{latex2exp} parses and converts LaTeX math formulas to (description "@code{latex2exp} parses and converts LaTeX math formulas to

View File

@ -21255,7 +21255,7 @@ uses finite automata and guarantees linear time matching on all inputs.")
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-bytemuck" ,rust-bytemuck-1) (("rust-bytemuck" ,rust-bytemuck-1)
("rust-serde", rust-serde-1)) ("rust-serde" ,rust-serde-1))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-serde-json" ,rust-serde-json-1)))) (("rust-serde-json" ,rust-serde-json-1))))
(home-page "https://lib.rs/crates/rgb") (home-page "https://lib.rs/crates/rgb")

View File

@ -944,7 +944,7 @@ Language.")
`(("bison" ,bison) `(("bison" ,bison)
;; XXX: On armhf, use GCC 5 to work around <https://bugs.gnu.org/37605>. ;; XXX: On armhf, use GCC 5 to work around <https://bugs.gnu.org/37605>.
,@(if (string-prefix? "armhf" (%current-system)) ,@(if (string-prefix? "armhf" (%current-system))
`(("gcc@5", gcc-5)) `(("gcc@5" ,gcc-5))
'()) '())
("perl" ,perl))) ("perl" ,perl)))
(inputs (inputs

View File

@ -254,7 +254,7 @@ install.")
(inputs (inputs
`(("python-debian" ,python-debian) `(("python-debian" ,python-debian)
("python-distro" ,python-distro) ("python-distro" ,python-distro)
("python-libarchive-c", python-libarchive-c) ("python-libarchive-c" ,python-libarchive-c)
("python-rstr" ,python-rstr))) ("python-rstr" ,python-rstr)))
(native-inputs (native-inputs
`(("diffoscope" ,diffoscope) `(("diffoscope" ,diffoscope)

View File

@ -504,8 +504,8 @@ non-determinism in the build process.")
(lambda _ (invoke "./autogen.sh")))))) (lambda _ (invoke "./autogen.sh"))))))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("libtirpc", libtirpc) ("libtirpc" ,libtirpc)
("rpcsvc-proto", rpcsvc-proto) ("rpcsvc-proto" ,rpcsvc-proto)
("python-2" ,python-2) ; must be version 2 ("python-2" ,python-2) ; must be version 2
("flex" ,flex) ("flex" ,flex)
("bison" ,bison) ("bison" ,bison)
@ -515,15 +515,15 @@ non-determinism in the build process.")
("cmocka" ,cmocka))) ("cmocka" ,cmocka)))
(inputs (inputs
`(("acl" ,acl) `(("acl" ,acl)
("fuse", fuse) ("fuse" ,fuse)
("openssl" ,openssl) ("openssl" ,openssl)
("liburcu" ,liburcu) ("liburcu" ,liburcu)
("libuuid" ,util-linux "lib") ("libuuid" ,util-linux "lib")
("libxml2" ,libxml2) ("libxml2" ,libxml2)
("readline" ,readline) ("readline" ,readline)
("zlib" ,zlib) ("zlib" ,zlib)
("libaio", libaio) ("libaio" ,libaio)
("rdma-core", rdma-core))) ("rdma-core" ,rdma-core)))
(home-page "https://www.gluster.org") (home-page "https://www.gluster.org")
(synopsis "Distributed file system") (synopsis "Distributed file system")
(description "GlusterFS is a distributed scalable network file system (description "GlusterFS is a distributed scalable network file system

View File

@ -493,10 +493,10 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.")
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("libevent" ,libevent) `(("libevent" ,libevent)
("libsecp256k1", libsecp256k1-bitcoin-cash) ("libsecp256k1" ,libsecp256k1-bitcoin-cash)
("openssl" ,openssl) ("openssl" ,openssl)
("python-cython" ,python-cython) ("python-cython" ,python-cython)
("python-dateutil", python-dateutil) ("python-dateutil" ,python-dateutil)
("python-dnspython" ,python-dnspython) ("python-dnspython" ,python-dnspython)
("python-ecdsa" ,python-ecdsa) ("python-ecdsa" ,python-ecdsa)
("python-hidapi" ,python-hidapi) ("python-hidapi" ,python-hidapi)

View File

@ -7180,7 +7180,7 @@ original.")
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("cmocka" ,cmocka) `(("cmocka" ,cmocka)
("perl-env-path", perl-env-path) ("perl-env-path" ,perl-env-path)
("perl-inline" ,perl-inline) ("perl-inline" ,perl-inline)
("perl-inline-c" ,perl-inline-c) ("perl-inline-c" ,perl-inline-c)
("perl-string-shellquote" ,perl-string-shellquote) ("perl-string-shellquote" ,perl-string-shellquote)
@ -10176,7 +10176,7 @@ This package is part of the KDE games module.")
`(("extra-cmake-modules" ,extra-cmake-modules) `(("extra-cmake-modules" ,extra-cmake-modules)
("kdoctools" ,kdoctools))) ("kdoctools" ,kdoctools)))
(inputs (inputs
`(("karchive", karchive) `(("karchive" ,karchive)
("kconfig" ,kconfig) ("kconfig" ,kconfig)
("kconfigwidgets" ,kconfigwidgets) ("kconfigwidgets" ,kconfigwidgets)
("kcoreaddons" ,kcoreaddons) ("kcoreaddons" ,kcoreaddons)
@ -10322,7 +10322,7 @@ This package is part of the KDE games module.")
`(("extra-cmake-modules" ,extra-cmake-modules) `(("extra-cmake-modules" ,extra-cmake-modules)
("kdoctools" ,kdoctools))) ("kdoctools" ,kdoctools)))
(inputs (inputs
`(("kcompletion", kcompletion) `(("kcompletion" ,kcompletion)
("kconfig" ,kconfig) ("kconfig" ,kconfig)
("kconfigwidgets" ,kconfigwidgets) ("kconfigwidgets" ,kconfigwidgets)
("kcoreaddons" ,kcoreaddons) ("kcoreaddons" ,kcoreaddons)
@ -10714,7 +10714,7 @@ This package is part of the KDE games module.")
("kdbusaddons" ,kdbusaddons) ("kdbusaddons" ,kdbusaddons)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kio" ,kio) ("kio" ,kio)
("knewstuff", knewstuff) ("knewstuff" ,knewstuff)
("ktextwidgets" ,ktextwidgets) ("ktextwidgets" ,ktextwidgets)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)
("libkdegames" ,libkdegames) ("libkdegames" ,libkdegames)

View File

@ -1776,7 +1776,7 @@ track your position right from your laptop.")
(base32 "1fwsm99kz0bxvjk7442qq1h45ikrmhba8bqclafb61gqg1q6ymrk")))) (base32 "1fwsm99kz0bxvjk7442qq1h45ikrmhba8bqclafb61gqg1q6ymrk"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("bzip2", bzip2) `(("bzip2" ,bzip2)
("cairo" ,cairo) ("cairo" ,cairo)
("fftw" ,fftw) ("fftw" ,fftw)
("freetype" ,freetype) ("freetype" ,freetype)

View File

@ -1299,7 +1299,7 @@ and implementation of UPnP A/V profiles.")
`(("gdk-pixbuf" ,gdk-pixbuf) `(("gdk-pixbuf" ,gdk-pixbuf)
("gettext" ,gettext-minimal) ("gettext" ,gettext-minimal)
("gobject-introspection" ,gobject-introspection) ("gobject-introspection" ,gobject-introspection)
("gtk+:doc", gtk+ "doc") ("gtk+:doc" ,gtk+ "doc")
("vala" ,vala))) ("vala" ,vala)))
(synopsis "Media art library for the GNOME desktop") (synopsis "Media art library for the GNOME desktop")
(description (description
@ -1961,7 +1961,7 @@ commonly used macros.")
("telepathy-glib" ,telepathy-glib) ("telepathy-glib" ,telepathy-glib)
("vala" ,vala))) ("vala" ,vala)))
(propagated-inputs (propagated-inputs
`(("folks", folks) `(("folks" ,folks)
("telepathy-mission-control" ,telepathy-mission-control))) ("telepathy-mission-control" ,telepathy-mission-control)))
(synopsis "GNOME's integrated address book") (synopsis "GNOME's integrated address book")
(description (description
@ -5025,7 +5025,7 @@ output devices.")
("gobject-introspection" ,gobject-introspection) ("gobject-introspection" ,gobject-introspection)
("modem-manager" ,modem-manager) ("modem-manager" ,modem-manager)
("libnotify" ,libnotify) ("libnotify" ,libnotify)
("gtk-doc", gtk-doc) ("gtk-doc" ,gtk-doc)
("intltool" ,intltool))) ("intltool" ,intltool)))
(inputs (inputs
`(("avahi" ,avahi) `(("avahi" ,avahi)

View File

@ -293,7 +293,7 @@ applications and libraries. It is used by AqBanking.")
("gnutls" ,gnutls))) ("gnutls" ,gnutls)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("gettext-minimal", gettext-minimal) ("gettext-minimal" ,gettext-minimal)
("libltdl" ,libltdl))) ("libltdl" ,libltdl)))
(home-page "https://www.aquamaniac.de/sites/aqbanking/index.php") (home-page "https://www.aquamaniac.de/sites/aqbanking/index.php")
(synopsis "Interface for online banking tasks") (synopsis "Interface for online banking tasks")

View File

@ -2180,12 +2180,12 @@ by AOM, including with alpha.")
`(("imlib2" ,imlib2) `(("imlib2" ,imlib2)
("libtiff" ,libtiff) ("libtiff" ,libtiff)
("libpng" ,libpng) ("libpng" ,libpng)
("libungif", libungif) ("libungif" ,libungif)
("libjpeg", libjpeg-turbo) ("libjpeg" ,libjpeg-turbo)
("libwebp" ,libwebp) ("libwebp" ,libwebp)
("openjpeg" ,openjpeg) ("openjpeg" ,openjpeg)
("lcms" ,lcms) ("lcms" ,lcms)
("zlib", zlib) ("zlib" ,zlib)
("glib" ,glib) ("glib" ,glib)
;; Support for gtk3 is in the testing stage. ;; Support for gtk3 is in the testing stage.
("gtk+" ,gtk+-2))) ("gtk+" ,gtk+-2)))

View File

@ -297,7 +297,7 @@ Features are:
("libxml2" ,libxml2) ("libxml2" ,libxml2)
("libxstl" ,libxslt) ("libxstl" ,libxslt)
;; TODO: Mediastreamer ;; TODO: Mediastreamer
("openssl", openssl) ("openssl" ,openssl)
("ortp" ,ortp) ("ortp" ,ortp)
("phonon" ,phonon) ("phonon" ,phonon)
("qca" ,qca) ("qca" ,qca)
@ -403,7 +403,7 @@ This package is part of the KDE networking module.")
("knotifyconfig" ,knotifyconfig) ("knotifyconfig" ,knotifyconfig)
("kparts" ,kparts) ("kparts" ,kparts)
("kplotting" ,kplotting) ("kplotting" ,kplotting)
("kross", kross) ("kross" ,kross)
("kwidgetsaddons" ,kwidgetsaddons) ("kwidgetsaddons" ,kwidgetsaddons)
("kwindowsystem" ,kwindowsystem) ("kwindowsystem" ,kwindowsystem)
("kxmlgui" ,kxmlgui) ("kxmlgui" ,kxmlgui)

View File

@ -149,7 +149,7 @@ artists to web-designers to people with low vision.")
(inputs (inputs
`(("kauth" ,kauth) `(("kauth" ,kauth)
("kcoreaddons" ,kcoreaddons) ("kcoreaddons" ,kcoreaddons)
("kconfigwidgets", kconfigwidgets) ("kconfigwidgets" ,kconfigwidgets)
("kdbusaddons" ,kdbusaddons) ("kdbusaddons" ,kdbusaddons)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
("kiconthemes" ,kiconthemes) ("kiconthemes" ,kiconthemes)
@ -187,8 +187,8 @@ whom pressing buttons hurts.")
("kdoctools" ,kdoctools))) ("kdoctools" ,kdoctools)))
(inputs (inputs
`(("kcompletion" ,kcompletion) `(("kcompletion" ,kcompletion)
("kconfig", kconfig) ("kconfig" ,kconfig)
("kconfigwidgets", kconfigwidgets) ("kconfigwidgets" ,kconfigwidgets)
("kcoreaddons" ,kcoreaddons) ("kcoreaddons" ,kcoreaddons)
("kcrash" ,kcrash) ("kcrash" ,kcrash)
("ki18n" ,ki18n) ("ki18n" ,ki18n)
@ -228,7 +228,7 @@ sentences to be re-spoken.")
(inputs (inputs
`(("kauth" ,kauth) `(("kauth" ,kauth)
("kconfig" ,kconfig) ("kconfig" ,kconfig)
("kconfigwidgets", kconfigwidgets) ("kconfigwidgets" ,kconfigwidgets)
("kcoreaddons" ,kcoreaddons) ("kcoreaddons" ,kcoreaddons)
("kcrash" ,kcrash) ("kcrash" ,kcrash)
("ki18n" ,ki18n) ("ki18n" ,ki18n)

View File

@ -483,7 +483,7 @@ including media capture, encoding and decoding, and rendering.")
`(("bctoolbox" ,bctoolbox) `(("bctoolbox" ,bctoolbox)
("belcard" ,belcard) ("belcard" ,belcard)
("bellesip" ,belle-sip) ("bellesip" ,belle-sip)
("bzrtp", bzrtp) ("bzrtp" ,bzrtp)
("iconv" ,libiconv) ("iconv" ,libiconv)
("glib" ,glib) ("glib" ,glib)
("gtk2" ,gtk+-2) ("gtk2" ,gtk+-2)

View File

@ -5764,10 +5764,10 @@ compiled against the nauty library.")
"1j5aji1g2vmdvc0gqz45n2ll2l2f6czca04wiyfl5g3sm3a6vhvb")))) "1j5aji1g2vmdvc0gqz45n2ll2l2f6czca04wiyfl5g3sm3a6vhvb"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("m4", m4))) `(("m4" ,m4)))
(inputs (inputs
`(("glpk" ,glpk) `(("glpk" ,glpk)
("gmp", gmp))) ("gmp" ,gmp)))
(home-page "https://www.bugseng.com/parma-polyhedra-library") (home-page "https://www.bugseng.com/parma-polyhedra-library")
(synopsis (synopsis
"Parma Polyhedra Library for computations with polyhedra") "Parma Polyhedra Library for computations with polyhedra")

View File

@ -138,7 +138,7 @@
(native-inputs (native-inputs
`(("texinfo" ,texinfo) `(("texinfo" ,texinfo)
("flex" ,flex) ("flex" ,flex)
("tcsh", tcsh) ("tcsh" ,tcsh)
("bison" ,bison) ("bison" ,bison)
("readline" ,readline) ("readline" ,readline)
("libatomic-ops" ,(package-source ("libatomic-ops" ,(package-source

View File

@ -1391,9 +1391,9 @@ B.Choppr is the successor of B.Slizr.")
(base32 (base32
"0kl6hrxmqrdf0195bfnzsa2h1073fgiqrfhg2276fm1954sm994v")))) "0kl6hrxmqrdf0195bfnzsa2h1073fgiqrfhg2276fm1954sm994v"))))
(inputs (inputs
`(("cairo", cairo) `(("cairo" ,cairo)
("libsndfile", libsndfile) ("libsndfile" ,libsndfile)
("lv2", lv2))) ("lv2" ,lv2)))
(synopsis "Pattern-controlled audio stream/sample re-sequencer LV2 plugin") (synopsis "Pattern-controlled audio stream/sample re-sequencer LV2 plugin")
(description "B.Jumblr is a pattern-controlled audio stream / sample (description "B.Jumblr is a pattern-controlled audio stream / sample
re-sequencer LV2 plugin.") re-sequencer LV2 plugin.")
@ -1416,11 +1416,11 @@ re-sequencer LV2 plugin.")
(base32 (base32
"1c09acqrbd387ba41f8ch1qykdap5h6cg9if5pgd16i4dmjnpghj")))) "1c09acqrbd387ba41f8ch1qykdap5h6cg9if5pgd16i4dmjnpghj"))))
(inputs (inputs
`(("cairo", cairo) `(("cairo" ,cairo)
("fontconfig" ,fontconfig) ("fontconfig" ,fontconfig)
("libsndfile", libsndfile) ("libsndfile" ,libsndfile)
("libx11" ,libx11) ("libx11" ,libx11)
("lv2", lv2))) ("lv2" ,lv2)))
(home-page "https://github.com/sjaehn/BSchaffl") (home-page "https://github.com/sjaehn/BSchaffl")
(synopsis "Pattern-controlled MIDI amp & time stretch LV2 plugin") (synopsis "Pattern-controlled MIDI amp & time stretch LV2 plugin")
(description "This package provides an LV2 plugin that allows for (description "This package provides an LV2 plugin that allows for
@ -5098,15 +5098,15 @@ and reverb.")
(delete 'configure)) ; no configure (delete 'configure)) ; no configure
#:test-target "test")) #:test-target "test"))
(inputs (inputs
`(("cairo", cairo) `(("cairo" ,cairo)
("hicolor-icon-theme", hicolor-icon-theme) ("hicolor-icon-theme" ,hicolor-icon-theme)
("jack", jack-1) ("jack" ,jack-1)
("ladspa", ladspa) ("ladspa" ,ladspa)
("libsndfile", libsndfile) ("libsndfile" ,libsndfile)
("lv2", lv2) ("lv2" ,lv2)
("mesa", mesa))) ("mesa" ,mesa)))
(native-inputs (native-inputs
`(("pkg-config", pkg-config))) `(("pkg-config" ,pkg-config)))
(synopsis "Audio plugin collection") (synopsis "Audio plugin collection")
(description "LSP (Linux Studio Plugins) is a collection of audio (description "LSP (Linux Studio Plugins) is a collection of audio
plugins available as LADSPA/LV2 plugins and as standalone JACK plugins available as LADSPA/LV2 plugins and as standalone JACK
@ -5216,12 +5216,12 @@ as a whole to realisticly reproduce the features and flaws of the real deal.")
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("xxd" ,xxd))) ("xxd" ,xxd)))
(inputs (inputs
`(("cairo", cairo) `(("cairo" ,cairo)
("fftw", fftw) ("fftw" ,fftw)
("fftwf", fftwf) ("fftwf" ,fftwf)
("jack", jack-1) ("jack" ,jack-1)
("lv2", lv2) ("lv2" ,lv2)
("mesa", mesa))) ("mesa" ,mesa)))
(synopsis "Realtime graphical spectrum analyzer") (synopsis "Realtime graphical spectrum analyzer")
(description "Spectacle is a real-time spectral analyzer using the (description "Spectacle is a real-time spectral analyzer using the
short-time Fourier transform, available as LV2 audio plugin and JACK client.") short-time Fourier transform, available as LV2 audio plugin and JACK client.")
@ -5515,12 +5515,12 @@ MIDI drums and comes as two separate drumkits: Black Pearl and Red Zeppelin.")
("freetype2" ,freetype) ("freetype2" ,freetype)
("hicolor-icon-theme" ,hicolor-icon-theme) ("hicolor-icon-theme" ,hicolor-icon-theme)
("libxcursor" ,libxcursor) ("libxcursor" ,libxcursor)
("libxinerama", libxinerama) ("libxinerama" ,libxinerama)
("jack", jack-1) ("jack" ,jack-1)
("mesa" ,mesa))) ("mesa" ,mesa)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("lv2", lv2))) ("lv2" ,lv2)))
(home-page "https://tytel.org/helm/") (home-page "https://tytel.org/helm/")
(synopsis "Polyphonic synth with lots of modulation") (synopsis "Polyphonic synth with lots of modulation")
(description "Helm is a cross-platform polyphonic synthesizer available standalone (description "Helm is a cross-platform polyphonic synthesizer available standalone
@ -5845,9 +5845,9 @@ plugin and a standalone JACK application.")
"/lib/lv2") "/lib/lv2")
"install")))))) "install"))))))
(inputs (inputs
`(("lv2", lv2))) `(("lv2" ,lv2)))
(native-inputs (native-inputs
`(("pkg-config", pkg-config))) `(("pkg-config" ,pkg-config)))
(synopsis "Audio plugin collection") (synopsis "Audio plugin collection")
(description "TAP (Tom's Audio Processing) plugins is a collection of (description "TAP (Tom's Audio Processing) plugins is a collection of
audio effect plugins originally released as LADSPA plugins. This package audio effect plugins originally released as LADSPA plugins. This package
@ -5903,9 +5903,9 @@ plugin and a standalone JACK application.")
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(inputs (inputs
`(("jack", jack-1) `(("jack" ,jack-1)
("lv2", lv2) ("lv2" ,lv2)
("mesa", mesa))) ("mesa" ,mesa)))
(synopsis "Waveshaper plugin") (synopsis "Waveshaper plugin")
(description "Wolf Shaper is a waveshaper plugin with a graph editor. (description "Wolf Shaper is a waveshaper plugin with a graph editor.
It is provided as an LV2 plugin and as a standalone Jack application.") It is provided as an LV2 plugin and as a standalone Jack application.")
@ -5985,12 +5985,12 @@ It is provided as an LV2 plugin and as a standalone Jack application.")
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(inputs (inputs
`(("cairo", cairo) `(("cairo" ,cairo)
("glu", glu) ("glu" ,glu)
("jack", jack-1) ("jack" ,jack-1)
("lv2", lv2) ("lv2" ,lv2)
("mesa", mesa) ("mesa" ,mesa)
("pango", pango))) ("pango" ,pango)))
(synopsis "Audio plugin collection") (synopsis "Audio plugin collection")
(description "Shiru plugins is a collection of audio plugins created (description "Shiru plugins is a collection of audio plugins created
by Shiru, ported to LV2 by the Linux MAO project using the DISTRHO plugin by Shiru, ported to LV2 by the Linux MAO project using the DISTRHO plugin

View File

@ -3275,9 +3275,9 @@ communication over HTTP.")
("pcre2" ,pcre2) ("pcre2" ,pcre2)
("sobjectizer" ,sobjectizer))) ("sobjectizer" ,sobjectizer)))
(propagated-inputs (propagated-inputs
`(("asio", asio) `(("asio" ,asio)
("fmt" ,fmt) ("fmt" ,fmt)
("http-parser", http-parser))) ("http-parser" ,http-parser)))
(arguments (arguments
`(#:configure-flags '("-DRESTINIO_INSTALL=on") `(#:configure-flags '("-DRESTINIO_INSTALL=on")
#:tests? #f ; TODO: The tests are called from the root CMakelist, need RESTINIO_TEST=on. #:tests? #f ; TODO: The tests are called from the root CMakelist, need RESTINIO_TEST=on.

View File

@ -125,7 +125,7 @@ manner. It also features an interactive interpreter.")
("texinfo" ,texinfo) ("texinfo" ,texinfo)
("libarchive" ,libarchive) ("libarchive" ,libarchive)
("libunwind" ,libunwind) ("libunwind" ,libunwind)
("libjpeg", libjpeg-turbo) ("libjpeg" ,libjpeg-turbo)
("libxft" ,libxft) ("libxft" ,libxft)
("fontconfig" ,fontconfig) ("fontconfig" ,fontconfig)
("perl" ,perl) ("perl" ,perl)

View File

@ -4118,7 +4118,7 @@ event loop. It is implemented in Cython and uses libuv under the hood.")
#t))))) #t)))))
(native-inputs (native-inputs
`(("binutils" ,binutils) ;; for ctypes.util.find_library() `(("binutils" ,binutils) ;; for ctypes.util.find_library()
("python-aiohttp", python-aiohttp) ("python-aiohttp" ,python-aiohttp)
("python-pytest" ,python-pytest) ("python-pytest" ,python-pytest)
("python-pytest-cov" ,python-pytest-cov) ("python-pytest-cov" ,python-pytest-cov)
("python-sphinx" ,python-sphinx) ("python-sphinx" ,python-sphinx)

View File

@ -20788,13 +20788,13 @@ content models.")
;; Testing requires undocumented setup changes, and so testing is disabled here. ;; Testing requires undocumented setup changes, and so testing is disabled here.
(arguments `(#:tests? #f)) (arguments `(#:tests? #f))
(propagated-inputs (propagated-inputs
`(("python-certifi", python-certifi) `(("python-certifi" ,python-certifi)
("python-six", python-six) ("python-six" ,python-six)
("python-dateutil", python-dateutil) ("python-dateutil" ,python-dateutil)
("python-urllib3", python-urllib3) ("python-urllib3" ,python-urllib3)
("python-pyjwt", python-pyjwt) ("python-pyjwt" ,python-pyjwt)
("python-cryptography", python-cryptography) ("python-cryptography" ,python-cryptography)
("python-nose", python-nose))) ("python-nose" ,python-nose)))
(synopsis "DocuSign Python Client") (synopsis "DocuSign Python Client")
(description "The Official DocuSign Python Client Library used to interact (description "The Official DocuSign Python Client Library used to interact
with the eSign REST API. Send, sign, and approve documents using this client.") with the eSign REST API. Send, sign, and approve documents using this client.")

View File

@ -7792,7 +7792,7 @@ master/html-formatter/ruby")
(native-inputs (native-inputs
`(;; Use a untested version of aruba, to avoid a circular dependency, as `(;; Use a untested version of aruba, to avoid a circular dependency, as
;; ruby-aruba depends on ruby-cucumber. ;; ruby-aruba depends on ruby-cucumber.
("ruby-aruba", ruby-aruba-without-tests) ("ruby-aruba" ,ruby-aruba-without-tests)
("ruby-rspec" ,ruby-rspec) ("ruby-rspec" ,ruby-rspec)
("ruby-pry" ,ruby-pry) ("ruby-pry" ,ruby-pry)
("ruby-nokogiri" ,ruby-nokogiri) ("ruby-nokogiri" ,ruby-nokogiri)
@ -8851,7 +8851,7 @@ display width of strings in Ruby.")
(native-inputs (native-inputs
`(("ruby-rdoc" ,ruby-rdoc) `(("ruby-rdoc" ,ruby-rdoc)
("ruby-rspec" ,ruby-rspec) ("ruby-rspec" ,ruby-rspec)
("ruby-rubygems-tasks", ruby-rubygems-tasks))) ("ruby-rubygems-tasks" ,ruby-rubygems-tasks)))
(synopsis "Ruby library to help check the Ruby version") (synopsis "Ruby library to help check the Ruby version")
(description "@code{ruby_version} provides a @code{RubyVersion} module to simplify (description "@code{ruby_version} provides a @code{RubyVersion} module to simplify
checking for the right Ruby version in software.") checking for the right Ruby version in software.")
@ -9963,7 +9963,7 @@ all known public suffixes.")
("bundler" ,bundler) ("bundler" ,bundler)
("ruby-idn-ruby" ,ruby-idn-ruby) ("ruby-idn-ruby" ,ruby-idn-ruby)
("ruby-sporkmonger-rack-mount" ,ruby-sporkmonger-rack-mount) ("ruby-sporkmonger-rack-mount" ,ruby-sporkmonger-rack-mount)
("ruby-rspec-its", ruby-rspec-its-minimal) ("ruby-rspec-its" ,ruby-rspec-its-minimal)
("ruby-yard" ,ruby-yard) ("ruby-yard" ,ruby-yard)
("ruby-simplecov" ,ruby-simplecov))) ("ruby-simplecov" ,ruby-simplecov)))
(propagated-inputs (propagated-inputs

View File

@ -59,7 +59,7 @@
`(("python-cysignals" ,python-cysignals))) `(("python-cysignals" ,python-cysignals)))
(inputs (inputs
`(("gmp" ,gmp) `(("gmp" ,gmp)
("pari-gp", pari-gp))) ("pari-gp" ,pari-gp)))
(home-page "https://cypari2.readthedocs.io/") (home-page "https://cypari2.readthedocs.io/")
(synopsis (synopsis
"Python interface to the number theory library libpari") "Python interface to the number theory library libpari")

View File

@ -307,7 +307,7 @@ systems and other constrained environments, but they work everywhere.")))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("execline" ,execline) `(("execline" ,execline)
("s6", s6) ("s6" ,s6)
("skalibs" ,skalibs))) ("skalibs" ,skalibs)))
(arguments (arguments
'(#:configure-flags '(#:configure-flags

View File

@ -405,7 +405,7 @@ private network between hosts on the internet.")
(native-inputs (native-inputs
`(("python-setuptools-scm" ,python-setuptools-scm) `(("python-setuptools-scm" ,python-setuptools-scm)
;; For tests only. ;; For tests only.
("python-flake8", python-flake8) ("python-flake8" ,python-flake8)
("python-mock" ,python-mock) ("python-mock" ,python-mock)
("python-pytest-cov" ,python-pytest-cov) ("python-pytest-cov" ,python-pytest-cov)
("python-pytest-runner" ,python-pytest-runner))) ("python-pytest-runner" ,python-pytest-runner)))

View File

@ -5050,7 +5050,7 @@ written in C. It is developed as part of the NetSurf project.")
(inputs (inputs
`(("libyaml" ,libyaml))) `(("libyaml" ,libyaml)))
(native-inputs (native-inputs
`(("pkg-config", pkg-config))) `(("pkg-config" ,pkg-config)))
(synopsis "C library for reading and writing YAML") (synopsis "C library for reading and writing YAML")
(description (description
"LibCYAML is a C library written in ISO C11 for reading and writing "LibCYAML is a C library written in ISO C11 for reading and writing

View File

@ -2437,7 +2437,7 @@ After selection, the clip is put onto the PRIMARY and CLIPBOARD X selections.")
("glib" ,glib "bin") ("glib" ,glib "bin")
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("dbus-glib", dbus-glib) `(("dbus-glib" ,dbus-glib)
("glib" ,glib) ("glib" ,glib)
("libx11" ,libx11))) ("libx11" ,libx11)))
(home-page "https://github.com/qnikst/kbdd") (home-page "https://github.com/qnikst/kbdd")

View File

@ -6339,7 +6339,7 @@ basic eye-candy effects.")
("python-pillow" ,python-pillow) ("python-pillow" ,python-pillow)
;; Optional dependencies. ;; Optional dependencies.
("python-rencode" ,python-rencode) ; For speed. ("python-rencode" ,python-rencode) ; For speed.
("python-numpy", python-numpy) ("python-numpy" ,python-numpy)
("python-pyopengl" ,python-pyopengl) ; Drawing acceleration. ("python-pyopengl" ,python-pyopengl) ; Drawing acceleration.
("python-pyopengl-accelerate" ,python-pyopengl-accelerate) ; Same. ("python-pyopengl-accelerate" ,python-pyopengl-accelerate) ; Same.
("python-paramiko" ,python-paramiko) ; Tunneling over SSH. ("python-paramiko" ,python-paramiko) ; Tunneling over SSH.