me
/
guix
Archived
1
0
Fork 0
Commit Graph

92130 Commits (6df1d8a47569bdad67bac9d0d2561b50ac0f881a)

Author SHA1 Message Date
Marius Bakke 69cc97cdfb
gnu: Add pproxy.
* gnu/packages/networking.scm (pproxy): New variable.
2022-01-22 10:22:59 +01:00
Marius Bakke ad004a2f66
gnu: postgresql: Add 14.1.
* gnu/packages/databases.scm (postgresql-14): New variable.
2022-01-22 10:22:59 +01:00
Marius Bakke ee6e69a554
gnu: python-psycopg2: Update to 2.9.3.
* gnu/packages/databases.scm (python-psycopg2): Update to 2.9.3.
[home-page]: Follow redirect to <https://www.psycopg.org>.
2022-01-22 10:22:59 +01:00
jgart via Guix-patches via e22957fc15
gnu: Add nbss-upload.
* gnu/packages/python-xyz.scm (nbss-upload): New variable.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-22 12:20:46 +03:00
Morgan Smith d0744d8650
gnu: jacal: Update to 1c7.
* gnu/packages/patches/jacal-fix-texinfo.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Delete this.
* gnu/packages/maths.scm (jacal)[source]: Delete this patch.
[version]: Update to 1c7.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-22 12:07:55 +03:00
Morgan Smith c8512d8443
gnu: slib: Update to 3b6.
* gnu/packages/scheme.scm (slib): Update to 3b6.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-22 12:05:16 +03:00
Morgan Smith c26cc96da2
gnu: scm: Fix build.
* gnu/packages/scheme.scm (scm)[arguments]: Add trailing slashes for library
paths in build and post-install phases.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-22 12:01:23 +03:00
jgart via Guix-patches via 2f51d374b8
gnu: mblaze: Update to 1.2.
* gnu/packages/mail.scm (mblaze): Update to 1.2.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-22 11:56:06 +03:00
SeerLite via Guix-patches via 41f41c0f22
gnu: alacritty: Fix failing build.
* gnu/packages/crates-io.scm (rust-alacritty-terminal)[inputs]: Update rust-nix.
* gnu/packages/terminals.scm (alacritty)[arguments]: Add phase 'use-new-nix.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-22 11:45:16 +03:00
Remco van 't Veer 91487b08ce
gnu: sssd: Undefine SMB_HAS_NEW_NDR_PULL_STEAL_SWITCH.
This commit follows a7fb50b577.

* gnu/packages/sssd.scm [arguments]: Undefine
SMB_HAS_NEW_NDR_PULL_STEAL_SWITCH in add-config-in phase.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-22 11:40:27 +03:00
Remco van 't Veer a7fb50b577
gnu: sssd: Fix build with samba-4.15.3.
* gnu/packages/patches/sssd-fix-samba-4.15.3.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add this.
* gnu/packages/sssd.scm [source]: Add this.
[native-inputs]: Add AUTOCONF.
[arguments]: Add add-config-in phase.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-22 11:28:21 +03:00
Ricardo Wurmus bef0266be9
gnu: r-mosaic: Update to 1.8.3.
This is a follow-up to commit 2ced098512,
which had been pushed by accident.

