| Commit message (Collapse) | Author | Age |
|\ |
|
| |
| |
| |
| |
| |
| | |
This is a follow-up to commit 71ce0b52901e49002502d220551dad21c07a7fed.
* gnu/packages/pretty-print.scm (fmt-restinio): Remove variable.
|
| |
| |
| |
| | |
* gnu/packages/emacs-xyz.scm (emacs-quasi-monochrome): New variable.
|
| |
| |
| |
| |
| | |
* gnu/packages/firmware.scm (seabios): Update to 1.13.0.
[native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/pretty-print.scm (fmt)[arguments]: New field.
* gnu/packages/networking.scm (fmt-restinio): Remove variable.
(restinio)[propagated-inputs]: Change from FMT-RESTINIO to FMT.
(opendht)[inputs]: Likewise.
|
| |
| |
| |
| |
| | |
* gnu/packages/ssh.scm (libssh): Update to 0.9.3.
[arguments]: Remove #:phases.
|
| |
| |
| |
| |
| |
| |
| | |
This fixes CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351,
CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, and CVE-2019-1387.
* gnu/packages/version-control.scm (libgit2): Update to 0.28.4.
|
| |
| |
| |
| | |
* gnu/packages/xiph.scm (speex)[arguments]: New field.
|
| |
| |
| |
| |
| | |
* gnu/packages/video.scm (libvpx)[arguments]: Add "--disable-static" to
#:configure-flags.
|
| |
| |
| |
| | |
* gnu/packages/emacs-xyz.scm (emacs-almost-mono-themes): New variable.
|
| |
| |
| |
| | |
* gnu/packages/admin.scm (netcat-openbsd): Update to 1.206-1.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock):
Update to 66.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Co-authored-by: pimi <madalinionel.patrascu@mdc-berlin.de>
* gnu/packages/python-xyz.scm (python-argcomplete): Update to 1.10.3.
[arguments]: Patch completion script to keep tool references.
[inputs]: Add "grep" and "which".
[native-inputs]: Add "python-coverage", "python-flake8", "python-wheel", and
"fish".
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/vpn.scm (vpnc-scripts)[arguments]: Use WRAP-SCRIPT instead of
WRAP-PROGRAM.
[inputs]: Add guile.
|
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/virtualization.scm (qemu)[inputs]: Add vde2.
* gnu/packages/virtualization.scm (qemu-minimal)[inputs]: Remove vde2 from
inherited inputs.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/networking.scm (vde2): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
| |
| |
| |
| |
| |
| |
| |
| | |
* guix/import/crate.scm (%dual-license-rx): Removed function.
(crate->guix-package): Handle most of the multi-licensing cases.
* tests/crate.scm (licenses): Add tests for some licenses.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* tests/crate.scm (test-crate): Rename to...
(test-foo-crate): ... this.
(test-dependencies): Rename to...
(test-foo-dependencies): ... this.
(test-root-crate, test-root-dependencies, test-intermediate-1-crate)
(test-intermediate-1-dependencies, test-intermediate-2-crate)
(test-intermediate-2-dependencies, test-leaf-alice-crate)
(test-leaf-alice-dependencies, test-leaf-bob-crate)
(test-leaf-bob-dependencies): New variables.
("crate->guix-package"): Adjust accordingly.
("cargo-recursive-import"): New test.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* guix/import/utils.scm (recursive-import): Remove 'list->stream' call.
* guix/scripts/import/cran.scm (guix-import-cran): Remove 'stream->list'
call.
* guix/scripts/import/crate.scm (guix-import-crate): Likewise.
* guix/scripts/import/elpa.scm (guix-import-elpa): Likewise.
* guix/scripts/import/gem.scm (guix-import-gem): Likewise.
* guix/scripts/import/hackage.scm (guix-import-hackage): Likewise.
* guix/scripts/import/opam.scm (guix-import-opam): Likewise.
* guix/scripts/import/pypi.scm (guix-import-pypi): Likewise.
* guix/scripts/import/stackage.scm (guix-import-stackage): Likewise.
* tests/gem.scm ("gem-recursive-import"): Likewise.
* tests/import-utils.scm ("recursive-import"): Likewise.
Co-authored-by: Brian Leung <bkleung89@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* guix/import/utils.scm (topological-sort): New procedure.
(recursive-import): Rewrite to use it.
* tests/import-utils.scm ("recursive-import"): New test.
* guix/import/cran.scm (cran->guix-package): Always return two values.
* guix/scripts/import/cran.scm (guix-import-cran): Remove 'reverse' call
on 'cran-recursive-import' result.
* guix/scripts/import/crate.scm (guix-import-crate): Likewise.
* guix/scripts/import/elpa.scm (guix-import-elpa): Likewise.
* guix/scripts/import/gem.scm (guix-import-gem): Likewise.
* guix/scripts/import/hackage.scm (guix-import-hackage): Likewise.
* guix/scripts/import/opam.scm (guix-import-opam): Likewise.
* guix/scripts/import/pypi.scm (guix-import-pypi): Likewise.
* guix/scripts/import/stackage.scm (guix-import-stackage): Likewise.
* tests/gem.scm ("gem-recursive-import"): Change the order of package
expressions accordingly.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/cran.scm (r-lintr): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/cran.scm (r-cyclocomp): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/cran.scm (r-xmlparsedata): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/cran.scm (r-statcheck): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
| |
| |
| |
| |
| | |
* gnu/packages/kde.scm (kdevplatform): Define as a deprecated alias
for 'kdevelop`.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/kde.scm(kdevelop): Update to 5.4.5, use qt-build-sytem.
[native-inputs]: Move shared-mime-info from …
[inputs] … here; Remove kconfig, kdevplatform, libepoxy; Add apr, apr-util,
astyle, attica, boost, kconfigwidgets, kservice, libkomparediff2,
oxygen-icons, qtquickcontrols2, sonnet, subversion; structure and sort list
of inputs.
[arguments] Disable tests. <phases>: Base on phases from qt-build-system.
{wrap-executable}: Remove. {add-include-path}: New phase. {check} Keep it..
|
| |
| |
| |
| | |
* gnu/packages/kde.scm(kdevelop-pg-qt): Update to 2.2.0.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/patches/nss-CVE-2019-11745.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/nss.scm (nss/fixed): New variable.
(nss)[replacement]: Add field.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/crypto.scm (enchive): Update to 3.5.
[source]: Replace url-fetch with git-fetch.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/cluster.scm (libraft): Update to 0.9.11.
[arguments]: Enable libuv I/O backend. Add phase to skip some tests.
[inputs]: Add libuv.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (mariadb)[propagated-inputs]: Remove.
[inputs]: Add OPENSSL-1.0.
[arguments]: Add absolute references to OpenSSL in "post-install" phase.
|
| |
| |
| |
| | |
* gnu/packages/gtk.scm (at-spi2-atk): Update to 2.34.1.
|
| |
| |
| |
| | |
* gnu/packages/gtk.scm (at-spi2-core): Update to 2.34.0.
|
| |
| |
| |
| | |
* gnu/packages/gtk.scm (atk): Update to 2.34.1.
|
| |
| |
| |
| | |
* gnu/packages/sphinx.scm (python-sphinx): Update to 2.2.2.
|
| |
| |
| |
| | |
* gnu/packages/nss.scm (nss): Update to 3.48.
|
| |
| |
| |
| | |
* gnu/packages/nss.scm (nspr): Update to 4.24.
|
| |
| |
| |
| | |
* gnu/packages/check.scm (check): Update to 0.13.0.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-good,
gst-plugins-ugly, gst-libav, python-gst): Update to 1.16.2.
(gst-plugins-bad): Likewise.
[arguments]: Remove #:make-flags.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/patches/orc-typedef-enum.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gstreamer.scm (orc): Update to 0.4.31.
[source](patches): Remove.
|
| |
| |
| |
| | |
* gnu/packages/databases.scm (postgresql): Update to 10.11.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (mariadb): Update to 10.1.43.
[arguments]: Disable new test.
[inputs]: Add LINUX-PAM.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/linux.scm (alsa-lib): Update to 1.2.1.2.
[arguments]: New field.
(alsa-utils): Update to 1.2.1.
(alsa-plugins): Likewise.
|
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/xdisorg.scm (libxkbcommon): Update to 0.9.1.
[build-system]: Change to MESON-BUILD-SYSTEM.
[inputs]: Add WAYLAND and WAYLAND-PROTOCOLS.
[native-inputs]: Add DOXYGEN.
[arguments]: Adjust #:configure-flags for Meson.
|
| |
| |
| |
| | |
* gnu/packages/linux.scm (bluez): Update to 5.52.
|
| |
| |
| |
| | |
* gnu/packages/linux.scm (eudev): Update to 3.2.9.
|
| |
| |
| |
| | |
* gnu/packages/gtk.scm (gtk+): Update to 3.24.13.
|
| |
| |
| |
| | |
* gnu/packages/freedesktop.scm (libinput): Update to 1.14.3.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/patches/mesa-timespec-test-32bit.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/gl.scm (mesa): Update to 19.2.7.
[source](patches): Remove obsolete.
|
| |
| |
| |
| | |
* gnu/packages/gl.scm (libepoxy): Update to 1.5.4.
|