Marius Bakke
ca9f5de1e4
gnu: python-cfn-lint: Update to 0.54.1.
...
* gnu/packages/python-web.scm (python-cfn-lint): Update to 0.54.1.
[arguments]: Run tests verbosely.
2021-09-15 23:38:50 +02:00
Marius Bakke
3b13dae861
gnu: python-aws-sam-translator: Update to 1.38.0.
...
* gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.38.0.
2021-09-15 23:38:50 +02:00
Marius Bakke
9be916aaaf
gnu: python-alembic: Update to 1.7.1.
...
* gnu/packages/databases.scm (python-alembic): Update to 1.7.1.
[propagated-inputs]: Add PYTHON-IMPORTLIB-RESOURCES.
2021-09-15 23:38:50 +02:00
Marius Bakke
1e23004463
gnu: python-natsort: Update to 7.1.1.
...
* gnu/packages/python-xyz.scm (python-natsort): Update to 7.1.1.
[arguments]: Remove obsolete phase.
2021-09-15 23:38:50 +02:00
raingloom
1e684af949
gnu: Add wlsunset.
...
* gnu/packages/xdisorg.scm (wlsunset): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-15 21:22:08 +02:00
Leo Famulari
763a3430bd
gnu: linux-libre 5.4: Update to 5.4.146.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.146.
(linux-libre-5.4-pristine-source): Update hash.
2021-09-15 15:12:50 -04:00
Leo Famulari
0864c8670c
gnu: linux-libre 5.10: Update to 5.10.65.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.65.
(linux-libre-5.10-pristine-source): Update hash.
2021-09-15 15:12:49 -04:00
Leo Famulari
105f023c00
gnu: linux-libre: Update to 5.13.17.
...
* gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.17.
(linux-libre-5.13-pristine-source): Update hash.
2021-09-15 15:12:49 -04:00
Leo Famulari
95992bded3
gnu: linux-libre 5.14: Update to 5.14.4.
...
* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.4.
(linux-libre-5.14-pristine-source): Update hash.
2021-09-15 15:12:40 -04:00
Liliana Marie Prikler
00e3a3a177
gnu: xpadneo: Copy udev rules to /lib.
...
This makes xpadneo place its udev rules in the place where udev-service-type
looks for them.
* gnu/packages/linux.scm (xpadneo): Copy udev rules to /lib instead of /etc.
2021-09-15 18:03:02 +02:00
Ludovic Courtès
68f51bf536
gnu: perl-const-fast: Fix typo in description.
...
* gnu/packages/perl.scm (perl-const-fast)[description]: Fix typo.
2021-09-15 16:52:14 +02:00
André A. Gomes
39cee0f817
gnu: thunar: Update to 4.17.1.
...
* gnu/packages/xfce.scm (thunar): Update to 4.17.1.
[inputs]: Add gvfs.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-15 16:52:14 +02:00
Ludovic Courtès
f72f4b48c6
store: 'map/accumulate-builds' processes the whole list in case of cutoff.
...
Fixes <https://issues.guix.gnu.org/50264 >.
Reported by Lars-Dominik Braun <lars@6xq.net>.
This fixes a regression introduced in
fa81971cba
whereby 'map/accumulate-builds'
would return REST (the tail of LST) without applying PROC on it. The
effect would be that 'lower-inputs' in (guix gexp) would dismiss those
elements, leading to derivations with correct builders but only a subset
of the inputs they should have had.
* guix/store.scm (map/accumulate-builds): Add #:cutoff parameter and
remove 'accumulation-cutoff' variable. Call PROC on the elements of
REST.
* tests/store.scm ("map/accumulate-builds cutoff"): New test.
2021-09-15 16:52:13 +02:00
Xinglu Chen
a840caccae
import: cabal: Treat identifier names correctly.
...
* guix/import/cabal.scm (is-id): Accept the location as an argument. Don’t
check if the identifier name is a reserved keyword unless it is the first word
on the line.
(lex-word): Adjust accordingly.
* tests/hackage ("hackage->guix-package tests flag executable"): Expect it to
pass.
Fixes: <https://issues.guix.gnu.org/25138 >
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2021-09-15 14:28:38 +02:00
Lars-Dominik Braun
39b43d0d04
gnu: ghc-8.8: Rename to ghc-next.
...
This fixes <https://issues.guix.gnu.org/issue/47335 >.
* gnu/packages/haskell.scm (ghc-8.8)[name]: Rename to ghc-next.
2021-09-15 09:35:29 +02:00
Xinglu Chen
69f7a8f476
gnu: Add ghc-8.10.
...
This fixes <https://issues.guix.gnu.org/49606 >.
* gnu/packages/haskell.scm (ghc-8.10): New variable.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2021-09-15 09:30:08 +02:00
Leo Famulari
87a9dc5983
gnu: dav1d: Update to 0.9.2.
...
* gnu/packages/video.scm (dav1d): Update to 0.9.2.
2021-09-14 20:23:21 -04:00
Christopher Howard
8313587f61
gnu: Add av-98
...
* gnu/packages/web-browsers.scm (av-98): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-09-14 23:28:22 +02:00
Liliana Marie Prikler
28e9284942
gnu: meld: Copy GTKSourceView styles.
...
This fixes a somewhat cryptic error, that pops up when gtksourceview-3 has not
been installed or propagated by any other package.
* gnu/packages/patchutils.scm (meld)[#:phases]: Add ‘copy-styles’.
2021-09-14 23:27:37 +02:00
Liliana Marie Prikler
cb0e6ec211
gnu: Add xpadneo.
...
* gnu/packages/linux.scm (xpadneo): New variable.
2021-09-14 23:27:36 +02:00
Liliana Marie Prikler
c8e2358cca
build-system: linux-module: Support source-directory.
...
As with guile-build-system, the module to be build need not necessarily live
at the root of the build tree.
* guix/build/linux-module-build-system.scm (build, install): Add
source-directory argument and append it to "M" variable when invoking make.
* guix/build-system/linux-module.scm (linux-module-build): Add
source-directory argument.
2021-09-14 23:27:36 +02:00
Vinicius Monego
a72519489f
gnu: gsequencer: Update to 3.10.18.
...
* gnu/packages/music.scm (gsequencer): Update to 3.10.18.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-14 16:46:43 +03:00
Efraim Flashner
c38cca1e3e
gnu: teeworlds: Enable tests.
...
* gnu/packages/games.scm (teeworlds)[arguments]: Enable tests. Set
test-target.
[native-inputs]: Add googletest.
2021-09-14 16:29:16 +03:00
Efraim Flashner
a0d38c01e8
gnu: teeworlds: Replace bundled font.
...
* gnu/packages/games.scm (teeworlds)[arguments]: Add phase to replace
bundled font.
[inputs]: Add font-dejagnu.
2021-09-14 16:23:55 +03:00
Vinicius Monego
e4f8bfb348
gnu: drawing: Update to 0.8.3.
...
* gnu/packages/gnome.scm (drawing): Update to 0.8.3.
[arguments]<#:phases>: Don't return #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-14 13:50:27 +03:00
Vinicius Monego
e831da8587
gnu: pre-commit: Update to 2.15.0.
...
* gnu/packages/version-control.scm (pre-commit): Update to 2.15.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-14 13:46:41 +03:00
Vinicius Monego
8bebfa9783
gnu: gnome-commander: Update to 1.12.2.
...
* gnu/packages/gnome.scm (gnome-commander): Update to 1.12.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-14 13:43:32 +03:00
Ludovic Courtès
580984f241
system: Add trailing newline to /etc/timezone.
...
Fixes <https://issues.guix.gnu.org/50523 >.
Reported by meedstrom@teknik.io .
* gnu/system.scm (operating-system-etc-service): Add trailing newline
to "timezone" contents.
2021-09-14 11:50:59 +02:00
Philip McGrath
912880c15e
gnu: Add go-github-com-google-gmail-oauth2-tools-go-sendgmail.
...
* gnu/packages/golang.scm
(go-github-com-google-gmail-oauth2-tools-go-sendgmail): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-14 11:50:59 +02:00
Philip McGrath
0b7a79ff7e
gnu: Add go-cloud-google-com-go-compute-metadata.
...
* gnu/packages/golang.scm (go-cloud-google-com-go-compute-metadata): New
variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-14 11:50:59 +02:00
Pradana AUMARS
1289d4119e
gnu: Add python-w3lib
...
* gnu/packages/python-web.scm (python-w3lib): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-14 11:50:59 +02:00
Ludovic Courtès
ed91e7a23c
gnu: usbip-utils: Do not build static libraries.
...
* gnu/packages/linux.scm (usbip-utils)[arguments]: Add #:configure-flags.
2021-09-14 11:50:59 +02:00
Denis 'GNUtoo' Carikli
f16e6b505d
gnu: Add usbip-utils
...
* gnu/packages/linux.scm (usbip-utils): New variable.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-14 11:50:59 +02:00
Xinglu Chen
08c7e7df15
scripts: import: Increase column width for pretty-printer.
...
Previously, the max column width for the pretty-printer was 50, which caused
generated package definitions to include unnecessary newlines, e.g.,
(home-page
"https://gitlab.com/ttyperacer/terminal-typeracer ")
instead of
(home-page "https://gitlab.com/ttyperacer/terminal-typeracer ")
* guix/scripts/import.scm (guix-import): Set max expression width to 80 when
pretty-printing.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-14 11:50:58 +02:00
Ludovic Courtès
98712c14fe
etc: Add 'disarchive-manifest.scm'.
...
* etc/disarchive-manifest.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
2021-09-14 11:50:58 +02:00
Ludovic Courtès
3b758dd22d
etc: Add 'source-manifest.scm'.
...
* etc/source-manifest.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
2021-09-14 11:50:58 +02:00
Ludovic Courtès
3cb5ae8577
download: Disarchive mirrors can be URL-returning procedures.
...
As discussed at <https://issues.guix.gnu.org/47336#16 >.
* guix/build/download.scm (url-fetch)[disarchive-uris]: Accept MIRROR as
a procedure.
* guix/download.scm (%disarchive-mirrors): Add comment. This change can
only be made once a 'guix perform-download' that understands procedures
is widely deployed.
2021-09-14 11:50:58 +02:00
Ludovic Courtès
67da646087
download: Remove obsolete workaround.
...
* guix/download.scm (%content-addressed-mirrors): Use (guix base16)
unconditionally.
2021-09-14 11:50:58 +02:00
Ludovic Courtès
3858275962
guix: Replace 'define-public'.
...
This is a followup to 8531997d2a
.
* guix.scm: Use #:re-export-and-replace for 'define-public'.
2021-09-14 11:50:58 +02:00
Lars-Dominik Braun
f440ccd2fb
gnu: python-asyncssh: Update to 2.7.1.
...
* gnu/packages/ssh.scm (python-asyncssh): Update to 2.7.1.
2021-09-14 10:33:16 +02:00
Xinglu Chen
d77da6d387
gnu: Add emacs-notmuch.
...
* gnu/packages/mail.scm (notmuch)[arguments]: Remove Emacs-related stuff.
* gnu/packages/emacs-xyz.scm (emacs-consult-notmuch)[propagated-inputs]: Add
‘emacs-notmuch’.
(emacs-counsel-notmuch)[propagated-inputs]: Use ‘emacs-notmuch’ instead of
‘notmuch’.
(emacs-helm-notmuch): Likewise.
(emacs-notmuch-maildir): Likewise.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-14 09:04:36 +02:00
Xinglu Chen
dceb7b0c3c
gnu: notmuch: Make cross-compilable.
...
* gnu/packages/mail.scm (notmuch)[arguments]<#:phases>: Use 'cc-for-target'
instead of 'gcc'.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-14 09:04:36 +02:00
Xinglu Chen
fe98dfe439
gnu: notmuch: Build Texinfo manual.
...
* gnu/packages/mail.scm (notmuch)[native-inputs]: Add 'texinfo'.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-14 09:04:33 +02:00
Pradana Aumars
0bce8636e8
gnu: Add python-crontab.
...
* gnu/packages/python-xyz.scm (python-crontab): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-14 09:02:30 +02:00
Nicolas Goaziou
4b48d1c4ea
gnu: emacs-string-inflection: Update to 1.0.15.
...
* gnu/packages/emacs-xyz.scm (emacs-string-inflection): Update to 1.0.15.
2021-09-14 08:33:14 +02:00
Nicolas Goaziou
33d2574d77
gnu: giac: Update to 1.7.0-31.
...
* gnu/packages/algebra.scm (giac): Update to 1.7.0-31.
2021-09-14 08:30:40 +02:00
Ricardo Wurmus
0406f1c2e1
gnu: discrover: Update package name in texlive-union.
...
* gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Replace
texlive-fonts-cm with texlive-cm.
2021-09-13 22:49:56 +02:00
Ricardo Wurmus
7c2180329e
gnu: chez-web: Replace texlive-fonts-cm with texlive-cm.
...
* gnu/packages/chez.scm (chez-web)[native-inputs]: Replace texlive-fonts-cm
with texlive-cm in the texlive-union.
2021-09-13 22:49:56 +02:00
Ricardo Wurmus
0f2e91490a
gnu: chez-web: Add texlive-charter.
...
* gnu/packages/chez.scm (chez-web)[native-inputs]: Add texlive-charter to
texlive-union.
2021-09-13 22:49:56 +02:00
Ricardo Wurmus
f98dfdc1b6
gnu: Add texlive-context.
...
* gnu/packages/tex.scm (texlive-context): New variable.
(texlive-context-base): Deprecate in favor of texlive-context.
* gnu/packages/chez.scm (chez-web)[native-inputs]: Replace
texlive-context-base with texlive-context.
2021-09-13 22:49:56 +02:00