* gnu/packages/cran.scm (r-mosaic): Update to 1.8.3.
[propagated-inputs]: Add r-ggridges, r-ggstance, r-leaflet, and r-rlang;
remove r-lazyeval.
2022-01-22 09:22:20 +01:00
Ricardo Wurmus f5454f6bd1
gnu: Add r-leaflet.
* gnu/packages/cran.scm (r-leaflet): New variable.
2022-01-22 09:11:57 +01:00
Leo Famulari 5798df20fc
gnu: svt-av1: Update to 0.9.0.
* gnu/packages/video.scm (svt-av1): Update to 0.9.0.
2022-01-22 03:07:32 -05:00
Maxim Cournoyer e9c30fed52
gnu: gnome-calculator: Update to 41.0 and re-style inputs.
* gnu/packages/gnome.scm (gnome-calculator): Update to 41.0.
[native-inputs]: Re-style.
[inputs]: Likewise.
2022-01-22 01:53:45 -05:00
Maxim Cournoyer 8eb9333281
gnu: gnome-system-monitor: Update to 41.0 and re-style inputs.
* gnu/packages/gnome.scm (gnome-system-monitor): Update to 41.0.
[native-inputs]: Re-style.
[inputs]: Likewise.
2022-01-22 01:53:45 -05:00
Maxim Cournoyer 42fc467d04
gnu: orca: Update to 41.0.
* gnu/packages/gnome.scm (orca): Update to 41.0.
[phases]: Delete trailing #t.
[native-inputs]: Re-style.
[inputs]: Likewise.
2022-01-22 01:53:45 -05:00
Maxim Cournoyer c9b2eb6bcd
gnu: gnote: Update to 41.2.
* gnu/packages/gnome.scm (gnote): Update to 41.2.
[build-system]: Use meson.
[arguments]: New field.
[native-inputs]: Delete unittest-cpp.
[description]: Re-indent.
2022-01-22 01:53:29 -05:00
Maxim Cournoyer 9d4b5877c4
gnu: polari: Update to 41.0.
* gnu/packages/gnome.scm (polari): Update to 41.0.
[phases]: Delete trailing #t.
2022-01-22 01:25:34 -05:00
Maxim Cournoyer ef451d9164
gnu: gnome-todo: Update to 41.0 and enable tests.
* gnu/packages/patches/gnome-todo-libportal.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/gnome.scm (gnome-todo): Update to 41.0.
[source]: Apply patch.
[arguments]: Use G-exp.
[tests?]: Delete field, enabling tests.
[phases]: Move check phase after install phase.
{pre-check}: Add phase.
[native-inputs]: Re-style.
[inputs]: Likewise.
[description]: Re-indent.
2022-01-22 01:16:23 -05:00
Maxim Cournoyer 2b77a66edb
gnu: granite: Update to 6.2.0 and add python to native inputs.
* gnu/packages/pantheon.scm (granite)[phases]: Delete trailing #t.
[inputs]: Use new style.
[native-inputs]: Likewise and add python.
2022-01-22 01:10:54 -05:00
Maxim Cournoyer ceb72ad0f4
gnu: tinyalsa: Update to 2.0.0.
* gnu/packages/audio.scm (tinyalsa): Update to 2.0.0.
2022-01-21 23:16:27 -05:00
Nicolas Goaziou f997af9c6f
gnu: nheko: Fix build.
* gnu/packages/messaging.scm (nheko)[arguments]: Use G-expressions.
2022-01-22 01:08:24 +01:00
Nicolas Goaziou 98a322e02e
gnu: nheko: Remove inputs labels.
* gnu/packages/messaging.scm (nheko)[inputs, native-inputs]: Remove labels.
2022-01-21 22:29:57 +01:00
raingloom 9ecf2745c5
gnu: nheko: Update to 0.9.0.
* gnu/packages/messaging.scm (nheko): Update to 0.9.0.
[inputs]: Add coeurl, curl, libevent and xcb-util-wm.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-21 22:27:31 +01:00
Nicolas Goaziou 656cb94e88
gnu: qtkeychain: Remove trailing #T from phases.
* gnu/packages/qt.scm (qtkeychain)[arguments]<#:phases>: Remove trailing #T.
2022-01-21 22:27:30 +01:00
raingloom e01ba2e4db
gnu: Update qtkeychain to 0.13.2.
* gnu/packages/qt.scm (qtkeychain): Update 0.13.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-21 22:26:46 +01:00
Nicolas Goaziou f1aba776bd
gnu: mtxclient: Remove trailing #T from phases.
* gnu/packages/messaging.scm (mtxclient)[arguments]<#:phases>: Remove trailing #T.
2022-01-21 22:26:45 +01:00
raingloom f36a175a3a
gnu: mtxclient: Update to 0.6.1.
* gnu/packages/messaging.scm (mtxclient): Update to 0.6.1.
[inputs]: Add curl, coeurl and libevent.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-21 22:25:53 +01:00
raingloom a693f4e04b
gnu: Add coeurl.
* gnu/packages/curl.scm (coeurl): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-21 22:25:53 +01:00
raingloom b1542d5960
gnu: spdlog: Build shared library.
* gnu/packages/logging.scm (spdlog)[arguments]: Enable SPDLOG_BUILD_SHARED flag.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-21 21:54:54 +01:00
Nicolas Goaziou 66e948d5e1
gnu: Fix copyright a line.
* gnu/packages/games.scm: Fix a copyright line.
2022-01-21 21:51:42 +01:00
Nicolas Goaziou 9dbc503223
gnu: naev: Update to 0.9.2.
* gnu/packages/games.scm (naev): Update to 0.9.2.
[inputs]: Add python since Meson build-system does not propagate it anymore.
2022-01-21 21:46:30 +01:00
Nicolas Goaziou e143654088
gnu: pyzo: Update to 4.12.0.
* gnu/packages/python-xyz.scm (pyzo): Update to 4.12.0.
[source]: Get source from GitHub since last release is not available on PyPi.
2022-01-21 21:21:03 +01:00
Oleg Pykhalov a13a3141a1
gnu: knot-resolver: Fix build.
Since commit 6f36d0c89e, Meson no longer
propagates Python.

* gnu/packages/dns.scm (knot-resolver)[inputs]: Add PYTHON.
2022-01-21 21:56:06 +03:00
John Kehayias 0baf5efe01
gnu: piper: Fix build.
Since commit 6f36d0c89e, Meson no longer
propagates Python.  GTK+ propagates librsvg-bootstrap which causes a startup
error due to two librsvg being in GI_TYPELIB_PATH.

* gnu/packages/gnome.scm (piper)[inputs]: Add PYTHON.  Remove LIBRSVG.  Simplify.
[native-inputs]: Simplify.
[arguments]: Remove trailing #t from phases.
2022-01-21 13:25:38 -05:00
Ricardo Wurmus cadcbbaf65
gnu: r-bigmelon: Add r-knitr.
* gnu/packages/bioconductor.scm (r-bigmelon)[native-inputs]: Add r-knitr.
2022-01-21 18:45:27 +01:00
zimoun ce291b193c
gnu: Add r-scseqcomm.
* gnu/packages/bioinformatics.scm (r-scseqcomm): New variable.
2022-01-21 15:53:18 +01:00
zimoun dac6b53c7e
gnu: Add r-icellnet.
* gnu/packages/bioinformatics.scm (r-icellnet): New variable.
2022-01-21 15:53:18 +01:00
zimoun d088b40c68
gnu: Add r-rlist.
* gnu/packages/cran.scm (r-rlist): New variable.
2022-01-21 15:53:17 +01:00
zimoun c6b4fc9785
gnu: Add r-add2ggplot.
* gnu/packages/cran.scm (r-add2ggplot): New variable.
2022-01-21 15:53:17 +01:00
zimoun b8c103a2a5
gnu: Add r-scico.
* gnu/packages/cran.scm (r-scico): New variable.
2022-01-21 15:53:17 +01:00
zimoun ce585ae2a3
gnu: Add r-chorddiag.
* gnu/packages/statistics.scm (r-chorddiag): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>.
2022-01-21 15:53:17 +01:00
zimoun 65a7a73fd5
gnu: Add r-hgu133plus2-db.
* gnu/packages/bioconductor.scm (r-hgu133plus2-db): New variable.
2022-01-21 15:53:17 +01:00
zimoun a81e20b18a
gnu: Add r-jetset.
* gnu/packages/bioconductor.scm (r-jetset): New variable.
2022-01-21 15:53:17 +01:00
zimoun 40042cca73
gnu: r-org-dr-eg-db: Update to 3.14.0.
* gnu/packages/bioconductor.scm (r-org-dr-eg-db): Update to 3.14.0.
2022-01-21 15:53:13 +01:00
Zhu Zihao e4f1b96c73
gnu: nix: Update to 2.5.1.
* gnu/packages/package-management.scm(nix): Update to 2.5.1.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-21 16:45:33 +03:00
Zhu Zihao fb81687228
gnu: nix: Use G-expression.
* gnu/packages/package-management.scm (nix)[arguments]: Convert to G-expression.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-21 16:45:33 +03:00
Zhu Zihao 8ed6a8884c
gnu: nix: Update to 2.4.
* gnu/packages/package-management.scm (nix): Update to 2.4.

[source]: Switch to Github repository since upstream no longer provides
tarball.
[native-inputs]: Add autoconf, autoconf-archive, automake, bison, flex, gcc,
googletest, jq, libtool.
[inputs]: Add libarchive, libcpuid, lowdown, zlib.

* gnu/packages/patches/nix-dont-build-html-doc.diff: New file.
* gnu/local.mk(dist_patch_DATA): Add corresponding entry.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-21 16:45:33 +03:00
Zhu Zihao cd6bd434fd
gnu: lowdown: Update to 0.10.0-1-1de10c1.
* gnu/packages/markup.scm (lowdown): Update to 0.10.0-1-1de10c1.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2022-01-21 16:45:33 +03:00