Ludovic Courtès
a099685659
Update NEWS.
2020-11-22 20:27:28 +01:00
Ludovic Courtès
2acac532cd
nls: Update 'fr' translation of the manual.
2020-11-21 15:51:59 +01:00
Ludovic Courtès
09f1c668af
gnu: xfdesktop: Add Guix logo to the default background.
...
* gnu/packages/xfce.scm (xfdesktop)[arguments]: In
'prepare-background-image' phase, add "xfce-stripes.png".
2020-11-21 15:51:44 +01:00
Ludovic Courtès
5b3904116f
transformations: Show '--help-transform' only where applicable.
...
Fixes <https://bugs.gnu.org/44773 >.
Reported by Florian Pelz <pelzflorian@pelzflorian.de >.
This fixes a regression introduced in
6701f64f73 .
* guix/transformations.scm (%transformation-options): Add
"--help-transform".
(show-transformation-options-help): Rename to...
(show-transformation-options-help/detailed): ... this.
(show-transformation-options-help): New public procedure.
* guix/scripts/build.scm (show-build-options-help): Remove
"--help-transform".
(%standard-build-options): Likewise.
(show-help): Call 'show-transformation-options-help'.
* guix/scripts/environment.scm (show-help): Likewise.
* guix/scripts/graph.scm (show-help): Likewise.
* guix/scripts/install.scm (show-help): Likewise.
* guix/scripts/pack.scm (show-help): Likewise.
* guix/scripts/package.scm (show-help): Likewise.
* guix/scripts/upgrade.scm (show-help): Likewise.
2020-11-21 15:51:32 +01:00
Marius Bakke
0a47ff9f9f
services: base: Re-export %default-substitute-urls from (guix store).
...
* gnu/services/base.scm: Export %DEFAULT-SUBSTITUTE-URLS.
2020-11-18 22:37:17 +01:00
Marius Bakke
0ae9bbe4f5
services: SDDM: Wait for elogind before starting.
...
Fixes <https://bugs.gnu.org/44669 >.
* gnu/services/sddm.scm (sddm-shepherd-service)[requirement]: Add elogind.
2020-11-18 22:31:32 +01:00
Ludovic Courtès
1d21204485
gnu: guix: Update to 0d4b1af.
2020-11-18 17:36:54 +01:00
Ludovic Courtès
0d4b1afb6b
gnu: guix: Update to 1.2.0rc2.
2020-11-18 17:36:34 +01:00
Daniel Brooks
207c3c594e
guix-install.sh: don't throw away release candidates when picking the latest version
...
* etc/guix-install.sh (guix_get_bin_list): modify regexes to allow rcN syntax
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-11-18 15:35:17 +01:00
Miguel Ángel Arruga Vivas
7a04d80921
.dir-locals.el: Add upstream report link.
...
Follow up from 1d6e7732b1 .
* .dir-locals.el: Modify comment to point at the report to bug-gnu-emacs.
2020-11-18 15:35:01 +01:00
Christopher Lemmer Webber
28aef467ee
.dir-locals.el: Use setq-local on guix-directory.
...
* .dir-locals.el: Use setq-local on guix-directory. While a problem with
using setq hasn't been identified, this seems like good hygiene.
2020-11-18 15:34:43 +01:00
Christopher Lemmer Webber
e385e5fc3c
.dir-locals.el: Prevent errors if .dir-locals.el isn't found.
...
While this repo should presumably always have a .dir-locals.el
by the nature of this file itself, it seems that this behavior "leaks".
See added comment for more details on the fix to this strange bug,
which is likely an upstream emacs or vc-mode issue.
Thanks to Miguel Ángel Arruga Vivas and Maxim Cournoyer for helping
investigate this problem.
* .dir-locals.el: Don't error out if .dir-locals.el isn't found.
2020-11-18 15:34:26 +01:00
Ludovic Courtès
37b98e8cca
services: shepherd: Map all the invalid store characters to dash.
...
Fixes a regression introduced in
977eb5d023 whereby file system services
would now have a different name.
* gnu/services/base.scm (file-system->shepherd-service-name): Revert
changes introduced in 977eb5d023 .
* gnu/services/shepherd.scm (%store-characters): New variable
(shepherd-service-file-name): Map all the characters outside
%STORE-CHARACTERS to #\-.
2020-11-18 11:13:49 +01:00
Ludovic Courtès
5bc19300ee
gnu: guix: Fix typo in comment.
...
* gnu/packages/package-management.scm (guix): Fix typo in comment.
2020-11-17 23:22:34 +01:00
Mathieu Othacehe
9113de2ca2
installer: Fix device synchronization.
...
Reported by Florian Pelz:
https://lists.gnu.org/archive/html/guix-devel/2020-11/msg00326.html .
* gnu/installer/utils.scm (call-with-time): New procedure,
(let/time): new macro.
* gnu/installer/parted.scm (with-delay-device-in-use?): Increase the retry
count to 16.
(non-install-devices): Remove the call to with-delay-device-in-use? as it
doesn't return the expected result, and would block much longer now.
(free-parted): Log the time required to sync each device.
2020-11-17 19:09:19 +01:00
Ludovic Courtès
37c21b130c
gnu: guix: Use libexec/guix/guile in the 'guix' shebang.
...
This is a followup to 880fe019ae .
* gnu/packages/package-management.scm (guix)[arguments]: Delete
'patch-shebangs' phase.
2020-11-16 23:41:02 +01:00
Marius Bakke
6cad3f6966
services: mingetty: Export configuration accessors.
...
* gnu/services/base: Export configuration accessors for mingetty.
2020-11-16 19:08:36 +01:00
Ludovic Courtès
d403141037
maint: Install 'guix-daemon.cil' SELinux file.
...
Fixes <https://bugs.gnu.org/44649 >.
Reported by Daniel Brooks <db48x@db48x.net >.
This is a followup to 6799e6e578 , which
rightfully removed the '.cil' file from the distribution, but wrongfully
installed the '.cil.in' file instead of the '.cil' file.
* Makefile.am (nodist_selinux_policy_DATA): Remove ".in".
2020-11-16 17:14:45 +01:00
Florian Pelz
29ed17d634
pull: Do not suggest running `guix pull --news' on the first run.
...
* guix/scripts/pull.scm (display-channel-news-headlines): If there
are no news to display, return false instead of <unspecified>.
2020-11-16 13:44:29 +00:00
Ludovic Courtès
98750a9d99
self: Limit the number of threads used when translating manuals.
...
* guix/self.scm (translate-texi-manuals)[build](parallel-jobs): New
variable.
Use it as first argument to 'n-par-for-each'.
2020-11-16 11:40:53 +01:00
Ludovic Courtès
977eb5d023
Properly deal with build directories containing '~'.
...
Fixes <https://bugs.gnu.org/44626 >.
Reported by Vagrant Cascadian <vagrant@debian.org >.
* tests/build-utils.scm ("wrap-script, simple case"): Pass
SCRIPT-CONTENTS to 'display' rather than 'format'.
* gnu/services/base.scm (file-system->shepherd-service-name)
[valid-characters, mount-point]: New variables.
Filter out invalid store file name characters from the mount point of
FILE-SYSTEM.
2020-11-16 11:21:42 +01:00
Maxim Cournoyer
630602831d
publish: Harmonize buffer size values and configuration.
...
This change harmonizes the way we configure the buffer sizes and the socket
options, so that we don't forget to change it at one place like it happened in
commit 5e3d169945 .
* guix/scripts/publish.scm (%default-buffer-size)
(%default-socket-options): New variables.
* guix/scripts/publish.scm (configure-socket): New procedure.
(compress-nar): Use %default-buffer-size for the buffer size, increased from
128 to 208 KiB.
(nar-response-port): Likewise, increased from 64 to 208 KiB.
(http-write): Use configure-socket to set socket options.
(open-server-socket): Likewise.
2020-11-16 00:04:32 -05:00
Daniel Brooks
62343288ef
etc: Updates for the guix-daemon SELinux policy.
...
* etc/guix-daemon.cil.in (guix_daemon): Specify more permissions for
guix-daemon to account for daemon updates and newer SELinux.
I can't promise that this is a complete list of everything that guix-daemon
needs, but it's probably most of them. It can search for, install, upgrade,
and remove packages, create virtual machines and containers, update itself,
and so on.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-11-15 16:08:47 +01:00
Ludovic Courtès
c6e8f40f2c
maint: Rebuild '.version' when 'config.status' changes.
...
* Makefile.am ($(top_srcdir)/.version): Depend on 'config.status'. Use
$(AM_V_GEN).
2020-11-13 22:48:34 +01:00
Ludovic Courtès
627e61f1a8
maint: Add '.guix-authorizations' to the distribution.
...
Reported by Vagrant Cascadian.
* Makefile.am (EXTRA_DIST): Add .guix-authorizations.
2020-11-13 21:31:22 +01:00
John Soo
0cdc13ce43
guix build: Expose log-url for third parties.
...
* guix/scripts/build.scm (log-url): Expose it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-11-13 18:11:30 +01:00
John Soo
e783cd51ba
pack: Expose some bindings for third-party use.
...
* guix/scripts/pack.scm (compressor-name, compressor-extension,
compressor-command, %compressors, %formats): Export.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-11-13 18:10:11 +01:00
Ludovic Courtès
0b146ceaab
Merge branch 'version-1.2.0' of ssh://git.sv.gnu.org/srv/git/guix into version-1.2.0
2020-11-13 17:02:49 +01:00
Maxim Cournoyer
4e01bc440a
gnu: python-pysam: Update to version 0.16.0.1.
...
The check phase was failing with:
starting phase `check'
make: Entering directory '...drv-0/python-pysam-0.15.1-checkout/tests/pysam_data'
samtools faidx ex1.fa
samtools import ex1.fa.fai ex1.sam.gz ex1.bam
[main] "samtools import" has been removed. Please use "samtools view" instead.
make: *** [Makefile:56: ex1.bam] Error 1
* gnu/packages/bioinformatics.scm (python-pysam): Update to version 0.16.0.1.
[phases]{check}: Delete a couple more failing test files.
[native-inputs]: Add python-pytest.
2020-11-13 10:17:00 -05:00
Ludovic Courtès
4b2ce77ca0
gnu: guix: Update to 3ba6ffd.
2020-11-13 15:01:25 +01:00
Ludovic Courtès
3ba6ffd0dd
gnu: guix: Update to 1.2.0rc1.
2020-11-13 14:40:28 +01:00
Ludovic Courtès
1e272d42f6
Update NEWS.
2020-11-13 09:13:56 +01:00
Ludovic Courtès
ae10ec441a
gnu: glib: Graft patch to detect changes to the installed applications.
...
Fixes <https://bugs.gnu.org/35594 >.
Reported by sirgazil <sirgazil@zoho.com > and others.
* gnu/packages/patches/glib-appinfo-watch.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/glib.scm (glib)[replacement]: New field.
(glib-with-gio-patch): New variable.
(glib-with-documentation): Use 'package/inherit'.
2020-11-13 09:13:56 +01:00
Ludovic Courtès
a30e7a72fc
maint: Use 'guix' instead of 'guile3.0-guix' for the binary tarball.
...
* Makefile.am (GUIX_FOR_BINARY_TARBALL): Change to 'guix'.
2020-11-13 09:13:56 +01:00
Maxim Cournoyer
c410e9e531
gnu: python-flask-basicauth: Fix indentation.
...
* gnu/packages/python-web.scm (python-flask-basicauth): Fix indentation.
2020-11-12 15:17:57 -05:00
Maxim Cournoyer
a4cfdab56a
gnu: python-flask-basicauth: Fix build.
...
* gnu/packages/python-web.scm (python-flask-basicauth)[phases]: Add a
'fix-imports phase.
2020-11-12 15:17:29 -05:00
Maxim Cournoyer
3de898b43c
maint: update-guix-package: Optionally add sources to store.
...
Following discussions in <https://issues.guix.gnu.org/43893 >, keeping a copy
of the updated package source is desirable when generating a release.
* build-aux/update-guix-package.scm (version-controlled?): Remove variable.
(call-with-temporary-git-worktree): Renamed from
'with-temporary-git-worktree'. Update doc. Do not change directory
implicitly. Define as a procedure, not a syntax.
(keep-source-in-store): New procedure.
(main): Adjust to use with call-with-temporary-git-worktree. Add the sources
to the store when GUIX_ALLOW_ME_TO_USE_PRIVATE_COMMIT is set. Exit gracefully
when FIND-ORIGIN-REMOTE returns #f.
(%savannah-guix-git-repo-push-url-regexp): Adjust match for a potential colon
separator.
* Makefile.am (GUIX_ALLOW_ME_TO_USE_PRIVATE_COMMIT): Adjust.
* .dir-locals.el (scheme-mode): Remove entry for with-temporary-git-worktree.
* doc/contributing.texi (Updating the Guix Package): Update doc.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2020-11-12 09:23:27 -05:00
Ludovic Courtès
ef1107e2cc
nls: Update string translations.
2020-11-12 10:13:45 +01:00
Ludovic Courtès
7547be7d99
nls: Update translations of the manual.
2020-11-12 10:12:45 +01:00
Julien Lepiller
74fdbbfaad
nls: Update translations of the manual.
2020-11-12 09:39:17 +01:00
Julien Lepiller
e55f6418cd
nls: Update 'ta' translation.
2020-11-12 09:39:10 +01:00
Ludovic Courtès
b73981369e
lint: patch-file-names: Simplify 'search-patch' error handling.
...
* guix/lint.scm (check-patch-file-names): Remove 'message-condition?'
guard, which is useless since d51bfe242f .
Remove call to 'format' in the 'formatted-message?' case.
2020-11-12 09:29:05 +01:00
Ludovic Courtès
1cbda46d4a
publish: Increase TCP buffer size when sending non-cached nars.
...
This increases throughput tenfold (!) on localhost when downloading
large nars without '--cache'. This is a followup to
5e3d169945 .
Reported by Maxim Cournoyer.
* guix/scripts/publish.scm (http-write): In the
'application/x-nix-archive' case, add call to 'setsockopt'.
2020-11-10 22:56:38 +01:00
Ludovic Courtès
000e7a0abc
vm: expression->derivation-in-linux-vm: Run in a UTF-8 locale.
...
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Add calls to
'setenv' and 'setlocale'.
2020-11-10 21:49:15 +01:00
Ludovic Courtès
8515ea12d2
gnu: audiofile: Shorten patch file names.
...
At least 'audiofile-division-by-zero-BlockCodec-runPull.patch' could end
up not being included in a tarball.
* gnu/packages/patches/audiofile-Check-the-number-of-coefficients.patch:
Rename to...
* gnu/packages/patches/audiofile-check-number-of-coefficients.patch:
... this.
* gnu/packages/patches/audiofile-division-by-zero-BlockCodec-runPull.patch:
Rename to...
* gnu/packages/patches/audiofile-division-by-zero.patch: ....this.
* gnu/packages/patches/audiofile-signature-of-multiplyCheckOverflow.patch:
Rename to...
* gnu/packages/patches/audiofile-function-signature.patch: ... this.
* gnu/packages/patches/audiofile-Fix-multiply-overflow-sfconvert.patch:
Rename to....
* gnu/packages/patches/audiofile-multiply-overflow.patch: ... this.
* gnu/packages/patches/audiofile-Fix-overflow-in-MSADPCM-decodeSam.patch:
Rename to...
* gnu/packages/patches/audiofile-overflow-in-MSADPCM.patch: ... this.
* gnu/packages/audio.scm (audiofile)[source]: Adjust accordingly.
* gnu/local.mk (dist_patch_DATA): Likewise.
2020-11-10 17:49:14 +01:00
Ludovic Courtès
74361d3ee8
gnu: python2-pygobject@2: Shorten patch file name.
...
The file would not be included in the tarball produced by "make dist"
because its name was too long.
* gnu/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch:
Rename to...
* gnu/packages/patches/python2-pygobject-2-deprecation.patch: ... this.
* gnu/packages/glib.scm (python2-pygobject-2)[source]: Adjust accordingly.
* gnu/local.mk (dist_patch_DATA): Likewise.
2020-11-10 16:43:59 +01:00
Ludovic Courtès
362529963e
ui: Use the right accessor when reporting '&gexp-input-error'.
...
* guix/ui.scm (call-with-error-handling): In the 'gexp-input-error?'
case, use 'gexp-error-invalid-input' as the accessor.
2020-11-10 14:40:20 +01:00
Ludovic Courtès
7a20c1676a
vm: 'system-qemu-image' forces the use of i386/BIOS GRUB.
...
Fixes <https://bugs.gnu.org/44511 >.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com >.
* gnu/system/vm.scm (system-qemu-image): Add 'bootloader' field to OS.
2020-11-10 12:20:09 +01:00
Ludovic Courtès
b51da3ccef
Update NEWS.
2020-11-09 23:27:09 +01:00
Ludovic Courtès
70ffa8af1e
machine: ssh: Do not import the host (guix config).
...
* gnu/machine/ssh.scm (machine-boot-parameters): Use 'make-config.scm'
for (guix config).
2020-11-09 23:27:09 +01:00
Ludovic Courtès
d754757628
publish: Create files in the cache as #o644.
...
Reported by Ricardo Wurmus <rekado@elephly.net >.
* guix/scripts/publish.scm (compress-nar): Add 'chmod' call to ensure
PORT is #o644, in the uncompressed case.
(bake-narinfo+nar): Likewise for the narinfo file.
* tests/publish.scm ("with cache"): Check permissions on CACHED and NAR.
2020-11-09 23:27:09 +01:00
Julien Lepiller
86e9e5cb23
services: nginx: Re-introduce server-names-hash-bucket-size.
...
This was unintentionally removed in
00014f7692 .
* gnu/services/web.scm (default-nginx-config): Re-introduce processing
of server-names-hash-bucket-size option.
2020-11-09 22:53:50 +01:00
Mathieu Othacehe
ad2c3ba750
installer: parted: Add debug output.
...
* gnu/installer/parted.scm (mkpart): Log partition creation.
2020-11-08 19:40:44 +01:00
Ludovic Courtès
bc47583412
gnu: cross-base: Move glibc Hurd patches to 'inputs'.
...
Fixes "guix build --target=i586-pc-gnu bootstrap-tarballs".
* gnu/packages/cross-base.scm (cross-libc): Move Hurd patches from
'native-inputs' to 'inputs'.
2020-11-08 16:58:30 +01:00
Ludovic Courtès
4e9ded6d27
image: Offload "disk-image" derivations.
...
This is a followup to 99efa804bd .
* gnu/system/image.scm (system-disk-image): Pass #:local-build? #f to
'computed-file'.
2020-11-08 16:58:30 +01:00
Ludovic Courtès
19e2898c80
maint: Reduce the package set for "i586-gnu".
...
* etc/release-manifest.scm (%base-packages/hurd): New variable.
(%base-manifest): Use it when SYSTEM is "i586-gnu".
2020-11-08 16:58:30 +01:00
Mathieu Othacehe
ae0fe289d3
installer: Limit listbox height.
...
Fixes: <https://issues.guix.gnu.org/44428 >.
* gnu/installer/newt.scm (init): Print screen size.
* gnu/installer/newt/page.scm (default-listbox-height): New variable.
(run-listbox-selection-page): Use it.
* gnu/installer/newt/wifi.scm (wifi-listbox-height): Ditto.
* gnu/installer/newt/network.scm (run-technology-page): Set the maximum
listbox height to 5.
* gnu/installer/newt/ethernet.scm (run-ethernet-page): Ditto.
* gnu/installer/newt/final.scm (run-config-display-page): Change listbox
height.
* gnu/installer/newt/partition.scm (run-disk-page): Ditto.
* gnu/installer/newt/welcome.scm (display-logo?): New procedure.
(run-menu-page): Use it.
* gnu/installer/steps.scm (%configuration-file-width): Remove it.
2020-11-08 10:51:23 +01:00
Mathieu Othacehe
afa77bd228
Update NEWS.
2020-11-07 19:36:10 +01:00
Ludovic Courtès
e8b9b0fae0
Update NEWS.
2020-11-07 16:14:03 +01:00
Ludovic Courtès
7286c9b187
tests: nfs-root-fs: Use the right store file name.
...
* gnu/tests/nfs.scm (run-nfs-root-fs-test): Pass "nfs-root-fs-test" as
the first argument to 'gexp->derivation'.
2020-11-07 12:48:24 +01:00
Ludovic Courtès
de6b649f80
tests: git-http: Avoid race condition.
...
* gnu/tests/version-control.scm (run-git-http-test)[test]("fcgiwrap
listens"): New test.
2020-11-07 12:07:41 +01:00
Efraim Flashner
02f5ee01c9
gnu: libffi: Fix building on powerpc.
...
* gnu/packages/libffi.scm (libffi)[inputs]: New field.
[arguments]: Add 'apply-patch' phase when targeting PowerPC.
* gnu/packages/patches/libffi-3.3-powerpc-fixes.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2020-11-07 11:31:39 +01:00
Ludovic Courtès
9909eddbc5
tests: mpd: Remove race condition; use default MPD configuration.
...
* gnu/tests/audio.scm (%mpd-os): Use the default 'mpd-configuration'.
(run-mpd-test)[test]("mpd listening"): New test.
("mpc connect"): Use 'system*' and 'test-equal'.
2020-11-06 23:14:14 +01:00
Ludovic Courtès
bb124f6e9c
services: mpd: Fix daemon startup.
...
Until now it would wait for a PID file that'd never come.
* gnu/services/audio.scm (mpd-shepherd-service): Add 'requirement'.
Remove #:pid-file from 'start'.
(mpd-service-activation): Create the ".mpd" directory since that's what
the daemon expects.
2020-11-06 23:10:18 +01:00
Ludovic Courtès
7209d7cbc3
services: mpd: Always create the "mpd" user account.
...
* gnu/services/audio.scm (%mpd-accounts): New variable.
(mpd-service-type)[extensions]: Add ACCOUNT-SERVICE-TYPE extension.
2020-11-06 22:59:19 +01:00
Ludovic Courtès
db1b18c397
ui: Add missing format argument in 'warn-about-load-error'.
...
* guix/ui.scm (warn-about-load-error): Add missing argument to 'warning'.
2020-11-06 21:42:39 +01:00
Ludovic Courtès
9e2523c25f
tests: Test "guix system search .".
...
This is a followup to 0c5d0c57d3 .
* tests/guix-system.sh: Run "guix system search .".
2020-11-06 16:38:12 +01:00
Ludovic Courtès
3c69e81d85
tests: docker-system: Increase VM memory.
...
The test was failing with ENOSPC.
* gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase 'memory-size'.
(%test-docker-system): Change 'locale-libcs' for the OS passed to
'system-docker-image'.
2020-11-06 16:16:02 +01:00
Maxim Cournoyer
0c5d0c57d3
services: mpd: Do not eagerly look for a user.
...
Running 'guix system search mpd' would throw a backtrace because the
mpd-shepherd-service service start Gexp contained an unquoted call to
'getpwnam', which would look for a missing 'mpd' user and fail.
* gnu/services/audio.scm (mpd-shepherd-service): gexp-unquote only the
relevant variable rather than the whole expression.
2020-11-06 08:54:27 -05:00
Ludovic Courtès
51916455d0
Update NEWS.
2020-11-05 23:27:22 +01:00
Ludovic Courtès
a5945a60cf
gnu: chromium: Silent 'local-file' warning.
...
This is a followup to fddc870632 .
* gnu/packages/chromium.scm (%guix-patches): Use 'assume-valid-file-name'.
2020-11-05 16:15:22 +01:00
Ludovic Courtès
a4e7749e91
services: Remove imports of (ice-9 …) modules.
...
* gnu/services/monitoring.scm (zabbix-server-activation): Remove (ice-9
rdelim) from the imported modules.
(zabbix-agent-activation): Likewise.
* gnu/tests/mail.scm (run-exim-test)[test]: Remove (ice-9 ftw) from the
imported modules.
2020-11-05 16:13:50 +01:00
Ludovic Courtès
4db90a6c15
pack: Do not include the host (guix config).
...
* guix/scripts/pack.scm (store-database)[build]: Import a
synthetic (guix config).
2020-11-05 16:13:50 +01:00
Ludovic Courtès
e6934c0429
shepherd: Remove dependency on (guix utils).
...
Since commit 8ce6f4dc28 , importing this
module in a gexp would pull in (guix config) from the host, thereby
leading to non-reproducible derivations. Users in (gnu services ...) do
not expect that so simply remove the (guix utils) dependency for now.
* gnu/build/shepherd.scm (fork+exec-command/container)[strip-pid]: New
procedure.
Use it instead of 'strip-keyword-arguments'.
2020-11-05 16:13:50 +01:00
Ludovic Courtès
ca465a9c84
gexp: Warn when importing (guix config) or (ice-9 …).
...
While importing those modules from the host system is valid, it is often
a mistake that introduces non-reproducibility. This patch prints a
warning when that happens.
* guix/gexp.scm (gexp-attribute): Add #:validate parameter and honor it.
(gexp-modules)[validate-modules]: New procedure.
Pass it to 'gexp-attribute'.
* tests/gexp.scm ("gexp-modules, warning"): New test.
2020-11-05 16:13:50 +01:00
Ludovic Courtès
18fc84bce8
gexp: Store the source code location in <gexp>.
...
* guix/gexp.scm (<gexp>)[location]: New field.
(gexp-location): New procedure.
(write-gexp): Print the location of GEXP.
(gexp->derivation): Adjust call to 'make-gexp'.
(gexp): Likewise.
2020-11-05 16:13:50 +01:00
Ludovic Courtès
61d9c4458e
image: Error out when passed an unsupported partition type.
...
* gnu/build/image.scm (make-partition-image): Use 'raise' instead of
'format' when TYPE is not supported.
(convert-disk-image): Remove unneeded 'begin'.
2020-11-05 16:13:50 +01:00
Leo Famulari
552e9fc163
gnu: dump1090: Update to 4.0.
...
* gnu/packages/radio.scm (dump1090): Update to 4.0.
2020-11-05 00:57:27 -05:00
Tobias Geerinckx-Rice
facdae042d
gnu: virt-viewer: Enable VNC support.
...
* gnu/packages/spice.scm (virt-viewer)[inputs]: Add gtk-vnc.
2020-11-05 04:00:13 +01:00
Tobias Geerinckx-Rice
d67721ba9d
gnu: praat: Update to 6.1.30.
...
* gnu/packages/language.scm (praat): Update to 6.1.30.
2020-11-05 03:46:12 +01:00
Tobias Geerinckx-Rice
48951e8502
gnu: python-audioread: Update to 2.1.9.
...
* gnu/packages/mp3.scm (python-audioread): Update to 2.1.9.
2020-11-05 03:46:12 +01:00
Tobias Geerinckx-Rice
c2ea080e05
gnu: toxic: Update to 0.8.4.
...
* gnu/packages/messaging.scm (toxic): Update to 0.8.4.
2020-11-05 03:46:12 +01:00
Tobias Geerinckx-Rice
76373c95b4
gnu: libnice: Update to 0.1.18.
...
* gnu/packages/networking.scm (libnice): Update to 0.1.18.
[arguments]: Add a new ‘disable-failing-test’ phase.
2020-11-05 03:46:11 +01:00
Tobias Geerinckx-Rice
471ab8772c
gnu: lldpd: Omit static library.
...
* gnu/packages/networking.scm (lldpd)[arguments]: Add ‘--disable-static’
to the #:configure-flags.
2020-11-05 03:46:11 +01:00
Tobias Geerinckx-Rice
7a484a47a4
gnu: lldpd: Update to 1.0.7.
...
* gnu/packages/networking.scm (lldpd): Update to 1.0.7.
2020-11-05 03:46:11 +01:00
Tobias Geerinckx-Rice
3b663f1985
gnu: fldigi: Update to 4.1.15.
...
* gnu/packages/radio.scm (fldigi): Update to 4.1.15.
2020-11-05 03:46:11 +01:00
Tobias Geerinckx-Rice
728fdd83eb
gnu: python-sphinx-intl: Update to 2.0.1.
...
* gnu/packages/sphinx.scm (python-sphinx-intl): Update to 2.0.1.
2020-11-05 03:46:10 +01:00
Tobias Geerinckx-Rice
edc517a04c
gnu: oil: Update to 0.8.3.
...
* gnu/packages/shells.scm (oil): Update to 0.8.3.
2020-11-05 03:46:10 +01:00
Tobias Geerinckx-Rice
c346951386
gnu: xl2tpd: Update to 1.3.16.
...
* gnu/packages/vpn.scm (xl2tpd): Update to 1.3.16.
2020-11-05 03:46:10 +01:00
Tobias Geerinckx-Rice
831365c6c1
gnu: i3-gaps: Update to 4.18.3.
...
* gnu/packages/wm.scm (i3-gaps): Update to 4.18.3.
2020-11-05 03:46:10 +01:00
Tobias Geerinckx-Rice
1434f2b03e
gnu: i3-wm: Update to 4.18.3.
...
* gnu/packages/wm.scm (i3-wm): Update to 4.18.3.
2020-11-05 03:46:10 +01:00
Tobias Geerinckx-Rice
274bbce817
gnu: vera: Update to 1.24.
...
* gnu/packages/dictionaries.scm (vera): Update to 1.24.
[arguments]: Replace problematic (non-)character.
2020-11-05 03:46:09 +01:00
Tobias Geerinckx-Rice
08d8e76678
gnu: php: Move a test disablement.
...
* gnu/packages/php.scm (php)[arguments]: Disable bug73837.phpt under a
more appropriate comment section.
2020-11-05 03:46:09 +01:00
Tobias Geerinckx-Rice
bddcc133db
gnu: colord: Update to 1.4.5.
...
* gnu/packages/gnome.scm (colord): Update to 1.4.5.
2020-11-05 03:46:09 +01:00
Tobias Geerinckx-Rice
d9005cdcc3
gnu: zeitgeist: Update to 1.0.3.
...
* gnu/packages/gnome.scm (zeitgeist): Update to 1.0.3.
2020-11-05 03:46:09 +01:00
Tobias Geerinckx-Rice
2b03b5f5da
gnu: gpxsee: Update to 7.35.
...
* gnu/packages/gps.scm (gpxsee): Update to 7.35.
2020-11-05 03:46:09 +01:00
Tobias Geerinckx-Rice
2666bb8112
gnu: wavemon: Update to 0.9.2.
...
* gnu/packages/hardware.scm (wavemon): Update to 0.9.2.
[source]: Add two bonus upstream commits as patches.
2020-11-05 03:46:08 +01:00
Marius Bakke
c98f68cdb1
gnu: python-djangorestframework: Update to 3.12.1.
...
* gnu/packages/django.scm (python-djangorestframework): Update to 3.12.1.
2020-11-05 02:20:25 +01:00
Marius Bakke
e04610d821
gnu: python-django@2.2: Update to 2.2.17.
...
* gnu/packages/django.scm (python-django-2.2): Update to 2.2.17.
2020-11-05 02:20:25 +01:00
Marius Bakke
291cd8e3fa
gnu: python-django: Update to 3.1.3.
...
* gnu/packages/django.scm (python-django): Update to 3.1.3.
2020-11-05 02:20:25 +01:00
Marius Bakke
fddc870632
gnu: ungoogled-chromium: Fix hardware acceleration.
...
* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Patch in absolute
file name of libGL.so, and install Chromiums own libEGL.so and libGLESv2.so.
2020-11-05 02:20:24 +01:00
Marius Bakke
81dfd459e3
gnu: ungoogled-chromium: Update to 86.0.4240.183-0.b68e17f [security fixes].
...
This fixes CVE-2020-16004, CVE-2020-16005, CVE-2020-16006, CVE-2020-16007,
CVE-2020-16008, CVE-2020-16009, and CVE-2020-16011.
* gnu/packages/chromium.scm (%ungoogled-revision, %ungoogled-origin): Update
to b68e17f.
(ungoogled-chromium): Update to 86.0.4240.183.
2020-11-05 02:20:24 +01:00
Marius Bakke
867e3830e6
gnu: ungoogled-chromium: Add search path for installed extensions.
...
* gnu/packages/patches/ungoogled-chromium-extension-search-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/chromium.scm (%guix-patches): New variable.
(ungoogled-chromium-snippet): Apply %GUIX-PATCHES.
(ungoogled-chromium)[arguments]: Don't hard-code extensions directory.
[native-search-paths]: New field.
2020-11-05 02:20:24 +01:00
Ludovic Courtès
f7d0a63dda
services: guix: Do not embed the host (guix config).
...
Fixes a bug whereby different users would get different derivations for
the same service.
* gnu/services/base.scm (guix-shepherd-service): In 'start' method, do
not embed (guix config).
2020-11-05 00:07:45 +01:00
Ludovic Courtès
341f67991d
vm: system-qemu-image: Fix type error, remove more actual file systems.
...
* gnu/system/vm.scm (system-qemu-image)[file-systems-to-keep]: Check
whether SOURCE is a string before calling 'string-prefix?'. Remove
UUIDs and file system labels as well.
2020-11-05 00:07:45 +01:00
Leo Famulari
bcf83975a3
gnu: dump1090: Fix license.
...
* gnu/packages/radio.scm (dump1090)[license]: Use GPL2+.
2020-11-04 14:58:06 -05:00
Simon Streit
79e9168aa6
gnu: Add Cantata.
...
* gnu/packages/mpd.scm (cantata): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-11-04 14:52:13 -05:00
Efraim Flashner
ed683219b4
gnu: pam-krb5: Update source uri.
...
* gnu/packages/admin.scm (pam-krb5)[source]: Add archive location.
2020-11-04 20:28:32 +02:00
Efraim Flashner
c385818245
gnu: solaar: Update to 1.0.4.
...
* gnu/packages/admin.scm (solaar): Update to 1.0.4.
[arguments]: Remove custom 'fix-prefix-detection phase.
2020-11-04 20:28:32 +02:00
Efraim Flashner
aed5b1ff98
gnu: solaar: Update source uri.
...
* gnu/packages/admin.scm (solaar)[source]: Update source URI.
2020-11-04 20:28:32 +02:00
Efraim Flashner
e620447fe4
gnu: dstat: Update source uri.
...
* gnu/packages/admin.scm (dstat)[source]: Update to new source URI.
2020-11-04 20:28:32 +02:00
Efraim Flashner
7a67a45fa6
gnu: thermald: Update to 2.2.
...
* gnu/packages/admin.scm (thermald): Update to 2.2.
[arguments]: Remove sysconfdir flag from configure-flags.
[native-inputs]: Add autoconf-archive.
2020-11-04 20:28:31 +02:00
Efraim Flashner
66741676bf
gnu: thermald: Update source uri.
...
* gnu/packages/admin.scm (thermald)[source]: Update to new source URI.
2020-11-04 20:28:28 +02:00
Christopher Lemmer Webber
7401f71aec
git-annex: Enable pairing and assistant features.
...
* gnu/packages/haskell-apps.scm (git-annex): Add appropriate
dependencies and adjust flags to enable "assistant" and "pairing"
features.
2020-11-04 12:03:53 -05:00
Christopher Lemmer Webber
161e1019fd
gnu: Add ghc-network-multicast.
...
* gnu/packages/haskell-xyz.scm (ghc-network-multicast): New variable.
2020-11-04 12:03:53 -05:00
Christopher Lemmer Webber
c00d001d79
gnu: Add ghc-mountpoints.
...
* gnu/packages/haskell-xyz.scm (ghc-mountpoints): New variable.
2020-11-04 12:03:53 -05:00
Ludovic Courtès
04d8f94cf1
gnu: guix: Update to 5e7cf66.
...
* gnu/packages/package-management.scm (guix): Update to 5e7cf66 .
2020-11-04 16:43:10 +01:00
Ludovic Courtès
5e7cf66fb3
publish: Do not path the empty string to 'query-path-info'.
...
Fixes <https://bugs.gnu.org/44442 >.
Regression introduced in 2b2ab7796a .
* guix/scripts/publish.scm (render-nar/cached): Do not call
'bypass-cache?' when ITEM is the empty string.
* tests/publish.scm ("with cache, cache bypass, unmapped hash part"):
New test.
2020-11-04 16:02:53 +01:00
Vitaliy Shatrov
95024494f3
gnu: Add bsd-games.
...
* gnu/packages/games.scm (bsd-games): New variable.
New patches, taken from Arch and Debian:
* gnu/packages/patches/bsd-games-2.17-64bit.patch
* gnu/packages/patches/bsd-games-bad-ntohl-cast.patch
* gnu/packages/patches/bsd-games-gamescreen.h.patch
* gnu/packages/patches/bsd-games-getline.patch
* gnu/packages/patches/bsd-games-null-check.patch
* gnu/packages/patches/bsd-games-number.c-and-test.patch
* gnu/packages/patches/bsd-games-prevent-name-collisions.patch
* gnu/packages/patches/bsd-games-stdio.h.patch
New patches with our customizations (configure-config built after Arch's):
* gnu/packages/patches/bsd-games-add-configure-config.patch
* gnu/packages/patches/bsd-games-add-wrapper.patch
* gnu/packages/patches/bsd-games-dont-install-empty-files.patch
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-11-04 15:15:47 +01:00
Nicolas Goaziou
dd2330a89b
gnu: emacs-vdiff: Update to 0.2.4.
...
* gnu/packages/emacs-xyz.scm (emacs-vdiff): Update to 0.2.4.
2020-11-04 15:05:05 +01:00
Efraim Flashner
3d67269ee7
gnu: java-fasterxml-jackson-dataformat-xml: Don't use unstable tarball.
...
* gnu/packages/java.scm (java-fasterxml-jackson-dataformat-xml)[source]:
Download using git-fetch.
2020-11-04 15:30:34 +02:00
Efraim Flashner
e98fd9fe3f
gnu: java-woodstox-core: Don't use unstable tarball.
...
* gnu/packages/java.scm (java-woodstox-core)[source]: Download using
git-fetch.
2020-11-04 15:30:28 +02:00
Jelle Licht
b4578379e5
gnu: skopeo: Build documentation.
...
* gnu/packages/virtualization.scm (skopeo)[native-inputs]: Add
go-github-com-go-md2man.
[arguments]<phases>{build-docs}: New phase.
{install}: Update make target to install manpages. Install example
configuration.
2020-11-04 14:06:23 +01:00
Efraim Flashner
6b0e75bb3f
gnu: vim: Update to 8.2.1947.
...
* gnu/packages/vim.scm (vim): Update to 8.2.1947.
2020-11-04 11:25:52 +02:00
Michael Rohleder
ecf33bf17c
gnu: synapse: Update to 1.22.1.
...
* gnu/packages/matrix.scm (synapse): Update to 1.22.1.
[propagated-inputs]: Add python-packaging.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-11-04 11:14:22 +02:00
Matthew Kraai
5d3bcfefb6
gnu: haunt: Update home page.
...
* gnu/packages/guile-xyz.scm (haunt)[home-page]: Update.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-11-04 11:11:46 +02:00
Michael Rohleder
32d72c4aa6
gnu: archivemount: Update to 0.9.1.
...
* gnu/packages/linux.scm (archivemount): Update to 0.9.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-11-04 11:09:09 +02:00
Tobias Geerinckx-Rice
de8ddb8569
gnu: libopenmpt: Update to 0.5.3.
...
* gnu/packages/audio.scm (libopenmpt): Update to 0.5.3.
2020-11-04 06:36:17 +01:00
Tobias Geerinckx-Rice
7dfbfbc809
gnu: man-pages: Update to 5.09.
...
* gnu/packages/man.scm (man-pages): Update to 5.09.
2020-11-04 06:36:17 +01:00
Tobias Geerinckx-Rice
2bde4a1d12
gnu: zfs: Update to 0.8.5.
...
* gnu/packages/file-systems.scm (zfs): Update to 0.8.5.
[arguments]: Update. Don't install initramfs-tools hooks.
2020-11-04 06:36:17 +01:00
Tobias Geerinckx-Rice
c90aade8af
gnu: tintin++: Update to 2.02.05.
...
* gnu/packages/games.scm (tintin++): Update to 2.02.05.
2020-11-04 06:36:17 +01:00
Tobias Geerinckx-Rice
7f3018ce9c
gnu: julius: Update to 1.5.1.
...
* gnu/packages/games.scm (julius): Update to 1.5.1.
2020-11-04 06:36:17 +01:00
Tobias Geerinckx-Rice
41745f728e
gnu: xtl: Update to 0.6.21.
...
* gnu/packages/cpp.scm (xtl): Update to 0.6.21.
2020-11-04 06:36:17 +01:00
Tobias Geerinckx-Rice
f527d214d4
gnu: eolie: Update to 0.9.100.
...
* gnu/packages/gnome.scm (eolie): Update to 0.9.100.
2020-11-04 06:36:16 +01:00
Ludovic Courtès
99efa804bd
image: Allow offloading of "partition.img" and "image.iso" builds.
...
This builds are extremely I/O-intensive so they'd rather not run on the
head node of the build farm.
* gnu/system/image.scm (system-disk-image, system-iso9660-image): Pass
#:local-build? #f.
2020-11-03 23:47:14 +01:00
Ludovic Courtès
fccc01275d
gnu: Depend on 'gettext-minimal' rather than 'gettext' when appropriate.
...
* gnu/packages/backup.scm (duplicity)[native-inputs]: Use
GETTEXT-MINIMAL instead of GNU-GETTEXT.
* gnu/packages/mpd.scm (mpdris2)[native-inputs]: Likewise.
* gnu/packages/guile-xyz.scm (nomad)[native-inputs]: Likewise.
(guile-mkdir-p)[native-inputs]: Likewise.
(guile-avahi)[native-inputs]: Remove GNU-GETTEXT, now unneeded.
2020-11-03 23:47:14 +01:00
Robert Vollmert
f0bb2662bb
guix import stackage: Default to LTS version that matches GHC.
...
In particular, this means that 'guix lint' won't warn to update to
versions that won't necessarily fit our package set well.
* guix/import/stackage.scm (%stackage-url): Change to "https",
avoiding redirect log messages.
(%default-lts-version): New variable.
(stackage-lts-info-fetch, stackage->guix-package,
latest-lts-release): Use it.
(lts-info-ghc-version): Remove unused procedure.
Signed-off-by: Timothy Sample <samplet@ngyro.com >
2020-11-03 15:36:59 -05:00
Tobias Geerinckx-Rice
1aced9aa0c
nls: Fix Texinfo typo.
...
* po/doc/guix-manual.de.po: Fix ‘@sasmp{}’ that broke ‘make’.
2020-11-03 13:30:23 +01:00
Julien Lepiller
595cd9cdb9
nls: Update translations of the manual.
2020-11-03 12:47:43 +01:00
Nicolas Goaziou
c41c089ad0
Revert "gnu: emacs: Make strip-double-wrap more robust."
...
This reverts commit b107a19ffb .
It causes too many rebuilds related to emacs-minimal, and fails with "No code
for module (guix build glib-or-gtk-build-system)".
2020-11-03 12:07:18 +01:00
Ryan Prior
51482b93b6
gnu: granite: Upgrade to 5.5.0.
...
* gnu/packages/pantheon.scm (granite): Upgrade to 5.5.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-11-03 11:58:01 +01:00
Tim Gesthuizen
2dfacc1d33
gnu: pwsafe: Update to 3.54.1
...
* gnu/packages/password-utils.scm (pwsafe): Update to 3.54.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-11-03 11:58:01 +01:00
pukkamustard
911bbac649
gnu: Add mkp224o.
...
* gnu/packages/crypto.scm (mkp224o): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-11-03 11:58:01 +01:00
Ludovic Courtès
1566cb05cd
doc: Illustrate procedures that return packages.
...
* doc/guix.texi (Defining Package Variants): Illustrate procedures that
return packages.
2020-11-03 11:58:01 +01:00
Ludovic Courtès
dbf572e007
doc: Use '@lisp' for 'options->transformation' example.
...
* doc/guix.texi (Defining Package Variants): Use @lisp for
'options->transformation' example.
2020-11-03 11:58:01 +01:00
Ludovic Courtès
0dc89c0368
nls: Internationalize command synopses as shown in 'guix help'.
...
This is a followup to 3794ce93be .
* po/guix/Makevars (XGETTEXT_OPTIONS): Add '--keyword=synopsis'.
2020-11-03 11:58:00 +01:00
Mathieu Othacehe
d7f2b1e507
gnu: guile-avahi: Update to 0.4.0-1.6d43caf.
...
* gnu/packages/guile-xyz.scm (guile-avahi): Update to 0.4.0-1.6d43caf.
[arguments]: Add 'fix-guile-avahi-file-name phase with the required modules
and imported-modules.
2020-11-03 11:54:23 +01:00
Morgan Smith
e62ffc774e
gnu: emacs-modus-operandi-theme: Update to 0.13.0.
...
* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): Update to 0.13.0.
[source]: Use GitHub instead of GNU ELPA, as ELPA is out of date.
[arguments]: Add phase to remove "modus-vivendi-theme.el".
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-11-03 11:48:31 +01:00
Morgan Smith
db1ccf03b7
gnu: emacs-modus-vivendi-theme: Update to 0.13.0.
...
* gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): Update to 0.13.0.
[source]: Use GitHub instead of GNU ELPA, as GNU ELPA is out of date.
[arguments]: Add phase to remove "modus-operandi-theme.el".
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-11-03 11:47:47 +01:00
Morgan Smith
b107a19ffb
gnu: emacs: Make strip-double-wrap more robust.
...
* gnu/packages/emacs.scm (emacs) [strip-double-wrap]: Use regex to find emacs
executable. This works even when the version is changed by package
transformations (e.g., version=git.master).
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-11-03 10:30:03 +01:00
Nicolas Goaziou
7a9e68cc87
gnu: qview: Fix regexp.
...
* gnu/packages/image-viewers.scm (qview): Fix regexps.
2020-11-03 08:21:27 +01:00
Nicolas Goaziou
59610496e1
gnu: emacs-ebdb: Update to 0.6.20.
...
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.6.20.
2020-11-03 08:16:56 +01:00
Nicolas Goaziou
50c69eb6f9
gnu: mame: Update to 0.226.
...
* gnu/packages/emulators.scm (mame): Update to 0.226.
2020-11-03 08:15:47 +01:00
Mathieu Othacehe
a38d861e57
system: reconfigure: Use the disk-installer if provided.
...
Fixes: <https://issues.guix.gnu.org/44101 >.
* gnu/build/bootloader.scm (write-file-on-device): Pass 'no-fail flag instead
of 'no-create. Use a latin-1 transcoder.
* guix/scripts/system/reconfigure.scm (install-bootloader-program): Add a
"disk-installer" argument and use it as a fallback.
(install-bootloader): Adapt accordingly.
* gnu/tests/reconfigure.scm (run-install-bootloader-test): Ditto.
2020-11-03 07:59:59 +01:00
Maxim Cournoyer
25e811583f
gnu: samba: Prepare for tests.
...
* gnu/packages/samba.scm (samba)[arguments]: Update comment regarding the test
suite failure.
[make-flags]: Run the test suite with the '--quick' option, as it is very slow otherwise.
[phases]{configure}: Add the '--enable-selftest' argument.
[inputs]: Add libtirpc.
2020-11-03 00:11:06 -05:00
Maxim Cournoyer
3185c29ac1
gnu: samba: Unbundle cmocka, heimdal; add gamin.
...
* gnu/packages/samba.scm (samba)[snippet]: Update comment.
[phases]{configure}: Remove '--bundled-libraries=com_err' argument.
[inputs]: Add cmocka, heimdal, gamin. Remove TODO comment.
2020-11-03 00:11:06 -05:00
Maxim Cournoyer
db29ee0b1b
gnu: samba: Set localstatedir to /var.
...
It previously defaulted to a $PREFIX/var, where $PREFIX was the root of the
installation directory (under /gnu/store) of Samba.
* gnu/packages/samba.scm (samba)[phases]{configure}: Add --localstatedir=/var
option.
{disable-etc-samba-directory-creation}: Rename to
disable-etc,var-samba-directories-setup and prevent creating directories under
both sysconfdir and localstatedir.
2020-11-03 00:11:06 -05:00
Maxim Cournoyer
0c96afe9b5
gnu: samba: Update to 4.13.1.
...
* gnu/packages/samba.scm (samba): Update to 4.13.1.
[native-inputs]: Add libxml2.
[phases]{locate-docbook-stylesheets}: Rename to...
{setup-docbook-stylesheets}: ...this. Setup offline Samba DTD catalog, and
have it used along any pre-existing XML_CATALOG_FILES environment variable in
the build script.
2020-11-03 00:11:05 -05:00
Nicolas Goaziou
8a7bbc3547
gnu: wireshark: Update to 3.4.0.
...
* gnu/packages/networking.scm (wireshark): Update to 3.4.0.
[arguments]: Skip another failing test.
2020-11-02 23:39:30 +01:00
Nicolas Goaziou
dfed0eca93
gnu: snap: Update to 6.2.4.
...
* gnu/packages/education.scm (snap): Update to 6.2.4.
2020-11-02 22:55:09 +01:00
Nicolas Goaziou
21df702808
gnu: qview: Update to 4.0.
...
* gnu/packages/image-viewers.scm (qview): Update to 4.0.
[arguments]: Append PREFIX to qmake call. Fix auto-update removal.
2020-11-02 22:13:08 +01:00
Nicolas Goaziou
98c4f108f2
gnu: mgba: Update to 0.8.4.
...
* gnu/packages/emulators.scm (mgba): Update to 0.8.4.
2020-11-02 21:57:40 +01:00
Mathieu Othacehe
b5f2a035f9
ci: Restore license handling.
...
This is a follow-up of 7c02eb6c and 44daec7f . Restore the initial behaviour.
* gnu/ci.scm (package->alist): Restore license handling.
2020-11-02 21:02:39 +01:00
Miguel Ángel Arruga Vivas
1077d54f6e
doc: Fix typo.
...
* doc/guix.texi (Invoking guix publish)<cache-bypass-threshold>: The unit
suffixes the numeric value.
2020-11-02 20:29:03 +01:00
Leo Famulari
3728ed7c77
gnu: Add atop.
...
* gnu/packages/admin.scm (atop): New variable.
2020-11-02 13:54:59 -05:00
Miguel Ángel Arruga Vivas
2df44e934c
system: Change comment wording.
...
* gnu/system.scm (<boot-parameters>)<Comment>: Substitute path with file name.
2020-11-02 18:22:33 +01:00
Mathieu Othacehe
c045801117
system: image: Introduce arm32-raw image type.
...
* gnu/system/image.scm (arm32-disk-image, arm32-image-type): New variables.
(arm64-disk-image): Inherit from arm32-disk-image.
(arm64-image-type): Change name to 'arm64-raw.
2020-11-02 17:17:52 +01:00
Maxim Cournoyer
794928a906
doc: Complete sentence in earlyoom-configuration doc.
...
* doc/guix.texi (Linux Services): Complete sentence in earlyoom-configuration
doc.
Reported-by: Julien Lepiller <julien@lepiller.eu >
2020-11-02 11:03:33 -05:00
Gabriel Arazas
28e20c5353
gnu: Add go-github-com-errata-ai-vale.
...
* gnu/packages/textutils.scm (go-github-com-errata-ai-vale): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-11-02 14:59:35 +01:00
nixo
31b97a089d
gnu: emacs-ledger-mode: Update to 4.0.0.
...
* gnu/packages/finance.scm (emacs-ledger-mode): Update to 4.0.0.
[arguments]<#:tests?>: Remove argument.
[phases] check: Replace with working check phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-11-02 14:59:35 +01:00
Tim Howes
89a4eb38c9
gnu: emacs-julia-mode: Update to 0.4.
...
* gnu/packages/emacs-xyz.scm (emacs-julia-mode): Update to 0.4.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-11-02 14:59:35 +01:00
Jean-Baptiste Note
dcd8a50350
gnu: squid: Fix build reproducibility issue.
...
* gnu/packages/networking.scm (squid): Add --disable-arch-native configure
flag.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-11-02 14:59:35 +01:00
Ludovic Courtès
76ea70bd70
profiles: Add fast path for 'xdg-mime-database' hook.
...
Partly fixes <https://bugs.gnu.org/44053 >.
Reported by Joshua Branson <jbranso@dismail.de >
and Maxim Cournoyer <maxim.cournoyer@gmail.com >.
* guix/profiles.scm (xdg-mime-database): When PKGDIRS contains only one
element, symlink directly to it. Invoke 'update-mime-database' only
when PKGDIRS contains two or more elements, which is less frequent.
2020-11-02 14:59:34 +01:00
Ludovic Courtès
e1bd62eb5c
gnu: slurm: Reintroduce version 19.05.
...
Partly fixes <https://bugs.gnu.org/44387 >.
* gnu/packages/parallel.scm (slurm-19.05): New variable.
2020-11-02 14:59:34 +01:00
Ludovic Courtès
c73496f433
gnu: mpich: Configure to use ucx.
...
Suggested by Maurice Brémond <Maurice.Bremond@inria.fr >.
Fixes bug when running test suites involving MPICH:
<https://issues.guix.gnu.org/39588#15 >.
* gnu/packages/mpi.scm (mpich)[arguments]: Pass "--with-device=ch4:ucx".
2020-11-02 14:59:34 +01:00
Pierre Neidhardt
60a9f246fa
gnu: sbcl: Update to 2.0.10.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.0.10.
2020-11-02 12:24:35 +01:00
Mathieu Othacehe
44daec7fa4
ci: Convert license to text.
...
This is a follow-up of 7c02eb6c8d .
* gnu/ci.scm (package->alist): Convert license to text.
2020-11-02 10:42:33 +01:00
Mathieu Othacehe
7c02eb6c8d
ci: Ignore package license.
...
Fixes: <https://issues.guix.gnu.org/44370 >.
* gnu/ci.scm (package->alist): Ignore package license.
2020-11-02 10:34:39 +01:00
Michael Rohleder
48b00a4c7e
gnu: stumpish: Fix xprop call.
...
* gnu/packages/wm.scm (stumpish): Fix xprop call.
[inputs]: Add xprop.
[arguments]: Add substitution of xprop.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net >
2020-11-02 09:59:09 +01:00
Leo Famulari
e1f5c2292b
gnu: linux-libre 5.4: Update to 5.4.74.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.74.
(linux-libre-5.4-pristine-source): Update hash.
2020-11-01 23:33:45 -05:00
Leo Famulari
b04736dca8
gnu: linux-libre: Update to 5.9.3.
...
* gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.3.
(linux-libre-5.9-pristine-source): Update hash.
2020-11-01 23:33:41 -05:00
Miguel Ángel Arruga Vivas
bc9e66f0fe
installer: Report to the user the formatted partitions.
...
* gnu/installer/newt/partitions.scm (define-module): Use (ice-9 format).
(draw-formatting-page): Add parameter partitions and provide the list of
formatted partitions to the user.
(run-partitioning-page): Provide user-partitions to draw-formatting-page.
2020-11-02 03:42:08 +01:00
Ludovic Courtès
8f71305e8f
installer: parted: Internationalize the partition handling code.
...
* gnu/installer/parted.scm (user-partition-description): Use 'format'
and 'G_' for i18n.
2020-11-01 23:56:29 +01:00
Ludovic Courtès
3ba0563645
gnu: skribilo: Update to 0.9.5.
...
* gnu/packages/skribilo.scm (skribilo): Update to 0.9.5.
[arguments]: Adjust 'pre-configure' phase to use the right effective
version.
[inputs]: Replace GUILE-2.2 with GUILE-3.0.
[propagated-inputs]: Adjust accordingly.
2020-11-01 23:56:29 +01:00
Arun Isaac
197c1676d3
gnu: avr-toolchain: Replace functions with package variables.
...
* gnu/packages/avr.scm (avr-gcc-7): Rename to avr-gcc.
(avr-libc): Replace function with variable.
(avr-toolchain): Replace function with variable.
2020-11-02 00:30:59 +05:30
Arun Isaac
5a3827d433
gnu: avr-gcc: Update to 7.5.0.
...
* gnu/packages/avr.scm (avr-gcc-7, avr-toolchain-7): New variables.
(avr-gcc-4.9, avr-gcc-5, avr-toolchain-4.9, avr-toolchain-5): Delete
variables.
(avr-libc)[arguments]: Remove custom fix-cpath phase.
2020-11-02 00:30:59 +05:30
Julien Lepiller
2d05f1fc39
doc: Fix typo.
...
* doc/guix.texi (DNS Services): Fix typo.
2020-11-01 19:51:48 +01:00
Brett Gilio
8df89c4793
gnu: emacs-org-roam: Update to 1.2.2.
...
* gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 1.2.2.
2020-11-01 12:45:31 -06:00
Tobias Geerinckx-Rice
eaae3e114a
gnu: krita: Update to 4.4.1.
...
* gnu/packages/kde.scm (krita): Update to 4.4.1.
2020-11-01 17:57:01 +01:00
Tobias Geerinckx-Rice
a724e898b5
gnu: xfsprogs: Update to 5.9.0.
...
* gnu/packages/linux.scm (xfsprogs): Update to 5.9.0.
2020-11-01 17:57:01 +01:00
Tobias Geerinckx-Rice
6187e30b39
gnu: konversation: Update to 1.7.7.
...
* gnu/packages/kde-internet.scm (konversation): Update to 1.7.7.
2020-11-01 17:57:00 +01:00
Tobias Geerinckx-Rice
6e50c11699
gnu: fetchmail: Update to 6.4.13.
...
* gnu/packages/mail.scm (fetchmail): Update to 6.4.13.
2020-11-01 17:57:00 +01:00
Tobias Geerinckx-Rice
159099d10d
gnu: nftables: Update to 0.9.7.
...
* gnu/packages/linux.scm (nftables): Update to 0.9.7.
2020-11-01 17:56:59 +01:00
Tobias Geerinckx-Rice
ee079952bb
gnu: libnftnl: Update to 1.1.8.
...
* gnu/packages/linux.scm (libnftnl): Update to 1.1.8.
2020-11-01 17:56:59 +01:00
Tobias Geerinckx-Rice
6547296b9d
gnu: usbutils: Update to 013.
...
* gnu/packages/linux.scm (usbutils): Update to 013.
[arguments]: Tweak ‘patch-bootstrap-scripts’ phase.
2020-11-01 17:56:59 +01:00
Tobias Geerinckx-Rice
6309f866f2
gnu: ipset: Update to 7.7.
...
* gnu/packages/linux.scm (ipset): Update to 7.7.
2020-11-01 17:56:58 +01:00
Tobias Geerinckx-Rice
d29f0007cb
gnu: iptables: Update to 1.8.6.
...
* gnu/packages/linux.scm (iptables): Update to 1.8.6.
[arguments]: Remove obsolete #:phases.
2020-11-01 17:56:58 +01:00
Tobias Geerinckx-Rice
4c8a066074
gnu: btrfs-progs: Update to 5.9.
...
* gnu/packages/linux.scm (btrfs-progs): Update to 5.9.
2020-11-01 17:56:57 +01:00
Tobias Geerinckx-Rice
f5503ac742
gnu: nvme-cli: Update to 1.13.
...
* gnu/packages/linux.scm (nvme-cli): Update to 1.13.
2020-11-01 17:56:57 +01:00
Tobias Geerinckx-Rice
379856813c
gnu: lxtask: Update to 0.1.10.
...
* gnu/packages/lxde.scm (lxtask): Update to 0.1.10.
2020-11-01 17:56:56 +01:00
Tobias Geerinckx-Rice
c5bc3fde80
gnu: wolf-shaper: Update to 0.1.8.
...
* gnu/packages/music.scm (wolf-shaper): Update to 0.1.8.
2020-11-01 17:56:56 +01:00
Julien Lepiller
34f7c5b61a
doc: Fix typo.
...
* doc/guix.texi (Sound Services): Fix typo.
2020-11-01 16:57:32 +01:00
Efraim Flashner
0fa9c4374d
gnu: eamcs-windsize: Declare a source file-name.
...
* gnu/packages/emacs-xyz.scm (emacs-windsize)[source]: Add file-name
field.
2020-11-01 17:00:57 +02:00
Tobias Geerinckx-Rice
b3444c7ecd
gnu: yoshimi: Update to 1.7.3.
...
* gnu/packages/music.scm (yoshimi): Update to 1.7.3.
2020-11-01 14:45:49 +01:00
Tobias Geerinckx-Rice
98e159955a
gnu: blueman: Update to 2.1.4.
...
* gnu/packages/networking.scm (blueman): Update to 2.1.4.
2020-11-01 14:45:48 +01:00
Tobias Geerinckx-Rice
59baffced7
gnu: qtractor: Update to 0.9.18.
...
* gnu/packages/music.scm (qtractor): Update to 0.9.18.
2020-11-01 14:45:48 +01:00
Tobias Geerinckx-Rice
83ce5ca9bc
gnu: padthv1: Update to 0.9.18.
...
* gnu/packages/music.scm (padthv1): Update to 0.9.18.
2020-11-01 14:45:48 +01:00
Tobias Geerinckx-Rice
223abb3f8b
gnu: samplv1: Update to 0.9.18.
...
* gnu/packages/music.scm (samplv1): Update to 0.9.18.
2020-11-01 14:45:48 +01:00
Tobias Geerinckx-Rice
6c5db0fdb4
gnu: drumkv1: Update to 0.9.18.
...
* gnu/packages/music.scm (drumkv1): Update to 0.9.18.
2020-11-01 14:45:47 +01:00
Tobias Geerinckx-Rice
adc036fe0a
gnu: synthv1: Update to 0.9.18.
...
* gnu/packages/music.scm (synthv1): Update to 0.9.18.
2020-11-01 14:45:47 +01:00
Tobias Geerinckx-Rice
088526f3bb
gnu: ncmpc: Update to 0.42.
...
* gnu/packages/mpd.scm (ncmpc): Update to 0.42.
2020-11-01 14:45:47 +01:00
Tobias Geerinckx-Rice
2d9e2267d7
gnu: mpd: Update to 0.22.2.
...
* gnu/packages/mpd.scm (mpd): Update to 0.22.2.
2020-11-01 14:45:47 +01:00
Tobias Geerinckx-Rice
0886ff913b
gnu: batctl: Update to 2020.4.
...
* gnu/packages/networking.scm (batctl): Update to 2020.4.
2020-11-01 14:45:47 +01:00
Christopher Baines
5b98944d3d
gnu: ruby-libxml: Fix build.
...
rdoc fails to install the documentation, so disable rdoc for now, as I'm
unsure how to fix this.
* gnu/packages/ruby.scm (ruby-libxml)[arguments]: Add --no-document
to #:gem-flags.
2020-11-01 13:38:46 +00:00
Carlo Holl
e6bfb02eb7
gnu: Add hledger.
...
* gnu/packages/finance.scm (hledger): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-11-01 13:34:46 +00:00
Carlo Holl
d610896870
gnu: Add ghc-hledger-lib.
...
* gnu/packages/haskell-xyz.scm (ghc-hledger-lib): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-11-01 13:34:46 +00:00
Carlo Holl
aa8f40097d
gnu: Add ghc-cassava-megaparsec.
...
* gnu/packages/haskell-xyz.scm (ghc-cassava-megaparsec): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-11-01 13:34:46 +00:00
Carlo Holl
1748f1b80a
gnu: Add ghc-cassava.
...
* gnu/packages/haskell-xyz.scm (ghc-cassava): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-11-01 13:34:46 +00:00
Carlo Holl
f2a8aea14c
gnu: Add ghc-wizards.
...
* gnu/packages/haskell-xyz.scm (ghc-wizards): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-11-01 13:34:46 +00:00
Carlo Holl
3a09211c1b
gnu: Add ghc-uglymemo.
...
* gnu/packages/haskell-xyz.scm (ghc-uglymemo): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-11-01 13:34:46 +00:00
Carlo Holl
094a9d7ac4
gnu: Add ghc-tabular.
...
* gnu/packages/haskell-xyz.scm (ghc-tabular): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-11-01 13:34:45 +00:00
Carlo Holl
aeb94a1fad
gnu: Add ghc-text-short.
...
* gnu/packages/haskell-xyz.scm (ghc-text-short): New variable.
2020-11-01 13:34:45 +00:00
Carlo Holl
21c211337f
gnu: Add ghc-only.
...
* gnu/packages/haskell-xyz.scm (ghc-only): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-11-01 13:34:45 +00:00
Carlo Holl
27baf2a137
gnu: Add ghc-lucid.
...
* gnu/packages/haskell-xyz.scm (ghc-lucid): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-11-01 13:34:45 +00:00
Carlo Holl
e16f7de88f
gnu: Add ghc-hspec-megaparsec.
...
* gnu/packages/haskell-xyz.scm (ghc-hspec-megaparsec): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-11-01 13:34:45 +00:00
Carlo Holl
232eab1d30
gnu: ghc-doctest: Update to 0.16.3.
...
* gnu/packages/haskell-xyz.scm (ghc-doctest): Update to 0.16.3.
[inputs,native-inputs]: Replace with what is generated by guix import.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-11-01 13:34:45 +00:00
Carlo Holl
9b3b327a4a
gnu: Add ghc-decimal.
...
* gnu/packages/haskell-xyz.scm (ghc-decimal): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-11-01 13:34:44 +00:00
Carlo Holl
0ff9a717f6
gnu: Add ghc-csv.
...
* gnu/packages/haskell-xyz.scm (ghc-csv): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-11-01 13:34:44 +00:00
Carlo Holl
7f2a565070
gnu: Add ghc-control-monad-free.
...
* gnu/packages/haskell-xyz.scm (ghc-control-monad-free): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-11-01 13:34:44 +00:00
Tobias Geerinckx-Rice
9e775fa1a9
gnu: git: Update to 2.29.2.
...
* gnu/packages/version-control.scm (git): Update to 2.29.2.
2020-11-01 14:18:55 +01:00
Tobias Geerinckx-Rice
c32bc7fe3b
gnu: tmux: Update to 3.1c.
...
* gnu/packages/tmux.scm (tmux): Update to 3.1c.
2020-11-01 14:18:55 +01:00
Tobias Geerinckx-Rice
55653859e4
gnu: youtube-dl: Fix hash.
...
* gnu/packages/video.scm (youtube-dl)[source]: Make hash less wrong.
2020-11-01 14:18:55 +01:00
Florian Pelz
86e878f107
nls: Update ‘de’ cookbook translation.
2020-11-01 12:52:59 +00:00
Tobias Geerinckx-Rice
df5fb63385
gnu: nginx-documentation: Update to 1.19.3-2603-3cb2736bb74c.
...
* gnu/packages/web.scm (nginx-documentation): Update to 1.19.3-2603-3cb2736bb74c.
2020-11-01 13:50:31 +01:00
Tobias Geerinckx-Rice
ba1d3451c6
gnu: nginx: Update to 1.19.4.
...
* gnu/packages/web.scm (nginx): Update to 1.19.4.
2020-11-01 13:50:31 +01:00
Tobias Geerinckx-Rice
2a143b8e23
gnu: snd: Update to 20.8.
...
* gnu/packages/audio.scm (snd): Update to 20.8.
2020-11-01 13:43:27 +01:00
Tobias Geerinckx-Rice
2ddc43e93d
gnu: thunar: Update to 1.8.16.
...
* gnu/packages/xfce.scm (thunar): Update to 1.8.16.
2020-11-01 13:43:27 +01:00
Tobias Geerinckx-Rice
f8b646b3fd
gnu: youtube-dl: Update to 2020.11.01.1.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.11.01.1.
2020-11-01 13:36:18 +01:00
Tobias Geerinckx-Rice
3b20642293
gnu: facter: Update to 4.0.44.
...
* gnu/packages/admin.scm (facter): Update to 4.0.44.
2020-11-01 13:36:18 +01:00
Tobias Geerinckx-Rice
d0e9a2edbc
gnu: wimlib: Update to 1.13.3.
...
* gnu/packages/backup.scm (wimlib): Update to 1.13.3.
2020-11-01 13:36:17 +01:00
Efraim Flashner
1975baae51
gnu: mdk: Update to 1.3.0.
...
* gnu/packages/education.scm (mdk): Update to 1.3.0.
[home-page]: Update.
2020-11-01 09:45:37 +02:00
Leo Famulari
97aad938bd
gnu: python-dateparser: Use the test variant of tzdata.
...
* gnu/packages/python-xyz.scm (python-dateparser)[inputs]: Remove field.
[native-inputs]: Add tzdata-for-tests.
2020-10-31 22:58:57 -04:00
Miguel Ángel Arruga Vivas
582cf9257c
system: Add store-directory-prefix to boot-parameters.
...
Fixes <http://issues.guix.gnu.org/44196 >
* gnu/machine/ssh.scm (roll-back-managed-host): Use
boot-parameters-store-directory-prefix.
* gnu/system.scm (define-module): Export
boot-parameters-store-directory-prefix.
(<boot-parameters>)[store-directory-prefix]: New field. It is used to
generate the correct paths when /gnu/store is installed on a btrfs
subvolume whose name doesn't match the final runtime path, as the
bootloader doesn't have knowledge about the final mounting points.
[boot-parameters-store-directory-prefix]: New accessor.
(read-boot-parameters): Read directory-prefix from store field.
(operating-system-boot-parameters-file): Add directory-prefix to
store field.
* guix/scripts/system.scm (reinstall-bootloader): Use
boot-parameters-store-directory-prefix.
* test/boot-parameters.scm (%default-btrfs-subvolume,
%default-store-directory-prefix): New variables.
(%grub-boot-parameters): Use %default-store-directory-prefix.
(%default-operating-system): Use %default-btrfs-subvolume.
(test-boot-parameters): Add directory-prefix.
(test optional fields): Add test for directory-prefix.
(test os store-directory-prefix): New test.
2020-11-01 02:28:38 +01:00
Miguel Ángel Arruga Vivas
96d0f0b138
.dir-locals.el: Require cl-lib at runtime.
...
* .dir-locals.el (nil)<Geiser>: Load cl-lib when needed.
2020-11-01 01:57:02 +01:00
Miguel Ángel Arruga Vivas
a57b0c9eda
doc: Add missing period at the end of the sentence.
2020-11-01 01:38:10 +01:00
Miguel Ángel Arruga Vivas
f445bc6576
system: Generate grub locale directory for grub.cfg.
...
* gnu/bootloader/grub.scm (grub-locale-directory): New function.
(grub-configuration-file)[locale-config]: Use grub-locale-directory and
avoid the extra search when eye-candy have performed it.
2020-11-01 01:14:36 +01:00
Tanguy Le Carrour
70876b0793
gnu: httpie: Update to 2.3.0.
...
* gnu/packages/python-web.scm (httpie): Update to 2.3.0.
[propagated-inputs]: Add python-requests-toolbelt.
[home-page]: Update URL.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-31 23:16:44 +01:00
Ryan Prior
1e0c382605
gnu: esbuild: Update to 0.8.0.
...
* gnu/packages/web.scm (esbuild): Update to 0.8.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-31 23:16:44 +01:00
Ludovic Courtès
bfe82fe2f6
pack: Relocatable wrapper leaves root available to child processes.
...
Fixes <https://bugs.gnu.org/44261 >.
Reported by Jan Nieuwenhuizen <janneke@gnu.org >.
* gnu/packages/aux-files/run-in-namespace.c (exec_in_user_namespace):
Add call to 'prctl'. Call 'mount' for NEW_ROOT and define 'is_tmpfs'.
When IS_TMPFS is true, call 'umount' and 'rmdir' after 'waitpid';
otherwise, call 'rm_rf' only when 'waitpid' returns -1 the second time.
(exec_with_loader): Call 'prctl'. Remove NEW_ROOT only when 'waitpid'
returns -1 the second time, otherwise leave it behind.
* tests/guix-pack-relocatable.sh (wait_for_file): New function.
Add test.
2020-10-31 23:16:43 +01:00
Ludovic Courtès
95460da83b
doc: Add "Defining Package Variants" section.
...
* doc/guix.texi (Defining Packages): Move documentation of
'package-input-rewriting' & co. to...
(Defining Package Variants): ... here. New node. Also document
'inherit' and 'options->transformation'.
2020-10-31 23:16:43 +01:00
Ludovic Courtès
31726f32ac
transformations: Raise '&formatted-message' exceptions instead of 'leave'.
...
* guix/transformations.scm (evaluate-replacement-specs)
(package-git-url, evaluate-git-replacement-specs)
(transform-package-source-git-url)
(transform-package-toolchain): Use 'raise' and 'formatted-message'
instead of 'leave'.
2020-10-31 23:16:43 +01:00
Ludovic Courtès
f68b3ba12d
guix build: Move transformation options to (guix transformations).
...
* guix/transformations.scm: New file.
* tests/scripts-build.scm: Rename to...
* tests/transformations.scm: ... this.
* Makefile.am (MODULES): Add 'guix/transformations.scm'.
(SCM_TESTS): Adjust to rename.
* guix/scripts/build.scm (numeric-extension?)
(tarball-base-name, <downloaded-file>, download-to-store*)
(compile-downloaded-file, package-with-source)
(transform-package-source, evaluate-replacement-specs)
(transform-package-inputs, transform-package-inputs/graft)
(%not-equal, package-git-url, evaluate-git-replacement-specs)
(transform-package-source-branch, transform-package-source-commit)
(transform-package-source-git-url, package-dependents/spec)
(package-toolchain-rewriting, transform-package-toolchain)
(transform-package-with-debug-info, transform-package-tests)
(%transformations, transformation-procedure, %transformation-options)
(show-transformation-options-help, options->transformation)
(package-transformations): Move to (guix transformations).
* guix/scripts/environment.scm: Adjust accordingly.
* guix/scripts/graph.scm: Likewise.
* guix/scripts/install.scm: Likewise.
* guix/scripts/pack.scm: Likewise.
* guix/scripts/package.scm: Likewise.
* guix/scripts/upgrade.scm: Likewise.
* po/guix/POTFILES.in: Add 'guix/transformations.scm'.
2020-10-31 23:16:43 +01:00
Ludovic Courtès
1ae33664a6
guix build: 'options->transformation' no longer takes a 'store' parameter.
...
* guix/scripts/build.scm (transform-package-source)
(transform-package-inputs, transform-package-inputs/graft)
(transform-package-source-branch, transform-package-source-commit)
(transform-package-source-git-url, transform-package-toolchain)
(transform-package-with-debug-info, transform-package-tests): Remove
'store' parameter.
(options->transformation, options->derivations): Adjust accordingly.
* guix/scripts/environment.scm (options/resolve-packages): Likewise.
* guix/scripts/graph.scm (guix-graph): Likewise.
* guix/scripts/pack.scm (guix-pack): Likewise.
* guix/scripts/package.scm (transaction-upgrade-entry): Likewise.
(process-actions): Likewise.
* tests/scripts-build.scm ("options->transformation, no transformations")
("options->transformation, with-source, replacement"):
Adjust tests.
("options->transformation, with-source")
("options->transformation, with-source, with version")
("options->transformation, with-source, PKG=URI"): Use 'lower-object' to
compute the store file name of the source.
("options->transformation, with-source, no matches"): Remove
'with-store' and adjust accordingly.
("options->transformation, with-input"): Likewise.
("options->transformation, with-graft"): Likewise.
("options->transformation, with-branch"): Likewise.
("options->transformation, with-commit"): Likewise.
("options->transformation, with-git-url"): Likewise.
("options->transformation, with-git-url + with-branch"): Likewise.
("options->transformation, with-c-toolchain"): Likewise.
("options->transformation, with-c-toolchain twice"): Likewise.
("options->transformation, with-c-toolchain, no effect"): Likewise.
("options->transformation, with-debug-info"): Likewise.
("options->transformation, without-tests"): Likewise.
2020-10-31 23:16:43 +01:00
Ludovic Courtès
e72cc79263
guix build: Remove unnecessary (replacement #f).
...
* guix/scripts/build.scm (package-with-source): Remove 'replacement'
field, which is innate since d5ec5ed719 .
2020-10-31 23:16:43 +01:00
Ludovic Courtès
139c4ac199
guix build: 'package-with-source' no longer takes a 'store' parameter.
...
* guix/scripts/build.scm (<downloaded-file>): New record type.
(download-to-store*): New variable.
(compile-downloaded-file): New procedure.
(package-with-source): Remove 'store' parameter. Use 'downloaded-file'
instead of 'download-to-store'.
(transform-package-source): Adjust accordingly.
2020-10-31 23:16:42 +01:00
Lars-Dominik Braun
48dec2e04e
gnu: Add python-asyncssh.
...
* gnu/packages/ssh.scm (python-asyncssh): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-10-31 21:35:20 +00:00
Hendur Saga via Guix-patches via
17bc59898a
gnu: Add xstow.
...
* gnu/packages/package-management.scm (xstow): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-10-31 21:03:45 +00:00
nixo
ce5740043f
gnu: Add font-openmoji
...
* gnu/packages/fonts.scm (font-openmoji): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-10-31 20:22:20 +00:00
Guillaume Le Vaillant
c94367eaaf
gnu: sbcl-geco: Fix build.
...
* gnu/packages/patches/sbcl-geco-fix-organism-class.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/lisp-xyz.scm (sbcl-geco)[source]: Use it.
2020-10-31 18:01:00 +01:00
Leo Prikler
9c69fec08e
gnu: gnome-builder: Fix the build.
...
As reported in #43296 , gnome-builder tries to be linked against the static
version of libselinux (propagated through glib/gio), failing to do so, as it
also wants to be a PIE. To keep the PIE, link it against the dynamic library.
Fixes <https://bugs.gnu.org/43296 >.
* gnu/packages/gnome.scm (gnome-builder)[arguments]: Add 'fix-ninja' phase.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-10-31 12:55:51 -04:00
Ricardo Wurmus
d7e033b9a1
gnu: r-lme4: Update to 1.1-25.
...
* gnu/packages/statistics.scm (r-lme4): Update to 1.1-25.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus
5e057bdd3f
gnu: r-quantreg: Update to 5.75.
...
* gnu/packages/statistics.scm (r-quantreg): Update to 5.75.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus
1f5eb3bdad
gnu: r-vgam: Update to 1.1-4.
...
* gnu/packages/statistics.scm (r-vgam): Update to 1.1-4.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus
97faa49f69
gnu: r-flexmix: Update to 2.3-17.
...
* gnu/packages/statistics.scm (r-flexmix): Update to 2.3-17.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus
9bca3c82fb
gnu: r-statmod: Update to 1.4.35.
...
* gnu/packages/statistics.scm (r-statmod): Update to 1.4.35.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus
6800d9bdf8
gnu: r-ztable: Update to 0.2.2.
...
* gnu/packages/statistics.scm (r-ztable): Update to 0.2.2.
[propagated-inputs]: Remove r-moonbook; add r-rstudioapi.
[native-inputs]: Add r-knitr.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus
1b5ca298bc
gnu: r-e1071: Update to 1.7-4.
...
* gnu/packages/statistics.scm (r-e1071): Update to 1.7-4.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus
20d86963b3
gnu: r-pkgmaker: Update to 0.32.2.
...
* gnu/packages/statistics.scm (r-pkgmaker): Update to 0.32.2.
[propagated-inputs]: Remove r-bibtex, r-magrittr, and r-stringi.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus
398ef3dd01
gnu: r-dt: Update to 0.16.
...
* gnu/packages/statistics.scm (r-dt): Update to 0.16.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus
4748a62a94
gnu: r-domc: Update to 1.3.7.
...
* gnu/packages/statistics.scm (r-domc): Update to 1.3.7.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus
6b0a9017c4
gnu: r-doparallel: Update to 1.0.16.
...
* gnu/packages/statistics.scm (r-doparallel): Update to 1.0.16.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus
b93415c7c0
gnu: r-foreach: Update to 1.5.1.
...
* gnu/packages/statistics.scm (r-foreach): Update to 1.5.1.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus
8d7adab7fd
gnu: r-iterators: Update to 1.0.13.
...
* gnu/packages/statistics.scm (r-iterators): Update to 1.0.13.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus
84031ee8c1
gnu: r-segmented: Update to 1.3-0.
...
* gnu/packages/statistics.scm (r-segmented): Update to 1.3-0.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus
111cdbba26
gnu: r-rmarkdown: Update to 2.5.
...
* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.5.
[propagated-inputs]: Remove r-mime.
2020-10-31 13:46:48 +01:00
Ricardo Wurmus
698f5c0b03
gnu: r-rcpparmadillo: Update to 0.10.1.0.0.
...
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.10.1.0.0.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus
966486cf04
gnu: r-ade4: Update to 1.7-16.
...
* gnu/packages/statistics.scm (r-ade4): Update to 1.7-16.
[propagated-inputs]: Add r-progress.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus
c06dc385bf
gnu: r-data-table: Update to 1.13.2.
...
* gnu/packages/statistics.scm (r-data-table): Update to 1.13.2.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus
dae8fb48ce
gnu: r-formula: Update to 1.2-4.
...
* gnu/packages/statistics.scm (r-formula): Update to 1.2-4.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus
847ab02d4e
gnu: r-tibble: Update to 3.0.4.
...
* gnu/packages/statistics.scm (r-tibble): Update to 3.0.4.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus
677f2ee69c
gnu: r-rlang: Update to 0.4.8.
...
* gnu/packages/statistics.scm (r-rlang): Update to 0.4.8.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus
279941e087
gnu: r-r6: Update to 2.5.0.
...
* gnu/packages/statistics.scm (r-r6): Update to 2.5.0.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus
45c6df5108
gnu: r-labeling: Update to 0.4.2.
...
* gnu/packages/statistics.scm (r-labeling): Update to 0.4.2.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus
f9e1561c46
gnu: r-digest: Update to 0.6.27.
...
* gnu/packages/statistics.scm (r-digest): Update to 0.6.27.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus
92a837128c
gnu: r-nlme: Update to 3.1-150.
...
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-150.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus
0379e246d9
gnu: r-kernsmooth: Update to 2.23-18.
...
* gnu/packages/statistics.scm (r-kernsmooth): Update to 2.23-18.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus
e460ccba57
gnu: r-modeldata: Update to 0.1.0.
...
* gnu/packages/cran.scm (r-modeldata): Update to 0.1.0.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus
548ada697a
gnu: r-parsnip: Update to 0.1.4.
...
* gnu/packages/cran.scm (r-parsnip): Update to 0.1.4.
2020-10-31 13:46:47 +01:00
Ricardo Wurmus
aea98cea78
gnu: r-tidypredict: Update to 0.4.8.
...
* gnu/packages/cran.scm (r-tidypredict): Update to 0.4.8.
2020-10-31 13:46:46 +01:00
Ricardo Wurmus
ceec32b92d
gnu: r-warp: Update to 0.2.0.
...
* gnu/packages/cran.scm (r-warp): Update to 0.2.0.
2020-10-31 13:46:46 +01:00
Ricardo Wurmus
bbe6d41e3c
gnu: r-workflows: Update to 0.2.1.
...
* gnu/packages/cran.scm (r-workflows): Update to 0.2.1.
2020-10-31 13:46:46 +01:00
Ricardo Wurmus
adf17f25f4
gnu: r-igraph: Update to 1.2.6.
...
* gnu/packages/cran.scm (r-igraph): Update to 1.2.6.
2020-10-31 13:46:46 +01:00
Ricardo Wurmus
b0144e2d8a
gnu: r-rcppziggurat: Update to 0.1.6.
...
* gnu/packages/cran.scm (r-rcppziggurat): Update to 0.1.6.
2020-10-31 13:46:46 +01:00
Ricardo Wurmus
41a73262e2
gnu: r-cpp11: Update to 0.2.3.
...
* gnu/packages/cran.scm (r-cpp11): Update to 0.2.3.
2020-10-31 13:46:46 +01:00
Ricardo Wurmus
a9b7c063ef
gnu: r-rismed: Update to 2.2.
...
* gnu/packages/cran.scm (r-rismed): Update to 2.2.
2020-10-31 13:46:46 +01:00
Ricardo Wurmus
6058241bf4
gnu: r-brms: Update to 2.14.0.
...
* gnu/packages/cran.scm (r-brms): Update to 2.14.0.
2020-10-31 13:46:46 +01:00
Ricardo Wurmus
d13123aac1
gnu: r-iheatmapr: Update to 0.5.1.
...
* gnu/packages/cran.scm (r-iheatmapr): Update to 0.5.1.
2020-10-31 13:46:45 +01:00
Ricardo Wurmus
cc30f144d7
gnu: r-acet: Update to 1.8.1.
...
* gnu/packages/cran.scm (r-acet): Update to 1.8.1.
2020-10-31 13:46:45 +01:00
Ricardo Wurmus
88c75556de
gnu: r-rgdal: Update to 1.5-18.
...
* gnu/packages/cran.scm (r-rgdal): Update to 1.5-18.
2020-10-31 13:46:45 +01:00
Ricardo Wurmus
fa1a4b66c1
gnu: r-parameters: Update to 0.9.0.
...
* gnu/packages/cran.scm (r-parameters): Update to 0.9.0.
2020-10-31 13:46:45 +01:00
Ricardo Wurmus
79291c5cd3
gnu: r-graphlayouts: Update to 0.7.1.
...
* gnu/packages/cran.scm (r-graphlayouts): Update to 0.7.1.
2020-10-31 13:46:45 +01:00
Ricardo Wurmus
f213968976
gnu: r-leiden: Update to 0.3.4.
...
* gnu/packages/cran.scm (r-leiden): Update to 0.3.4.
[native-inputs]: Add r-knitr.
2020-10-31 13:46:45 +01:00
Ricardo Wurmus
20bfb71102
gnu: r-kableextra: Update to 1.3.1.
...
* gnu/packages/cran.scm (r-kableextra): Update to 1.3.1.
2020-10-31 13:46:45 +01:00
Ricardo Wurmus
1479a53a75
gnu: r-dalex: Update to 2.0.1.
...
* gnu/packages/cran.scm (r-dalex): Update to 2.0.1.
2020-10-31 13:46:45 +01:00
Ricardo Wurmus
31841386ea
gnu: r-batchtools: Update to 0.9.14.
...
* gnu/packages/cran.scm (r-batchtools): Update to 0.9.14.
2020-10-31 13:46:44 +01:00
Ricardo Wurmus
cd98078c75
gnu: r-sctransform: Update to 0.3.1.
...
* gnu/packages/cran.scm (r-sctransform): Update to 0.3.1.
[propagated-inputs]: Remove r-rcppeigen; add r-matrixstats and r-rcpparmadillo.
2020-10-31 13:46:44 +01:00
Ricardo Wurmus
4788286556
gnu: r-bookdown: Update to 0.21.
...
* gnu/packages/cran.scm (r-bookdown): Update to 0.21.
[propagated-inputs]: Add r-yaml.
2020-10-31 13:46:44 +01:00
Ricardo Wurmus
61d420311d
gnu: r-ldheatmap: Update to 1.0-4.
...
* gnu/packages/cran.scm (r-ldheatmap): Update to 1.0-4.
2020-10-31 13:46:44 +01:00
Ricardo Wurmus
5619d9ddf5
gnu: r-haplo-stats: Update to 1.8.6.
...
* gnu/packages/cran.scm (r-haplo-stats): Update to 1.8.6.
2020-10-31 13:46:44 +01:00
Ricardo Wurmus
7028e6331d
gnu: r-seqinr: Update to 4.2-4.
...
* gnu/packages/cran.scm (r-seqinr): Update to 4.2-4.
2020-10-31 13:46:44 +01:00
Ricardo Wurmus
cfbbcbd84a
gnu: r-valr: Update to 0.6.2.
...
* gnu/packages/cran.scm (r-valr): Update to 0.6.2.
2020-10-31 13:46:44 +01:00
Ricardo Wurmus
1beed5b82f
gnu: r-pbdzmq: Update to 0.3-3.1.
...
* gnu/packages/cran.scm (r-pbdzmq): Update to 0.3-3.1.
2020-10-31 13:46:44 +01:00
Ricardo Wurmus
caec927852
gnu: r-globals: Update to 0.13.1.
...
* gnu/packages/cran.scm (r-globals): Update to 0.13.1.
2020-10-31 13:46:44 +01:00
Ricardo Wurmus
50110d8bb1
gnu: r-fields: Update to 11.6.
...
* gnu/packages/cran.scm (r-fields): Update to 11.6.
2020-10-31 13:46:43 +01:00
Ricardo Wurmus
7ec575fa39
gnu: r-rnifti: Update to 1.2.3.
...
* gnu/packages/cran.scm (r-rnifti): Update to 1.2.3.
2020-10-31 13:46:43 +01:00
Ricardo Wurmus
f1e8076b99
gnu: r-nlp: Update to 0.2-1.
...
* gnu/packages/cran.scm (r-nlp): Update to 0.2-1.
2020-10-31 13:46:43 +01:00
Ricardo Wurmus
a40c6998e1
gnu: r-feature: Update to 1.2.14.
...
* gnu/packages/cran.scm (r-feature): Update to 1.2.14.
[propagated-inputs]: Remove r-misc3d and r-rgl.
[native-inputs]: Add r-knitr.
2020-10-31 13:46:43 +01:00
Ricardo Wurmus
8c2febd8d0
gnu: r-lmertest: Update to 3.1-3.
...
* gnu/packages/cran.scm (r-lmertest): Update to 3.1-3.
2020-10-31 13:46:43 +01:00
Ricardo Wurmus
4adef5cb84
gnu: r-sjplot: Update to 2.8.6.
...
* gnu/packages/cran.scm (r-sjplot): Update to 2.8.6.
2020-10-31 13:46:43 +01:00
Ricardo Wurmus
430760f345
gnu: r-effectsize: Update to 0.4.0.
...
* gnu/packages/cran.scm (r-effectsize): Update to 0.4.0.
2020-10-31 13:46:43 +01:00
Ricardo Wurmus
d423381e77
gnu: r-performance: Update to 0.5.1.
...
* gnu/packages/cran.scm (r-performance): Update to 0.5.1.
2020-10-31 13:46:43 +01:00
Ricardo Wurmus
61dfc06583
gnu: r-bayestestr: Update to 0.7.5.
...
* gnu/packages/cran.scm (r-bayestestr): Update to 0.7.5.
2020-10-31 13:46:42 +01:00
Ricardo Wurmus
a3bc425c02
gnu: r-emmeans: Update to 1.5.2-1.
...
* gnu/packages/cran.scm (r-emmeans): Update to 1.5.2-1.
2020-10-31 13:46:42 +01:00
Ricardo Wurmus
da1c6af00d
gnu: r-magick: Update to 2.5.0.
...
* gnu/packages/cran.scm (r-magick): Update to 2.5.0.
2020-10-31 13:46:42 +01:00
Ricardo Wurmus
7fba2d41f5
gnu: r-furrr: Update to 0.2.1.
...
* gnu/packages/cran.scm (r-furrr): Update to 0.2.1.
[propagated-inputs]: Add r-ellipsis, r-lifecycle, and r-vctrs.
2020-10-31 13:46:42 +01:00
Ricardo Wurmus
cb58ec5143
gnu: r-deriv: Update to 4.1.1.
...
* gnu/packages/cran.scm (r-deriv): Update to 4.1.1.
2020-10-31 13:46:42 +01:00
Ricardo Wurmus
e5eb63fa60
gnu: r-argparse: Update to 2.0.3.
...
* gnu/packages/cran.scm (r-argparse): Update to 2.0.3.
[native-inputs]: Add r-knitr.
2020-10-31 13:46:42 +01:00
Ricardo Wurmus
10849c6b22
gnu: r-insight: Update to 0.10.0.
...
* gnu/packages/cran.scm (r-insight): Update to 0.10.0.
2020-10-31 13:46:42 +01:00
Ricardo Wurmus
d97f947094
gnu: r-abn: Update to 2.3-0.
...
* gnu/packages/cran.scm (r-abn): Update to 2.3-0.
[propagated-inputs]: Remove r-boot, r-brglm, r-entropy, r-mass, and r-moments.
2020-10-31 13:46:42 +01:00
Ricardo Wurmus
dd01a9afe7
gnu: r-brglm: Update to 0.7.1.
...
* gnu/packages/cran.scm (r-brglm): Update to 0.7.1.
2020-10-31 13:46:41 +01:00
Ricardo Wurmus
6b53fac81b
gnu: r-rdpack: Update to 2.0.
...
* gnu/packages/cran.scm (r-rdpack): Update to 2.0.
[propagated-inputs]: Remove r-bibtex; add r-rbibutils.
2020-10-31 13:46:41 +01:00
Ricardo Wurmus
8f19d93b8b
gnu: r-reticulate: Update to 1.18.
...
* gnu/packages/cran.scm (r-reticulate): Update to 1.18.
2020-10-31 13:46:41 +01:00
Ricardo Wurmus
815c38ca2f
gnu: r-dosnow: Update to 1.0.19.
...
* gnu/packages/cran.scm (r-dosnow): Update to 1.0.19.
2020-10-31 13:46:41 +01:00
Ricardo Wurmus
ba79efee02
gnu: r-openxlsx: Update to 4.2.3.
...
* gnu/packages/cran.scm (r-openxlsx): Update to 4.2.3.
2020-10-31 13:46:41 +01:00
Ricardo Wurmus
99516f5d31
gnu: r-sna: Update to 2.6.
...
* gnu/packages/cran.scm (r-sna): Update to 2.6.
2020-10-31 13:46:41 +01:00
Ricardo Wurmus
5da628f4bf
gnu: r-network: Update to 1.16.1.
...
* gnu/packages/cran.scm (r-network): Update to 1.16.1.
2020-10-31 13:46:41 +01:00
Ricardo Wurmus
259338a2ec
gnu: r-xfun: Update to 0.19.
...
* gnu/packages/cran.scm (r-xfun): Update to 0.19.
2020-10-31 13:46:41 +01:00
Ricardo Wurmus
e73b3cd40c
gnu: r-cli: Update to 2.1.0.
...
* gnu/packages/cran.scm (r-cli): Update to 2.1.0.
2020-10-31 13:46:40 +01:00
Ricardo Wurmus
d11a0e116f
gnu: r-stringdist: Update to 0.9.6.3.
...
* gnu/packages/cran.scm (r-stringdist): Update to 0.9.6.3.
2020-10-31 13:46:40 +01:00
Ricardo Wurmus
8737c530c8
gnu: r-recipes: Update to 0.1.14.
...
* gnu/packages/cran.scm (r-recipes): Update to 0.1.14.
2020-10-31 13:46:40 +01:00
Ricardo Wurmus
4eda10c681
gnu: r-broom: Update to 0.7.2.
...
* gnu/packages/cran.scm (r-broom): Update to 0.7.2.
2020-10-31 13:46:40 +01:00
Ricardo Wurmus
5cb0f751eb
gnu: r-squarem: Update to 2020.5.
...
* gnu/packages/cran.scm (r-squarem): Update to 2020.5.
2020-10-31 13:46:40 +01:00
Ricardo Wurmus
0fb3b3a73e
gnu: r-sp: Update to 1.4-4.
...
* gnu/packages/cran.scm (r-sp): Update to 1.4-4.
2020-10-31 13:46:40 +01:00
Ricardo Wurmus
23fe348a4f
gnu: r-ff: Update to 4.0.4.
...
* gnu/packages/cran.scm (r-ff): Update to 4.0.4.
2020-10-31 13:46:39 +01:00
Ricardo Wurmus
bfa71b5bbf
gnu: r-getoptlong: Update to 1.0.4.
...
* gnu/packages/cran.scm (r-getoptlong): Update to 1.0.4.
2020-10-31 13:46:39 +01:00
Ricardo Wurmus
a4b4cf773d
gnu: r-ps: Update to 1.4.0.
...
* gnu/packages/cran.scm (r-ps): Update to 1.4.0.
2020-10-31 13:46:39 +01:00
Ricardo Wurmus
5fea26d272
gnu: r-partykit: Update to 1.2-10.
...
* gnu/packages/cran.scm (r-partykit): Update to 1.2-10.
2020-10-31 13:46:39 +01:00
Ricardo Wurmus
4d57f9dc02
gnu: r-servr: Update to 0.20.
...
* gnu/packages/cran.scm (r-servr): Update to 0.20.
2020-10-31 13:46:39 +01:00
Ricardo Wurmus
e15ff84563
gnu: r-callr: Update to 3.5.1.
...
* gnu/packages/cran.scm (r-callr): Update to 3.5.1.
2020-10-31 13:46:39 +01:00
Ricardo Wurmus
c954c69007
gnu: r-ecp: Update to 3.1.3.
...
* gnu/packages/cran.scm (r-ecp): Update to 3.1.3.
2020-10-31 13:46:39 +01:00
Ricardo Wurmus
cd9579905f
gnu: r-clipr: Update to 0.7.1.
...
* gnu/packages/cran.scm (r-clipr): Update to 0.7.1.
[native-inputs]: Add r-knitr.
2020-10-31 13:46:38 +01:00
Ricardo Wurmus
a49769c632
gnu: r-v8: Update to 3.3.1.
...
* gnu/packages/cran.scm (r-v8): Update to 3.3.1.
2020-10-31 13:46:38 +01:00
Ricardo Wurmus
d249a5763d
gnu: Add r-rbibutils.
...
* gnu/packages/cran.scm (r-rbibutils): New variable.
2020-10-31 13:46:38 +01:00
Maxim Cournoyer
0e1b0958bd
.dir-locals.el: Automatically set the GEISER-GUILE-LOAD-PATH variable.
...
Thanks to Miguel Ángel Arruga Vivas and Pierre Neidhardt for their suggestions
and improvements.
* .dir-locals.el: Set the GUIX-DIRECTORY and GEISER-GUILE-LOAD-PATH Emacs
variables based on the location of the .dir-locals file.
2020-10-31 00:12:30 -04:00
Vagrant Cascadian
cf8b2f0f11
gnu: python-pyux: Fix grammar.
...
* gnu/packages/python-check (python-pyux)[description]: Remove gratuitous use
of "allows to".
2020-10-30 17:20:15 -07:00
Vagrant Cascadian
81fe586371
gnu: python-pure-protobuf: Fix grammar.
...
* gnu/packages/protobuf (python-pure-protobuf)[description]: Remove gratuitous
use of "allows to".
2020-10-30 17:20:13 -07:00
Vagrant Cascadian
a168470dd8
gnu: go-github-com-olekukonko-tablewriter: Fix grammar.
...
* gnu/packages/golang (go-github-com-olekukonko-tablewriter)[description]:
Remove gratuitous use of "allows to" and fix pluralization.
2020-10-30 17:20:11 -07:00
Vagrant Cascadian
4a226e547f
gnu: emacs-org-generate: Fix grammar.
...
* gnu/packages/emacs-xyz (emacs-org-generate)[description]: Remove gratiutous
use of "allows to".
2020-10-30 17:20:09 -07:00
Vagrant Cascadian
b808f74af4
gnu: python-django-url-filter: Fix grammar.
...
* gnu/packages/django (python-django-url-filter)[description]: Remove
gratiutous use of "allows to".
2020-10-30 17:20:06 -07:00
Vagrant Cascadian
f7920c6315
gnu: r-vim: Fix grammar.
...
* gnu/packages/cran (r-vim)[description]: Remove gratuitous use of "allows
to".
2020-10-30 17:20:04 -07:00
Vagrant Cascadian
f4425fc0fb
gnu: r-adamethods: Fix grammar.
...
* gnu/packages/cran (r-adamethods)[description]: Remove gratuitous use of
"allow to".
2020-10-30 17:20:00 -07:00
Vagrant Cascadian
ed8c12fb1c
gnu: resample: Fix grammar.
...
* gnu/packages/audio (resample)[description]: Fix gramar of "allows
designing".
2020-10-30 17:19:57 -07:00
Julien Lepiller
d343c12b4d
gnu: po4a: Update to 0.61.
...
* gnu/packages/gettext.scm (po4a): Update to 0.61.
2020-10-30 22:47:18 +01:00
Miguel Ángel Arruga Vivas
222a630e9e
system: Fix dependency for grub.cfg generation.
...
* gnu/bootloader/grub.scm (eye-candy)[font-file]: Use the bootloader
package provided with the configuration.
2020-10-30 22:34:03 +01:00
Miguel Ángel Arruga Vivas
c69a1c27ee
system: Fix grub keymap with store in btrfs subvolume.
...
* gnu/bootloader/grub.scm (grub-configuration-file)
[keyboard-layout-config]: Use normalize-file.
2020-10-30 22:33:58 +01:00
Ricardo Wurmus
a07717cc8b
gnu: Add r-perfmeas.
...
* gnu/packages/bioconductor.scm (r-perfmeas): New variable.
2020-10-30 21:49:33 +01:00
Tanguy Le Carrour
96767739a1
gnu: Add python-pydub.
...
* gnu/packages/python-xyz.scm (python-pydub): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-10-30 16:37:58 -04:00
Julien Lepiller
94c38d54c9
gnu: java-fasterxml-jackson-core: Add synopsis and description.
...
* gnu/packages/java.scm (java-fasterxml-jackson-core): Add synopsis and
description.
2020-10-30 20:19:46 +01:00
Leo Famulari
1bfa5919c8
gnu: linux-libre 4.4: Update to 4.4.241.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.241.
(linux-libre-4.4-pristine-source): Update hash.
2020-10-30 15:17:52 -04:00
Leo Famulari
437b89f13a
gnu: linux-libre 4.9: Update to 4.9.241.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.241.
(linux-libre-4.9-pristine-source): Update hash.
2020-10-30 15:17:52 -04:00
Leo Famulari
90fbbe92d2
gnu: linux-libre 4.14: Update to 4.14.203.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.203.
(linux-libre-4.14-pristine-source): Update hash.
2020-10-30 15:17:52 -04:00
Leo Famulari
eac36b3c1d
gnu: linux-libre 4.19: Update to 4.19.154.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.154.
(linux-libre-4.19-pristine-source): Update hash.
2020-10-30 15:17:51 -04:00
Leo Famulari
9bd05a8504
gnu: linux-libre 5.4: Update to 5.4.73.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.73.
(linux-libre-5.4-pristine-source): Update hash.
2020-10-30 15:17:51 -04:00
Leo Famulari
5d34acb756
gnu: linux-libre: Update to 5.9.2.
...
* gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.2.
(deblob-scripts-5.9, linux-libre-5.9-pristine-source): Update hashes.
* gnu/packages/aux-files/linux-libre/5.9-arm.conf,
gnu/packages/aux-files/linux-libre/5.9-arm64.conf,
gnu/packages/aux-files/linux-libre/5.9-i686.conf,
gnu/packages/aux-files/linux-libre/5.9-x86_64.conf: Update kernel configurations
for 5.9.2.
2020-10-30 15:17:48 -04:00
Julien Lepiller
de5659d7d6
gnu: dune-configurator: Add synopsis and description.
...
* gnu/packages/ocaml.scm (dune-configurator): Add synopsis and
description.
2020-10-30 20:13:50 +01:00
Brett Gilio
b995cc8b9a
gnu: ccls: Update to 0.20201025.
...
* gnu/packages/cpp.scm (ccls): Update to 0.20201025.
2020-10-30 12:40:43 -05:00
Eric Bavier
4184998c70
guix: pack: Only wrap executable files.
...
* guix/scripts/pack.scm (wrapped-package)<build>: Build wrappers for
executable files and symlink others.
* tests/guix-pack-relocatable.sh: Test relocatable example of mixed
executable and non-executable files.
2020-10-30 10:00:35 -05:00
Eric Bavier
a73896425e
guix: pack: Fix offset calculation for store directory mount point.
...
Fixes wrapping of non-package things, where the target store directory may
differ in length from the original.
* guix/scripts/pack.scm (wrapped-package)<build-wrapper>: Define
WRAPPER_PROGRAM macro with wrapper's file name.
* gnu/packages/aux-files/run-in-namespace.c (main): Offset index by len of
that file name.
2020-10-30 10:00:29 -05:00
Julien Lepiller
eee35fe3b7
gnu: Add lcdf-typetools.
...
* gnu/packages/fontutils.scm (lcdf-typetools): New variable.
2020-10-30 15:49:24 +01:00
Miguel Ángel Arruga Vivas
aecbff83b0
nls: Update 'es' translation.
2020-10-30 13:12:53 +01:00
Ludovic Courtès
2b2ab7796a
services: guix-publish: Add 'cache-bypass-threshold' field.
...
This is a followup to ecaa102a58 .
* gnu/services/base.scm (<guix-publish-configuration>)[cache-bypass-threshold]:
New field.
(guix-publish-shepherd-service): Honor it.
2020-10-30 12:31:18 +01:00
Ludovic Courtès
d128a836e4
gnu: guix: Update to 1c6d985.
...
* gnu/packages/package-management.scm (guix): Update to 1c6d985 .
2020-10-30 12:08:12 +01:00
Tobias Geerinckx-Rice
697d2e037b
gnu: php: Update to 7.4.12 [security fixes].
...
* gnu/packages/php.scm (php): Update to 7.4.12.
[arguments]: Disable two more failing tests.
2020-10-30 09:51:38 +01:00
Christopher Baines
f00ccdcb9b
gnu: cloud-utils: Update to 0.32.
...
* gnu/packages/admin.scm (cloud-utils): Update to 0.32.
2020-10-30 08:45:14 +00:00
Ludovic Courtès
1c6d985331
installer: Use UUIDs in the 'swap-devices' field.
...
Note: This change requires an updated 'guix' package that contains
Linux-swap support in (gnu build file-systems).
* gnu/installer/parted.scm (user-partitions->configuration): Use UUIDs
in the 'swap-devices' field.
* gnu/installer/newt/final.scm (run-final-page)[wait-for-clients]: New
procedure. Use it.
* gnu/installer/tests.scm (choose-partitioning): Wait for
'starting-final-step' message and move configuration file dialog
handling to...
(conclude-installation): ... here. Send over PORT the reply
corresponding to 'starting-final-step'.
* gnu/tests/install.scm (gui-test-program): When ENCRYPTED? is false,
invoke 'swaplabel' in the marionette.
(installation-target-os-for-gui-tests): When ENCRYPTED? is false, except
a fixed UUID.
2020-10-30 01:14:21 +01:00
Ludovic Courtès
81c3dd9cad
services: swap: Allow for UUIDs and file system labels.
...
* gnu/services/base.scm (swap-service-type)[device-lookup, device-name]:
New variables.
Add 'modules' field to 'shepherd-service'. In 'start' and 'stop', use
'device-lookup' to resolve UUIDs and labels.
* doc/guix.texi (operating-system Reference): Adjust accordingly.
2020-10-30 01:14:21 +01:00
Ludovic Courtès
11e19555e5
file-systems: Allow swap space lookup by UUID/label.
...
* gnu/build/file-systems.scm (%linux-swap-magic, %page-size): New
variables.
(linux-swap-superblock?, read-linux-swap-superblock)
(linux-swap-superblock-uuid, linux-swap-superblock-volume-name): New
procedures.
(%partition-label-readers, %partition-uuid-readers): Add them.
2020-10-30 01:14:20 +01:00
zimoun
6f1c9c3411
gnu: r-calculus: Fix typo in home-page.
...
* gnu/packages/cran.scm (r-calculus)[home-page]: Fix typo.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-30 01:14:20 +01:00
zimoun
58db2e6877
scripts: lint: Add '--exclude' option.
...
* guix/scripts/lint.scm (%options, parse-options): Add '--exclude' option.
(option-checker): New helper function.
* doc/guix.texi (Invoking guix lint): Document it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-30 01:14:20 +01:00
zimoun
80c7f02468
scripts: lint: Fix '--no-network' option.
...
* guix/scripts/lint.scm: (show-help): Add '--no-network' option message.
(%options, parse-options): Fix argument order.
* doc/guix.texi (Invoking guix lint): Document it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-30 01:14:20 +01:00
Julien Lepiller
61e839a9f9
nls: Update 'fr' translation of the manual.
2020-10-30 00:59:37 +01:00
Oleg Pykhalov
16b7118131
gnu: tome4: Update to 1.7.0.
...
* gnu/packages/games.scm (tome4): Update to 1.7.0.
2020-10-30 02:38:44 +03:00
Nicolas Goaziou
2eda0ed1f8
gnu: emacs-tramp: Update to 2.4.4.3.
...
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.4.3.
2020-10-29 22:51:14 +01:00
Julien Lepiller
759774bc69
nls: Update 'ru' translation of the manual.
2020-10-29 20:19:05 +01:00
Tobias Geerinckx-Rice
bc34183e9a
gnu: dropbear: Update to 2020.81.
...
* gnu/packages/ssh.scm (dropbear): Update to 2020.81.
2020-10-29 17:37:41 +01:00
Roel Janssen
bcbd536e3f
gnu: Update samtools to 1.11.
...
* gnu/packages/bioinformatics.scm (samtools): Update to 1.11.
2020-10-29 16:55:07 +01:00
Roel Janssen
04a49b4143
gnu: Update bcftools to 1.11.
...
* gnu/packages/bioinformatics.scm (bcftools): Update to 1.11.
2020-10-29 16:55:03 +01:00
Roel Janssen
f40add4dbb
gnu: Update htslib to 1.11.
...
* gnu/packages/bioinformatics.scm (htslib): Update to 1.11.
2020-10-29 16:54:55 +01:00
Danny Milosavljevic
5796a6abb1
gnu: raspi-arm64-chainloader: Remove unnecessary internal copy-file call.
...
* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader)[arguments]<#:phases>[chdir]: Remove unnecessary copy-file call.
2020-10-29 16:28:14 +01:00
Danny Milosavljevic
a1721d4342
gnu: raspi-arm64-chainloader: End phase in #t.
...
* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader)[arguments]<#:phases>[install]: End phase in #t.
2020-10-29 15:28:52 +01:00
Danny Milosavljevic
b522686ee4
gnu: raspi-arm-chainloader: Install arm_chainloader.bin.
...
* gnu/packages/raspberry-pi.scm (raspi-arm-chainloader)[arguments]<#:phases>[setenv]: Add objcopy.
[install]: Install arm_chainloader.bin.
2020-10-29 15:27:22 +01:00
Danny Milosavljevic
7abe768ec1
gnu: raspi-arm64-chainloader: Install arm64.bin.
...
* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader)[arguments]<#:phases>[setenv]: Add objcopy.
[install]: Install arm64.bin.
2020-10-29 15:25:40 +01:00
Danny Milosavljevic
2ea99f4e84
gnu: Add raspi-arm64-chainloader.
...
* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader): New variable.
2020-10-29 15:24:15 +01:00
Leo Famulari
bda1359b8e
gnu: python-simpleaudio: Alsa-lib is not a native-input.
...
* gnu/packages/python-xyz.scm (python-simpleaudio.)[native-inputs]: Replace
field and ...
[inputs]: ... Add new field.
2020-10-29 10:11:49 -04:00
Danny Milosavljevic
53aa680e2b
gnu: raspi-arm-chainloader: Fix build.
...
* gnu/packages/raspberry-pi.scm (raspi-arm-chainloader)[arguments]<#:phases>[build-tlsf]: Modify.
[build-common]: Modify.
2020-10-29 14:46:16 +01:00
Sébastien Lerique
c8ac02b20c
gnu: kuserfeedback: Fix typo.
...
* gnu/packages/kde.scm (kuserfeedback)[description]: Fix spelling of
the "itemize" keyword.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-10-29 13:56:38 +01:00
Danny Milosavljevic
6084dd93f2
gnu: Add raspi-arm-chainloader.
...
* gnu/packages/raspberry-pi.scm (%rpi-open-firmware-version): New variable.
(%rpi-open-firmware-origin): New variable.
(raspi-arm-chainloader): New variable.
2020-10-29 12:42:35 +01:00
Danny Milosavljevic
22c487677a
gnu: Add raspi-gpio.
...
* gnu/packages/raspberry-pi.scm (raspi-gpio): New variable.
2020-10-29 12:39:57 +01:00
Danny Milosavljevic
c298c8896c
gnu: Add bcm2835.
...
* gnu/packages/raspberry-pi.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2020-10-29 12:39:57 +01:00
Nicolas Goaziou
01bcd34658
gnu: Add copyright line.
2020-10-29 10:24:01 +01:00
Adam
c791bef41e
gnu: Add emacs-powershell.
...
* gnu/packages/emacs-xyz.scm (emacs-powershell): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-29 10:15:51 +01:00
Michael Rohleder
4a5ea2f06e
gnu: emacs-rg: Update to 2.0.2.
...
* gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.0.2.
[propagated-inputs]: Add emacs-transient.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-29 10:05:02 +01:00
Ryan Prior
763e613388
gnu: ruby: Update to 2.7.2.
...
Fixes CVE-2020-25613.
* gnu/packages/ruby.scm (ruby): Update to 2.7.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-29 09:59:12 +02:00
Vagrant Cascadian
159c5943e4
build/maven: Fix typo.
...
* guix/build/maven/pom: Fix spelling of "with".
2020-10-28 21:11:11 -07:00
Vagrant Cascadian
28680722b2
build/maven: fix-pom-dependencies: Fix typo.
...
* guix/build/maven/pom (fix-pom-dependencies): Fix spelling of "overrides".
2020-10-28 21:11:06 -07:00
Vagrant Cascadian
05ee7ef8b7
build/maven: fix-pom-dependencies: Fix typo.
...
* guix/build/maven/pom (fix-pom-dependencies): Fix spelling of "overridden".
2020-10-28 21:11:01 -07:00
Vagrant Cascadian
7db4dc6004
gnu: ganeti-luxid-service-type: Fix typo.
...
* gnu/services/ganeti (ganeti-luxid-service-type)[description]: Fix spelling
of "authoritative".
2020-10-28 21:10:54 -07:00
Vagrant Cascadian
19c2c9f0bf
gnu: python-mujson: Fix typo.
...
* gnu/packages/python-xyz (python-mujson)[description]: Fix use of "This
package".
2020-10-28 21:10:49 -07:00
Vagrant Cascadian
2d2b3b24c8
gnu: python-scour: Fix typo.
...
* gnu/packages/python-xyz (python-scour)[description]: Fix spelling of
"aggressive".
2020-10-28 21:10:43 -07:00
Vagrant Cascadian
a4920a22ef
gnu: altermime: Fix typo.
...
* gnu/packages/mail (altermime)[description]: Fix spelling of "arbitrary".
2020-10-28 21:10:39 -07:00
Vagrant Cascadian
9a5b8a9abe
gnu: emacs-highlight-numbers: Fix typo.
...
* gnu/packages/emacs-xyz (emacs-highlight-numbers)[description]: Fix spelling
of "constitutes".
2020-10-28 21:10:33 -07:00
Vagrant Cascadian
403809afce
gnu: python-django-sekizai: Fix typo.
...
* gnu/packages/django (python-django-sekizai)[description]: Use "that is"
instead of "thats".
2020-10-28 21:10:26 -07:00
Vagrant Cascadian
baf78ed66a
gnu: rust-webpki-0.21: Fix typo.
...
* gnu/packages/crates-io (rust-webpki-0.21)[description]: Fix spelling of
"package".
2020-10-28 21:10:19 -07:00
Vagrant Cascadian
5cf9ad8902
gnu: rust-zstd-safe-2: Fix typo.
...
* gnu/packages/crates-io (rust-zstd-safe-2)[description]: Fix typo of "safe".
2020-10-28 21:10:10 -07:00
Vagrant Cascadian
330f5d669a
gnu: python-django-auth-ldap: Fix typo.
...
* gnu/packages/django (python-django-auth-ldap)[description]: Fix typo "This
package".
2020-10-28 21:10:04 -07:00
Oleg Pykhalov
3791d1580a
gnu: emacs-ivy-posframe: Fix hash.
...
This commit follows 622e700bdd .
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Fix hash.
2020-10-29 03:41:05 +03:00
Oleg Pykhalov
b718343ffc
gnu: zabbix-agentd, zabbix-server: Update to 5.2.0.
...
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.2.0.
2020-10-29 02:00:02 +03:00
Michael Rohleder
3185884fa2
gnu: emacs-rust-mode: Update to 0.5.0.
...
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 0.5.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-28 22:40:44 +01:00
Michael Rohleder
71dcc8ea03
gnu: emacs-nix-mode: Update to 1.4.5.
...
* gnu/packages/emacs-xyz.scm (emacs-nix-mode): Update to 1.4.5.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-28 22:40:32 +01:00
Michael Rohleder
c75a2ebef5
gnu: emacs-dockerfile-mode: Update to 1.3.
...
* gnu/packages/emacs-xyz.scm (emacs-dockerfile-mode): Update to 1.3.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-28 22:40:17 +01:00
Michael Rohleder
d7afedf166
gnu: emacs-pfuture: Update to 1.9.
...
* gnu/packages/emacs-xyz.scm (emacs-pfuture): Update to 1.9.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-28 22:40:02 +01:00
Michael Rohleder
164d63f3b5
gnu: emacs-evil-matchit: Update to 2.3.9.
...
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.9.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-28 22:39:48 +01:00
Michael Rohleder
b95c42273b
gnu: emacs-disable-mouse: Update to 0.3.
...
* gnu/packages/emacs-xyz.scm (emacs-disable-mouse): Update to 0.3.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-28 22:39:36 +01:00
Michael Rohleder
7417036f0d
gnu: emacs-evil-surround: Update to 1.1.1.
...
* gnu/packages/emacs-xyz.scm (emacs-evil-surround): Update to 1.1.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-28 22:39:22 +01:00
Michael Rohleder
945401e029
gnu: emacs-posframe: Update to 0.8.2.
...
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-28 22:39:04 +01:00
Michael Rohleder
546462353e
gnu: emacs-company-posframe: Update to 0.1.0-2.4bfb8bc.
...
* gnu/packages/emacs-xyz.scm (emacs-company-posframe): Update to 0.1.0-2.4bfb8bc.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-28 22:38:40 +01:00
Michael Rohleder
622e700bdd
gnu: emacs-ivy-posframe: Update to 0.5.2.
...
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-28 22:38:24 +01:00
Michael Rohleder
f21ef94560
gnu: emacs-emms: Update to 6.0.
...
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 6.0.
[arguments]: Add substitution for exiftool.
[inputs]: Add perl-image-exiftool.
2020-10-28 22:36:49 +01:00
Tobias Geerinckx-Rice
09bbf0b4f1
gnu: youtube-dl: Circumvent RIAA censorship.
...
* gnu/packages/video.scm (youtube-dl)[source]: Update URL.
2020-10-28 19:38:06 +01:00
Miguel Ángel Arruga Vivas
504fd36a85
substitute: Do not discard ttl info when the response code is 202.
...
* guix/scripts/substitute.scm (fetch-narinfos)
[handle-narinfo-response]: Add code 202 to the condition. This will
allow in the future the use of 404 for nar requests which cannot be
built in the present, leaving for the 202 to indicate that a request has
triggered a nar generation that might be completed later, as specified
in <https://www.ietf.org/rfc/rfc2616.txt >.
2020-10-28 19:29:11 +01:00
Tobias Geerinckx-Rice
83c60bb062
doc: Fix claimed archive timestamps.
...
Reported by Leo Famulari <leo@famulari.name >.
* doc/guix.texi (Binary Installation): Use a correct timestamp of 1
instead of an incorrect one of 0.
2020-10-28 19:26:25 +01:00
Christopher Baines
f6839fed5f
gnu: Add pwclient.
...
* gnu/packages/patchutils.scm (pwclient): New variable.
2020-10-28 16:53:01 +00:00
Tanguy Le Carrour
36c74e27a8
gnu: Add python-simpleaudio.
...
* gnu/packages/python-xyz.scm (python-simpleaudio): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-10-28 12:32:09 -04:00
Leo Prikler
d22d129da9
gnu: Add guile-filesystem.
...
* gnu/packages/guile-xyz.scm (guile-filesystem): New variable.
(guile2.0-filesystem guile2.2-filesystem): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-28 16:24:48 +01:00
Joseph LaFreniere
9c2d4fbcdd
gnu: emacs-mixed-pitch: Update to 1.1.0.
...
* gnu/packages/emacs-xyz.scm (emacs-mixed-pitch): Update to 1.1.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-28 16:24:48 +01:00
Ludovic Courtès
ecaa102a58
publish: Add '--cache-bypass-threshold'.
...
* guix/scripts/publish.scm (show-help, %options): Add
'--cache-bypass-threshold'.
(low-compression): New procedure.
(cache-bypass-threshold): New parameter.
(bypass-cache?): New procedure.
(render-narinfo/cached): Call 'render-narinfo' when 'bypass-cache?'
returns true.
(render-nar/cached): Call 'render-nar' when 'bypass-cache?' returns
true.
(guix-publish): Parameterize 'cache-bypass-threshold'.
* tests/publish.scm ("with cache", "with cache, lzip + gzip")
("with cache, uncompressed"): Pass '--cache-bypass-threshold=0'.
("with cache, vanishing item"): Expect 200 for RESPONSE.
("with cache, cache bypass"): New test.
2020-10-28 16:24:47 +01:00
Ludovic Courtès
6d1fd37182
installer: Log partition formatting.
...
* gnu/installer/newt/partition.scm (run-partitioning-page): Add 'syslog' call.
2020-10-28 16:24:47 +01:00
Christopher Baines
0105b8624d
doc: Update the PostgreSQL extension packages example.
...
* doc/guix.texi (PostgreSQL): Update the extension packages example.
2020-10-28 13:01:48 +00:00
Christopher Baines
e2f16ea1cf
doc: Use @code rather than @var for data type items.
...
In the couple of cases where it's inconsistent.
* doc/guix.texi (PostgreSQL, Sound Services): Replace @var with @code within
data type sections.
2020-10-28 12:59:56 +00:00
Nicolas Goaziou
044dcdb5b0
gnu: Add emacs-company-box.
...
* gnu/packages/emacs-xyz.scm (emacs-company-box): New variable.
2020-10-28 11:42:15 +01:00
Nicolas Goaziou
fbf024c5b0
gnu: Add emacs-frame-local.
...
* gnu/packages/emacs-xyz.scm (emacs-frame-local): New variable.
2020-10-28 11:26:55 +01:00
Efraim Flashner
0dc301838f
gnu: gama: Remove bundled library.
...
* gnu/packages/gps.scm (gama)[source]: Add snippet to remove bundled
expat-1.1 library.
2020-10-28 08:58:06 +02:00
Efraim Flashner
0b96047e58
gnu: gama: Update to 2.11.
...
* gnu/packages/gps.scm (gama): Update to 2.11.
2020-10-28 08:56:50 +02:00
Brett Gilio
c15509682f
gnu: emacs-org-webring: Update to 1.9.8-rc4.
...
* gnu/packages/emacs-xyz.scm (emacs-org-webring): Update to 1.9.8-rc4.
2020-10-27 18:29:05 -05:00
Lulu
729d4ba025
doc: Fix various minor typos.
...
* doc/guix.texi (Top): Add end of line period to menu entry in the node listing.
(Invoking guix time-machine): Remove duplicate word.
(Invoking guix environment): As above.
(PAM Mount Service): As above.
(Running Guix in a Virtual Machine): Remove erroneous hyphen and duplicate word.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-10-27 19:01:22 -04:00
Simon South
5ede259526
services: knot-resolver: Replace deprecated command-line option.
...
This silences a warning from the service at startup.
* gnu/services/dns.scm (knot-resolver-shepherd-services)[start]: Use the "-n"
command-line option to kresd in place of the deprecated "-f 1".
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-10-27 18:42:39 -04:00
Leo Famulari
6bfbdc949c
gnu: khal: Skip the test suite.
...
* gnu/packages/calendar.scm (khal)[arguments]: Disable the test suite. Remove
the custom 'check' phase.
[native-inputs]: Remove python-pytest, python-pytest-cov, python-freezegun,
tzdata-for-tests, and vdirsyncer.
2020-10-27 18:18:17 -04:00
Michael Rohleder
4c3196c752
gnu: xfce4-notifyd: Update to 0.6.2.
...
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.2.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-10-27 18:18:17 -04:00
Michael Rohleder
1424024af1
gnu: mkvtoolnix: Update to 51.0.0.
...
* gnu/packages/video.scm (mkvtoolnix): Update to 51.0.0.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-10-27 18:18:17 -04:00
Nicolas Goaziou
0c4aa3beac
gnu: emacs-reformatter: Update to 0.6.
...
* gnu/packages/emacs-xyz.scm (emacs-reformatter): Update to 0.6.
2020-10-27 22:54:42 +01:00
Nicolas Goaziou
697964ef65
gnu: emacs-minions: Update to 0.3.4.
...
* gnu/packages/emacs-xyz.scm (emacs-minions): Update to 0.3.4.
2020-10-27 22:52:02 +01:00
Nicolas Goaziou
5bf1741106
gnu: emacs-ctrlf: Update to 1.2.
...
* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.2.
2020-10-27 22:48:49 +01:00
Nicolas Goaziou
91bcb744ff
gnu: emacs-selectrum: Update to 3.0.
...
* gnu/packages/emacs-xyz.scm (emacs-selectrum): Update to 3.0.
2020-10-27 22:46:11 +01:00
Nicolas Goaziou
d199ba621a
gnu: geany: Update to 1.37.
...
* gnu/packages/text-editors.scm (geany): Update to 1.37.
2020-10-27 22:43:53 +01:00
Nicolas Goaziou
b326127a16
gnu: keepassxc: Update to 2.6.2.
...
* gnu/packages/password-utils.scm (keepassxc): Update to 2.6.2.
2020-10-27 22:38:41 +01:00
Michael Rohleder
eccb8a9932
gnu: emacs-with-editor: Add info page.
...
* gnu/packages/emacs-xyz.scm (emacs-with-editor): Add info page.
[arguments]: Add phase make-info.
[native-inputs]: Add texinfo.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-27 22:14:07 +01:00
Oleg Pykhalov
1e76f0b0df
Revert "gnu: go-etcd-io-bbolt: Update to 1.3.5-1.f6be823."
...
This reverts commit 4476137ab4 which doesn't
really fix test. Test failures because of timed out after 10 minutes.
2020-10-28 00:01:39 +03:00
Pierre Neidhardt
616ca726d3
gnu: augustus: Update to 1.4.1a.
...
* gnu/packages/games.scm (augustus): Update to 1.4.1a.
2020-10-27 21:28:46 +01:00
Pierre Neidhardt
6d31f7dec4
gnu: julius: Update to 1.5.0.
...
* gnu/packages/games.scm (julius): Update to 1.5.0.
2020-10-27 21:28:45 +01:00
Oleg Pykhalov
4476137ab4
gnu: go-etcd-io-bbolt: Update to 1.3.5-1.f6be823.
...
This commit updates go-etcd-io-bbolt to fix test failure.
* gnu/packages/golang.scm (go-etcd-io-bbolt): Update to 1.3.5-1.f6be823.
2020-10-27 22:55:32 +03:00
Hartmut Goebel
0f4c320c2c
gnu: kscreenlocker: Use qt-build-system.
...
* gnu/packages/kde-plasma.scm (kscreeenlocker)[buoild-system]: Change to
qt-build-system. [arguments]{phases}<check> Remove unsued code; Actually
disable running the tests.
2020-10-27 20:14:05 +01:00
Hartmut Goebel
00fad32a2c
gnu: Add kuserfeedback.
...
* gnu/packages/kde.scm (kuserfeedback): New variable.
2020-10-27 20:14:05 +01:00
Hartmut Goebel
b4941e30e3
gnu: kpackage: Fix build errors in dependent packages.
...
Fix build errors in dependent packages if PREFIX is different from ECM's
PREFIX - which is the case in Guix. See <https://bugs.kde.org/424483 > for
details.
* gnu/packages/patches/plasma-framework-fix-KF5PackageMacros.cmake.patch: New
file.
* gnu/local.mk (dist_patch_DATA) Add it.
* packages/kde-frameworks.scm (package)[source]: Use this patch.
2020-10-27 20:14:05 +01:00
Hartmut Goebel
e3908ec5fb
gnu: plasma-framework: Fix build errors in dependent packages.
...
Fix build errors in dependent packages if PREFIX is different from ECM's
PREFIX - which is the case in Guix. See <https://bugs.kde.org/424483 > for
details.
* gnu/packages/patches/plasma-framework-fix-KF5PlasmaMacros.cmake.patch: New
file.
* gnu/local.mk (dist_patch_DATA) Add it.
* packages/kde-frameworks.scm (plasma-framework)[source]: Use this patch.
2020-10-27 20:14:05 +01:00
Hartmut Goebel
fc6bced6c5
gnu: KDE Plasma: Update to 5.19.5.
...
* gnu/packages/kde-plasma.scm (kdecoration, kscreenlocker,
libkscreen, libksysguard): Update to 5.19.5.
2020-10-27 20:14:05 +01:00
Ludovic Courtès
6799e6e578
maint: Include 'guix-daemon.cil.in' in the distribution.
...
* Makefile.am (dist_selinux_policy_DATA): Rename to...
(nodist_selinux_policy_DATA): ... this, and include '.cil.in' instead of
'.cil'.
2020-10-27 18:00:29 +01:00
Ludovic Courtès
c40ad1df60
maint: Add 'etc/gnu-store.mount.in' to the distribution.
...
Reported by Vagrant Cascadian.
* nix/local.mk (EXTRA_DIST): Add 'etc/gnu-store.mount.in'.
2020-10-27 18:00:29 +01:00
Ryan Prior
ba17af84c8
gnu: Add go-github-com-bep-golibsass.
...
* gnu/packages/golang.scm: (go-github-com-bep-golibsass): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-27 18:00:29 +01:00
Ryan Prior
719b9541ae
gnu: Add go-github-com-frankban-quicktest.
...
* gnu/packages/golang.scm (go-github-com-frankban-quicktest): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-27 18:00:29 +01:00
Ryan Prior
00c0bfd4f7
gnu: go-github-com-google-go-cmp-cmp: Update to 0.5.2.
...
* gnu/packages/golang.scm: (go-github-com-google-go-cmp-cmp): Update to 0.5.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-27 18:00:28 +01:00
Ryan Prior
560eec4010
gnu: Add go-golang-org-x-xerrors.
...
* gnu/packages/golang.scm (go-golang-org-x-xerrors): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-27 18:00:28 +01:00
Fulbert
9b390921b4
gnu: alacritty: Add search path for 'TERMINFO_DIRS'.
...
* gnu/packages/terminals.scm (alacritty)[native-search-paths]: New field.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2020-10-27 18:00:28 +01:00
Alexandru-Sergiu Marton
2ade5bdeb8
services: Add gmnisrv web service.
...
* gnu/services/web.scm (<gmnisrv-configuration>): New record type.
(%default-gmnisrv-config-file): New variable.
(%gmnisrv-accounts, %gmnisrv-activation): New variables.
(gmnisrv-shepherd-service): New procedure.
(gmnisrv-service-type): New variable.
* doc/guix.texi (Web Services): Document it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-27 18:00:28 +01:00
Alexandru-Sergiu Marton
1a7bfbb67d
gnu: Add gmnisrv.
...
* gnu/packages/web.scm (gmnisrv): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-27 18:00:28 +01:00
Ludovic Courtès
e86c2f058a
services: hpcguix-web: Set 'XDG_CACHE_HOME' to a writable directory.
...
* gnu/services/web.scm (hpcguix-web-shepherd-service): Change
XDG_CACHE_HOME to /var/cache/guix/web. Previously, the authentication
code would try to write to /var/cache/guix/authentication, which would
fail.
2020-10-27 18:00:28 +01:00
Mathieu Othacehe
f0c609323e
gnu: nvi: Add missing includes.
...
This is a follow-up of a01f329244 .
* gnu/packages/nvi.scm (nvi): Add missing includes.
2020-10-27 13:15:45 +01:00
Mathieu Othacehe
a01f329244
gnu: nvi: Fix cross-compilation.
...
* gnu/packages/nvi.scm (nvi)[arguments]: Add "vi_cv_sprintf_count=yes" to
configure flags when cross-compiling. Also add 'fix-configure phase.
[native-inputs]: Add "automake" that is required by the new phase.
2020-10-27 13:11:15 +01:00
Mathieu Othacehe
559c134b0e
gnu: acl: Fix cross-compilation.
...
This is a follow-up of 6693eac6eb .
* gnu/packages/acl.scm (acl): Disable tests when cross-compiling.
2020-10-27 12:02:31 +01:00
Jonathan Brielmaier
e039202230
gnu: icedove: Update to 78.4.0.
...
* gnu/packages/gnuzilla.scm (icedove): Update to 78.4.0.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-10-27 09:55:22 +00:00
André Batista
ba60bbd437
gnu: rust-serde-1: Update to 1.0.117.
...
* gnu/packages/crates-io.scm (rust-serde-1,
rust-serde-derive-1): Update to 1.0.117.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-27 10:17:18 +02:00
André Batista
4b7832b73c
gnu: rust-stable-deref-trait-1: Update to 1.2.0.
...
* gnu/packages/crates-io.scm (rust-stable-deref-trait-1): Update to 1.2.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-27 09:59:42 +02:00
André Batista
7304511cb8
gnu: rust-proc-macro2-1: Update to 1.0.24.
...
* gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.24.
[arguments]: Only run the 'lib' tests.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-27 09:55:59 +02:00
André Batista
c752657be0
gnu: rust-libc-0.2: Update to 0.2.79.
...
* gnu/packages/crates-io.scm (rust-libc-0.2): Update to 0.2.79.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-27 09:51:35 +02:00
André Batista
e589b61eb8
gnu: rust-term-size-0.3: Update to 0.3.2.
...
* gnu/packages/crates-io.scm (rust-term-size-0.3): Update to 0.3.2.
[arguments]: Don't skip build. Remove rust-clippy-0.0,
rust-kernel32-sys-0.2 from cargo-inputs. Replace rust-winapi-0.2 with 0.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-27 09:49:12 +02:00
Mark H Weaver
6a0fec5709
gnu: webkitgtk: Update to 2.30.2.
...
* gnu/packages/webkit.scm (webkitgtk): Update to 2.30.2.
2020-10-26 23:53:39 -04:00
Amar Singh
6955cff962
publish: Provide server's signing key.
...
* guix/scripts/publish.scm (render-signing-key): New procedure.
(render-home-page): Add link to it.
(make-request-handler): Handle it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-27 00:40:24 +01:00
Ludovic Courtès
b35550c3d8
nls: Update.
2020-10-27 00:40:24 +01:00
Ludovic Courtès
aa7edc9449
doc: Fix xref translation macro.
...
* doc/local.mk (xref_command): Wrap loop body in 'if [ -n "$$e" ]'.
This avoids shell syntax errors when producing
doc/guix-cookbook.de.texi, which for some reason gets an empty 'e' at
one point. Quote the first argument to 'head'.
2020-10-27 00:40:24 +01:00
Florian Pelz
02c3c51e0c
news: Add ‘de’ translation.
...
* etc/news.scm: Add ‘de’ translation.
2020-10-22 08:52:41 +00:00
Ludovic Courtès
f161bd2cd7
gnu: Remove unused patch.
...
This patch was unused since commit
e4070d404d .
* gnu/packages/patches/ocaml-bisect-fix-camlp4-in-another-directory.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-10-26 22:56:30 +01:00
Ludovic Courtès
ab96f929c6
gnu: python-robotframework: Shorten patch file name.
...
* gnu/packages/patches/python-robotframework-honor-source-date-epoch.patch:
Rename to...
* gnu/packages/patches/python-robotframework-source-date-epoch.patch:
... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-robotframework)[source]: Likewise.
2020-10-26 22:56:29 +01:00
Ludovic Courtès
bdab33a170
gnu: audiofile: Add 'lint-hidden-cve' property.
...
* gnu/packages/audio.scm (audiofile)[properties]: New field.
2020-10-26 22:56:29 +01:00
Malte Frank Gerdes
d1ecb3bded
gnu: benchmark: Update to 1.5.2
...
* gnu/packages/benchmark.scm (benchmark): Update to 1.5.2
[native-inputs]: Add googletest-source.
[arguments]: Add phase 'unpack-googletest.
* gnu/packages/patches/benchmark-unbundle-googletst.patch: Delete file.
* gnu/packages/local.mk: Remove benchmark-unbundle-googletest.patch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-26 22:56:29 +01:00
Zhu Zihao
0be00efff5
gnu: Use prefix "license:" to import (guix licenses)
...
* gnu/packages/bash.scm
(bash, bash-completion, bash-tap, bats, bash-ctypes)[license]:
Rename with prefix "license:".
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-26 22:56:29 +01:00
Zhu Zihao
aa73b41acb
gnu: Add bash-ctypes.
...
* gnu/packages/bash.scm (bash-ctypes): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-26 22:56:29 +01:00
Ludovic Courtès
bb638391d0
gnu: mtools: Update to 4.0.25.
...
* gnu/packages/mtools.scm (mtools): Update to 4.0.25.
2020-10-26 22:56:29 +01:00
Ludovic Courtès
e33c4286eb
gnu: gdb: Add version 10.1.
...
* gnu/packages/gdb.scm (gdb-9.2): Rename to...
(gdb-10): ... this, and upgrade to 10.1.
[inputs]: New field.
(gdb-minimal): Adjust accordingly.
* gnu/packages/patches/gdb-hurd.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-10-26 22:56:28 +01:00
divoplade
a8c1eabaf1
gnu: Add guile-mkdir-p.
...
* gnu/packages/guile-xyz.scm (guile-mkdir-p): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2020-10-26 22:56:28 +01:00
Björn Höfling
f503cfc9c5
build/maven-build-system: Return #t in fix-pom-files phase.
...
* guix/build/maven-build-system.scm (fix-pom-files): Return #t.
2020-10-26 21:36:09 +01:00
Jonathan Brielmaier
542dc0ee4f
gnu: qgis: Fix many plugins.
...
Fixes <https://issues.guix.gnu.org/42941 >.
This fixes the installation of many plugins.
* gnu/packages/geo.scm (qgis)[inputs]: Add python-future.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-10-26 17:43:52 +00:00
Lars-Dominik Braun
21955a54da
gnu: khal: Update to 0.10.2.
...
* gnu/packages/calendar.scm (khal): Update to 0.10.2.
[source]: Drop upstream patches.
[arguments]: Drop substitute* for bug fixed upstream and ignore failing
test in 'check.
[inputs]: Add missing inputs.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-10-26 13:32:54 -04:00
Mathieu Othacehe
465a951c24
gnu: Add guile-avahi.
...
* gnu/packages/guile-xyz.scm (guile-avahi): New variable.
2020-10-26 17:46:08 +01:00
Christopher Baines
952c62762d
gnu: python2-netcdf4: Remove package.
...
This fails to build, and as it's the Python 2 variant, I think it can be
removed.
* gnu/packages/python-xyz.scm (python2-netcdf4): Remove variable.
2020-10-26 15:58:08 +00:00
Christopher Baines
d50ad6a7c6
gnu: netcdf-fortran: Update to 4.5.3.
...
This allows the package to build with netcdf 4.7.4.
* gnu/packages/maths.scm (netcdf-fortran): Update to 4.5.3.
2020-10-26 15:58:08 +00:00
Christopher Baines
a9291a28b2
gnu: netcdf: Update to 4.7.4.
...
This will fix an issue building qgis.
* gnu/packages/maths.scm (netcdf): Update to 4.7.4.
[source]: Remove the netcdf-tst_h_par.patch, also change the naming of the
source tarball, as the name seems to have changed for recent releases.
[inputs]: Update hdf5 and add curl.
* gnu/packages/patches/netcdf-tst_h_par.patch: Delete.
* gnu/local.mk (dist_patch_DATA): Remove deleted patch.
2020-10-26 15:57:27 +00:00
Ekaitz Zarraga
24b233d45c
gnu: inkscape: Correct extension dependencies.
...
* gnu/packages/inkscape.scm (inkscape-1.0)[arguments]: Add wrap-program phase.
[inputs]: Move python-wrapper to inputs, and add several python libraries.
[native-inputs]: Remove python-wrapper, as it has moved to inputs.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-10-26 15:53:04 +00:00
Mathieu Othacehe
572c59a7a1
tests: Fix nss-mdns test.
...
* gnu/tests/base.scm (run-nss-mdns-test): Use full "avahi-browse" path.
2020-10-26 16:33:39 +01:00
Miguel Ángel Arruga Vivas
d018559063
news: Add 'es' translation.
2020-10-26 15:57:35 +01:00
Jan (janneke) Nieuwenhuizen
e6320ba204
gnu: python: Disable failing tests for the Hurd.
...
Fixes <https://bugs.gnu.org/43860 >.
* gnu/packages/python.scm (python-3.8)[arguments]: When building for the Hurd,
disable more tests.
2020-10-26 15:53:37 +01:00
Giacomo Leidi
22213308f3
gnu: guile-sparql: Update to 0.0.8.
...
* gnu/packages/guile-xyz.scm (guile-sparql): Update to 0.0.8.
[arguments]: Enable tests.
[inputs]: Switch to Guile 3.0.
Signed-off-by: Roel Janssen <roel@gnu.org >
2020-10-26 08:49:13 +01:00
Leo Famulari
375ef50ce6
gnu: Git: Update to 2.29.1.
...
* gnu/packages/version-control.scm (git): Update to 2.29.1.
(native-inputs)[git-manpages]: Update hash.
(git-minimal)[arguments]: Delete obsolete phase 'delete-svn-test'.
2020-10-25 15:37:38 -04:00
Maxim Cournoyer
13a3b9c748
maint: update-guix-package: Include the git.sv.gnu.org alias.
...
* build-aux/update-guix-package.scm (%savannah-guix-git-repo-push-url): Rename
to...
(%savannah-guix-git-repo-push-url-regexp): ...this. Add the 'sv' alternative
to 'savannah' and the (push) suffix in the URL regexp.
(find-origin-remote): Adjust accordingly.
Reported-by: Ludovic Courtès <ludo@gnu.org >
2020-10-25 15:14:31 -04:00
Lars-Dominik Braun
349666b7d2
gnu: Add mpdris2
...
* gnu/packages/mpd.scm (mpdris2): New package.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-10-25 15:03:45 -04:00
Michael Rohleder
3c7ea67465
gnu: mumble: Update to 1.3.3.
...
* gnu/packages/telephony.scm (mumble): Update to 1.3.3.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-10-25 14:42:36 -04:00
Michael Rohleder
f4160fe570
gnu: gimp: Update to 2.10.22.
...
* gnu/packages/gimp.scm (gimp): Update to 2.10.22.
[inputs]: Add libxcursor.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-10-25 14:32:30 -04:00
Michael Rohleder
9adfc7fff7
gnu: gegl: Update to 0.4.26.
...
* gnu/packages/gimp.scm (gegl): Update to 0.4.26.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-10-25 14:32:30 -04:00
nixo
32b82c3b49
gnu: bombadillo: Update to 2.3.1.
...
* gnu/packages/web-browsers.scm (bombadillo): Update to 2.3.1.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-10-25 14:08:47 -04:00
Leo Famulari
93e55871e3
gnu: Go: Update to 1.14.10.
...
* gnu/packages/golang.scm (go-1.14): Update to 1.14.10.
2020-10-25 14:08:47 -04:00
Lars-Dominik Braun
8eca736aaf
gnu: playerctl: Update to 2.2.1.
...
* gnu/packages/music.scm (playerctl): Update to 2.2.1.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-10-25 13:26:47 -04:00
Efraim Flashner
2513e46440
gnu: vim: Update to 8.2.1900.
...
* gnu/packages/vim.scm (vim): Update to 8.2.1900.
[arguments]: Remove 'fix-installman phase.
2020-10-25 15:33:37 +02:00
Christopher Baines
a95057ccee
doc: Document the postgresql-config-file.
...
* doc/guix.texi (PostgreSQL): Document the postgresql-config-file record.
2020-10-25 10:54:14 +00:00
Vagrant Cascadian
2e99651911
gnu: reprotest: Update to 0.7.15.
...
* gnu/packages/diffoscope (reprotest): Update to 0.7.15.
[native-inputs] Add python-magic.
2020-10-24 17:05:04 -07:00
Brett Gilio
a4c14ef5f6
gnu: emacs-org-webring: Update to 1.9.7-rc3.
...
* gnu/packages/emacs-xyz.scm (emacs-org-webring): Update to 1.9.7-rc3.
2020-10-24 18:52:44 -05:00
Vagrant Cascadian
1e62c8114c
gnu: diffoscope: Update to 161.
...
* gnu/packages/diffoscope (diffoscope): Update to 161.
[arguments] Drop phases: dependency-on-python-magic, remove-ocaml-test,
skip-elf-tests.
Add phase skip-dex-test-when-missing-procyon.
[inputs] Add python-magic.
[native-inputs] Add python-black for tests.
2020-10-24 16:24:04 -07:00
Ludovic Courtès
cedb07965d
news: Add entry for the declarative substitute ACL.
...
* etc/news.scm: Add entry.
2020-10-25 01:06:34 +02:00
Ludovic Courtès
c6ef627c97
doc: Add "Getting Substitutes from Other Servers" section.
...
* doc/guix.texi (Getting Substitutes from Other Servers): New node.
(Invoking guix-daemon): Add cross-reference.
(Substitute Server Authorization): Clarify that this is unnecessary on
Guix System.
(Invoking guix publish): Add cross-reference.
2020-10-25 01:06:10 +02:00
Ludovic Courtès
3b6e4e5fd0
services: guix: Make /etc/guix/acl really declarative by default.
...
Fixes <https://bugs.gnu.org/39819 >.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com >.
* gnu/services/base.scm (substitute-key-authorization): Symlink
DEFAULT-ACL to /etc/guix/acl unconditionally. Add code to optionally
back up /etc/guix/acl if it was possibly modified by hand.
* doc/guix.texi (Base Services): Clarify the effect of setting
'authorize-keys?' to true. Mention the backup. Give an example showing
how to authorize substitutes from another server.
2020-10-25 01:06:10 +02:00
Ludovic Courtès
e220b77828
gnu: python-imap-tools: Update to 0.29.0.
...
* gnu/packages/python-web.scm (python-imap-tools): Update to 0.29.0.
2020-10-25 01:06:10 +02:00
Reza Alizadeh Majd
52c86fe8c9
gnu: Add python-imap-tools.
...
* gnu/packages/python-web.scm (python-imap-tools): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2020-10-25 01:06:09 +02:00
Ludovic Courtès
a27ed9d51d
gnu: python-robotframework-lint: Update to 1.1-0.b0619ac.
...
* gnu/packages/python-xyz.scm (python-robotframework-lint): Update to
b0619ac.
2020-10-25 01:06:09 +02:00
Ludovic Courtès
634ce81e2a
gnu: python-robotframework: Update to 3.2.2.
...
The update of Pandas to 0.25.2 in commit
7a97a26d01 broke the tests.
* gnu/packages/python-xyz.scm (python-robotframework): Update to 3.2.2.
[arguments]: In 'check' phase, set TZ and TZDIR.
[native-inputs]: Add TZDATA-FOR-TESTS.
2020-10-25 01:06:09 +02:00
Tanguy Le Carrour
952ed957aa
gnu: python-invoke: Update to 1.4.1.
...
* gnu/packages/python-xyz.scm (python-invoke): Update to 1.4.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-25 01:06:09 +02:00
Ludovic Courtès
c9278dc9c1
offload: Adjust default 'max-silent-time' value of 'open-ssh-session'.
...
* guix/scripts/offload.scm (open-ssh-session): Have 'max-silent-time'
default to #f rather than -1, which is not a valid timeout value.
Adjust body accordingly.
2020-10-25 01:06:09 +02:00
Ludovic Courtès
d3f02752b5
offload: Export <build-machine> accessors.
...
* guix/scripts/offload.scm: Export 'build-machine' accessors.
2020-10-25 01:06:08 +02:00
Alexandru-Sergiu Marton
6a3b4765f9
gnu: Add atomicparsley.
...
* gnu/packages/video.scm (atomicparsley): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-10-24 22:54:04 +01:00
Leo Famulari
23a110aa53
gnu: linux-libre: Update to 5.9.1.
...
* gnu/packages/aux-files/linux-libre/5.8-arm.conf,
gnu/packages/aux-files/linux-libre/5.8-arm64.conf,
gnu/packages/aux-files/linux-libre/5.8-i686.conf,
gnu/packages/aux-files/linux-libre/5.8-x86_64.conf: Delete files.
* gnu/packages/aux-files/linux-libre/5.9-arm.conf,
gnu/packages/aux-files/linux-libre/5.9-arm64.conf,
gnu/packages/aux-files/linux-libre/5.9-i686.conf,
gnu/packages/aux-files/linux-libre/5.9-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Adjust accordingly.
* gnu/packages/linux.scm (linux-libre-5.8-version, deblob-scripts-5.8,
linux-libre-5.8-pristine-source, linux-libre-5.8-source,
linux-libre-headers-5.8, linux-libre-5.8): Remove variables.
(linux-libre-5.9-version, deblob-scripts-5.9, linux-libre-5.9-pristine-source,
linux-libre-5.9-source, linux-libre-headers-5.9, linux-libre-5.9): New
variables.
(linux-libre-version, linux-libre-pristine-source, linux-libre-source,
linux-libre): Point to linux-libre-5.9*.
(linux-libre-with-bpf): Use linux-libre-5.9.
2020-10-24 17:21:29 -04:00
Vagrant Cascadian
e9545e6d1d
gnu: u-boot-tools: Update tests.
...
* gnu/packages/bootloaders (u-boot-tools):
Call tcheck target instead of all tests.
Drop adjustment to test coverage percentage.
Update substitution of python coverage binary.
Re-enable coverage tests of dtoc and fdt.
Disable additional configuration options that require OpenSSL.
2020-10-24 13:18:29 -07:00
Vagrant Cascadian
26c5e5af70
gnu: u-boot: Update to 2020.10.
...
* gnu/packages/bootloaders (u-boot): Update to 2020.10.
* gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch: Refresh patch.
2020-10-24 13:17:41 -07:00
Efraim Flashner
6f588bb16c
gnu: gtranslator: Fix running on non-gnome desktops.
...
* gnu/packages/gnome.scm (gtranslator)[arguments]: Build with
glib-or-gtk support.
2020-10-24 23:13:43 +03:00
Ekaitz Zarraga
f786812066
gnu: Add python-scour.
...
* gnu/packages/python-xyz.scm (python-scour): New variable.
2020-10-24 20:26:16 +01:00
Christopher Baines
0b4ac3b17c
gnu: Add python-yq.
...
* gnu/packages/python-xyz.scm (python-yq): New variable.
2020-10-24 20:03:27 +01:00
Miguel Ángel Arruga Vivas
ef6596a20c
build: Add GUIX_GIT_KEYRING variable for make authenticate.
...
* Makefile.am (GUIX_GIT_KEYRING): New variable.
(authenticate): Use GUIX_GIT_KEYRING to select the keyring branch
reference.
* doc/contributing.texi (Building from Git): Add an example about the
use of GUIX_GIT_KEYRING.
2020-10-24 17:38:58 +02:00
Marius Bakke
31c894c652
gnu: ffmpeg: Remove unused input.
...
* gnu/packages/video.scm (ffmpeg)[native-inputs]: Remove PYTHON-2.
2020-10-24 16:06:59 +02:00
Marius Bakke
b6d3d7a419
gnu: srt: Fix pkg-config files.
...
* gnu/packages/networking.scm (srt)[arguments]: Use relative
CMAKE_INSTALL_INCLUDEDIR. Remove redundant #:configure-flags.
2020-10-24 16:06:59 +02:00
Nicolas Goaziou
3bbadc45d6
gnu: musescore: Fix version number in "About" page.
...
* gnu/packages/music.scm (musescore)[arguments]: Notify we're building stable
version.
2020-10-24 12:23:55 +02:00
ruhtra
4fbd3c36c6
gnu: Add dbus-cxx.
...
* gnu/packages/glib.scm (define-module): Add popt package and cmake build
system.
(dbus-cxx): New package.
Signed-off-by: Miguel Ángel Arruga Vivas <rosen644835@gmail.com >
2020-10-24 02:52:54 +02:00
Nicolas Goaziou
14defc9c81
gnu: musescore: Update to 3.5.2.
...
* gnu/packages/music.scm (musescore): Update to 3.5.2.
2020-10-23 21:49:53 +02:00
Jonathan Brielmaier
e1eae481c9
gnu: icedove: Update to 78.3.3.
...
* gnu/packages/gnuzilla.scm (icedove): Update to 78.3.3.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-10-23 18:36:10 +01:00
Maxim Cournoyer
73faee9fb2
doc: Fix typo in HACKING.
...
* HACKING (Contributing): s/informations/information/.
2020-10-23 12:57:20 -04:00
Maxim Cournoyer
b5aaa3a4fb
doc: Update README.
...
* README (Installation): Do not mention installing Guix from Git anymore.
(Building from Git): Add section.
2020-10-23 12:57:20 -04:00
raingloom
2371abcd0e
gnu: bombadillo: Don't try to copy LICENSE twice.
...
* gnu/packages/web-browsers.scm (bombadillo)[arguments]: Removed install-file
call for LICENSE.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-10-23 17:23:15 +01:00
Leo Famulari
3bdb2a026b
gnu: MPD: Update to 0.22.1.
...
* gnu/packages/mpd.scm (mpd): Update to 0.22.1.
2020-10-23 11:22:09 -04:00
Leo Famulari
d407b087c0
gnu: libx264: Update to 161-0.4c2aafd.
...
* gnu/packages/video.scm (libx264): Update to 161-0.4c2aafd.
2020-10-23 11:22:00 -04:00
Efraim Flashner
d24e37f36e
gnu: rcs: Update to 5.10.0.
...
* gnu/packages/version-control.scm (rcs): Update to 5.10.0.
[source]: Update patches.
[arguments]: Remove field.
* gnu/packages/patches/rcs-5.9.4-noreturn.patch: Remove file.
* gnu/packages/patches/rcs-5.10.0-no-stdin.patch: Add file.
* gnu/local.mk (dist_patch_DATA): Register changes.
2020-10-23 17:45:55 +03:00
Christopher Baines
69e08c14f9
gnu: guix-build-coordinator: Update to 0-4.d38698d.
...
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-4.d38698d.
2020-10-23 15:40:10 +01:00
Christopher Baines
29677d94f7
gnu: guix-build-coordinator: Switch to guile-json-4.
...
To avoid a propagated input conflict.
* gnu/packages/package-management.scm (guix-build-coordinator)[propagated-inputs]:
Change guile-json-3 to guile-json-4.
2020-10-23 15:40:10 +01:00
Christopher Baines
df5e8de3d7
gnu: guix-build-coordinator: Fix indentation.
...
* gnu/packages/package-management.scm (guix-build-coordinator): Fix
indentation.
2020-10-23 15:40:10 +01:00
Christopher Baines
b0d6098f03
gnu: guix-build-coordinator: Propagate the guile inputs.
...
This means the package is usable as a library, which is useful when using the
procedures to send requests to the Guix Build Coordinator.
* gnu/packages/package-management.scm (guix-build-coordinator)[inputs]: Move
guile inputs to propagated inputs.
[propagated-inputs]: Receive some inputs.
* gnu/services/guix.scm (make-guix-build-coordinator-start-script): Adjust the
start script to include propagated inputs.
2020-10-23 15:40:10 +01:00
Christopher Baines
4b8acf715d
services: guix: Fix the guix-build-coordinator metrics namespace.
...
The underscore is now handled in the guile prometheus library.
* gnu/services/guix.scm (make-guix-build-coordinator-start-script): Remove the
underscore from the end of the metrics namespace.
2020-10-23 15:40:10 +01:00
Christopher Baines
bdaaa6b3e4
services: guix-build-coordinator: Configure output buffering.
...
Otherwise the logging is garbled.
* gnu/services/guix.scm (make-guix-build-coordinator-start-script): Configure
line output buffering for stdout and stderr.
2020-10-23 15:40:10 +01:00
Christopher Baines
ced9da901f
services: guix-build-coordinator: Include the system profile in PATH.
...
As this allows hooks to use the system profile, if that's desired.
* gnu/services/guix.scm (guix-build-coordinator-shepherd-services): Set PATH
to include the system profile.
2020-10-23 15:40:09 +01:00
Christopher Baines
b9f8ce17e4
services: guix-build-coordinator: Output the start script name.
...
As this can be useful for debugging purposes.
* gnu/services/guix.scm (make-guix-build-coordinator-start-script): Output the
current filename.
2020-10-23 15:40:09 +01:00
Christopher Baines
5f30c634bf
gnu: guix-build-coordinator: Ensure gnutls is available.
...
Some hooks expect this to be available.
* gnu/packages/package-management.scm (guix-build-coordinator)
[inputs,native-inputs]: Add gnutls.
2020-10-23 15:40:09 +01:00
Christopher Baines
b34ac307e3
services: guix: Fix hooks gexp issue for the Guix Build Coordinator.
...
* gnu/services/guix.scm (make-guix-build-coordinator-start-script): Fix
handling the name within the hook gexp.
2020-10-23 15:40:09 +01:00
Pierre Neidhardt
cc97895504
gnu: sbcl-cl-str: Update to 0.19.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-str): Update to 0.19.
2020-10-23 16:39:08 +02:00
Tanguy Le Carrour
b5e51a06de
gnu: python-black: Update to 20.8b1.
...
* gnu/packages/python-xyz.scm (python-black): Update to 20.8b1.
[arguments] Set PATH to make 1 test pass. Disable 1 failing test.
[propagated-inputs] Add python-mypy-extensions and python-typing-extensions.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-23 16:35:39 +02:00
John Soo
7128174201
gnu: linux-libre-with-bpf: Update to 5.8.
...
* gnu/packages/linux.scm (linux-libre-with-bpf): Update kernel.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-23 16:35:39 +02:00
Michael Rohleder
1893c80fc1
gnu: kodi: Add nfs functionality.
...
* gnu/packages/kodi.scm (kodi): Add nfs functionality.
[inputs]: Add libnfs.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-23 16:35:39 +02:00
Ludovic Courtès
c5372cd488
gnu: hdf5: Default to 1.10.
...
This is a followup to 5930963555 .
* gnu/packages/maths.scm (hdf5): Change to HDF5-1.10.
(hdf-java, hdf-eos5, h5check, netcdf, matio)[inputs]: Use HDF5-1.8.
* gnu/packages/java.scm (java-cisd-jhdf5)[inputs]: Likewise.
2020-10-23 16:35:39 +02:00
Ludovic Courtès
c9a656a5d0
gnu: imp: Update to 2.13.0.
...
* gnu/packages/bioinformatics.scm (imp): Update to 2.13.0.
2020-10-23 16:35:38 +02:00
Ludovic Courtès
bfb65a6768
installer: Make the network management selection window tighter.
...
* gnu/installer/newt/services.scm (run-network-management-page): Pass
#:listbox-height.
2020-10-23 16:35:38 +02:00
Maxim Cournoyer
3b026eb3b1
Revert "gnu: u-boot: Update to 2020.10."
...
This reverts commit fe6067fc24 . This commit
broke u-boot-tools.
2020-10-23 09:40:36 -04:00
Nicolas Goaziou
15ccab1e8e
gnu: emacs-auctex: Update to 12.3.1.
...
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 12.3.1.
2020-10-23 15:27:49 +02:00
Nicolas Goaziou
74b31745bf
gnu: xournalpp: Update to 1.0.19.
...
* gnu/packages/pdf.scm (xournalpp): Update to 1.0.19.
2020-10-23 15:17:31 +02:00
Michael Rohleder
c93ff25221
gnu: emacs-calibredb: Update to 2.7.0.
...
* gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.7.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-23 12:29:37 +02:00
Michael Rohleder
dd37141ebf
gnu: emacs-list-utils: Update to 0.4.6.
...
* gnu/packages/emacs-xyz.scm (emacs-list-utils): Update to 0.4.6.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-23 12:18:41 +02:00
Joseph LaFreniere
c74d27ced7
gnu: emacs-ivy-rich: Update to 0.1.6.
...
* gnu/packages/emacs-xyz.scm (emacs-ivy-rich): Update to 0.1.6.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-23 12:06:30 +02:00
Maxim Cournoyer
503d2bfde0
README: Refer to the manual for building from Git.
...
* README (Installing Guix from Guix): Remove section.
(Installation): For installing from Git, refer to the "Building from Git"
section of the manual and suggest using './pre-inst-env guix pull' rather than
'make install' for installing Guix.
2020-10-22 22:47:54 -04:00
Brett Gilio
88d19248b9
gnu: swi-prolog: Update to 8.3.10.
...
* gnu/packages/prolog.scm (swi-prolog): Update to 8.3.10.
2020-10-22 21:38:14 -05:00
Maxim Cournoyer
e997673eda
gnu: emacs-so-long: Edit description.
...
* gnu/packages/emacs-xyz.scm (emacs-so-long)[description]: Mention it is now
included as standard with Emacs version 27 or later.
2020-10-22 20:38:13 -04:00
Maxim Cournoyer
f1939f7d16
gnu: emacs-cl-generic: Remove.
...
Fixes <https://issues.guix.gnu.org/44139 >.
This package existed to provide backward compatibility for old Emacsen (< 25).
* gnu/packages/emacs-xyz.scm (emacs-cl-generic): Remove variable.
(emacs-finalize)[propagated-inputs]: Remove emacs-cl-generic.
Reported-by: Zhu Zihao <all_but_last@163.com >
2020-10-22 20:38:13 -04:00
Brett Gilio
27d04d8782
gnu: straw-viewer: Update to 0.1.0.
...
* gnu/packages/video.scm (straw-viewer): Update to 0.1.0.
2020-10-22 18:46:23 -05:00
Brett Gilio
ed9e50154b
gnu: emacs-org-webring: Update to 1.9.6-rc2.
...
* gnu/packages/emacs-xyz.scm (emacs-org-webring): Update to 1.9.6-rc2.
2020-10-22 18:04:57 -05:00
Julien Lepiller
99da1afc2b
gnu: josm: Update to 17084.
...
* gnu/packages/geo.scm (josm): Update to 17084.
2020-10-22 23:55:57 +02:00
Alberto Eleuterio Flores Guerrero
a49bfa1f6c
gnu: Add emacs-typing.
...
* gnu/packages/emacs-xyz.scm (emacs-typing): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com >
2020-10-22 17:18:24 -04:00
Julien Lepiller
408912b076
gnu: sky: Fix synopsis.
...
* gnu/pacakages/games.scm (sky)[synopsis]: Fix typo.
2020-10-22 22:31:57 +02:00
Tobias Geerinckx-Rice
d32b210f28
gnu: freetype: Replace with 2.10.4 [fixes CVE-2020-15999].
...
* gnu/packages/fontutils.scm (freetype)[replacement]: New field, set to...
(freetype/fixed): ...this new variable.
2020-10-22 21:23:50 +02:00
Tobias Geerinckx-Rice
910ea2e1d2
gnu: less: Update to 563.
...
* gnu/packages/less.scm (less): Update to 563.
2020-10-22 21:03:14 +02:00
Marius Bakke
3e09453884
gnu: srt: Disable code coverage checking.
...
* gnu/packages/networking.scm (srt)[arguments]: Remove
"-DENABLE_CODE_COVERAGE" from #:configure-flags.
2020-10-22 18:41:30 +02:00
Marius Bakke
f343c36dca
gnu: srt: Do not build the static library.
...
* gnu/packages/networking.scm (srt)[arguments]: Add "-DENABLE_STATIC=OFF" to
#:configure-flags.
2020-10-22 18:41:29 +02:00
Marius Bakke
ccbbcbf0c4
gnu: srt: Remove unused input.
...
* gnu/packages/networking.scm (srt)[native-inputs]: Remove GIT.
2020-10-22 18:41:29 +02:00
Marius Bakke
f11733bd9d
gnu: Add LLDB.
...
* gnu/packages/llvm.scm (lldb): New public variable.
2020-10-22 18:41:29 +02:00
Marius Bakke
f91046ce67
gnu: clang@10, clang@11: Fix CMake files.
...
* gnu/packages/llvm.scm (clang-from-llvm): Add phase adjust-cmake-file when
building Clang 10 or later.
2020-10-22 18:41:29 +02:00
Marius Bakke
a45071978c
gnu: ungoogled-chromium: Update to 86.0.4240.111-0.c34a56d [security fixes].
...
This fixes CVE-2020-15999, CVE-2020-16000, CVE-2020-16001, CVE-2020-16002, and
CVE-2020-16003.
* gnu/packages/chromium.scm (ungoogled-chromium): Update to
86.0.4240.111-0.c34a56d.
2020-10-22 18:41:29 +02:00
Marius Bakke
b10fdd510e
gnu: ungoogled-chromium: Embed absolute references to libGL and friends.
...
* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Provide absolute
references to dlopen'd Mesa libraries.
2020-10-22 18:41:29 +02:00
Marius Bakke
f8eaeea833
gnu: universal-ctags: Store temporary files below "/tmp".
...
* gnu/packages/code.scm (universal-ctags)[arguments]: Add #:configure-flags.
2020-10-22 18:41:28 +02:00
Marius Bakke
0658cc83d2
gnu: universal-ctags: Update to 5.9.20201018.0.
...
* gnu/packages/code.scm (universal-ctags): Update to 5.9.20201018.0.
[native-inputs]: Replace PACKCC with a forked origin.
2020-10-22 18:41:28 +02:00
Malte Frank Gerdes
cad55e91fd
gnu: openocd: Update to 9a877a83a1c8b1f105cdc0de46c5cbc4d9e8799e.
...
* gnu/packages/embedded.scm (openocd): Update to 9a877a83a1c8b1f105cdc0de46c5cbc4d9e8799e.
[version]: Substitute release with current master.
[source]: Remove openocd-nrf52.patch
[arguments]: Replace bootstrap build phase.
* gnu/local.mk: Remove openocd-nrf52.patch.
* gnu/packages/patches/openocd-nrf52.patch: Remove file.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-22 17:10:25 +02:00
Malte Frank Gerdes
2eacb95ad5
gnu: libjaylink: Update to 0.2.0
...
* gnu/packages/embedded.scm (libjaylink): Update to 0.2.0
[origin]: Substitute upstream repository location.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-22 17:10:25 +02:00
Ludovic Courtès
8425a9b60a
git: Support HTTP and HTTPS proxies.
...
This allows 'guix pull' and similar to fetch code over a proxy.
* guix/git.scm (make-default-fetch-options): Pass #:proxy-url.
2020-10-22 17:10:25 +02:00
Ludovic Courtès
298f9d29d6
git: Display a progress bar while fetching a repo.
...
Fixes <https://bugs.gnu.org/39260 >.
This uses the API of the yet-to-be-released Guile-Git 0.4.0. Using an
older version is still possible, but progress report is disabled.
* guix/git.scm (show-progress, make-default-fetch-options): New
procedures.
(clone*, update-cached-checkout): Use it instead of
'make-fetch-options'.
2020-10-22 17:10:25 +02:00
Ludovic Courtès
59bb1ae3a9
git: Require Guile-Git 0.3.0 or later.
...
* guix/git.scm (auth-supported?): Remove.
(clone*): Inline code that was dependent on AUTH-SUPPORTED?.
(update-cached-checkout): Likewise.
(resolve-reference): Remove check for 'object-lookup-prefix' and use it
unconditionally.
(load-git-submodules): Remove.
(update-submodules): Use 'repository-submodules', 'submodule-lookup',
etc. unconditionally.
(update-cached-checkout): Use 'repository-close!' unconditionally.
* m4/guix.m4 (GUIX_CHECK_GUILE_GIT): New macro.
* configure.ac: Use it and error out when it fails.
* doc/guix.texi (Requirements): Bump to Guile-Git 0.3.0.
2020-10-22 17:10:25 +02:00
Ludovic Courtès
830ea72799
gnu: Add lcov-cobertura.
...
* gnu/packages/code.scm (lcov-cobertura): New variable.
2020-10-22 17:10:25 +02:00
Ludovic Courtès
16155bbeb8
graph: Don't insist on "Helvetica" in the Graphviz backend.
...
Suggested by Fulbert <fulbert@bluewin.ch >.
* guix/graph.scm (emit-node): Use "sans" instead of "Helvetica".
2020-10-22 17:10:21 +02:00
Pierre Neidhardt
2f107f273d
gnu: emacs-evil-collection: Update to 20201022.
...
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20201022.
This fixes an incompatibility bug with emacs-company 0.9.13.
2020-10-22 11:53:17 +02:00
Florian Pelz
14417fc05c
news: Add ‘de’ translation.
...
* etc/news.scm: Add ‘de’ translation.
2020-10-22 08:22:22 +00:00
Mathieu Othacehe
fbac2572f6
gnu: guile-git: Update to 0.4.0.
...
* gnu/packages/guile.scm (guile-git): Update to 0.4.0.
2020-10-22 09:53:30 +02:00
Leo Famulari
ad67d20869
gnu: certbot, python-acme: Update to 1.8.0.
...
* gnu/packages/tls.scm (certbot, python-acme): Update 1.8.0.
2020-10-21 18:32:06 -04:00
Ricardo Wurmus
3ddc47bc07
doc: Move documentation of singularity-service-type.
...
Fixes <https://bugs.gnu.org/44126 >.
* doc/guix.texi: Move documentation of singularity-service-type from
"Auditd Service" heading to "Docker Service" heading.
2020-10-21 23:32:01 +02:00
Tobias Geerinckx-Rice
9c74b8b332
gnu: bind: Update to 9.16.8.
...
* gnu/packages/dns.scm (isc-bind): Update to 9.16.8.
2020-10-21 23:20:21 +02:00
Alexandru-Sergiu Marton
7fb5084db5
gnu: Add rspamd.
...
* gnu/packages/mail.scm (rspamd): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-21 19:19:34 +02:00
Ryan Prior
0e2f871c65
gnu: visidata: Update to 2.0.1.
...
* gnu/packages/visidata.scm (visidata): Update to 2.0.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-21 19:19:34 +02:00
Ludovic Courtès
720fce6dae
doc: Capitalize "Hurd" in 'operating-system' reference.
...
* doc/guix.texi (operating-system Reference): Capitalize "Hurd".
2020-10-21 19:19:34 +02:00
Ludovic Courtès
2c9f6ff2ae
doc: Add an entry for the 'keyboard-layout' procedure.
...
* doc/guix.texi (Keyboard Layout): Add @deffn entry for
'keyboard-layout'.
2020-10-21 19:19:34 +02:00
Ludovic Courtès
004a9455f9
doc: Fix typo in 'avahi-service-type' description.
...
* doc/guix.texi (Networking Services): Change "zero-configuration" to
"avahi-configuration".
2020-10-21 19:19:34 +02:00
Ludovic Courtès
481d2fbb91
doc: Fix typo in 'git-fetch' description.
...
* doc/guix.texi (origin Reference): Replace "git-download" with
"git-fetch" in one sentence.
2020-10-21 19:19:33 +02:00
Ludovic Courtès
8fe7c89f0c
doc: Cookbook links to /manual/devel, not /manual.
...
Since the Cookbook is built from the 'master' branch, it should point to
the manual from that same branch.
* doc/build.scm (guix-mono-node-indexes, guix-split-node-indexes): Link
to /manual/devel when %MANUAL is not "guix".
2020-10-21 19:19:33 +02:00
Pierre Neidhardt
3722648f71
gnu: emacs-evil-collection: Update to 20201021.
...
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20201021.
2020-10-21 17:44:40 +02:00
Tobias Geerinckx-Rice
576a16995e
gnu: yadifa: Strip spurious store references.
...
* gnu/packages/dns.scm (yadifa)[arguments]: Add an
‘omit-spurious-references’ phase.
2020-10-21 16:55:56 +02:00
Tobias Geerinckx-Rice
4733c76c55
gnu: yadifa: Update to 2.4.0.
...
* gnu/packages/dns.scm (yadifa): Update to 2.4.0.
[arguments]: Remove obsolete #:configure-flags.
s update
2020-10-21 16:55:56 +02:00
Oleg Pykhalov
5356cec68b
gnu: Add emacs-execline.
...
* gnu/packages/emacs-xyz.scm (emacs-execline): New variable.
2020-10-21 10:24:42 +03:00
Maxim Cournoyer
1210a88546
gnu: czmq: Disable the zarmour self test, which fails.
...
* gnu/packages/networking.scm (czmq)[phases]{patch-tests}: Disable the zarmour
self test. Harmonize comments. Drop the FIXME comment; it is for upstream,
not Guix.
2020-10-21 00:20:42 -04:00
Maxim Cournoyer
18a29cb361
gnu: ruby-bond: Disable tests.
...
Fixes <https://issues.guix.gnu.org/42115 >.
* gnu/packages/ruby.scm (ruby-bond): Disable tests.
2020-10-21 00:20:30 -04:00
Leo Famulari
022d90cd9e
gnu: perl-image-exiftool: Update to 12.00.
...
* gnu/packages/photo.scm (perl-image-exiftool): Update to 12.00.
2020-10-20 19:22:41 -04:00
Christopher Baines
ff9d33a903
gnu: Add ruby-minitest-global-expectations.
...
* gnu/packages/ruby.scm (ruby-minitest-global-expectations): New variable.
2020-10-20 23:46:52 +01:00
Christopher Baines
bdcf4d88d5
services: databases: Don't specify a default postgresql version.
...
Currently, if the postgresql package major version changes, this is going to
break the service upon upgrade, because PostgreSQL will reject the data files
from the differing major version of the service.
Because it's important to either keep running a particular major version, or
intentionally upgrade, I think the configuration would be better with no
default. I think this is also going to be helpful when trying to assist users
upgrading PostgreSQL.
* gnu/services/databases.scm (<postgresql-configuration>): Remove default for
postgresql.
(postgresql-service-type): Remove the default value.
* gnu/tests/databases.scm (%postgresql-os): Update accordingly.
* gnu/tests/guix.scm (%guix-data-service-os): Update accordingly.
* gnu/tests/monitoring.scm (%zabbix-os): Update accordingly.
* gnu/tests/web.scm (patchwork-os): Update accordingly.
* doc/guix.texi (PostgreSQL): Update accordingly.
2020-10-20 22:39:43 +01:00
Christopher Baines
21b712acc7
gnu: databases: Define postgresql-10.
...
So that it can be used, rather than postgresql. Because the major version of
the package is important, as it relates to the compatability with the data
files used by the service, it's useful to have a stable name to refer to a
package for version 10 of PostgreSQL.
* gnu/packages/databases.scm (postgresql-10): New variable.
2020-10-20 22:39:43 +01:00
Christopher Baines
a698df72d3
services: databases: Deprecate the postgresql-service procedure.
...
Using the service type directly is a better approach, making it easier to
configure the service.
* gnu/services/databases.scm (postgresql-service): Deprecate this procedure.
* doc/guix.texi (PostgreSQL): Update the documentation for the use of (service
postgresql-service-type).
2020-10-20 22:39:43 +01:00
Christopher Baines
93576e4475
doc: Add subheadings in to the Databases section.
...
To make it clearer where the relevant documentation for a particular service
starts and ends.
* doc/guix.texi (Database Services): Add subheadings.
2020-10-20 22:39:43 +01:00
Christopher Baines
dd2e6e31ed
tests: monitoring: Use (service postgresql-service-type).
...
As I'm looking at removing the procedure, in favour of always using the
service type.
* gnu/tests/monitoring.scm (%zabbix-os): Use (service postgresql-service-type)
rather than (postgresql-service).
2020-10-20 22:39:42 +01:00
Leo Famulari
f14f108853
gnu: linux-libre 4.4: Update to 4.4.240.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.240.
(linux-libre-4.4-pristine-source): Update hash.
2020-10-20 16:16:36 -04:00
Leo Famulari
fe8cad637c
gnu: linux-libre 4.9: Update to 4.9.240.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.240.
(linux-libre-4.9-pristine-source): Update hash.
2020-10-20 16:16:36 -04:00
Leo Famulari
f42fec819d
gnu: linux-libre 4.14: Update to 4.14.202.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.202.
(linux-libre-4.14-pristine-source): Update hash.
2020-10-20 16:16:36 -04:00
Leo Famulari
fcda43696e
gnu: linux-libre 4.19: Update to 4.19.152.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.152.
(linux-libre-4.19-pristine-source): Update hash.
2020-10-20 16:16:36 -04:00
Leo Famulari
918b02b9dc
gnu: linux-libre 5.4: Update to 5.4.72.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.72.
(linux-libre-5.4-pristine-source): Update hash.
2020-10-20 16:16:36 -04:00
Leo Famulari
8f182cfe2a
gnu: linux-libre: Update to 5.8.16.
...
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.16.
(linux-libre-5.8-pristine-source): Update hash.
2020-10-20 16:16:28 -04:00
Tobias Geerinckx-Rice
3eafd41f50
gnu: xtl: Update to 0.6.20.
...
* gnu/packages/cpp.scm (xtl): Update to 0.6.20.
2020-10-20 22:09:47 +02:00
Tobias Geerinckx-Rice
2682614bbb
gnu: yadifa: Update to 2.3.11.
...
* gnu/packages/dns.scm (yadifa): Update to 2.3.11.
[source]: Update base URI.
2020-10-20 22:09:47 +02:00
Tobias Geerinckx-Rice
ce0eec1dc8
gnu: burp: Update to 2.3.36.
...
* gnu/packages/backup.scm (burp): Update to 2.3.36.
2020-10-20 22:09:47 +02:00
Miguel Ángel Arruga Vivas
5fff5dbeec
news: Add 'es' translation.
2020-10-20 21:38:03 +02:00
Mark H Weaver
2c1216207e
gnu: icecat: Update to 78.4.0-guix0-preview1 [security fixes].
...
Includes fixes for CVE-2020-15683 and CVE-2020-15969.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
* gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
2020-10-20 14:29:02 -04:00
Julien Lepiller
e6994bff2e
gitignore: Ignore generated guile binary and intermediate products.
...
* .gitignore: Ignore guile, guile-guile-launcher.o, .deps and .dirstamp.
2020-10-20 19:16:21 +02:00
Brett Gilio
98bdb84224
gnu: emacs-org-webring: Update to 1.9.5-rc1.
...
* gnu/packages/emacs-xyz.scm (emacs-org-webring): Update to 1.9.5-rc1.
2020-10-20 12:02:04 -05:00
Tim Gesthuizen via Guix-patches via
fd0ef0e128
gnu: simple-scan: Update to 3.38.1
...
* gnu/packages/gnome.scm (simple-scan): Update to 3.38.1.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-10-20 18:03:51 +02:00
Andreas Enge
6657d73942
gnu: pari-gp: Update to 2.13.0.
...
* gnu/packages/algebra.scm (pari-gp): Update to 2.13.0.
2020-10-20 17:11:15 +02:00
Pierre Neidhardt
99da89cc55
gnu: Add emacs-rocket-chat.
...
* gnu/packages/emacs-xyz.scm (emacs-rocket-chat): New variable.
2020-10-20 17:07:15 +02:00
Pierre Neidhardt
996deb819f
gnu: Add emacs-async-await.
...
* gnu/packages/emacs-xyz.scm (emacs-async-await): New variable.
2020-10-20 17:07:15 +02:00
Pierre Neidhardt
d53ee6bcd2
gnu: Add emacs-promise.
...
* gnu/packages/emacs-xyz.scm (emacs-promise): New variable.
2020-10-20 17:07:15 +02:00
Pierre Neidhardt
074d033a55
gnu: Add emacs-iter2.
...
* gnu/packages/emacs-xyz.scm (emacs-iter2): New variable.
2020-10-20 17:02:15 +02:00
Ludovic Courtès
5f92f51955
news: Add entry for '--with-debug-info'.
...
* etc/news.scm: Add entry.
2020-10-20 16:31:01 +02:00
Ludovic Courtès
6701f64f73
guix build: Move package transformation options behind '--help-transform'.
...
This change declutters the '--help' output.
* guix/scripts/build.scm (show-build-options-help)
(%standard-build-options): Add '--help-transform'.
(show-transformation-options-help): Make private.
(show-help): Remove call to 'show-transformation-options-help'.
* guix/scripts/build.scm (show-help): Likewise.
* guix/scripts/environment.scm (show-help): Likewise.
* guix/scripts/graph.scm (show-help): Likewise.
* guix/scripts/install.scm (show-help): Likewise.
* guix/scripts/pack.scm (show-help): Likewise.
* guix/scripts/package.scm (show-help): Likewise.
* guix/scripts/upgrade.scm (show-help): Likewise.
* doc/guix.texi (Package Transformation Options): Mention '--help-transform'.
2020-10-20 16:30:16 +02:00
Ludovic Courtès
6aeda81602
guix build: Add '--with-debug-info'.
...
* guix/scripts/build.scm (transform-package-with-debug-info): New
procedure.
(%transformations): Add 'with-debug-info'.
(%transformation-options, show-transformation-options-help): Add
'--with-debug-info'.
* tests/scripts-build.scm ("options->transformation, with-debug-info"):
New test.
* doc/guix.texi (Package Transformation Options): Document
'--with-debug-info'.
(Installing Debugging Files): Introduce sections. Remove bit about
eventual "opt-out" since this is not happening. Document
'--with-debug-info' under "Rebuilding with Debugging Info".
2020-10-20 16:30:16 +02:00
Ludovic Courtès
ccf3dcba3d
tests: Do not fetch and print the random seed from the top level.
...
* guix/tests.scm (%seed): Turn into a memoizing procedure.
(random-text, random-bytevector): Adjust accordingly.
2020-10-20 16:30:16 +02:00
Ludovic Courtès
f59ec1de94
graph: Fix typo in docstring.
...
* guix/graph.scm (shortest-path): Fix typo in docstring.
2020-10-20 16:30:16 +02:00
Ludovic Courtès
e21e0affd9
gnu: poppler: Always use the same 'cairo-sans-poppler' variant.
...
* gnu/packages/gtk.scm (cairo-sans-poppler): New variable.
* gnu/packages/pdf.scm (poppler)[inputs]: Use it instead of
locally-created variant.
2020-10-20 16:30:15 +02:00
Ludovic Courtès
8db4ebb0cd
packages: Better preserve object identity when rewriting.
...
Fixes a bug whereby the presence of propagated inputs could lead to two
non-eq? but actually equal packages in a bag's inputs. The problem
would manifest itself when running, for instance:
guix build inkscape -d --with-graft=glib=glib-networking --no-grafts
The resulting derivation would differ due from that without
'--with-graft'. This was due to the fact that glib propagates libffi;
this instance of libffi was not rewritten even though other instances in
the graph were rewritten. Thus, glib would end up with two non-eq?
libffi instances, which in turn would lead to duplicate entries in its
'%build-inputs' variable.
Fixes <https://bugs.gnu.org/43890 >.
* guix/packages.scm (package-mapping)[rewrite]: Remove call to 'cut?'
and call 'replace' unconditionally.
[replace]: Add 'cut?' case.
* tests/guix-build.sh: Add test combining '--no-grafts' and
'--with-graft'.
* tests/packages.scm ("package-input-rewriting/spec, identity")
("package-input-rewriting, identity"): New tests.
2020-10-20 16:30:15 +02:00
Ludovic Courtès
2bd60ca1fb
gnu: guile2.0-git: Remove now unnecessary libgit2 special case.
...
This is a followup to 0a7aa6922b .
* gnu/packages/guile.scm (guile2.0-git): Remove special 'inputs'
handling, which is no longer necessary.
2020-10-20 16:30:15 +02:00
Ludovic Courtès
a9fd59dbd2
graph: Adjust test for recent OCaml changes.
...
This is a followup to 339177956a .
* tests/graph.scm ("reverse bag DAG"): Look for "ocaml4.07-dune" rather
than "dune".
2020-10-20 16:30:15 +02:00
Ludovic Courtès
b8085fccf2
doc: Replace @example with @lisp in "Build Phases".
...
* doc/guix.texi (Build Phases): Use @lisp for second example.
2020-10-20 16:30:15 +02:00
Ludovic Courtès
d154462bd8
download: Update docstring.
...
* guix/download.scm (url-fetch): Update docstring to match what's in the
manual.
2020-10-20 16:30:15 +02:00
Pierre Neidhardt
6ea61b4818
gnu: sbcl: Update to 2.0.9.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.0.9.
2020-10-20 15:13:41 +02:00
Pierre Neidhardt
21e7922535
gnu: nyxt: Update to 2-pre-release-3.
...
* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-3.
2020-10-20 15:08:28 +02:00
Christopher Baines
1c498b9e42
gnu: guix-build-coordinator: Update to 0-3.5f11c60.
...
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-3.5f11c60.
[inputs]: Add guile-zlib.
2020-10-20 12:43:33 +01:00
Tim Gesthuizen via Guix-patches via
ea85d1d54e
gnu: emacs-epl: Update to 0.9.
...
* gnu/packages/emacs-xyz.scm (emacs-epl): Update to 0.9.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-20 13:40:49 +02:00
Nicolas Goaziou
be48b0549d
gnu: emacs-ytdl: Small fixes.
...
* gnu/packages/emacs-xyz.scm (emacs-ytdl)[arguments]: End phases with #t. Use
`make-file-writable' instead of `chmod'.
[license]: Use GPL3+.
2020-10-20 12:19:01 +02:00
Christopher Baines
0da77d59b7
gnu: guix-build-coordinator: Update to 0-2.86e446c.
...
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-2.86e446c.
2020-10-20 09:45:11 +01:00
Pierre Neidhardt
d096fa939d
gnu: Add emacs-ytdl.
...
* gnu/packages/emacs-xyz.scm (emacs-ytdl): New variable.
2020-10-20 09:32:39 +02:00
Mathieu Othacehe
922a50993e
services: guix: Fix coordinator agent.
...
* gnu/services/guix.scm (guix-build-coordinator-agent-activation): Define
%user variable.
2020-10-20 09:18:04 +02:00
Michael Rohleder
bc44271729
gnu: emacs-evil: Add info page.
...
* gnu/packages/emacs-xyz.scm (emacs-evil): Add info page.
[arguments]: Add phase make-info.
[native-inputs]: Add texinfo.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-10-20 09:41:50 +03:00
Ludovic Courtès
93c251818d
doc: More uses of @lisp instead of @example.
...
* doc/guix.texi (G-Expressions): Use @lisp for 'let-system' example.
* doc/contributing.texi (Synopses and Descriptions): Use @lisp for
second example.
2020-10-20 01:07:46 +02:00
Ludovic Courtès
ebe6e03949
doc: Fix misuses of @var in "Defining Packages".
...
* doc/guix.texi (Defining Packages): Use @code instead of @var where
appropriate.
2020-10-20 01:07:46 +02:00
Ludovic Courtès
5513d621e9
doc: Add "Build Phases" section.
...
* doc/guix.texi (Build Phases): New section.
(Build Systems): Remove 'modify-phases' example and add cross-reference
to "Build Phases".
(Build Utilities)[Build Phases]: Simplify intro and link to "Build
Phases".
(G-Expressions): Add index entries for "code staging" and add
cross-reference to "Build Phases".
2020-10-20 01:07:46 +02:00
Ludovic Courtès
39befb6261
doc: Document 'url-fetch', 'git-fetch', and 'git-reference'.
...
* doc/guix.texi (origin Reference): Rewrite initial paragraph. Properly
document 'method' and its protocol. Document 'url-fetch', 'git-fetch',
and 'git-reference' separately.
2020-10-20 01:07:46 +02:00
Raghav Gururajan
2cbda6ded8
gnu: Add gajim-openpgp.
...
* gnu/packages/messaging.scm (gajim-openpgp): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-10-20 00:23:20 +02:00
Raghav Gururajan
a9c72b9a5f
gnu: gajim-omemo: Update description.
...
* gnu/packages/messaging.scm (gajim-omemo) [description]: Modify.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-10-20 00:23:15 +02:00
Raghav Gururajan
ab6d077ae2
gnu: gajim-omemo: Update to 2.7.9.
...
* gnu/packages/messaging.scm (gajim-omemo) [version]: Update to
2.7.9.
[propagated-inputs]: Add python-axolotl-curve25519, python-cryptography
and python-qrcode.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-10-20 00:23:10 +02:00
Raghav Gururajan
7c63d0e29f
gnu: gajim-omemo: Make some cosmetic changes.
...
* gnu/packages/messaging.scm (gajim-omemo): Make some cosmetic changes.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-10-20 00:23:08 +02:00
Raghav Gururajan
7d8f997b1a
gnu: gajim: Update synopsis and description.
...
* gnu/packages/messaging.scm (gajim) [synopsis]: Modify.
[description]: Modify.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-10-20 00:23:05 +02:00
Raghav Gururajan
a4f763cd6a
gnu: gajim: Update to 1.2.2.
...
* gnu/packages/messaging.scm (gajim) [version]: Update to 1.2.2.
[arguments]<#:imported-modules>: New argument.
<#:modules>: New argument.
<#:phases>['wrap-gi-typelib-path]: Remove phase.
['install-icons]: Remove phase.
['wrap-gsettings-schema-dir]: Remove phase.
['check]: Modify phase.
['glib-or-gtk-compile-schemas]: New phase.
['glib-or-gtk-wrap]: New phase.
['wrap-env]: New phase.
[native-inputs]: Add gettext-minimal, glib:bin, gobject-introspection,
gtk+:bin, python-disutils-extra and python-setuptools. Remove intltool
and python-docutils.
[inputs]: Add avahi, dbus, farstream, geoclue, glib, glib-networking,
gsettings-desktop-schemas, gsound, gspell, gstreamer, gst-plugins-base,
gupnp-igd, libsoup, libxscrnsaver, network-manager, python-css-parser
and python-packaging. Remove adwaita-icon-theme, gtkspell3, hicolor-icon-theme,
libsecret, python-cssutils, python-dbus, python-gnupg and python-qrcode.
[propagated-inputs]: Add dconf.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-10-20 00:22:59 +02:00
Raghav Gururajan
51e7e72bca
gnu: gajim: Make some cosmetic changes.
...
* gnu/packages/messaging.scm (gajim): Make some cosmetic changes.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-10-20 00:22:56 +02:00
Raghav Gururajan
6010fde5e9
gnu: python-nbxmpp: Update synopsis and description.
...
* gnu/packages/messaging.scm (python-nbxmpp) [synopsis]: Modify.
[description]: Modify.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-10-20 00:22:43 +02:00
Raghav Gururajan
7c2f46044b
gnu: python-nbxmpp: Update to 1.0.2.
...
* gnu/packages/messaging.scm (python-nbxmpp) [version]: Update to
1.0.2.
[arguments]<#:tests?>: Remove argument.
[native-inputs]: Add glib:bin.
[inputs]: Add glib, glib-networking, libsoup, python-idna,
python-precis-i18n and python-pygobject.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-10-20 00:22:32 +02:00
Raghav Gururajan
0bb718c1b2
gnu: python-nbxmpp: Make some cosmetic changes.
...
* gnu/packages/messaging.scm (python-nbxmpp): Make some cosmetic changes.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-10-20 00:22:18 +02:00
Raghav Gururajan
c87646400d
gnu: Add farstream.
...
* gnu/packages/freedesktop.scm (farstream): New variable.
* gnu/packages/patches/farstream-make.patch: New file.
* gnu/local.mk (dist_PATCH_DATA): Add it.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-10-20 00:21:31 +02:00
Raghav Gururajan
7bc5c0f0e0
gnu: Add gupnp-igd.
...
* gnu/packages/gnome.scm (gupnp-igd): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-10-20 00:21:28 +02:00
Raghav Gururajan
0c140b12f3
gnu: libnice: Propagate gnutls.
...
* gnu/packages/networking.scm (libnice) [inputs]: Move gnutls to ...
[propagated-inputs]: ... here.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-10-20 00:21:14 +02:00
Ricardo Wurmus
223c447349
gnu: Add texlive-dejavu.
...
* gnu/packages/tex.scm (texlive-dejavu): New variable.
2020-10-20 00:03:40 +02:00
Ricardo Wurmus
40557391ab
gnu: Add texlive-libertine.
...
* gnu/packages/tex.scm (texlive-libertine): New variable.
2020-10-20 00:03:40 +02:00
Ricardo Wurmus
79624befa1
gnu: r-with-tests: Work around reproducibility problem.
...
Fixes <https://bugs.gnu.org/35441 >.
* gnu/packages/statistics.scm (r-with-tests)[arguments]: Avoid reproducibility
problem by patching problematic sequence of characters in DESCRIPTION file
template.
2020-10-20 00:03:40 +02:00
Ricardo Wurmus
615ee12e64
gnu: r-with-tests: Update to 4.0.3.
...
* gnu/packages/statistics.scm (r-with-tests): Update to 4.0.3.
2020-10-20 00:03:36 +02:00
Oleg Pykhalov
61e6d3ca11
services: lxqt-desktop: Delete unbound lxqt-desktop-service.
...
This commit follows 764d896668 .
* gnu/services/desktop.scm:
Delete unbound "lxqt-desktop-service" exported variable.
2020-10-20 00:27:30 +03:00
Reza Alizadeh Majd
764d896668
services: Add LXQt desktop service.
...
* gnu/services/desktop.scm (lxqt-desktop-service-type): New variable.
(<lxqt-desktop-configuration>): New record type.
(lxqt-desktop-configuration?): New procedure.
* doc/guix.texi (Desktop Services): Document this.
Co-authored-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-10-20 00:21:45 +03:00
Reza Alizadeh Majd
807353fe14
gnu: pcmanfm-qt: Fix default wallpaper load path.
...
* gnu/packages/lxqt.scm (pcmanfm-qt)[arguments]: Patch "settings.ini" file and
update "LXQT_SHARE_DIR" environment variable to point to system profile,
instead of an invalid path pointing to "lxqt-build-tools" package.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-10-20 00:16:43 +03:00
Reza Alizadeh Majd
bdb030a7dc
gnu: lxqt-session: Wrap startlxqt executable.
...
* gnu/packages/lxqt.scm (lxqt-session)[arguments]: Add new phase to wrap
"lxqt-session" and add base paths for "lxqt" and "pcmanfm-qt" config folders
in system profile to "XDG_CONFIG_DIRS" environment variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-10-20 00:16:43 +03:00
Reza Alizadeh Majd
9aa35795d3
gnu: lxqt-session: Fix xsession entry exec path.
...
* gnu/packages/lxqt.scm (lxqt-session)[arguments]: Update path for
"startlxqt" to be able to executed properly by "gdm".
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-10-20 00:16:43 +03:00
zimoun
87f31bf2a8
gnu: emacs-tuareg: Update to 2.2.0-0.ccde45b.
...
* gnu/packages/ocaml.scm (emacs-tuareg): Update to 2.2.0-0.ccde45b.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-19 22:47:16 +02:00
John Soo
80641727ed
gnu: Add emacs-graphql-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-graphql-mode): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-19 22:42:36 +02:00
Vagrant Cascadian
4d850f7c5a
gnu: linux-libre-arm64-generic: Enable support for Pinebook.
...
* gnu/packages/linux (linux-libre-arm64-generic): Enable modules for display,
battery, charger and usb on Pinebook.
2020-10-19 13:02:38 -07:00
Miguel Ángel Arruga Vivas
19c14d95b3
installer: Create bios_grub partition when it is needed.
...
* gnu/installer/parted.scm (auto-partition!): Only check for ESP on EFI
installations.
2020-10-19 21:54:25 +02:00
Tobias Geerinckx-Rice
a3ab43f49a
gnu: vim: Update to 8.2.1864.
...
* gnu/packages/vim.scm (vim): Update to 8.2.1864.
2020-10-19 21:44:31 +02:00
Tobias Geerinckx-Rice
fcad8025fc
gnu: tinyscheme: Update to 1.42.
...
* gnu/packages/scheme.scm (tinyscheme): Update to 1.42.
2020-10-19 21:44:31 +02:00
Tobias Geerinckx-Rice
cb4b56508d
gnu: xonsh: Update to 0.9.24.
...
* gnu/packages/shells.scm (xonsh): Update to 0.9.24.
2020-10-19 21:44:31 +02:00
Tobias Geerinckx-Rice
485ee063d6
gnu: libpwquality: Update to 1.4.4.
...
* gnu/packages/password-utils.scm (libpwquality): Update to 1.4.4.
2020-10-19 21:44:31 +02:00
Tobias Geerinckx-Rice
48e8bad36e
gnu: inxi-minimal: Update to 3.1.08-1.
...
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.08-1.
2020-10-19 21:44:31 +02:00
Maxim Cournoyer
5800d2aae2
maint: update-guix-package: Prevent accidentally breaking guix pull.
...
Fixes <https://issues.guix.gnu.org/43893 >.
This changes the 'update-guix-package' tool so that it:
1. Always uses a clean checkout to compute the hash of the updated 'guix'
package.
2. Ensures the commit used in the updated 'guix' package definition has already
been pushed upstream.
* build-aux/update-guix-package.scm (%savannah-guix-git-repo-push-url): New
variable.
(with-input-pipe-to-string, with-temporary-git-worktree): New syntaxes.
(find-origin-remote, git-add-worktree): New procedures.
(commit-already-pushed?): New predicate.
(main): Check the commit used has already been pushed upstream and compute the
hash from a clean checkout.
* doc/contributing.texi (Updating the Guix Package): Document it.
* .dir-locals.el (scheme-mode): Fix indentation of with-temporary-git-worktree.
2020-10-19 14:02:53 -04:00
Christopher Baines
c949530b6f
import: crate: make-crate-sexp: Fix missing home-page handling.
...
* guix/import/crate.scm (make-crate-sexp): Replace 'null rather than '() with
the empty string for the home-page.
2020-10-19 18:48:33 +01:00
Tobias Geerinckx-Rice
fc316a585e
gnu: claws-mail: Update to 3.17.8.
...
* gnu/packages/mail.scm (claws-mail): Update to 3.17.8.
2020-10-19 18:05:59 +02:00
Guillaume Le Vaillant
324057e8d6
gnu: ffmpeg-3.4: Fix configuration.
...
ffmpeg-3.4 doesn't support "--enable-libsrt".
* gnu/packages/video.scm (ffmpeg-3.4)[arguments]: Remove "--enable-libsrt"
from 'configure-flags'.
[inputs]: Remove srt.
2020-10-19 13:58:43 +02:00
Guillaume Le Vaillant
a0e47fada7
gnu: monero-gui: Update to 0.17.1.1.
...
* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.1.
2020-10-19 13:46:19 +02:00
Ludovic Courtès
d66a4eac44
doc: Produce stylable HTML for @deftp, @deffn, etc.
...
'makeinfo --help' uses <strong> and <em> for those entries. Replace
that with CSS classes.
* doc/build.scm (html-manual-identifier-index)[build]: Adjust to handle
rewritten forms of <dt> entries.
* doc/build.scm (syntax-highlighted-html)[build][syntax-highlight]:
Handle <dt> forms and replace them.
[highlight-definition, space?]: New procedures.
2020-10-19 13:28:38 +02:00
Helio Machado
a9105c2c4c
import: print: Fix deprecation warning for origin-sha256.
...
* guix/import/print.scm (source->code source version): Replace
'origin-sha256' by 'origin-hash' and handle non-SHA256 hashes.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2020-10-19 13:28:38 +02:00
BonfaceKilz
1f39175d1a
gnu: Add python-parallel.
...
* gnu/packages/python-xyz (python-parallel): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-19 10:52:04 +03:00
Nicolas Goaziou
5e7fa52841
gnu: python-pendulum: Update to 2.1.2.
...
* gnu/packages/time.scm (python-pendulum): Update to 2.1.2.
2020-10-19 09:45:18 +02:00
Guillaume Le Vaillant
2a02591266
gnu: monero: Update to 0.17.1.1.
...
* gnu/packages/finance.scm (monero): Update to 0.17.1.1.
2020-10-19 09:42:58 +02:00
Zhu Zihao
ef13b01a21
gnu: emacs-symbol-overlay: Update to 4.2.
...
* gnu/packages/emacs-xyz.scm(emacs-symbol-overlay): Update to 4.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-19 09:37:14 +02:00
Ryan Prior
7dc22e2c6a
gnu: esbuild: Update to 0.7.16.
...
* gnu/packages/web.scm (esbuild): Update to 0.7.16.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-19 10:15:03 +03:00
Vagrant Cascadian
fe6067fc24
gnu: u-boot: Update to 2020.10.
...
* gnu/packages/bootloaders (u-boot): Update to 2020.10.
* gnu/packages/patches/u-boot-riscv64-fix-extlinux.patch: Refresh patch.
2020-10-18 16:18:45 -07:00
Vinicius Monego
2a4f3c1711
gnu: Add libebur128.
...
* gnu/packages/audio.scm (libebur128): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-10-19 00:12:33 +02:00
Peng Mei Yu
6b98188171
gnu: Add ccal.
...
* gnu/packages/calendar.scm (ccal): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-10-19 00:12:33 +02:00
Vinicius Monego
094e234d30
gnu: Add authenticator.
...
* gnu/packages/gnome.scm (authenticator): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-10-19 00:12:33 +02:00
Vinicius Monego
2f115f56fa
gnu: Add python-pyzbar.
...
* gnu/packages/python-xyz.scm (python-pyzbar): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-10-19 00:12:33 +02:00
Vinicius Monego
945ec6c3ec
gnu: Add yoyo-migrations.
...
* gnu/packages/databases.scm (yoyo-migrations): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-10-19 00:12:33 +02:00
Vinicius Monego
6f8d776d25
gnu: Add python-pyotp.
...
* gnu/packages/python-crypto.scm (python-pyotp): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-10-19 00:12:33 +02:00
Vinicius Monego
48fe2e01d8
gnu: Add python-pyfavicon.
...
* gnu/packages/python-xyz.scm (python-pyfavicon): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-10-19 00:12:33 +02:00
Vinicius Monego
a8eb438e78
gnu: Add passwordsafe.
...
* gnu/packages/gnome.scm (passwordsafe): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-10-19 00:12:32 +02:00
Vinicius Monego
9cd6128905
gnu: libpwquality: Enable Python binding.
...
* gnu/packages/password-utils.scm (libpwquality)[arguments]: Enable Python binding.
[native-inputs]: Add python-wrapper.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-10-19 00:12:32 +02:00
Vinicius Monego
68d425cda8
gnu: Add python-pykeepass.
...
* gnu/packages/python-crypto.scm (python-pykeepass): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-10-19 00:12:32 +02:00
Joseph LaFreniere
474efc823b
gnu: Add python-grandalf.
...
* gnu/packages/python-xyz.scm (python-grandalf): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-10-19 00:12:32 +02:00
Marius Bakke
f01ec472b9
gnu: ungoogled-chromium: Update to 86.0.4240.75-0.c34a56d.
...
* gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for 86.
Include bundled libc++, jsoncpp, re2 and libvpx for now.
(gentoo-patch, chromium-gcc-patchset, %gentoo-patches, %gentoo-revision,
xcb-proto/python2): Remove variables.
(%debian-revision, %debian-patches): Update to debian/84.0.4147.105-1. Remove
jsoncpp unbundling patch.
(%ungoogled-revision, %ungoogled-origin): Update to c34a56db4c121238fface560.
(%chromium-version, arch-patch, %arch-revision): New variables.
(%arch-patches): Add more patches.
(ungoogled-chromium-snippet): Don't apply GCC or Gentoo patches. Don't
unbundle libvpx or re2.
(ungoogled-chromium): Update to 86.0.4240.75-0.c34a56d.
[arguments]: Adjust #:configure-flags and substitutions for 86. Add
workaround for building with bundled libc++. Adjust install phase to take a
hard coded list of files instead of using SCANDIR and REGEXP-EXEC.
[native-inputs]: Change from CLANG-10 to CLANG-11.
[inputs]: Remove JSONCPP, RE2 and XCB-PROTO/PYTHON2.
2020-10-19 00:12:32 +02:00
Marius Bakke
1c4cbeee36
gnu: gn: Update to 0.0-1819.e327ffd.
...
* gnu/packages/build-tools.scm (gn): Update to 0.0-1819.e327ffd.
2020-10-19 00:12:32 +02:00
Marius Bakke
8937cd05d3
gnu: lld: Update to 11.0.0.
...
* gnu/packages/llvm.scm (lld): Update to 11.0.0.
[inputs]: Change from LLVM-10 to LLVM-11.
2020-10-19 00:12:32 +02:00
Marius Bakke
7f79358def
gnu: LLVM, Clang: Add 11.0.0.
...
* gnu/packages/patches/clang-11.0-libc-search-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/llvm.scm (llvm-11, clang-runtime-11, clang-11,
clang-toolchain-11): New variables.
2020-10-19 00:12:31 +02:00
Marius Bakke
f1db068adb
gnu: llvm.scm: Reorder variables.
...
Keep all LLVM and Clang packages in order, define default versions last.
2020-10-19 00:12:31 +02:00
Marius Bakke
dcafa89cf0
gnu: extempore: Inline custom package variants.
...
Except novel ones without suitable replacements in Guix.
* gnu/packages/music.scm (portmidi-for-extempore): Remove variable, and move
to ...
(extempore)[inputs]: ... here.
* gnu/packages/llvm.scm (llvm-for-extempore): Likewise.
* gnu/packages/image.scm (stb-image-for-extempore): Likewise.
2020-10-19 00:12:31 +02:00
Miguel Ángel Arruga Vivas
d76b668cd6
installer: Call setlocale after init gettext.
...
* gnu/installer.scm (installer-program)[init-gettext]: Change locale
from C, installed at the program start.
2020-10-18 17:55:40 +02:00
Miguel Ángel Arruga Vivas
cfe9c7eceb
system: Use locale information in grub.cfg.
...
* gnu/bootloader/grub.scm (define-module): Add new dependency.
(grub-configuration-file): Add locale keyword.
(grub-configuration-file)[locale-config]: New variable with generated
locale configuration when locale parameter has been provided.
[builder]: Add locale-config.
2020-10-18 15:33:05 +02:00
Miguel Ángel Arruga Vivas
eaf0963983
system: Provide locale information to the bootloader.
...
* gnu/machine/ssh.scm (roll-back-managed-host): Use locale information
from boot-parameters.
* gnu/system.scm (operating-system-bootcfg): Provide locale information
to the bootloader.
* guix/system/script.scm (reinstall-bootloader): Use locale information
from boot-parameters.
2020-10-18 15:33:05 +02:00
Miguel Ángel Arruga Vivas
9d449b945b
system: Add locale to boot-parameters.
...
* gnu/system.scm (define-module)[export]: Add boot-parameters-locale.
(<boot-parameters>)[locale]: New field.
[boot-parameters-locale]: New accessor.
(read-boot-parameters): Read locale field.
(operating-system-boot-parameters): Provide operating-system locale to
boot-parameters record.
(opeating-system-boot-parameters-file): Likewise.
* Makefile.am (SCM_TESTS): Add tests/boot-parameters.scm.
* tests/boot-parameters.scm: New test file.
2020-10-18 15:32:54 +02:00
BonfaceKilz
1e30245406
gnu: Add python2-openpyxl.
...
* gnu/packages/python-xyz.scm (python2-openpyxl): New package.
(python-openpyxl)[properties]: Add reference to python2-openpyxl.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-18 12:31:23 +03:00
Jonathan Brielmaier
545441735a
gnu: Add hunspell-dict-de.
...
* gnu/packages/libreoffice.scm (hunspell-dict-de): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-18 12:19:34 +03:00
Jakub Kądziołka
fe5b5f8cd0
gnu: Add ispell.
...
* gnu/packages/aspell.scm (ispell): New variable.
Co-authored-by: Jonathan Brielmaier <jonathan.brielmaier@web.de >
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-18 12:16:19 +03:00
Efraim Flashner
4d405914ed
gnu: newsboat-2.13: Build with json-c-0.13.
...
* gnu/packages/syndication.scm (newsboat-2.13)[inputs]: Replace json-c
with json-c@.013.
2020-10-18 10:14:02 +03:00
Efraim Flashner
d512990d15
gnu: vc-dwim: Update to 1.10.
...
* gnu/packages/version-control.scm (vc-dwim): Update to 1.10.
2020-10-18 09:37:54 +03:00
Ludovic Courtès
6be7146130
gexp: 'assume-valid-file-name' has files looked up under the CWD.
...
Fixes a bug introduced in 5d4ad8e1be ,
whereby files enclosed in 'assume-valid-file-name' would be looked up
relative to the source directory instead of relative to the current
directory.
* guix/gexp.scm (local-file): In the 'assume-valid-file-name' case, look
up FILE relative to the current working directory.
2020-10-18 00:21:33 +02:00
Tobias Geerinckx-Rice
d14221bf65
gnu: ncmpc: Update to 0.41.
...
* gnu/packages/mpd.scm (ncmpc): Update to 0.41.
2020-10-17 23:21:58 +02:00
Magali Lemes
633b0242d0
gnu: Add r-calculus.
...
* gnu/packages/cran.scm (r-calculus): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-17 22:40:18 +02:00
Aniket Patil
62fc3e375c
doc: Fix typo.
...
* doc/guix.texi (Invoking guix import): Fix typo.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-17 22:40:18 +02:00
Helio Machado
f045a7a926
import: utils: Fix license name mismatches and define CUA-OPL-1.0.
...
* guix/licenses.scm (cua-opl1.0): New variable.
* guix/import/utils.scm (spdx-string->license): Rename licenses to fit
the internal names and add a notice pointing to guix/licenses.scm.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-17 22:40:18 +02:00
Lars-Dominik Braun
21fdf429a7
gnu: xpra: Fix HTML server
...
* gnu/packages/patches/xpra-4.0.4-norequests.patch: Add file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xpra)[patches]: Apply it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-17 22:40:18 +02:00
Ludovic Courtès
f54149062e
doc: cookbook: Balance parens in custom kernel examples.
...
* doc/guix-cookbook.texi (Customizing the Kernel): Add missing paren in
example. Remove extra parens in other example.
2020-10-17 22:40:18 +02:00
Ludovic Courtès
97ce30cc1b
doc: Generate cross-references in code snippets to the Guile manual.
...
Occurrences of 'list', 'cons', etc. in code snippets now link to the
relevant section of the Guile manual.
* doc/build.scm (guile-manual, %guile-manual-base-url)
(guile-mono-node-indexes, guile-split-node-indexes): New variables.
(for-all-languages, merge-index-alists): New procedures.
<top level>: Rename 'mono-node-indexes' and 'split-node-indexes' to
'guix-mono-node-indexes' and 'guix-split-node-indexes' respectively.
Add 'mono-node-indexes' and 'split-node-indexes' defined as calls to
'merge-index-alists'.
2020-10-17 22:40:17 +02:00
Ludovic Courtès
db1d445357
doc: Allow code snippets in the cookbook to link to the manual.
...
Until now, only code snippets in the manual itself would contain links
to identifier definitions. Now snippets in the cookbook also link to
definitions in the manual.
* doc/build.scm (html-manual): Add #:mono-node-indexes and #:multi-node-indexes
and pass it to 'syntax-highlighted-html'.
(pdf+html-manual): Likewise, and pass it to 'html-manual'.
<top level>: Factorize 'version' and 'source'. Define 'guix-manual',
'mono-node-indexes', and 'split-node-indexes'. Pass #:mono-node-indexes
and #:split-node-indexes to 'pdf+html-manual'.
2020-10-17 22:40:17 +02:00
Ludovic Courtès
0f7d0743ed
doc: Move manual index creation to a separate derivation.
...
* doc/build.scm (normalize-language-code, html-manual-identifier-index):
New procedures.
(syntax-highlighted-html): Add #:mono-node-indexes and #:split-node-indexes.
[build](underscore-decode, anchor-id->key, collect-anchors): Remove.
(language+node-anchors, mono-node-anchors, multi-node-anchors): New
variables.
Use them.
2020-10-17 22:40:17 +02:00
Ludovic Courtès
3cd1a7ac51
doc: Remove 'build.scm' from the source of the manual.
...
That way we no longer have to rebuild the whole manual when fiddling
with 'build.scm'.
* doc/build.scm <top level>: Define 'select?' and pass it to
'pdf+html-manual'.
2020-10-17 22:40:17 +02:00
Nicolas Goaziou
a1b88219e8
gnu: python-asynctest: Fix build.
...
* gnu/packages/python-xyz.scm (python-asynctest): Disabled all failing tests.
Return #t at the end of the phase.
2020-10-17 22:37:36 +02:00
Nicolas Goaziou
b75ef68a08
gnu: python-duniterpy: Update to 0.60.0.
...
* gnu/packages/finance.scm (python-duniterpy): Update to 0.60.0.
2020-10-17 21:59:46 +02:00
Michael Rohleder
e97be4a3c7
gnu: qutebrowser: Update to 1.14.0.
...
* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.14.0.
Signed-off-by: Brett Gilio <brettg@gnu.org >
2020-10-17 12:32:30 -05:00
Miguel Ángel Arruga Vivas
c2a382e510
doc: Fixes for Texinfo metainfo.
...
* doc/guix.texi (guix-pack)[GUIX_EXECUTION_ENGINE]: Use @env
instead of @code.
(zram-device-service-type): Use @code instead of @var for constant or
symbolic values.
(rshiny-service-type): Use @env instead of @code for R_LIBS_USER.
2020-10-17 15:32:53 +02:00
Miguel Ángel Arruga Vivas
3483e6444d
doc: Fix minor typos.
...
* doc/guix.texi (cargo-build-system): Fix install phase description.
(julia-build-system): Fix typo and add information from check.
(pulseaudio-configuration): Remove duplicated words.
(knot-acl-configuration)[id]: Fix typo.
(mpd-output)[extra-options]: Likewise.
(libvirt-configuration) [listen-tls?]: Add missing subject.
[listen-tcp?]: Add missing subject and period.
[tls-port, tcp-port, log-filters]: Add missing period.
(hurd-vm-configuration)[netoptions]: Fix typo in example.
(ganeti-watcher-service-type): Fix typo.
(grub-theme)[gfxmode]: Remove see before @pxref.
2020-10-17 15:32:49 +02:00
Nicolas Goaziou
cba7a6f7df
gnu: python-base58: Update to 2.0.1.
...
* gnu/packages/python-crypto.scm (python-base58): Update to 2.0.1.
2020-10-17 15:07:17 +02:00
Brett Gilio
201a507b77
gnu: lynx: Update to 2.9.0dev.6.
...
* gnu/packages/web-browsers.scm (lynx): Update to 2.9.0dev.6.
2020-10-16 22:07:46 -05:00
Brett Gilio
38e5bc92e9
gnu: xlsxio: Update to 0.2.29.
...
* gnu/packages/xml.scm (xlsxio): Update to 0.2.29.
2020-10-16 22:00:52 -05:00
Brett Gilio
4e1380791a
gnu: swi-prolog: Update to 8.3.9.
...
* gnu/packages/prolog.scm (swi-prolog): Update to 8.3.9.
2020-10-16 21:03:20 -05:00
Brett Gilio
03267c4c3e
gnu: emacs-org-journal: Update to 2.1.1.
...
* gnu/packages/emacs-xyz.scm (emacs-org-journal): Update to 2.1.1.
2020-10-16 20:55:06 -05:00
Brett Gilio
d2eb890057
gnu: emacs-org-webring: Update to 1.9.
...
* gnu/packages/emacs-xyz.scm (emacs-org-webring): Update to 1.9.
2020-10-16 19:47:47 -05:00
AuPath
a25512fe82
gnu: emacs-gdscript-mode: Update to 1.4.0.
...
* gnu/packages/emacs-xyz.scm (emacs-gdscript-mode): Update to 1.4.0.
Signed-off-by: Brett Gilio <brettg@gnu.org >
2020-10-16 18:52:30 -05:00
Oleg Pykhalov
6a5a477df4
services: docker: Fix missing containerd-shim binary.
...
This commit fixes error 'time="2020-10-16T…" level=error msg="Handler for POST
/v1.40/containers/…/start returned error: failed to start shim: exec:
\"containerd-shim\": executable file not found in $PATH: unknown"'.
* gnu/services/docker.scm
(containerd-shepherd-service): Add "containerd-shim" to PATH.
2020-10-17 00:43:24 +03:00
Tobias Geerinckx-Rice
6c03d15d7d
gnu: grass: Fix start-up without python@3 in profile.
...
* gnu/packages/geo.scm (grass)[arguments]: Rename ‘wrap-python’ phase to
‘python:wrap’. Add ‘wrap-with-python-interpreter’ phase.
2020-10-16 23:08:33 +02:00
Tobias Geerinckx-Rice
bcf9732059
gnu: grass: Update to 7.8.4.
...
* gnu/packages/geo.scm (grass): Update to 7.8.4.
2020-10-16 23:08:33 +02:00
Oleg Pykhalov
719246a51d
gnu: containerd: Don't 'chdir' in build phases.
...
This fixes breaks the 'install-license-files' phase added in
6b793fa662 and is generally not good
practice.
* gnu/packages/docker.scm (containerd): [arguments]: Use
'with-directory-excursion' instead of 'chdir' in build phases.
2020-10-16 20:02:51 +03:00
Tobias Geerinckx-Rice
1e39c86592
gnu: iproute2: Update to 5.9.0.
...
* gnu/packages/linux.scm (iproute2): Update to 5.9.0.
2020-10-16 17:27:16 +02:00
Tobias Geerinckx-Rice
88a099636f
gnu: make-lua-ossl: Fix bogus use of DESTDIR.
...
* gnu/packages/lua.scm (make-lua-ossl)[arguments]: Set the standard PREFIX variable.
2020-10-16 17:16:23 +02:00
Tobias Geerinckx-Rice
d96241547d
gnu: multitail: Edit synopsis & description.
...
* gnu/packages/logging.scm (multitail)[synopsis, description]: Fix typo
& rephrase.
2020-10-16 17:16:23 +02:00
Tobias Geerinckx-Rice
c887f7b3b8
gnu: multitail: Cross-compile.
...
* gnu/packages/logging.scm (multitail)[arguments]: Use CC-FOR-TARGET.
2020-10-16 17:16:23 +02:00
Tobias Geerinckx-Rice
7b2b01e389
gnu: multitail: Remove bogus use of DESTDIR.
...
* gnu/packages/logging.scm (multitail)[arguments]: Use the PREFIX
variable instead.
2020-10-16 17:16:15 +02:00
Tobias Geerinckx-Rice
5c8e8bc556
gnu: dstat: Fix bogus use of DESTDIR.
...
* gnu/packages/admin.scm (dstat)[arguments]: Set the standard prefix
variable.
2020-10-16 17:16:07 +02:00
Tobias Geerinckx-Rice
5446720292
gnu: filters: Fix bogus use of DESTDIR.
...
* gnu/packages/toys.scm (filters)[arguments]: Set and respect the
standard prefix variable.
2020-10-16 17:16:01 +02:00
Tobias Geerinckx-Rice
dae2ac513d
gnu: filters: Fix repository URL.
...
* gnu/packages/toys.scm (filters)[source]: Use git://.
2020-10-16 17:16:00 +02:00
Tobias Geerinckx-Rice
d7b83e2f8d
gnu: filters: Replace git commit with equivalent tag.
...
* gnu/packages/toys.scm (filters)[source]: Use tag.
2020-10-16 17:16:00 +02:00
Tobias Geerinckx-Rice
834ab06477
gnu: filters: Prepare for cross-compilation.
...
* gnu/packages/toys.scm (filters)[arguments]: Use CC-FOR-TARGET.
2020-10-16 17:16:00 +02:00
Tobias Geerinckx-Rice
95328851ae
gnu: vim: Update to 8.2.1852.
...
* gnu/packages/vim.scm (vim): Update to 8.2.1852.
2020-10-16 17:16:00 +02:00
Tobias Geerinckx-Rice
eec4def4f6
gnu: gpxsee: Update to 7.34.
...
* gnu/packages/gps.scm (gpxsee): Update to 7.34.
2020-10-16 17:16:00 +02:00
Tobias Geerinckx-Rice
4d998aa643
gnu: spread-sheet-widget: Update to 0.7.
...
* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.7.
2020-10-16 17:16:00 +02:00
Tobias Geerinckx-Rice
f6a0b54e9d
gnu: ethtool: Update to 5.9.
...
* gnu/packages/networking.scm (ethtool): Update to 5.9.
2020-10-16 15:09:53 +02:00
Tobias Geerinckx-Rice
9e64b3bcec
gnu: ndctl: Update to 70.1.
...
* gnu/packages/disk.scm (ndctl): Update to 70.1.
2020-10-16 15:09:53 +02:00
Tobias Geerinckx-Rice
295d969c38
gnu: libostree: Update to 2020.7.
...
* gnu/packages/package-management.scm (libostree): Update to 2020.7.
2020-10-16 15:09:53 +02:00
Tobias Geerinckx-Rice
7969a6adf3
gnu: python-sqlalchemy: Update to 1.3.20.
...
* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.3.20.
2020-10-16 15:09:53 +02:00
Tobias Geerinckx-Rice
214ff8f6db
gnu: tintin++: Update to 2.02.04.
...
* gnu/packages/games.scm (tintin++): Update to 2.02.04.
2020-10-16 15:09:53 +02:00
Tobias Geerinckx-Rice
46fd582ff5
gnu: soundtouch: Update to 2.2.
...
* gnu/packages/audio.scm (soundtouch): Update to 2.2.
2020-10-16 15:09:53 +02:00
Tobias Geerinckx-Rice
1aa375528b
gnu: libressl: Update to 3.1.4.
...
* gnu/packages/tls.scm (libressl): Update to 3.1.4.
2020-10-16 15:09:52 +02:00
Ludovic Courtès
27913a6d38
gnu: gnuzilla: Use 'assume-valid-file-name' where appropriate.
...
This avoids spurious 'local-file' warnings when running "make".
* gnu/packages/gnuzilla.scm (icecat-source): Wrap 'search-patch' calls
in 'assume-valid-file-name'.
2020-10-16 15:00:51 +02:00
Ludovic Courtès
5dbfdf8be4
services: provenance: Wrap config file name in 'assume-valid-file-name'.
...
This gets rid of a pointless 'local-file' warning when running
'guix system reconfigure FILE' and FILE is a relative file name.
* gnu/services.scm (provenance-entry): Wrap CONFIG-FILE in
'assume-valid-file-name'.
2020-10-16 15:00:50 +02:00
Ludovic Courtès
5d4ad8e1be
gexp: Add 'assume-valid-file-name' syntax for use with 'local-file'.
...
* guix/gexp.scm (assume-valid-file-name): New variable.
(local-file): Add clause with (assume-valid-file-name file).
2020-10-16 15:00:50 +02:00
Ludovic Courtès
e39e8d97c1
gnu: runc, skopeo, docker-cli, umoci: Don't 'chdir' in build phases.
...
This fixes breaks the 'install-license-files' phase added in
6b793fa662 and is generally not good
practice.
Reported by divoplade on #guix.
* gnu/packages/virtualization.scm (runc)[arguments]: Use
'with-directory-excursion' instead of 'chdir' in build phases.
(skopeo)[arguments]: Likewise.
(umoci)[arguments]: Likewise.
* gnu/packages/docker.scm (docker-cli)[arguments]: In 'install' phase,
remove call to 'chdir' and adjust 'install-file' argument accordingly.
2020-10-16 15:00:50 +02:00
Tim Howes
9a4c83bdb6
gnu: julia: Update to 1.5.2.
...
* gnu/packages/julia.scm (libuv-julia): No change to libuv.version.
(julia-patch): Update to 1.5.2.
(llvm-julia)[inherit]: Update to use llvm-9.
[source]: Apply patches for llvm-9 from deps/llvm.mk.
(julia): Update to 1.5.2.
[source]: Remove substitutions for precompile.jl and cmdlineargs.jl.
Add a substitution for Dates/io tests. Set --depwarn=error for tests.
[arguments]: Set LLVM_VER=9.0.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-16 15:00:50 +02:00
Ludovic Courtès
b601aadaf5
.guix-authorizations: Add m1gu3l.
...
* .guix-authorizations: Add m1gu3l to the committers.
2020-10-16 15:00:50 +02:00
zimoun
b2683a2bed
guix-install.sh: Check the service 'nscd' and suggest it.
...
Fixes <https://bugs.gnu.org/43744 >.
* etc/guix-install.sh (chk_sys_nscd): New function to check if the service
'nscd is running, otherwise suggest to install distribution-wide.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-16 15:00:50 +02:00
zimoun
b3fba5ef04
guix-install.sh: Add symbolic links for supported shell completions.
...
Fixes <https://bugs.gnu.org/43744 >.
* etc/guix-install.sh (sys_create_shell_completion): New function to add
system wide all the symlinks for supported shell completions.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-16 15:00:50 +02:00
Ludovic Courtès
4dd989708c
nls: Update manual translations.
2020-10-16 15:00:49 +02:00
Ludovic Courtès
a743b04a41
nls: Update.
2020-10-16 15:00:49 +02:00
Efraim Flashner
83fc59b46b
gnu: docker-cli: Fix build.
...
This is a follow-up to 6b793fa662 .
* gnu/packages/docker.scm (docker-cli)[arguments]: In custom 'install
phase don't change directory to install 'docker' binary.
2020-10-16 15:38:32 +03:00
Tobias Geerinckx-Rice
24dd78a3cd
gnu: perl-db-file: Update to 1.855.
...
* gnu/packages/databases.scm (perl-db-file): Update to 1.855.
2020-10-16 06:03:59 +02:00
Tobias Geerinckx-Rice
7f73ca75fa
gnu: cpuid: Fix typo.
...
This is a left-behind fixup commit to
2bfe99b11a .
* gnu/packages/linux.scm (cpuid)[arguments]: Quasiquote.
2020-10-16 06:00:51 +02:00
Tobias Geerinckx-Rice
e4089b897b
gnu: perl-role-tiny: Update to 2.001004.
...
* gnu/packages/perl.scm (perl-role-tiny): Update to 2.001004.
2020-10-16 02:03:28 +02:00
Tobias Geerinckx-Rice
6f19c32b0e
gnu: dmidecode: Update to 3.3.
...
* gnu/packages/admin.scm (dmidecode): Update to 3.3.
[arguments]: Restructure. Add CC to #:make-flags.
2020-10-16 02:03:27 +02:00
Tobias Geerinckx-Rice
6688aed408
gnu: chirp: Update to 20201014.
...
* gnu/packages/radio.scm (chirp): Update to 20201014.
2020-10-16 02:03:27 +02:00
Tobias Geerinckx-Rice
d605f58de5
gnu: xterm: Update to 361.
...
* gnu/packages/xorg.scm (xterm): Update to 361.
2020-10-16 02:03:26 +02:00
Tobias Geerinckx-Rice
16b0aa429e
gnu: praat: Update to 6.1.27.
...
* gnu/packages/language.scm (praat): Update to 6.1.27.
2020-10-16 02:03:26 +02:00
Tobias Geerinckx-Rice
532db12edb
gnu: perl-email-sender: Update to 1.300035.
...
* gnu/packages/mail.scm (perl-email-sender): Update to 1.300035.
2020-10-16 02:03:25 +02:00
Tobias Geerinckx-Rice
f04a7ef5b6
gnu: swaks: Update to 20201014.0.
...
* gnu/packages/mail.scm (swaks): Update to 20201014.0.
2020-10-16 02:03:25 +02:00
Tobias Geerinckx-Rice
ad8cdc7b89
gnu: swaks: Use git source.
...
* gnu/packages/mail.scm (swaks)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[argument]: Add a ‘set-build_version’ phase.
Adjust the POD file name.
2020-10-16 02:03:24 +02:00
Tobias Geerinckx-Rice
7f4a81540a
gnu: fakeroot: Update to 1.25.3.
...
* gnu/packages/linux.scm (fakeroot): Update to 1.25.3.
2020-10-16 02:03:24 +02:00
Tobias Geerinckx-Rice
25bc6ffdd0
gnu: asunder: Update to 2.9.7.
...
* gnu/packages/cdrom.scm (asunder): Update to 2.9.7.
2020-10-16 02:03:24 +02:00
Tobias Geerinckx-Rice
a97ea4ff2a
gnu: knot-resolver: Build with only knot:lib.
...
This saves 13.9 MiB (~7.5%) of total ‘guix size’.
* gnu/packages/dns.scm (knot-resolver)[inputs]: Replace knot with
knot:lib.
2020-10-16 02:03:23 +02:00
Tobias Geerinckx-Rice
8154df5307
gnu: knot: Build separate outputs.
...
* gnu/packages/dns.scm (knot)[outputs]: New field adding :doc, :lib,
and :tools outputs.
[arguments]: Add #:configure-flags to install into :doc and :lib.
Add a new ‘split-:tools’ phase to install into :tools.
Add a new ‘break-circular-:lib->:out-reference’ phase to do just that.
2020-10-16 02:03:23 +02:00
Michael Rohleder
4caa84e299
gnu: emacs-with-editor: Update to 2.9.4-1.
...
* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 2.9.4-1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-15 23:58:26 +02:00
Ludovic Courtès
c0001b8bfc
doc: cookbook: Clarify what keywords are.
...
* doc/guix-cookbook.texi (A Scheme Crash Course): Clarify what keywords
are.
2020-10-15 23:51:04 +02:00
Michael Rohleder
850a2f7417
gnu: synapse: Update to 1.20.1.
...
* gnu/packages/matrix.scm (synapse): Update to 1.20.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-15 23:51:04 +02:00
Michael Rohleder
58f0bd2468
gnu: go-ipfs: Update to 0.7.0.
...
* gnu/packages/ipfs.scm (go-ipfs): Update to 0.7.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-15 23:51:04 +02:00
Michael Rohleder
2266f16296
gnu: zathura: Update to 0.4.7.
...
* gnu/packages/pdf.scm (zathura): Update to 0.4.7.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-15 23:51:04 +02:00
Ludovic Courtès
699f1de721
doc: Improve "Build Utilities".
...
* doc/guix.texi (Build Utilities): Fix typos. Provide the correct
syntax for 'substitute*'. Add a 'modify-phases' example.
2020-10-15 23:51:04 +02:00
Efraim Flashner
0ea23218ad
gnu: mdk: Sort inputs alphabetically.
...
* gnu/packages/education.scm (mdk)[native-inputs]: Sort inputs
alphabetically.
[inputs]: Same.
2020-10-16 00:07:10 +03:00
Efraim Flashner
40541eaa06
gnu: mdk: Fix indentation.
...
* gnu/packages/education.scm (mdk): Fix package indentation.
2020-10-16 00:06:01 +03:00
Efraim Flashner
62a7f3b84c
gnu: mdk: Update to 1.2.11.
...
* gnu/packages/education.scm (mdk): Update to 1.2.11.
[native-inputs]: Move ncurses ...
[inputs]: ... to here.
2020-10-16 00:05:19 +03:00
Wiktor Żelazny
ae6a61d731
gnu: r-sf: Use proj instead of proj.4.
...
This addresses segfaults while loading vector GIS data from a file.
* gnu/packages/cran.scm (r-sf)[inputs]: Replace proj.4 with proj, and add
sqlite.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-10-15 21:09:15 +01:00
Leo Prikler
3e072a59be
gnu: Add tsukundere.
...
* gnu/packages/game-development.scm (tsukundere): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-10-15 20:49:12 +01:00
Michael Rohleder
a19983fb4d
gnu: xfce4-cpufreq-plugin: Update to 1.2.2.
...
* gnu/packages/xfce.scm (xfce4-cpufreq-plugin): Update to 1.2.2.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-10-15 20:42:06 +01:00
Tobias Geerinckx-Rice via Guix-patches via
f43287aff0
gnu: linux-libre: Enable XDP sockets and their monitoring.
...
* gnu/packages/aux-files/linux-libre/4.19-arm.conf: Enable AF_XDP
sockets and the associated monitor interface.
* gnu/packages/aux-files/linux-libre/4.19-arm64.conf: Likewise
* gnu/packages/aux-files/linux-libre/4.19-i686.conf: Likewise
* gnu/packages/aux-files/linux-libre/4.19-x86_64.conf: Likewise
* gnu/packages/aux-files/linux-libre/5.4-arm.conf: Likewise
* gnu/packages/aux-files/linux-libre/5.4-arm64.conf: Likewise
* gnu/packages/aux-files/linux-libre/5.4-i686.conf: Likewise
* gnu/packages/aux-files/linux-libre/5.4-x86_64.conf: Likewise
* gnu/packages/aux-files/linux-libre/5.8-arm.conf: Likewise
* gnu/packages/aux-files/linux-libre/5.8-arm64.conf: Likewise
* gnu/packages/aux-files/linux-libre/5.8-i686.conf: Likewise
* gnu/packages/aux-files/linux-libre/5.8-x86_64.conf: Likewise
2020-10-15 14:23:01 -04:00
Leo Famulari
94e591633d
gnu: linux-libre: Update to 4.4.239.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.239.
(linux-libre-4.4-pristine-source): Update hash.
2020-10-15 14:23:01 -04:00
Leo Famulari
f5e0df37ad
gnu: linux-libre 4.9: Update to 4.9.239.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.239.
(linux-libre-4.9-pristine-source): Update hash.
2020-10-15 14:23:00 -04:00
Leo Famulari
a5d02c1634
gnu: linux-libre 4.14: Update to 4.14.201.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.201.
(linux-libre-4.14-pristine-source): Update hash.
2020-10-15 14:23:00 -04:00
Leo Famulari
aa75d5163e
gnu: linux-libre 4.19: Update to 4.19.151.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.151.
(linux-libre-4.19-pristine-source): Update hash.
2020-10-15 14:23:00 -04:00
Leo Famulari
7a34589246
gnu: linux-libre 5.4: Update to 5.4.71.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.71.
(linux-libre-5.4-pristine-source): Update hash.
2020-10-15 14:23:00 -04:00
Leo Famulari
78890b7aee
gnu: linux-libre: Update to 5.8.15.
...
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.15.
(linux-libre-5.8-pristine-source): Update hash.
2020-10-15 14:22:53 -04:00
Ludovic Courtès
61263e1ba3
doc: Add "Build Utilities" section.
...
* doc/guix.texi (Build Utilities): New section.
(Defining Packages): Refer to it.
(Build Systems): Likewise.
* doc/guix-cookbook.texi (Extended example): Likewise.
2020-10-15 18:50:22 +02:00
Ludovic Courtès
5ef1508942
ui: Only suggest modules that export the unbound variable identifier.
...
Fixes <https://bugs.gnu.org/43498 >.
Reported by Tobias Geerinckx-Rice <me@tobias.gr >.
* guix/ui.scm (known-variable-definition): Check for variables in the
public interface of HEAD, not in HEAD itself.
* tests/guix-build.sh: Add test.
2020-10-15 18:50:22 +02:00
Ludovic Courtès
48720afb32
doc: cookbook: Use @code for the identifiers of utility functions.
...
* doc/guix-cookbook.texi (Utility functions): Use @code instead of @asis.
2020-10-15 18:50:22 +02:00
Ludovic Courtès
3451368345
doc: cookbook: More "#true" and "#false".
...
* doc/guix-cookbook.texi (Extended example)
(Customizing the Kernel, Running Guix on a Linode Server): Use #true and #false.
2020-10-15 18:50:22 +02:00
Ludovic Courtès
51f34e21c6
doc: cookbook: Use @var for meta-syntactic variables.
...
* doc/guix-cookbook.texi (Extended example): Use @var for meta-syntactic
variables in 'modify-phases' description.
2020-10-15 18:50:22 +02:00
Ludovic Courtès
7802988201
doc: cookbook: Fix 'let' form in example.
...
* doc/guix-cookbook.texi (Extended example): Fix 'let' form in example.
2020-10-15 18:50:22 +02:00
Julien Lepiller
339177956a
gnu: dune: Update to 2.7.1.
...
* gnu/packages/ocaml.scm (dune): Update to 2.7.1.
(ocaml4.07-dune): Keep version 1.11.3.
(ocaml-result, ocaml-csexp): Use the bootstrap dune on dune
dependencies.
(ocaml-craml, ocaml-bitstring): Run "dune upgrade" before building.
2020-10-15 18:01:35 +02:00
Julien Lepiller
339c752d05
gnu: ocaml-4.07: Ensure build with ocaml4.7-dune.
...
* gnu/packages/ocaml.scm (ocaml4.07-gen, ocaml4.07-sedlex)
(ocaml4.07-ezjsonm, ocaml4.07-uri, ocaml4.07-charinfo-width)
(ocaml4.07-zed, ocaml4.07-lambda-term, ocaml4.07-utop)
(ocaml4.07-ppx-inline-test, ocaml4.07-earley, ocaml4.07-merlin)
(ocaml4.07-sexplib0, ocaml4.07-parsexp, ocaml4.07-sexplib)
(ocaml4.07-base, ocaml4.07-stdio, ocaml4.07-ppxlib, ocaml4.07-ppx-compare)
(ocaml4.07-fieldslib, ocaml4.07-variantslib, ocaml4.07-ppx-fields-conv)
(ocaml4.07-ppx-sexp-conv, ocaml4.07-ppx-variants-conv)
(ocaml4.07-ppx-custom-printf, ocaml4.07-bin-prot, ocaml4.07-ppx-hash)
(ocaml4.07-ppx-enumerate, ocaml4.07-ppx-bench, ocaml4.07-ppx-here)
(ocaml4.07-ppx-typerep, ocaml4.07-ppx-sexp-value, ocaml4.07-ppx-sexp-message)
(ocaml4.07-ppx-pipebang, ocaml4.07-ppx-optional, ocaml4.07-ppx-optcomp)
(ocaml4.07-ppx-let, ocaml4.07-ppx-fail, ocaml4.07-ppx-assert)
(ocaml4.07-ppx-expect, ocaml4.07-ppx-js-style, ocaml4.07-ppx-typerep-conv)
(ocaml4.07-ppx-base, ocaml4.07-ppx-bin-prot, ocaml4.07-ppx-jane)
(ocaml4.07-splittable-random, ocaml4.07-configurator, ocaml4.07-spawn)
(ocaml4.07-core, ocaml4.07-core-kernel)[arguments]: Use ocaml4.07-dune.
2020-10-15 18:01:27 +02:00
Julien Lepiller
f2df5a4bb2
gnu: ocaml-jane-street-headers: Build only with OCaml 4.07.
...
* gnu/packages/ocaml.scm (ocaml-jane-street-headers): Rename to...
(ocaml4.07-jane-street-headers): ...to this. Use OCaml 4.07.
2020-10-15 18:01:21 +02:00
Julien Lepiller
c49b94a56c
gnu: ocaml-compiler-libs: Build only with OCaml 4.07.
...
* gnu/packages/ocaml.scm (ocaml-compiler-libs): Rename to...
(ocaml4.07-compiler-libs): ...to this. Use OCaml 4.07.
2020-10-15 18:01:15 +02:00
Julien Lepiller
171abdd8f5
gnu: Add ocaml-csexp.
...
* gnu/packages/ocaml.scm (ocaml-csexp): New variable.
2020-10-15 18:01:05 +02:00
Julien Lepiller
bc92fd22df
gnu: ocaml-result: Update to 1.5.
...
* gnu/packages/ocaml.scm (ocaml-result): Update to 1.5.
2020-10-15 18:01:00 +02:00
Julien Lepiller
01ec666e6c
gnu: ocaml-alcotest: Update to 1.0.0.
2020-10-15 18:00:53 +02:00
Julien Lepiller
0a86b93fae
gnu: ocaml-fmt: Update to 0.8.9.
...
* gnu/packages/ocaml.scm (ocaml-fmt): Update to 0.8.9.
2020-10-15 18:00:49 +02:00
Julien Lepiller
276be8f21c
gnu: ocaml-logs: Update to 0.7.0.
...
* gnu/packages/ocaml.scm (ocaml-logs): Update to 0.7.0.
2020-10-15 18:00:44 +02:00
Julien Lepiller
bd2ad4a195
gnu: ocaml-base64: Update to 3.4.0.
...
* gnu/packages/ocaml.scm (ocaml-base64): Update to 3.4.0.
2020-10-15 18:00:28 +02:00
Julien Lepiller
ef841e96b9
gnu: opam: Update to 2.0.7.
...
* gnu/packages/ocaml.scm (opam): Update to 2.0.7.
2020-10-15 18:00:21 +02:00
Julien Lepiller
32fd3e9c0b
gnu: ocaml-tyxml: Do not use deprecated jbuilder.
...
* gnu/packages/ocaml.scm (ocaml-tyxml): Remove #:jbuild argument.
2020-10-15 18:00:18 +02:00
Julien Lepiller
0f1362f049
gnu: ocaml4.07-core: Do not use deprecated jbuilder.
...
* gnu/packages/ocaml.scm (ocaml4.07-core): Remove #:jbuild argument.
2020-10-15 18:00:13 +02:00
Julien Lepiller
47ef85b588
gnu: ocaml4.07-ppx-expect: Do not use deprecated jbuilder.
...
* gnu/packages/ocaml.scm (ocaml4.07-ppx-expect): Remove #:jbuild argument.
2020-10-15 18:00:10 +02:00
Julien Lepiller
1f4b40227c
gnu: ocaml4.07-merlin: Do not use deprecated jbuilder.
...
* gnu/packages/ocaml.scm (ocaml4.07-merlin): Remove #:jbuild argument.
2020-10-15 18:00:08 +02:00
Julien Lepiller
3b90075a40
gnu: ocaml4.07-utop: Do not use deprecated jbuilder.
...
* gnu/packages/ocaml.scm (ocaml4.07-utop): Remove #:jbuild argument.
2020-10-15 18:00:04 +02:00
Julien Lepiller
0a8eb6850d
gnu: ocaml4.07-zed: Do not use deprecated jbuilder.
...
* gnu/packages/ocaml.scm (ocaml4.07-zed): Remove #:jbuild argument.
2020-10-15 18:00:01 +02:00
Julien Lepiller
8ff5f39a9f
gnu: ocaml-easy-format: Do not use deprecated jbuilder.
...
* gnu/packages/ocaml.scm (ocaml-easy-format): Remove #:jbuild argument.
2020-10-15 17:59:56 +02:00
Julien Lepiller
2d00625f24
gnu: ocaml-lwt-log: Do not use deprecated jbuilder.
...
* gnu/packages/ocaml.scm (ocaml-lwt-log): Remove #:jbuild argument.
2020-10-15 17:59:52 +02:00
Julien Lepiller
93304a0c89
gnu: ocaml-bitstring: Do not use deprecated jbuilder.
...
* gnu/packages/ocaml.scm (ocaml-bitstring): Remove #:jbuild argument.
2020-10-15 17:59:48 +02:00
Julien Lepiller
a8a8547abf
gnu: ocaml-qtest: Do not use deprecated jbuilder.
...
* gnu/packages/ocaml.scm (ocaml-qtest): Remove #:jbuild argument.
2020-10-15 17:59:44 +02:00
Julien Lepiller
f0c6fe314f
gnu: ocaml-ppx-tools-versioned: Update to 5.4.0.
...
* gnu/packages/ocaml.scm (ocaml-ppx-tools-versioned): Update to 5.4.0.
2020-10-15 17:59:40 +02:00
Julien Lepiller
bd8558a0e5
gnu: ocaml-migrate-parsetree: Update to 1.7.3.
...
* gnu/packages/ocaml.scm (ocaml-migrate-parsetree): Update to 1.7.3.
2020-10-15 17:59:37 +02:00
Julien Lepiller
7ae38a0479
gnu: ocaml-mccs: Update to 1.1+11.
...
* gnu/packages/ocaml-mccs: Update to 1.1+11.
2020-10-15 17:59:33 +02:00
Julien Lepiller
61949dbc8a
gnu: camlp5: Update to 7.13.
...
* gnu/packages/ocaml.scm (camlp5): Update to 7.13.
2020-10-15 17:59:25 +02:00
Julien Lepiller
aea459a504
gnu: unison: Build with ocaml-4.09.
...
* gnu/packages/ocaml.scm (unison)[sources]: Add an upstream patch.
[native-inputs]: Use ocaml-4.09.
* gnu/packages/patches/unison-fix-ocaml-4.08.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2020-10-15 17:59:18 +02:00
Maxim Cournoyer
057a8868fb
gnu: libbacktrace: Correct license.
...
* gnu/packages/debug.scm (libbacktrace)[license]: Correct from expat to bsd-3.
2020-10-15 08:45:23 -04:00
Mathieu Othacehe
b4369430e3
doc: Fix typo.
...
* doc/guix.texi (Guix Build Coordinator): Fix typo.
2020-10-15 14:16:19 +02:00
Raghav Gururajan
7269a59136
gnu: claws-mail: Change build-system.
...
* gnu/packages/mail.scm (claws-mail) [build-system]: Change from
gnu-build-system to glib-or-gtk-build-system.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-10-15 11:13:39 +02:00
Raghav Gururajan
b168f2ba53
gnu: claws-mail: Make some cosmetic changes.
...
* gnu/packages/mail.scm (claws-mail): Make some cosmetic changes.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-10-15 11:13:37 +02:00
Efraim Flashner
6b793fa662
build-system/go: Install license files.
...
* guix/build/go-build-system.scm (install-license-files): New procedure.
(%standard-phases): Replace inherited 'install-license-files phase.
2020-10-15 11:13:25 +03:00
Efraim Flashner
4170af491c
install: Deduplicate packages with %base-package sets.
...
* gnu/system.scm (%base-packages-interactive): Add nvi.
* gnu/system/install.scm (installation-os)[packages]: Remove parted,
gptfdisk, ddrescue, cryptsetup, mdadm, dosfstools, btrfs-progs,
f2fs-tools, jfstools, openssh, wireless-tools, iw,
wpa-supplicant-minimal, iproute, bash-completion, nvi. Add
%base-packages-disk-utilities.
2020-10-15 11:13:24 +03:00
Efraim Flashner
e6e076281e
system: Add %base-packages-disk-utilities.
...
* gnu/system.scm (%base-packages-disk-utilities): New variable.
2020-10-15 11:13:24 +03:00
Mathieu Othacehe
993b3af640
gnu: cuirass: Update to 0.0.1-53.df2d136.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-53.df2d136.
2020-10-15 10:06:33 +02:00
Efraim Flashner
d623ece566
gnu: slurm: Re-arrange package inputs.
...
* gnu/packages/parallel.scm (slurm)[inputs]: Move expect, perl,
python-wrapper from here...
[native-inputs]: ... to here.
2020-10-15 10:39:33 +03:00
Ricardo Wurmus
ec2a8f602e
gnu: mpd: Update to 0.22.
...
* gnu/packages/mpd.scm (mpd): Update to 0.22.
[arguments]: Use "enabled" instead of "true".
2020-10-15 08:38:04 +02:00
Efraim Flashner
be0c94a378
gnu: nginx-lua-module: Use install-file.
...
* gnu/packages/web.scm (nginx-lua-module)[arguments]: Use 'install-file'
in custom 'install phase.
2020-10-15 09:13:07 +03:00
Oleg Pykhalov
00014f7692
services: nginx: Add lua module.
...
* gnu/services/web.scm (<nginx-configuration>)
[lua-package-path, lua-package-cpath]: New record types.
* gnu/services/web.scm (default-nginx-config): Use them.
* doc/guix.texi (Web Services): Document this.
* doc/guix-cookbook.texi (System Configuration): Document this.
2020-10-14 23:41:26 +03:00
Oleg Pykhalov
e835c03e44
gnu: Add nginx-lua-module.
...
* gnu/packages/web.scm (nginx-lua-module): New variable.
2020-10-14 23:41:26 +03:00
Oleg Pykhalov
4b0e08beb2
gnu: Add nginx-socket-cloexec.
...
* gnu/packages/patches/nginx-socket-cloexec.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add this.
* gnu/packages/web.scm (nginx-socket-cloexec): New variable.
2020-10-14 23:41:26 +03:00
Oleg Pykhalov
89c4122ec9
gnu: Add lua-resty-shell.
...
* gnu/packages/lua.scm (lua-resty-shell): New variable.
2020-10-14 23:41:26 +03:00
Oleg Pykhalov
0100fd06c9
gnu: Add lua-tablepool.
...
* gnu/packages/lua.scm (lua-tablepool): New variable.
2020-10-14 23:41:25 +03:00
Oleg Pykhalov
8688fd8fa1
gnu: Add lua-resty-signal.
...
* gnu/packages/lua.scm (lua-resty-signal): New variable.
2020-10-14 23:41:25 +03:00
Oleg Pykhalov
1263bd0dbf
gnu: Add lua-resty-lrucache.
...
* gnu/packages/lua.scm (lua-resty-lrucache): New variable.
2020-10-14 23:41:25 +03:00
Oleg Pykhalov
cb53c59dd1
gnu: Add lua-resty-core.
...
* gnu/packages/lua.scm (lua-resty-core): New variable.
2020-10-14 23:41:25 +03:00
Nicolas Goaziou
dd642517ae
gnu: musescore: Update to 3.5.1.
...
* gnu/packages/music.scm (musescore): Update to 3.5.1.
2020-10-14 22:34:14 +02:00
Nicolas Goaziou
aeb2245914
gnu: emacs-haskell-mode: Update to 17.2.
...
* gnu/packages/emacs-xyz.scm (emacs-haskell-mode): Update to 17.2.
2020-10-14 22:00:46 +02:00
Christopher Baines
2e0ab8c991
gnu: lollypop: Update to 1.4.2.
...
* gnu/packages/gnome.scm (lollypop): Update to 1.4.2.
[inputs]: Add libhandy.
2020-10-14 19:01:53 +01:00
Mathieu Othacehe
33c6611098
gnu: cuirass: Update to 0.0.1-52.38ee2c5.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-52.38ee2c5.
2020-10-14 16:36:01 +02:00
Tobias Geerinckx-Rice
2bfe99b11a
gnu: cpuid: Use CC-FOR-TARGET.
...
This doesn't actually enable cross-compilation.
* gnu/packages/linux.scm (cpuid)[arguments]: Use CC-FOR-TARGET.
2020-10-14 16:31:46 +02:00
Tobias Geerinckx-Rice
ea36db3392
gnu: cpuid: Update to 20201006.
...
* gnu/packages/linux.scm (cpuid): Update to 20201006.
2020-10-14 16:31:46 +02:00
Tobias Geerinckx-Rice
bf476ea16a
gnu: jasper: Update to 2.0.22.
...
* gnu/packages/image.scm (jasper): Update to 2.0.22.
[argument]: Remove obsolete field.
2020-10-14 16:31:46 +02:00
Tobias Geerinckx-Rice
cf4fafc467
gnu: python-pastedeploy: Update to 2.1.1.
...
* gnu/packages/python-web.scm (python-pastedeploy): Update to 2.1.1.
2020-10-14 16:31:45 +02:00
Tobias Geerinckx-Rice
d3d1aec2ac
gnu: oil: Update to 0.8.2.
...
* gnu/packages/shells.scm (oil): Update to 0.8.2.
2020-10-14 16:31:45 +02:00
Tobias Geerinckx-Rice
79145ab4f2
gnu: osinfo-db: Update to 20201011.
...
* gnu/packages/virtualization.scm (osinfo-db): Update to 20201011.
2020-10-14 16:31:45 +02:00
Tobias Geerinckx-Rice
2d0bea9c6d
gnu: plantuml: Update to 1.2020.19.
...
* gnu/packages/uml.scm (plantuml): Update to 1.2020.19.
2020-10-14 16:31:45 +02:00
Tobias Geerinckx-Rice
9112ec6b72
gnu: vim: Update to 8.2.1844.
...
* gnu/packages/vim.scm (vim): Update to 8.2.1844.
2020-10-14 16:31:45 +02:00
Tobias Geerinckx-Rice
ed0e8c7cc9
gnu: python-pgpy: Run the tests.
...
* gnu/packages/python-crypto.scm (python-pgpy)[arguments]: Replace the
default ‘check’ phase.
[native-inputs]: Add python-pytest.
2020-10-14 16:31:44 +02:00
Tobias Geerinckx-Rice
642647ae93
gnu: python-pgpy: Update to 0.5.3.
...
* gnu/packages/python-crypto.scm (python-pgpy): Update to 0.5.3.
2020-10-14 16:31:44 +02:00
Tobias Geerinckx-Rice
81f3adb4d1
gnu: gphoto2: Update to 2.5.26.
...
* gnu/packages/photo.scm (gphoto2): Update to 2.5.26.
2020-10-14 16:31:44 +02:00
Tobias Geerinckx-Rice
ce7548e691
gnu: libgphoto2: Update to 2.5.26.
...
* gnu/packages/photo.scm (libgphoto2): Update to 2.5.26.
2020-10-14 16:31:44 +02:00
Tobias Geerinckx-Rice
3e0b022030
gnu: python-aiohttp: Update to 3.6.3.
...
* gnu/packages/python-web.scm (python-aiohttp): Update to 3.6.3.
2020-10-14 16:31:44 +02:00
Tobias Geerinckx-Rice
2a30ca0929
gnu: python-passlib: Update to 1.7.4.
...
* gnu/packages/python-crypto.scm (python-passlib): Update to 1.7.4.
2020-10-14 16:31:44 +02:00
Tobias Geerinckx-Rice
fdfd0549ad
gnu: perl-crypt-rijndael: Update to 1.15.
...
* gnu/packages/perl.scm (perl-crypt-rijndael): Update to 1.15.
2020-10-14 16:31:43 +02:00
Jonathan Brielmaier
3c1b0b92d1
gnu: icedove: Update to 78.3.2.
...
* gnu/packages/gnuzilla.scm (icedove): Update to 78.3.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-14 15:22:56 +02:00
Ludovic Courtès
cd958802f2
doc: cookbook: Mention "#true" and "#false".
...
* doc/guix-cookbook.texi (A Scheme Crash Course): Mention "#true" and
"#false".
(Extended example): Likewise.
2020-10-14 15:22:56 +02:00
Niklas Eklund
028119e9f5
gnu: Add emacs-gcmh.
...
* gnu/packages/emacs-xyz.scm (emacs-gcmh): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-14 15:22:55 +02:00
Ludovic Courtès
281869e6f8
image: Use 'raise' from (srfi srfi-34).
...
* gnu/system/image.scm: Use (srfi srfi-34) for 'raise'.
(lookup-image-type-by-name): Remove extra newline in 'formatted-message'
string.
2020-10-14 15:22:55 +02:00
Ludovic Courtès
57a7aa1ae3
hurd-boot: Set /hurd/magic on /dev/fd.
...
* gnu/build/hurd-boot.scm (set-hurd-device-translators)[devices]: Add
"/dev/fd".
2020-10-14 15:22:55 +02:00
Ludovic Courtès
d96e739f08
doc: Mention "i586-gnu" as supported and experimental.
...
* doc/guix.texi (GNU Distribution): Mention "i586-gnu".
2020-10-14 15:22:55 +02:00
Ludovic Courtès
4b0a1543e1
doc: Avoid orphan node.
...
Commit 4b5a6fbc9b turned "Transparent
Emulation with QEMU" into a node, but that was an orphan node, with no
up/next/previous links.
* doc/guix.texi (Virtualization Services): Capitalize subsection title.
(Transparent Emulation with QEMU): Remove "@node" and add "@anchor".
(Daemon Offload Setup): Adjust cross-reference accordingly.
2020-10-14 15:22:55 +02:00
Ludovic Courtès
37a8f5b281
openpgp: '&openpgp-unrecognized-packet-error' includes type tag.
...
* guix/openpgp.scm (&openpgp-unrecognized-packet-error)[type]: New
field.
(get-data, parse-subpackets): Initialize 'type' field.
2020-10-14 15:22:55 +02:00
Ludovic Courtès
f73f3d01a2
gnu: guix: Change Git URL.
...
* gnu/packages/package-management.scm (guix)[source]: Change URL to
non-dump HTTP server.
2020-10-14 15:22:54 +02:00
Ricardo Wurmus
3c338135f1
gnu: slurm: Update to 20.02.5.
...
* gnu/packages/parallel.scm (slurm): Update to 20.02.5.
2020-10-14 15:22:29 +02:00
Ricardo Wurmus
09b00a62b2
gnu: bluez-alsa: Add LDAC support.
...
* gnu/packages/audio.scm (bluez-alsa)[arguments]: Enable LDAC support.
[inputs]: Add ldacbt.
2020-10-14 14:56:09 +02:00
Ricardo Wurmus
a079f3eb2f
gnu: bluez-alsa: Update to 3.0.0.
...
* gnu/packages/audio.scm (bluez-alsa): Update to 3.0.0.
2020-10-14 14:56:09 +02:00
Ricardo Wurmus
c8d07c5f1f
gnu: Add ldacbt.
...
* gnu/packages/audio.scm (ldacbt): New variable.
2020-10-14 14:56:09 +02:00
Lulu
5436b673f5
services: nginx: Fix typo in exported symbol.
...
* gnu/services/web.scm: Fix typo in exported symbol.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-10-14 14:34:15 +02:00
Josh Hoff
4835d52efd
gnu: rxvt-unicode: Enable 256 colors
...
I noticed urxvt has a termcap file for rxvt-256color, but that's not
actually built.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-14 13:51:26 +03:00
Guillaume Le Vaillant
3df707778a
gnu: monero-gui: Update to 0.17.1.0.
...
* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.0.
2020-10-14 11:13:03 +02:00
Guillaume Le Vaillant
47fb72d2e5
gnu: monero: Update to 0.17.1.0.
...
* gnu/packages/finance.scm (monero): Update to 0.17.1.0.
2020-10-14 11:13:03 +02:00
Tim Gesthuizen
d763e3c746
gnu: offlineimap: Update to 7.3.3.
...
* gnu/packages/mail.scm (offlineimap): Update to 7.3.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-14 11:14:12 +03:00
Tim Gesthuizen
7a5d13786b
gnu: Add python-rfc6555.
...
* gnu/packages/python-xyz.scm (python-rfc6555): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-14 11:14:12 +03:00
Alex Griffin
71e35cb34d
gnu: kmonad: Update to 0.4.1.
...
* gnu/packages/haskell-apps.scm (kmonad): Update to 0.4.1.
2020-10-14 01:52:36 -05:00
Florian Pelz
dad56a2b5b
news: Add ‘de’ translation.
...
* etc/news.scm: Add ‘de’ translation.
2020-10-14 06:47:08 +00:00
Leo Famulari
ec7803981a
gnu: Krita: Update to 4.4.0.
...
* gnu/packages/kde.scm (krita): Update to 4.4.0.
2020-10-13 23:23:31 -04:00
Maxim Cournoyer
bc23c3ecd1
gnu: Add libleak.
...
* gnu/packages/debug.scm (libleak): New variable.
2020-10-13 22:26:42 -04:00
Maxim Cournoyer
9acf79b258
gnu: Add libwuya.
...
* gnu/packages/c.scm (libwuya): New variable.
2020-10-13 22:26:41 -04:00
Maxim Cournoyer
7e15ded647
gnu: Add libbacktrace.
...
* gnu/packages/debug.scm (libbacktrace): New variable.
2020-10-13 22:26:41 -04:00
Marius Bakke
58af4c9621
Revert "gnu: python-chardet: Enable tests."
...
This causes too many rebuilds for the master branch.
This reverts commit 331aaf5280 .
2020-10-14 00:54:17 +02:00
raingloom
fd595f31e3
gnu: Add go-github-com-gologme-log.
...
* gnu/packages/golang.scm (go-github-com-gologme-log): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-10-14 00:51:24 +02:00
raingloom
4a28246d30
gnu: Add go-github-com-cheggaaa-pb.
...
* gnu/packages/golang.scm (go-github-com-cheggaaa-pb): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-10-14 00:51:18 +02:00
raingloom
6e085d6f17
gnu: Add go-github-com-arceliar-phony.
...
* gnu/packages/golang.scm (go-github-com-arceliar-phony): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-10-14 00:51:09 +02:00
raingloom
939680f335
gnu: go-golang-org-x-sys: Update to 0598657
...
* gnu/packages/golang.scm (go-golang-org-x-sys): Update to 0598657.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-10-14 00:51:01 +02:00
Joseph LaFreniere
e8c5533d26
gnu: Add python-dpath.
...
* gnu/packages/python-xyz.scm (python-dpath): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-10-13 23:36:44 +02:00
Joseph LaFreniere
23a97f5240
gnu: Add python-dictdiffer.
...
* gnu/packages/python-xyz.scm (python-dictdiffer): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-10-13 23:36:44 +02:00
Morgan Smith
6b219b8992
gnu: Add bindfs.
...
* gnu/packages/file-systems.scm (bindfs): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-10-13 23:36:43 +02:00
Kyle Meyer
1bf912e58e
gnu: git-annex: Update to 8.20201007.
...
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20201007.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-10-13 23:36:43 +02:00
zimoun
8514dfdee6
gnu: muchsync: Use pandoc instead of ghc-pandoc.
...
* gnu/packages/mail.scm (muchsync)[native-inputs]: Replace ghc-pandoc with
pandoc.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-10-13 23:36:43 +02:00
Lars-Dominik Braun
331aaf5280
gnu: python-chardet: Enable tests.
...
* gnu/packages/python-xyz.scm (python-chardet) [source]: Add upstream patch.
[arguments]: Remove.
* gnu/packages/patches/python-chardet-3.0.4-pytest.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-10-13 23:36:43 +02:00
James Smith
3182d629a2
gnu: Add dex.
...
* gnu/packages/xdisorg.scm (dex): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-10-13 23:36:43 +02:00
Marius Bakke
2323a7120a
gnu: nmap: Update license.
...
* guix/licenses.scm (nmap): Rename to ...
(npsl): ... this. Adjust name and URL, and remove outdated Fedora wiki
entry in favor of nmap's own annotated version.
* gnu/packages/admin.scm (nmap)[license]: Adjust accordingly.
2020-10-13 23:36:43 +02:00
Marius Bakke
17032767da
gnu: xf86-input-libinput: Update to 0.30.0.
...
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.30.0.
2020-10-13 23:36:42 +02:00
Marius Bakke
55fe84c6eb
gnu: Remove python2-gst.
...
It fails to build because of an incomplete python2 transformation, but is not
worth fixing because Python 2 is EOL and nothing depends on this package.
* gnu/packages/gstreamer.scm (python-gst)[properties]: Remove.
(python2-gst): Remove variable.
2020-10-13 23:36:42 +02:00
Leo Famulari
ada061c12a
gnu: gst-plugins-bad: Add support for Secure Reliable Transport (SRT).
...
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add srt-1.4.1.
2020-10-13 16:49:28 -04:00
Leo Famulari
9c5c64b8e1
gnu: VLC: Add support for Secure Reliable Transport (SRT).
...
* gnu/packages/video.scm (vlc)[inputs]: Add srt-1.4.1.
2020-10-13 16:49:28 -04:00
Leo Famulari
64661754fd
gnu: FFmpeg: Add support for Secure Reliable Transport (SRT).
...
* gnu/packages/video.scm (vlc)[inputs] Add srt-1.4.1.
[arguments]: Pass "--enable-libsrt" to #:configure-flags.
2020-10-13 16:49:27 -04:00
Leo Famulari
021e92780b
gnu: Add SRT 1.4.1.
...
* gnu/packages/networking.scm (srt-1.4.1): New variable.
2020-10-13 16:49:24 -04:00
Jan (janneke) Nieuwenhuizen
1197b8b20f
installer: Add Emacs EXWM desktop environment.
...
Suggested by zenny via IRC.
* gnu/installer/services.scm (%system-services): Add emacs, emacs-exwm,
emacs-desktop-environment.
* etc/release-manifest.scm (%system-packages): Likewise.
* gnu/system/examples/lightweight-desktop.tmpl: Likewise.
* gnu/tests/install.scm (installation-target-desktop-os-for-gui-tests)
[packages]: Likewise
* gnu/installer/newt/services.scm (run-desktop-environments-cbt-page): Make
one entry taller.
2020-10-13 21:17:40 +02:00
Tobias Geerinckx-Rice
d5318e0c5a
gnu: mediainfo: Update to 20.09.
...
* gnu/packages/video.scm (mediainfo): Update to 20.09.
2020-10-13 19:01:33 +02:00
Tobias Geerinckx-Rice
42a5c643a7
gnu: libmediainfo: Update to 20.09.
...
* gnu/packages/video.scm (libmediainfo): Update to 20.09.
2020-10-13 19:01:33 +02:00
Tobias Geerinckx-Rice
b4d7d41b22
gnu: dos2unix: Cross-compile.
...
* gnu/packages/textutils.scm (dos2unix)[arguments]: Use CC-FOR-TARGET.
2020-10-13 19:01:33 +02:00
Tobias Geerinckx-Rice
e2d33f9e33
gnu: dos2unix: Update to 7.4.2.
...
* gnu/packages/textutils.scm (dos2unix): Update to 7.4.2.
2020-10-13 19:01:33 +02:00
Tobias Geerinckx-Rice
9e0de744b1
gnu: vim: Update to 8.2.1840.
...
* gnu/packages/vim.scm (vim): Update to 8.2.1840.
2020-10-13 19:01:32 +02:00
Tobias Geerinckx-Rice
347b68c740
gnu: xonsh: Update to 0.9.23.
...
* gnu/packages/shells.scm (xonsh): Update to 0.9.23.
2020-10-13 19:01:32 +02:00
Tobias Geerinckx-Rice
7e868a3958
gnu: stunnel: Update to 5.57 [security fixes].
...
* gnu/packages/web.scm (stunnel): Update to 5.57.
2020-10-13 19:01:32 +02:00
Tobias Geerinckx-Rice
d395f422e7
gnu: alpine: Update to 2.24.
...
* gnu/packages/mail.scm (alpine): Update to 2.24.
2020-10-13 19:01:32 +02:00
Tobias Geerinckx-Rice
6e7143c5f5
gnu: kdenlive: Update to 20.08.2.
...
* gnu/packages/kde.scm (kdenlive): Update to 20.08.2.
2020-10-13 19:01:32 +02:00
Tobias Geerinckx-Rice
639a934f72
gnu: ncmpc: Update to 0.40.
...
* gnu/packages/mpd.scm (ncmpc): Update to 0.40.
2020-10-13 19:01:32 +02:00
Tobias Geerinckx-Rice
abc214229d
gnu: libmtp: Update to 1.1.18.
...
* gnu/packages/libusb.scm (libmtp): Update to 1.1.18.
2020-10-13 19:01:32 +02:00
Tobias Geerinckx-Rice
dcf05d0560
gnu: libsecret: Update to 0.20.4.
...
* gnu/packages/gnome.scm (libsecret): Update to 0.20.4.
2020-10-13 19:01:32 +02:00
Tobias Geerinckx-Rice
65ed6e3733
gnu: easyrpg-player: Update to 0.6.2.3.
...
* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.2.3.
2020-10-13 19:01:32 +02:00
Tobias Geerinckx-Rice
e1a2c23e7e
gnu: gtkwave: Update to 3.3.107.
...
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.107.
2020-10-13 19:01:32 +02:00
Tobias Geerinckx-Rice
199dfe916b
gnu: facter: Update to 4.0.43.
...
* gnu/packages/admin.scm (facter): Update to 4.0.43.
2020-10-13 15:02:45 +02:00
Tobias Geerinckx-Rice
6d8e4ea9b7
gnu: nsd: Update to 4.3.3.
...
* gnu/packages/dns.scm (nsd): Update to 4.3.3.
2020-10-13 15:02:44 +02:00
Tobias Geerinckx-Rice
0e5968e49a
gnu: knot: Update to 3.0.1.
...
* gnu/packages/dns.scm (knot): Update to 3.0.1.
[source]: Remove patch.
* gnu/packages/patches/knot-test_net_shortwrite-ensure-connection.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-10-13 15:02:44 +02:00
Tobias Geerinckx-Rice
3c452a35ef
gnu: nmap: Update to 7.91.
...
* gnu/packages/admin.scm (nmap): Update to 7.91.
2020-10-13 15:02:44 +02:00
Guillaume Le Vaillant
7b554d690f
gnu: txr: Update to 244.
...
* gnu/packages/lisp.scm (txr): Update to 244.
[native-inputs]: Remove bison and flex.
2020-10-13 13:41:37 +02:00
John Soo
39225ffea2
gnu: Add rust-termios-0.2.
...
* gnu/packages/crates-io.scm (rust-termios-0.2): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-13 10:59:57 +03:00
Efraim Flashner
edbbb95ed2
gnu: rust-toml-0.5: Update to 0.5.7.
...
* gnu/packages/crates-io.scm (rust-toml-0.5): Update to 0.5.7.
[arguments]: Don't skip build.
2020-10-13 10:53:51 +03:00
Efraim Flashner
43b6bad7b3
gnu: rust-glob-0.3: Skip tests.
...
* gnu/packages/crates-io.scm (rust-glob-0.3)[arguments]: Don't skip
build. Skip tests.
2020-10-13 10:46:24 +03:00
Efraim Flashner
1c054e3f71
gnu: rust-getopts-0.2: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-getopts-0.2)[arguments]: Don't skip
build.
2020-10-13 10:46:24 +03:00
Efraim Flashner
8d71613ca7
gnu: rust-fxhash-0.2: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-fxhash-0.2)[arguments]: Don't skip
build.
2020-10-13 10:46:24 +03:00
Efraim Flashner
cc6ff9c537
gnu: rust-arrayref-0.3: Update to 0.3.6.
...
* gnu/packages/crates-io.scm (rust-arrayref-0.3): Update to 0.3.6.
2020-10-13 10:46:24 +03:00
Efraim Flashner
8b71a2a614
gnu: rust-arrayref-0.3: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-arrayref-0.3)[arguments]: Don't skip
build.
2020-10-13 10:46:24 +03:00
Efraim Flashner
23a50353eb
gnu: rust-brotli-decompressor-2.3: Remove minor version from name.
...
* gnu/packages/crates-io.scm (rust-brotli-decompressor-2.3): Rename to
rust-brotli-decompressor-2.
(rust-brotli-3): Adjust accordingly.
2020-10-13 10:46:23 +03:00
Efraim Flashner
c4693a92d2
gnu: rust-brotli-decompressor-2.3: Skip tests.
...
* gnu/packages/crates-io.scm (rust-brotli-decompressor-2.3)[arguments]:
Skip tests.
2020-10-13 10:46:23 +03:00
Efraim Flashner
6263dc3bc0
gnu: rust-tokio-rustls-0.13: Skip network tests.
...
* gnu/packages/crates-io.scm (rust-tokio-rustls-0.13)[arguments]: Add
cargo-test-flags to skip tests requiring network access.
2020-10-13 10:46:23 +03:00
Efraim Flashner
6c522a53bd
gnu: rust-tokio-rustls-0.14: Skip network tests.
...
* gnu/packages/crates-io.scm (rust-tokio-rustls-0.14)[arguments]: Add
cargo-test-flags to skip tests requiring network access.
2020-10-13 10:46:23 +03:00
Efraim Flashner
3cdcdcf539
gnu: newsboat: Update to 2.21.
...
* gnu/packages/syndication.scm (newsboat): Update to 2.21.
[source]: Remove snippet.
[inputs]: Replace json-c-0.13 with json-c.
[arguments]: In cargo-inputs replace rust-gettext-rs-0.4 with 0.5,
rust-rand-0.6 with 0.7. Remove rust-dirs-2.0, rust-libz-1,
rust-percent-encoding-2, rust-smallvec-0.6. Add rust-lazy-static-1.
Add new phase to patch the source slightly.
2020-10-13 10:46:23 +03:00
Efraim Flashner
673de819ff
gnu: rust-unicode-width-0.1: Update to 0.1.8.
...
* gnu/packages/crates-io.scm (rust-unicode-width-0.1): Update to 0.1.8.
2020-10-13 10:46:22 +03:00
Joseph LaFreniere
ddd61916ce
gnu: Add emacs-py-isort.
...
* gnu/packages/emacs-xyz.scm (emacs-py-isort): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-13 09:21:56 +02:00
Julien Lepiller
ec82d58526
gnu: libcanberra: Fix crashes on wayland.
...
* gnu/packages/patches/libcanberra-wayland-crash.patch: New file.
* gnu/packages/libcanberra.scm (libcanberra): Add it.
* gnu/local.mk (dist_PATCH_DATA): Add it.
2020-10-12 21:49:23 +02:00
Ludovic Courtès
a2ed00f79f
news: Add entry for '--with-c-toolchain'.
...
* etc/news.scm: Add entry.
2020-10-12 18:24:38 +02:00
Ludovic Courtès
abd7a47461
guix build: Add '--with-c-toolchain'.
...
* guix/scripts/build.scm (package-dependents/spec)
(package-toolchain-rewriting, transform-package-toolchain): New procedures.
(%transformations): Add it.
(%transformation-options, show-transformation-options-help): Add
'--with-c-toolchain'.
* tests/scripts-build.scm (depends-on-toolchain?): New procedure.
("options->transformation, with-c-toolchain")
("options->transformation, with-c-toolchain twice")
New test.
("options->transformation, with-c-toolchain, no effect"): New tests.
* doc/guix.texi (Package Transformation Options): Document it.
2020-10-12 18:23:47 +02:00
Ludovic Courtès
46135ce4ce
packages: Add 'package-with-c-toolchain'.
...
* guix/build-system.scm (build-system-with-c-toolchain): New procedure.
* guix/packages.scm (package-with-c-toolchain): New procedure.
* tests/packages.scm ("package-with-c-toolchain"): New test.
* doc/guix.texi (package Reference): Document 'package-with-c-toolchain'.
(Build Systems): Mention it.
2020-10-12 18:23:47 +02:00
Ludovic Courtès
b668450716
gnu: clang-toolchain: Create 'cc' and 'c++' symlinks.
...
* gnu/packages/llvm.scm (make-clang-toolchain)[arguments]: Create 'cc'
and 'c++' symlinks.
2020-10-12 18:23:47 +02:00
Ludovic Courtès
61a5380bfd
gnu: clang-toolchain: Add 'GUIX_LOCPATH' to the search paths.
...
* gnu/packages/llvm.scm (make-clang-toolchain)[native-search-paths]: Add
'GUIX_LOCPATH'.
2020-10-12 18:23:47 +02:00
Ludovic Courtès
f848c276f0
gnu: gcc-toolchain: Add 'GUIX_LOCPATH' to the search paths.
...
This allows 'gcc-toolchain' to be used as a drop-in replacement for the
default tool chain through '--with-toolchain=gcc-toolchain'.
* gnu/packages/commencement.scm (make-gcc-toolchain)[native-search-paths]
[search-paths]: Append LIBC's search paths.
2020-10-12 18:23:47 +02:00
Ludovic Courtès
099d709caf
substitute: Reduce default narinfo negative TTL to 1h.
...
* guix/scripts/substitute.scm (%narinfo-negative-ttl): Reduce to 1h.
2020-10-12 18:23:47 +02:00
Ludovic Courtès
d3162b98a8
tests: Add missing copyright line.
...
* tests/channels.scm: Add copyright line for past changes.
2020-10-12 18:23:47 +02:00
Ludovic Courtès
75e72dd34e
upgrade: Mention '--do-not-upgrade' in '--help' output.
...
* guix/scripts/upgrade.scm (show-help): Add '--do-not-upgrade'.
2020-10-12 18:23:47 +02:00
Efraim Flashner
51d3696480
gnu: rust-clang-sys: Fix package references.
...
* gnu/packages/crates-io.scm (rust-clang-sys-1)[inputs]: Rename clang to
libclang.
[arguments]: Adjust package reference accordingly.
2020-10-12 13:25:39 +03:00
Efraim Flashner
8bcfd15c2a
gnu: rust-core-foundation-0.7: Downgrade to 0.7.0.
...
0.7.1 was pulled by upstream.
* gnu/packages/crates-io.scm (rust-core-foundation-0.7): Downgrade to 0.7.0.
[arguments]: Skip build.
2020-10-12 13:25:39 +03:00
Efraim Flashner
af211eb520
gnu: rust-tokio-util-0.3: Skip tests.
...
* gnu/packages/crates-io.scm (rust-tokio-util-0.3)[arguments]: Skip
tests.
2020-10-12 13:25:39 +03:00
Efraim Flashner
1bea13cbd5
gnu: rust-xml-rs-0.7: Downgrade to 0.7.0.
...
0.7.1 was pulled by upstream.
* gnu/packages/crates-io.scm (rust-xml-rs-0.7): Downgrade to 0.7.0.
[source]: Remove snippet.
[arguments]: Only test the libs. In cargo-inputs remove
rust-doc-comment-0.3, rust-lazy-static-1, add rust-bitflags-1.
2020-10-12 13:25:39 +03:00
Efraim Flashner
b01644cf53
gnu: rust-syn-0.11: Skip tests.
...
* gnu/packages/crates-io.scm (rust-syn-0.11)[arguments]: Skip tests.
2020-10-12 13:25:38 +03:00
Efraim Flashner
d94a56d52e
gnu: rust-fluid-attributes-0.4: Skip tests.
...
* gnu/packages/crates-io.scm (rust-fluid-attributes-0.4)[arguments]:
Skip tests.
2020-10-12 13:25:38 +03:00
Arun Isaac
328cf4e9a9
gnu: r-rgdal: Update to 1.5-17.
...
* gnu/packages/cran.scm (r-rgdal): Update to 1.5-17.
2020-10-12 15:45:40 +05:30
Arun Isaac
265b2bc5d3
gnu: r-rgdal: Replace proj.4 with proj.
...
* gnu/packages/cran.scm (r-rgdal)[inputs]: Replace proj.4 with proj.
2020-10-12 15:37:56 +05:30
Florian Pelz
9a7bea11d6
news: Update copyright.
...
* etc/news.scm: Add missing copyright headers.
2020-10-12 09:33:39 +00:00
Ludovic Courtès
baa4a2ef81
lint: cve: Set a connection timeout.
...
This (notably) works around the fact that nvd.nist.gov is currently
inaccessible over IPv6.
* guix/cve.scm (fetch-vulnerabilities): Add #:timeout and pass it to
'http-fetch/cached'.
(current-vulnerabilities): Add #:timeout and pass it to
'fetch-vulnerabilities'.
* guix/lint.scm (current-vulnerabilities*): Pass #:timeout to
'current-vulnerabilities'.
2020-10-12 11:28:56 +02:00
Ludovic Courtès
d11f7f62b6
http-client: 'http-fetch' and 'http-fetch/cached' accept #:timeout.
...
* guix/http-client.scm (http-fetch): Add #:timeout and pass it to
'guix:open-connection-for-uri'.
(http-fetch/cached): Add #:timeout parameter and pass it to
'http-fetch'.
2020-10-12 11:28:56 +02:00
Ludovic Courtès
6c46e477eb
channels: Address test failure.
...
Fixes <https://bugs.gnu.org/43940 >.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com >.
The "channel-instances->manifest" test would fail since
1d4ab335b2 : 'quiet-guile' would be passed #f
as GUILE, and thus 'package-version' would fail with wrong-type-arg.
* guix/channels.scm (whole-package-for-legacy): Pass #:guile to
'whole-package'.
* tests/channels.scm ("channel-instances->manifest"): Remove 'test-expect-fail'.
2020-10-12 11:28:56 +02:00
Efraim Flashner
8608d40b2a
gnu: rust-xz2-0.1: Fix building.
...
* gnu/packages/crates-io.scm (rust-xz2-0.1)[native-inputs]: Add
pkg-config, xz.
2020-10-12 12:25:03 +03:00
Efraim Flashner
8203bf6c13
gnu: rust-pq-sys-0.4: Fix building.
...
* gnu/packages/crates-io.scm (rust-pq-sys-0.4)[arguments]: Move crates
from cargo-development-inputs to cargo-inputs.
[native-inputs]: Add postgresql.
2020-10-12 12:25:03 +03:00
Efraim Flashner
21233fca78
gnu: rust-crc-1: Downgrade to 1.8.1.
...
1.9.0 was pulled by upstream.
* gnu/packages/crates-io.scm (rust-crc-1): Downgrade to 1.8.1.
[arguments]: Remove rust-criterion-0.2 from cargo-development-inputs.
2020-10-12 12:25:03 +03:00
Efraim Flashner
7507db9dc7
gnu: rust-core-foundation-0.6: Fix building.
...
* gnu/packages/crates-io.scm (rust-core-foundation-0.6)[arguments]:
Replace rust-core-foundation-sys-0.7 with 0.6 in cargo-inputs.
Skip tests.
2020-10-12 12:25:03 +03:00
Efraim Flashner
ade20696c9
gnu: rust-as-slice-0.1: Update to 0.1.4.
...
* gnu/packages/crates-io.scm (rust-as-slice-0.1): Update to 0.1.4.
[arguments]: Add rust-generic-array-0.14 to cargo-inputs.
2020-10-12 12:25:02 +03:00
Efraim Flashner
e1ef59f7f2
gnu: rust-as-slice-0.1: Fix build.
...
* gnu/packages/crates-io.scm (rust-as-slice-0.1)[arguments]: Add
rust-generic-array-0.13 to cargo-inputs.
2020-10-12 12:25:02 +03:00
Efraim Flashner
0ee1f92985
gnu: rust-mysqlclient-sys-0.2: Fix build.
...
* gnu/packages/crates-io.scm (rust-mysqlclient-sys-0.2)[arguments]: Move
rust-pkg-config-0.3, rust-vcpkg-0.2 from cargo-development-inputs to
cargo-inputs.
[native-inputs]: Add mariadb:lib.
2020-10-12 12:25:02 +03:00
Efraim Flashner
319f7eaf0f
gnu: rust-cloudabi-0.1: Skip build.
...
* gnu/packages/crates-io.scm (rust-cloudabi-0.1)[arguments]: Skip build.
2020-10-12 12:25:02 +03:00
Efraim Flashner
a812c2e8a3
gnu: rust-libmimalloc-sys-0.1: Update to 0.1.18.
...
* gnu/packages/crates-io.scm (rust-libmimalloc-sys-0.1): Update to 0.1.18.
2020-10-12 12:25:01 +03:00
Efraim Flashner
1d67ba6f3b
gnu: rust-libmimalloc-sys-0.1: Fix building.
...
* gnu/packages/crates-io.scm (rust-libmimalloc-sys-0.1)[arguments]: Move
rust-cmake-0.1 from cargo-development-inputs to cargo-inputs.
[native-inputs]: Add cmake-minimal.
2020-10-12 12:25:01 +03:00
Efraim Flashner
f013613406
gnu: rust-once-cell-1: Fix building.
...
* gnu/packages/crates-io.scm (rust-once-cell-1)[arguments]: Replace
rust-parking-lot-0.10 with 0.11 in cargo-inputs.
2020-10-12 12:25:01 +03:00
Efraim Flashner
ef421ee22b
gnu: rust-criterion-plot-0.4: Fix building.
...
* gnu/packages/crates-io.scm (rust-criterion-plot-0.4)[arguments]:
Replace rust-itertools-0.8 with 0.9 in cargo-inputs.
2020-10-12 12:25:01 +03:00
Efraim Flashner
86574608c7
gnu: rust-zstd-sys-1: Adjust crate imports.
...
* gnu/packages/crates-io.scm (rust-zstd-sys-1)[arguments]: Move all
cargo-development-inputs to cargo-inputs.
2020-10-12 12:25:01 +03:00
Christopher Baines
f3e96671fe
gnu: guile-squee: Update to 0-1.7dcd22b.
...
* gnu/packages/guile-xyz.scm (guile-squee): Update to 0-1.7dcd22b.
2020-10-12 09:01:56 +01:00
Miguel Ángel Arruga Vivas
e746d30ec1
news: Add 'es' translation.
...
* etc/news.scm: Add Spanish translation.
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de >
2020-10-12 07:08:10 +00:00
Zhu Zihao
830c5479bb
gnu: rtl8821ce-linux-module: Update to 0.0.0-1.fe97b500.
...
* gnu/packages/linux.scm(rtl8821ce-linux-module): Update to 0.0.0-1.fe97b500
Fix the broken build on linux-libre 5.8.
2020-10-12 10:00:25 +03:00
Efraim Flashner
874979e8df
gnu: web.scm: Sort module imports alphabetically.
...
* gnu/packages/web.scm: Sort package module imports alphabetically.
2020-10-12 09:46:42 +03:00
Ryan Prior via Guix-patches via
5137c73e29
gnu: Add esbuild.
...
* gnu/packages/web.scm (esbuild): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-12 09:46:42 +03:00
Ryan Prior via Guix-patches via
58420d23af
gnu: Add go-github-com-kylelemons-godebug.
...
* gnu/packages/golang.scm (go-github-com-kylelemons-godebug): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-12 09:46:42 +03:00
Arun Isaac
7d34dae1f1
gnu: Add rust-swc-1.
...
* gnu/packages/crates-io.scm (rust-swc-1): New variable.
2020-10-12 11:42:09 +05:30
Arun Isaac
c3caffb155
gnu: Add rust-radix-fmt-1.
...
* gnu/packages/crates-io.scm (rust-radix-fmt-1): New variable.
2020-10-12 11:42:09 +05:30
Arun Isaac
1757c5e912
gnu: Add rust-st-map-0.1.
...
* gnu/packages/crates-io.scm (rust-st-map-0.1): New variable.
2020-10-12 11:42:08 +05:30
Arun Isaac
40b2e9052c
gnu: Add rust-fluid-0.4.
...
* gnu/packages/crates-io.scm (rust-fluid-0.4): New variable.
2020-10-12 11:42:08 +05:30
Arun Isaac
4fabe74173
gnu: Add rust-fluid-attributes-0.4.
...
* gnu/packages/crates-io.scm (rust-fluid-attributes-0.4): New variable.
2020-10-12 11:42:08 +05:30
Arun Isaac
bb9003c975
gnu: Add rust-sourcemap-6.
...
* gnu/packages/crates-io.scm (rust-sourcemap-6): New variable.
2020-10-12 11:42:08 +05:30
Arun Isaac
c2b43329a1
gnu: Add rust-path-clean-0.1.
...
* gnu/packages/crates-io.scm (rust-path-clean-0.1): New variable.
2020-10-12 11:42:08 +05:30
Arun Isaac
722c00d110
gnu: Add rust-is-macro-0.1.
...
* gnu/packages/crates-io.scm (rust-is-macro-0.1): New variable.
2020-10-12 11:42:08 +05:30
Arun Isaac
461b8f7457
gnu: Add rust-ipconfig-0.2.
...
* gnu/packages/crates-io.scm (rust-ipconfig-0.2): New variable.
2020-10-12 11:42:07 +05:30
Arun Isaac
bc69ad7b36
gnu: Add rust-napi-0.5.
...
* gnu/packages/crates-io.scm (rust-napi-0.5): New variable.
2020-10-12 11:42:07 +05:30
Arun Isaac
0a0a560c90
gnu: Add rust-napi-build-0.2.
...
* gnu/packages/crates-io.scm (rust-napi-build-0.2): New variable.
2020-10-12 11:42:07 +05:30
Arun Isaac
8e07de3dbc
gnu: Add rust-napi-sys-0.4.
...
* gnu/packages/crates-io.scm (rust-napi-sys-0.4): New variable.
2020-10-12 11:42:07 +05:30
Arun Isaac
08d59bc870
gnu: rust-syn-1: Update to 1.0.40.
...
* gnu/packages/crates-io.scm (rust-syn-1): Update to 1.0.40.
(arguments): Add rust-insta-0.16, rust-reqwest-0.10 and rust-syn-test-suite-0
to cargo-development-inputs.
2020-10-12 11:42:07 +05:30
Arun Isaac
f2ee888816
gnu: Add rust-reqwest-0.10.
...
* gnu/packages/crates-io.scm (rust-reqwest-0.10): New variable.
2020-10-12 11:42:07 +05:30
Arun Isaac
7f5e2d8313
gnu: Add rust-hyper-rustls-0.21.
...
* gnu/packages/crates-io.scm (rust-hyper-rustls-0.21): New variable.
2020-10-12 11:42:06 +05:30
Arun Isaac
e2ed3a3a0e
gnu: Add rust-rustls-native-certs-0.4.
...
* gnu/packages/crates-io.scm (rust-rustls-native-certs-0.4): New variable.
2020-10-12 11:42:06 +05:30
Arun Isaac
1563dee3d8
gnu: Add rust-hyper-tls-0.4.
...
* gnu/packages/crates-io.scm (rust-hyper-tls-0.4): New variable.
(rust-hyper-tls-0.3): Inherit from rust-hyper-tls-0.4.
2020-10-12 11:42:06 +05:30
Arun Isaac
1abd699e7f
gnu: Add rust-mime-guess-2.
...
* gnu/packages/crates-io.scm (rust-mime-guess-2): New variable.
2020-10-12 11:42:06 +05:30
Arun Isaac
65cdebd20a
gnu: Add rust-trust-dns-resolver-0.19.
...
* gnu/packages/crates-io.scm (rust-trust-dns-resolver-0.19): New variable.
2020-10-12 11:42:06 +05:30
Arun Isaac
77a0536bfd
gnu: Add rust-trust-dns-https-0.19.
...
* gnu/packages/crates-io.scm (rust-trust-dns-https-0.19): New variable.
2020-10-12 11:42:06 +05:30
Arun Isaac
69cc75561e
gnu: Add rust-napi-derive-0.5.
...
* gnu/packages/crates-io.scm (rust-napi-derive-0.5): New variable.
2020-10-12 11:42:05 +05:30
Arun Isaac
23e96e41cb
gnu: Add rust-static-map-macro-0.2.
...
* gnu/packages/crates-io.scm (rust-static-map-macro-0.2): New variable.
2020-10-12 11:42:05 +05:30
Arun Isaac
001638a510
gnu: Add rust-relative-path-1.
...
* gnu/packages/crates-io.scm (rust-relative-path-1): New variable.
2020-10-12 11:42:05 +05:30
Arun Isaac
d84c250f92
gnu: Add rust-pmutil-0.5.
...
* gnu/packages/crates-io.scm (rust-pmutil-0.5): New variable.
2020-10-12 11:42:05 +05:30
Arun Isaac
20921cc75b
gnu: Add rust-libflate-1.
...
* gnu/packages/crates-io.scm (rust-libflate-1): New variable.
(rust-libflate-0.1): Inherit from rust-libflate-1.
2020-10-12 11:42:05 +05:30
Arun Isaac
4bfac1abe6
gnu: Add rust-libflate-lz77-1.
...
* gnu/packages/crates-io.scm (rust-libflate-lz77-1): New variable.
2020-10-12 11:42:05 +05:30
Arun Isaac
518a6320b1
gnu: Add rust-libflate-0.1.
...
* gnu/packages/crates-io.scm (rust-libflate-0.1): New variable.
2020-10-12 11:42:04 +05:30
Arun Isaac
640e6c8dca
gnu: Add rust-semver-0.10.
...
* gnu/packages/crates-io.scm (rust-semver-0.10): New variable.
2020-10-12 11:42:04 +05:30
Arun Isaac
8f1f3f8d74
gnu: Add rust-diesel-1.
...
* gnu/packages/crates-io.scm (rust-diesel-1): New variable.
2020-10-12 11:42:04 +05:30
Arun Isaac
1424da639d
gnu: Add rust-r2d2.
...
* gnu/packages/crates-io.scm (rust-r2d2): New variable.
2020-10-12 11:42:04 +05:30
Arun Isaac
7f4b985f06
gnu: Add rust-scheduled-thread-pool-0.2.
...
* gnu/packages/crates-io.scm (rust-scheduled-thread-pool-0.2): New variable.
2020-10-12 11:42:04 +05:30
Arun Isaac
32cd33bf76
gnu: Add rust-mysqlclient-sys-0.2.
...
* gnu/packages/crates-io.scm (rust-mysqlclient-sys-0.2): New variable.
2020-10-12 11:42:03 +05:30
Arun Isaac
1af686ad58
gnu: Add rust-diesel-derives-1.4.
...
* gnu/packages/crates-io.scm (rust-diesel-derives-1.4): New variable.
2020-10-12 11:42:03 +05:30
Arun Isaac
1de6ae60d5
gnu: Add rust-parking-lot-0.11.
...
* gnu/packages/crates-io.scm (rust-parking-lot-0.11): New variable.
2020-10-12 11:42:03 +05:30
Arun Isaac
aae339b156
gnu: Add rust-parking-lot-core-0.8.
...
* gnu/packages/crates-io.scm (rust-parking-lot-core-0.8): New variable.
(rust-parking-lot-core-0.7): Inherit from rust-parking-lot-core-0.8.
2020-10-12 11:42:03 +05:30
Arun Isaac
face7d5db4
gnu: Add rust-hyper-0.13.
...
* gnu/packages/crates-io.scm (rust-hyper-0.13): New variable.
(rust-hyper-0.12): Inherit from rust-hyper-0.13.
2020-10-12 11:42:03 +05:30
Arun Isaac
ddfbd8cff8
gnu: Add rust-h2-0.2.
...
* gnu/packages/crates-io.scm (rust-h2-0.2): New variable.
(rust-h2-0.1): Inherit from rust-h2-0.2.
2020-10-12 11:42:03 +05:30
Arun Isaac
9de76735db
gnu: Add rust-dashmap-3.
...
* gnu/packages/crates-io.scm (rust-dashmap-3): New variable.
2020-10-12 11:42:02 +05:30
Arun Isaac
1cf95488ca
gnu: Add rust-hashbrown-0.8.
...
* gnu/packages/crates-io.scm (rust-hashbrown-0.8): New variable.
(rust-hashbrown-0.5): Inherit from rush-hashbrow-0.8.
2020-10-12 11:42:02 +05:30
Arun Isaac
cfd2a7059c
gnu: Add rust-rustc-hash-1.0.
...
* gnu/packages/crates-io.scm (rust-rustc-hash-1.0): New variable.
2020-10-12 11:42:02 +05:30
Arun Isaac
650c0b76d4
gnu: Add rust-want-0.3.
...
* gnu/packages/crates-io.scm (rust-want-0.3): New variable.
2020-10-12 11:42:02 +05:30
Arun Isaac
f39b066083
gnu: Add rust-tokio-executor-0.2.
...
* gnu/packages/crates-io.scm (rust-tokio-executor-0.2): New variable.
2020-10-12 11:42:02 +05:30
Arun Isaac
e06c021be3
gnu: Add rust-typed-headers-0.2.
...
* gnu/packages/crates-io.scm (rust-typed-headers-0.2): New variable.
2020-10-12 11:42:02 +05:30
Arun Isaac
94975798fc
gnu: Add rust-trust-dns-openssl-0.19.
...
* gnu/packages/crates-io.scm (rust-trust-dns-openssl-0.19): New variable.
2020-10-12 11:42:01 +05:30
Arun Isaac
16d503478b
gnu: Add rust-trust-dns-native-tls-0.19.
...
* gnu/packages/crates-io.scm (rust-trust-dns-native-tls-0.19): New variable.
2020-10-12 11:42:01 +05:30
Arun Isaac
93b0dabd07
gnu: Add rust-trust-dns-rustls-0.19.
...
* gnu/packages/crates-io.scm (rust-trust-dns-rustls-0.19): New variable.
2020-10-12 11:42:01 +05:30
Arun Isaac
deb267ff73
gnu: Add rust-trust-dns-proto-0.19.
...
* gnu/packages/crates-io.scm (rust-trust-dns-proto-0.19): New variable.
2020-10-12 11:42:01 +05:30
Arun Isaac
4a40a6e6f4
gnu: Add rust-tokio-tls-0.3.
...
* gnu/packages/crates-io.scm (rust-tokio-tls-0.3): New variable.
2020-10-12 11:42:01 +05:30
Arun Isaac
f99063f4ab
gnu: Add rust-tokio-rustls-0.14.
...
* gnu/packages/crates-io.scm (rust-tokio-rustls-0.14, rust-tokio-rustls-0.13):
New variables.
(rust-tokio-rustls-0.12): Inherit from rust-tokio-rustls-0.13.
2020-10-12 11:42:01 +05:30
Arun Isaac
287ea25447
gnu: Add rust-mimalloc-0.1.
...
* gnu/packages/crates-io.scm (rust-mimalloc-0.1): New variable.
2020-10-12 11:42:01 +05:30
Arun Isaac
d9146f98d3
gnu: Add rust-libmimalloc-sys-0.1.
...
* gnu/packages/crates-io.scm (rust-libmimalloc-sys-0.1): New variable.
2020-10-12 11:42:00 +05:30
Arun Isaac
63ab8fe711
gnu: Add rust-cty-0.2.
...
* gnu/packages/crates-io.scm (rust-cty-0.2): New variable.
2020-10-12 11:42:00 +05:30
Arun Isaac
db52e76d67
gnu: Add rust-tracing-attributes-0.1.
...
* gnu/packages/crates-io.scm (rust-tracing-attributes-0.1): New variable.
2020-10-12 11:42:00 +05:30
Arun Isaac
cb1763263e
gnu: Add rust-tracing-0.1.
...
* gnu/packages/crates-io.scm (rust-tracing-0.1): New variable.
2020-10-12 11:42:00 +05:30
Arun Isaac
1c10a2966e
gnu: Add rust-async-trait-0.1.
...
* gnu/packages/crates-io.scm (rust-async-trait-0.1): New variable.
2020-10-12 11:42:00 +05:30
Arun Isaac
3c33794cf8
gnu: Add rust-tracing-futures-0.2.
...
* gnu/packages/crates-io.scm (rust-tracing-futures-0.2): New variable.
2020-10-12 11:41:59 +05:30
Arun Isaac
64f359eef5
gnu: Add rust-security-framework-1.
...
* gnu/packages/crates-io.scm (rust-security-framework-1): New variable.
(rust-security-framework-0.3): Inherit from rust-security-framework-1.
(rust-security-framework-0.2): Inherit from rust-security-framework-0.3.
2020-10-12 11:41:59 +05:30
Arun Isaac
cf4a7c272c
gnu: Add rust-security-framework-sys-1.
...
* gnu/packages/crates-io.scm (rust-security-framework-sys-1): New variable.
(rust-security-framework-sys-0.3): Inherit from rust-security-framework-sys-1.
(rust-security-framework-sys-0.2): Inherit from
rust-security-framework-sys-0.3.
2020-10-12 11:41:59 +05:30
Arun Isaac
820df01836
gnu: Add rust-tokio-util-0.3.
...
* gnu/packages/crates-io.scm (rust-tokio-util-0.3): New variable.
2020-10-12 11:41:59 +05:30
Arun Isaac
e0e1f230b3
gnu: Add rust-tokio-openssl-0.4.
...
* gnu/packages/crates-io.scm (rust-tokio-openssl-0.4): New variable.
2020-10-12 11:41:59 +05:30
Arun Isaac
53ece90919
gnu: Add rust-tokio-socks-0.2.
...
* gnu/packages/crates-io.scm (rust-tokio-socks-0.2): New variable.
2020-10-12 11:41:59 +05:30
Arun Isaac
ba45930077
gnu: Add rust-tokio-sync-0.2.
...
* gnu/packages/crates-io.scm (rust-tokio-sync-0.2): New variable.
(rust-tokio-sync-0.1): Inherit from rust-tokio-sync-0.2.
2020-10-12 11:41:58 +05:30
Arun Isaac
0e30daed89
gnu: Add rust-tower-util-0.3.
...
* gnu/packages/crates-io.scm (rust-tower-util-0.3): New variable.
2020-10-12 11:41:58 +05:30
Arun Isaac
9d4e56db47
gnu: Add rust-tower-test-0.3.
...
* gnu/packages/crates-io.scm (rust-tower-test-0.3): New variable.
2020-10-12 11:41:58 +05:30
Arun Isaac
6bf45a0165
gnu: Add rust-tower-layer-0.3.
...
* gnu/packages/crates-io.scm (rust-tower-layer-0.3): New variable.
2020-10-12 11:41:58 +05:30
Arun Isaac
0d659f8211
gnu: Add rust-tower-service-0.3.
...
* gnu/packages/crates-io.scm (rust-tower-service-0.3): New variable.
2020-10-12 11:41:58 +05:30
Arun Isaac
4c08fef860
gnu: Add rust-async-compression-0.3.
...
* gnu/packages/crates-io.scm (rust-async-compression-0.3): New variable.
2020-10-12 11:41:58 +05:30
Arun Isaac
5d419dbefc
gnu: Add rust-partial-io-0.3.
...
* gnu/packages/crates-io.scm (rust-partial-io-0.3): New variable.
(rust-partial-io-0.2): Inherit from rust-partial-io-0.3.
2020-10-12 11:41:57 +05:30
Arun Isaac
d2ac4afb30
gnu: Add rust-zstd-0.5.
...
* gnu/packages/crates-io.scm (rust-zstd-0.5): New variable.
2020-10-12 11:41:57 +05:30
Arun Isaac
28ad888951
gnu: Add rust-zstd-safe-2.
...
* gnu/packages/crates-io.scm (rust-zstd-safe-2, rust-zstd-safe-2.0.5): New
variables.
2020-10-12 11:41:57 +05:30
Arun Isaac
4402eb48cd
gnu: Add rust-zstd-sys-1.
...
* gnu/packages/crates-io.scm (rust-zstd-sys-1, rust-zstd-sys-1.4.17): New
variables.
2020-10-12 11:41:57 +05:30
Arun Isaac
a5d7497204
gnu: Add rust-bindgen-0.55.
...
* gnu/packages/crates-io.scm (rust-bindgen-0.55): New variable.
(rust-bindgen-0.54): Inherit from rust-bindgen-0.55.
2020-10-12 11:41:57 +05:30
Arun Isaac
c91fff483d
gnu: Add rust-clang-sys-1.
...
* gnu/packages/crates-io.scm (rust-clang-sys-1): New variable.
(rust-clang-sys-0.29): Inherit from rust-clang-sys-1.
2020-10-12 11:41:57 +05:30
Arun Isaac
96a490a2b5
gnu: Add rust-libloading-0.6.
...
* gnu/packages/crates-io.scm (rust-libloading-0.6): New variable.
2020-10-12 11:41:56 +05:30
Arun Isaac
395300c529
gnu: Add rust-proptest-derive-0.1.
...
* gnu/packages/crates-io.scm (rust-proptest-derive-0.1): New variable.
2020-10-12 11:41:56 +05:30
Arun Isaac
1487b6e2bb
gnu: Add rust-xz2-0.1.
...
* gnu/packages/crates-io.scm (rust-xz2-0.1): New variable.
2020-10-12 11:41:56 +05:30
Arun Isaac
f5fd7127b6
gnu: Add rust-ntest-0.3.
...
* gnu/packages/crates-io.scm (rust-ntest-0.3): New variable.
2020-10-12 11:41:56 +05:30
Arun Isaac
7f88c37118
gnu: Add rust-ntest-test-cases-0.3.
...
* gnu/packages/crates-io.scm (rust-ntest-test-cases-0.3): New variable.
2020-10-12 11:41:56 +05:30
Arun Isaac
107adb84b1
gnu: Add rust-ntest-timeout-0.3.
...
* gnu/packages/crates-io.scm (rust-ntest-timeout-0.3): New variable.
2020-10-12 11:41:56 +05:30
Arun Isaac
4b282ebc87
gnu: Add rust-timebomb-0.1.
...
* gnu/packages/crates-io.scm (rust-timebomb-0.1): New variable.
2020-10-12 11:41:55 +05:30
Arun Isaac
e6f7dbbd71
gnu: Add rust-pulse-0.5.
...
* gnu/packages/crates-io.scm (rust-pulse-0.5): New variable.
2020-10-12 11:41:55 +05:30
Arun Isaac
3b8bf95a6b
gnu: Add rust-futures-test-0.3.
...
* gnu/packages/crates-io.scm (rust-futures-test-0.3): New variable.
2020-10-12 11:41:55 +05:30
Arun Isaac
44b4bed399
gnu: Add rust-ahash.
...
* gnu/packages/crates-io.scm (rust-ahash-0.4, rust-ahash-0.3): New variables.
2020-10-12 11:41:55 +05:30
Arun Isaac
58627392c1
gnu: Add rust-rustls.
...
* gnu/packages/crates-io.scm (rust-rustls-0.18, rust-rustls-0.17): New
variables.
(rust-rustls-0.16): Inherit from rust-rustls-0.17.
2020-10-12 11:41:55 +05:30
Arun Isaac
ef6aba34d4
gnu: Add rust-enum-as-inner-0.3.
...
* gnu/packages/crates-io.scm (rust-enum-as-inner-0.3): New variable.
2020-10-12 11:41:54 +05:30
Arun Isaac
4e5d041c55
gnu: Add rust-ipnetwork-0.17.
...
* gnu/packages/crates-io.scm (rust-ipnetwork-0.17): New variable.
2020-10-12 11:41:54 +05:30
Arun Isaac
c08fe8a906
gnu: Add rust-winreg-0.7.
...
* gnu/packages/crates-io.scm (rust-winreg-0.7): New variable.
2020-10-12 11:41:54 +05:30
Arun Isaac
38281cf81c
gnu: Add rust-cookie-store-0.12.
...
* gnu/packages/crates-io.scm (rust-cookie-store-0.12): New variable.
2020-10-12 11:41:54 +05:30
Arun Isaac
9dab172230
gnu: Add rust-publicsuffix-1.
...
* gnu/packages/crates-io.scm (rust-publicsuffix-1): New variable.
2020-10-12 11:41:54 +05:30
Arun Isaac
fa6f772f30
gnu: Add rust-dotenv.
...
* gnu/packages/crates-io.scm (rust-dotenv-0.15, rust-dotenv-0.10): New
variables.
2020-10-12 11:41:54 +05:30
Arun Isaac
7eceb60e0c
gnu: Add rust-derive-error-chain-0.10.
...
* gnu/packages/crates-io.scm (rust-derive-error-chain-0.10): New variable.
2020-10-12 11:41:53 +05:30
Arun Isaac
33a5d00d56
gnu: Add rust-cookie-0.14.
...
* gnu/packages/crates-io.scm (rust-cookie-0.14): New variable.
2020-10-12 11:41:53 +05:30
Arun Isaac
f9ebdaa2b9
gnu: Add rust-time-0.2.
...
* gnu/packages/crates-io.scm (rust-time-0.2): New variable.
2020-10-12 11:41:53 +05:30
Arun Isaac
df747a09b3
gnu: Add rust-time-macros-0.1.
...
* gnu/packages/crates-io.scm (rust-time-macros-0.1): New variable.
2020-10-12 11:41:53 +05:30
Arun Isaac
c8ec1b8789
gnu: Add rust-time-macros-impl-0.1.
...
* gnu/packages/crates-io.scm (rust-time-macros-impl-0.1): New variable.
2020-10-12 11:41:53 +05:30
Arun Isaac
206ff7371d
gnu: Add rust-standback-0.2.
...
* gnu/packages/crates-io.scm (rust-standback-0.2): New variable.
2020-10-12 11:41:53 +05:30
Arun Isaac
e05c2c671e
gnu: Add rust-hkdf-0.9.
...
* gnu/packages/crates-io.scm (rust-hkdf-0.9): New variable.
2020-10-12 11:41:52 +05:30
Arun Isaac
1258cd036e
gnu: Add rust-aes-gcm-0.6.
...
* gnu/packages/crates-io.scm (rust-aes-gcm-0.6): New variable.
2020-10-12 11:41:52 +05:30
Arun Isaac
2f5987aeba
gnu: Add rust-ghash-0.3.
...
* gnu/packages/crates-io.scm (rust-ghash-0.3): New variable.
2020-10-12 11:41:52 +05:30
Arun Isaac
7e7c4c685b
gnu: Add rust-polyval-0.4.
...
* gnu/packages/crates-io.scm (rust-polyval-0.4): New variable.
2020-10-12 11:41:52 +05:30
Arun Isaac
63f0558a1a
gnu: Add rust-aead-0.3.
...
* gnu/packages/crates-io.scm (rust-aead-0.3): New variable.
2020-10-12 11:41:52 +05:30
Arun Isaac
877ae9fd20
gnu: Add rust-heapless-0.5.
...
* gnu/packages/crates-io.scm (rust-heapless-0.5): New variable.
2020-10-12 11:41:52 +05:30
Arun Isaac
1949e24051
gnu: Add rust-ufmt-0.1.
...
* gnu/packages/crates-io.scm (rust-ufmt-0.1): New variable.
2020-10-12 11:41:51 +05:30
Arun Isaac
e45472e6f2
gnu: Add rust-ufmt-macros-0.1.
...
* gnu/packages/crates-io.scm (rust-ufmt-macros-0.1): New variable.
2020-10-12 11:41:51 +05:30
Arun Isaac
c054ae40f4
gnu: Add rust-hash32-0.1.
...
* gnu/packages/crates-io.scm (rust-hash32-0.1): New variable.
2020-10-12 11:41:51 +05:30
Arun Isaac
5872e71db7
gnu: Add rust-hash32-derive-0.1.
...
* gnu/packages/crates-io.scm (rust-hash32-derive-0.1): New variable.
2020-10-12 11:41:51 +05:30
Arun Isaac
3dd1843675
gnu: Add rust-syn.
...
* gnu/packages/crates-io.scm (rust-syn-0.14, rust-syn-0.13): New variables.
2020-10-12 11:41:51 +05:30
Arun Isaac
e8f23ed2aa
gnu: Add rust-aes-0.4.
...
* gnu/packages/crates-io.scm (rust-aes-0.4): New variable.
2020-10-12 11:41:51 +05:30
Arun Isaac
be54916f7a
gnu: Add rust-aesni-0.7.
...
* gnu/packages/crates-io.scm (rust-aesni-0.7): New variable.
2020-10-12 11:41:50 +05:30
Arun Isaac
f736ef388d
gnu: Add rust-stream-cipher-0.4.
...
* gnu/packages/crates-io.scm (rust-stream-cipher-0.4): New variable.
2020-10-12 11:41:50 +05:30
Arun Isaac
8a8b3c3398
gnu: Add rust-aes-soft-0.4.
...
* gnu/packages/crates-io.scm (rust-aes-soft-0.4): New variable.
2020-10-12 11:41:50 +05:30
Arun Isaac
9fa58ec9e4
gnu: Add rust-insta-0.16.
...
* gnu/packages/crates-io.scm (rust-insta-0.16): New variable.
(rust-insta-0.8): Inherit from rust-insta-0.16.
2020-10-12 11:41:50 +05:30
Arun Isaac
b5357b7ef7
gnu: Add rust-crypto-tests-0.5.
...
* gnu/packages/crates-io.scm (rust-crypto-tests-0.5): New variable.
2020-10-12 11:41:50 +05:30
Arun Isaac
6a849f2750
gnu: Add rust-crypto-mac-0.4.
...
* gnu/packages/crates-io.scm (rust-crypto-mac-0.4): New variable.
2020-10-12 11:41:49 +05:30
Arun Isaac
284c427ca6
gnu: Add rust-universal-hash-0.4.
...
* gnu/packages/crates-io.scm (rust-universal-hash-0.4): New variable.
2020-10-12 11:41:49 +05:30
Arun Isaac
a173f3a7e0
gnu: Add rust-block-cipher-0.7.
...
* gnu/packages/crates-io.scm (rust-block-cipher-0.7): New variable.
2020-10-12 11:41:49 +05:30
Arun Isaac
d2a6b654c8
gnu: Add rust-block-cipher-trait-0.4.
...
* gnu/packages/crates-io.scm (rust-block-cipher-trait-0.4): New variable.
2020-10-12 11:41:49 +05:30
Arun Isaac
e49928258b
gnu: Add rust-ron-0.5.
...
* gnu/packages/crates-io.scm (rust-ron-0.5): New variable.
(rust-ron-0.4): Inherit from rust-ron-0.5.
2020-10-12 11:41:49 +05:30
Arun Isaac
da6390144a
gnu: Add rust-globwalk-0.8.
...
* gnu/packages/crates-io.scm (rust-globwalk-0.8): New variable.
(rust-globwalk-0.5): Inherit from rust-globwalk-0.8.
2020-10-12 11:41:49 +05:30
Arun Isaac
75ed6b90e6
gnu: Add rust-digest-0.6.
...
* gnu/packages/crates-io.scm (rust-digest-0.6): New variable.
2020-10-12 11:41:48 +05:30
Arun Isaac
5073a3ac9d
gnu: Add rust-bigdecimal-0.2.
...
* gnu/packages/crates-io.scm (rust-bigdecimal-0.2): New variable.
2020-10-12 11:41:48 +05:30
Arun Isaac
4c1384c576
gnu: Add rust-as-slice-0.1.
...
* gnu/packages/crates-io.scm (rust-as-slice-0.1): New variable.
2020-10-12 11:41:48 +05:30
Arun Isaac
fd2acf7132
gnu: Add rust-serde-urlencoded-0.6.
...
* gnu/packages/crates-io.scm (rust-serde-urlencoded-0.6): New variable.
2020-10-12 11:41:48 +05:30
Arun Isaac
3f9ab9998d
gnu: Add rust-generic-array-0.8.
...
* gnu/packages/crates-io.scm (rust-generic-array-0.8): New variable.
2020-10-12 11:41:48 +05:30
Arun Isaac
3de89b4987
gnu: Add rust-security-framework-sys-0.2.
...
* gnu/packages/crates-io.scm (rust-security-framework-sys-0.2): New variable.
2020-10-12 11:41:48 +05:30
Arun Isaac
289012517c
gnu: Add rust-ufmt-write-0.1.
...
* gnu/packages/crates-io.scm (rust-ufmt-write-0.1): New variable.
2020-10-12 11:41:47 +05:30
Arun Isaac
df199ce672
gnu: Add rust-pq-sys-0.4.
...
* gnu/packages/crates-io.scm (rust-pq-sys-0.4): New variable.
2020-10-12 11:41:47 +05:30
Arun Isaac
eef1afbc65
gnu: Add rust-syn-test-suite-0.
...
* gnu/packages/crates-io.scm (rust-syn-test-suite-0): New variable.
2020-10-12 11:41:46 +05:30
Arun Isaac
3688b52426
gnu: Add rust-webpki-roots.
...
* gnu/packages/crates-io.scm (rust-webpki-roots-0.20, rust-webpki-roots-0.19):
New variable.
(rust-webpki-roots-0.18): Inherit from rust-webpki-roots-0.19.
2020-10-12 11:41:46 +05:30
Arun Isaac
e12feea37c
gnu: Add rust-atom-0.3.
...
* gnu/packages/crates-io.scm (rust-atom-0.3): New variable.
2020-10-12 11:41:46 +05:30
Arun Isaac
15eb3c6cd2
gnu: Add rust-ipnet-2.
...
* gnu/packages/crates-io.scm (rust-ipnet-2): New variable.
2020-10-12 11:41:46 +05:30
Arun Isaac
c345ff6acd
gnu: Add rust-retain-mut-0.1.
...
* gnu/packages/crates-io.scm (rust-retain-mut-0.1): New variable.
2020-10-12 11:41:46 +05:30
Arun Isaac
1082609875
gnu: Add rust-take-mut-0.2.
...
* gnu/packages/crates-io.scm (rust-take-mut-0.2): New variable.
2020-10-12 11:41:46 +05:30
Arun Isaac
d7589c2263
gnu: Add rust-brotli-3.
...
* gnu/packages/crates-io.scm (rust-brotli-3): New variable.
2020-10-12 11:41:45 +05:30
Arun Isaac
aad7715985
gnu: Add rust-brotli-decompressor-2.3.
...
* gnu/packages/crates-io.scm (rust-brotli-decompressor-2.3): New variable.
2020-10-12 11:41:45 +05:30
Arun Isaac
d87552bb35
gnu: Add rust-const-random-0.1.
...
* gnu/packages/crates-io.scm (rust-const-random-0.1): New variable.
2020-10-12 11:41:45 +05:30
Arun Isaac
cdbc7b019a
gnu: Add rust-const-random-macro-0.1.
...
* gnu/packages/crates-io.scm (rust-const-random-macro-0.1): New variable.
2020-10-12 11:41:45 +05:30
Arun Isaac
665f51d3fa
gnu: Add rust-lock-api-0.4.
...
* gnu/packages/crates-io.scm (rust-lock-api-0.4): New variable.
(rust-lock-api-0.3): Inherit from rust-lock-api-0.4.
2020-10-12 11:41:45 +05:30
Arun Isaac
0da9cb0a40
gnu: Add rust-inflector-0.11.
...
* gnu/packages/crates-io.scm (rust-inflector-0.11): New variable.
2020-10-12 11:41:44 +05:30
Arun Isaac
f274658c0e
gnu: Add rust-if-chain-1.
...
* gnu/packages/crates-io.scm (rust-if-chain-1): New variable.
2020-10-12 11:41:44 +05:30
Arun Isaac
a5005caa90
gnu: Add rust-humansize-1.
...
* gnu/packages/crates-io.scm (rust-humansize-1): New variable.
2020-10-12 11:41:44 +05:30
Arun Isaac
d45c78ad4c
gnu: Add rust-criterion-cycles-per-byte-0.1.
...
* gnu/packages/crates-io.scm (rust-criterion-cycles-per-byte-0.1): New variable.
2020-10-12 11:41:44 +05:30
Arun Isaac
9b4a3be4f1
gnu: Add rust-crc-1.
...
* gnu/packages/crates-io.scm (rust-crc-1): New variable.
2020-10-12 11:41:44 +05:30
Arun Isaac
1739de9a10
gnu: Add rust-const-fn-0.4.
...
* gnu/packages/crates-io.scm (rust-const-fn-0.4): New variable.
2020-10-12 11:41:44 +05:30
Arun Isaac
5457e76963
gnu: Add rust-build-const-0.2.
...
* gnu/packages/crates-io.scm (rust-build-const-0.2): New variable.
2020-10-12 11:41:43 +05:30
Arun Isaac
abf6e95662
gnu: Add rust-alloc-stdlib-0.2.
...
* gnu/packages/crates-io.scm (rust-alloc-stdlib-0.2): New variable.
2020-10-12 11:41:43 +05:30
Arun Isaac
ce7520db90
gnu: Add rust-alloc-no-stdlib-2.
...
* gnu/packages/crates-io.scm (rust-alloc-no-stdlib-2,
rust-alloc-no-stdlib-2.0): New variables.
2020-10-12 11:41:43 +05:30
Arun Isaac
385ae0cf41
gnu: Add rust-serde-bytes-0.10.
...
* gnu/packages/crates-io.scm (rust-serde-bytes-0.10): New variable.
2020-10-12 11:41:43 +05:30
Arun Isaac
f1db6edf4d
gnu: Add rust-ct-logs-0.7.
...
* gnu/packages/crates-io.scm (rust-ct-logs-0.7): New variable.
(rust-ct-logs-0.3): Inherit from rust-ct-logs-0.7.
2020-10-12 11:41:43 +05:30
Arun Isaac
bcdfbbc868
gnu: Add rust-core-foundation-0.7.
...
* gnu/packages/crates-io.scm (rust-core-foundation-0.7): New variable.
(rust-core-foundation-0.6): Inherit from rust-core-foundation-0.7.
2020-10-12 11:41:43 +05:30
Arun Isaac
7ac6d407f1
gnu: Add rust-core-foundation-sys-0.7.
...
* gnu/packages/crates-io.scm (rust-core-foundation-sys-0.7): New variable.
(rust-core-foundation-sys-0.6): Inherit from rust-core-foundation-sys-0.6.
2020-10-12 11:41:42 +05:30
Arun Isaac
99874bf634
gnu: Add rust-cloudabi-0.1.
...
* gnu/packages/crates-io.scm (rust-cloudabi-0.1): New variable.
(rust-cloudabi-0.0): Inherit from rust-cloudabi-0.1.
2020-10-12 11:41:42 +05:30
Arun Isaac
2a93f5a43c
gnu: Add rust-blobby-0.3.
...
* gnu/packages/crates-io.scm (rust-blobby-0.3): New variable.
(rust-blobby-0.1): Inherit from rust-blobby-0.3.
2020-10-12 11:41:42 +05:30
Arun Isaac
1231ce9a07
gnu: Add rust-backtrace-0.3.35.
...
* gnu/packages/crates-io.scm (rust-backtrace-0.3.35): New variable.
2020-10-12 11:41:42 +05:30
Arun Isaac
cefb65453d
gnu: rust-tracing-core-0.1: Update to 0.1.16.
...
* gnu/packages/crates-io.scm (rust-tracing-core-0): Update to 0.1.16.
2020-10-12 11:41:42 +05:30
Arun Isaac
0d32e5e4f9
gnu: rust-serde-1: Update to 1.0.116.
...
* gnu/packages/crates-io.scm (rust-serde-1): Update to 1.0.116.
2020-10-12 11:41:42 +05:30
Arun Isaac
61121235c9
gnu: rust-proc-macro2-1: Update to 1.0.21.
...
* gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.21.
2020-10-12 11:41:41 +05:30
Arun Isaac
168193ade5
gnu: rust-once-cell-1: Update to 1.4.1.
...
* gnu/packages/crates-io.scm (rust-once-cell-1): Update to 1.4.1.
2020-10-12 11:41:41 +05:30
Arun Isaac
0741934664
gnu: rust-rustc-std-workspace-alloc-1.0: Remove minor version in variable name.
...
* gnu/packages/crates-io.scm (rust-rustc-std-workspace-alloc-1.0): Rename to
rust-rustc-std-workspace-alloc-1.
2020-10-12 11:41:41 +05:30
Arun Isaac
4403d20149
gnu: rust-tinytemplate-1: Update to 1.1.0.
...
* gnu/packages/crates-io.scm (rust-tinytemplate-1): Update to 1.1.0.
2020-10-12 11:41:41 +05:30
Arun Isaac
81c5f0c42f
gnu: rust-serde-derive-1: Update to 1.0.116.
...
* gnu/packages/crates-io.scm (rust-serde-derive-1): Update to 1.0.116.
2020-10-12 11:41:41 +05:30
Arun Isaac
0cc16068f0
gnu: rust-criterion-plot-0.4: Update to 0.4.3.
...
* gnu/packages/crates-io.scm (rust-criterion-plot-0.4): Update to 0.4.3.
2020-10-12 11:41:41 +05:30
Arun Isaac
d40b00635c
gnu: rust-criterion-0.3: Update to 0.3.3.
...
* gnu/packages/crates-io.scm (rust-criterion-0.3): Update to 0.3.3.
[arguments]: Replace rust-itertools-0.8 with rust-itertools-0.9 in
cargo-inputs. Add rust-regex-1 and rust-serde-cbor-0.11 to
cargo-development-inputs. Remove rust-tempdir-0.3 from
cargo-development-inputs. Add rust-tempfile-3 to cargo-development-inputs.
2020-10-12 11:41:41 +05:30
Arun Isaac
ec6481f0e2
gnu: rust-httparse-1.3: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-httparse-1.3): Rename to rust-httparse-1.
2020-10-12 11:41:40 +05:30
Arun Isaac
90184436e9
gnu: rust-pest-2.1: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-pest-2.1): Rename to rust-pest-2.
2020-10-12 11:41:40 +05:30
Arun Isaac
3520b5fdf0
gnu: rust-pest-derive-2.1: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-pest-derive-2.1): Rename to
rust-pest-derive-2.
2020-10-12 11:41:40 +05:30
Arun Isaac
6594f744a9
gnu: rust-seahash-3.0: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-seahash-3.0): Rename to rust-seahash-3.
2020-10-12 11:41:40 +05:30
Arun Isaac
93922eecc9
gnu: rust-flate2-1.0: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-flate2-1.0): Rename to rust-flate2-1.
2020-10-12 11:41:40 +05:30
Arun Isaac
460ab99665
gnu: rust-scopeguard-1.0: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-scopeguard-1.0): Rename to
rust-scopeguard-1.
2020-10-12 11:41:40 +05:30
Arun Isaac
17830c4aa0
gnu: rust-thread-id-3.3: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-thread-id-3.3): Rename to rust-thread-id-3.
2020-10-12 11:41:39 +05:30
Arun Isaac
c1a0012bf7
gnu: rust-stable-deref-trait-1.1: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-stable-deref-trait-1.1): Rename to
rust-stable-deref-trait-1.
2020-10-12 11:41:39 +05:30
Arun Isaac
2cc9d2a7cf
gnu: rust-percent-encoding-2.1: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-percent-encoding-2.1): Rename to
rust-percent-encoding-2.
2020-10-12 11:41:39 +05:30
Arun Isaac
30d16d5418
gnu: rust-url-1.7: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-url-1.7): Rename to rust-url-1.
2020-10-12 11:41:39 +05:30
Arun Isaac
ff4d0937c7
gnu: rust-url-2.1: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-url-2.1): Rename to rust-url-2.
2020-10-12 11:41:39 +05:30
Arun Isaac
7877ad8d5e
gnu: rust-rustc-hash-1.1: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-rustc-hash-1.1): Rename to
rust-rustc-hash-1.
2020-10-12 11:41:39 +05:30
Arun Isaac
1446702059
gnu: rust-crc32fast-1.2: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-crc32fast-1.2): Rename to rust-crc32fast-1.
2020-10-12 11:41:39 +05:30
Arun Isaac
bad1bdbdb7
gnu: rust-tinytemplate-1.0: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-tinytemplate-1.0): Rename to
rust-tinytemplate-1.
2020-10-12 11:41:38 +05:30
Arun Isaac
1061246c32
gnu: rust-data-encoding-2.1: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-data-encoding-2.1): Rename to
rust-data-encoding-2.
2020-10-12 11:41:38 +05:30
Arun Isaac
e8c59dff82
gnu: rust-either-1.5: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-either-1.5): Rename to rust-either-1.
2020-10-12 11:41:38 +05:30
Arun Isaac
448994be91
gnu: rust-trybuild-1.0: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-trybuild-1.0): Rename to rust-trybuild-1.
2020-10-12 11:41:38 +05:30
Arun Isaac
262e40d095
gnu: rust-thiserror-1.0: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-thiserror-1.0): Rename to rust-thiserror-1.
2020-10-12 11:41:38 +05:30
Arun Isaac
acc440f48e
gnu: rust-which-3.1: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-which-3.1): Rename to rust-which-3.
2020-10-12 11:41:38 +05:30
Arun Isaac
49fe093fa9
gnu: rust-rustversion-1.0: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-rustversion-1.0): Rename to
rust-rustversion-1.
2020-10-12 11:41:38 +05:30
Arun Isaac
257886f7c1
gnu: rust-colored-1.9: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-colored-1.9): Rename to rust-colored-1.
2020-10-12 11:41:37 +05:30
Arun Isaac
47df39c101
gnu: rust-difference-2.0: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-difference-2.0): Rename to
rust-difference-2.
2020-10-12 11:41:37 +05:30
Arun Isaac
a699f329c0
gnu: rust-byteorder-1.3: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-byteorder-1.3): Rename to rust-byteorder-1.
2020-10-12 11:41:37 +05:30
Arun Isaac
062db7e7df
gnu: rust-rustc-std-workspace-core-1.0: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-rustc-std-workspace-core-1.0): Rename to
rust-rustc-std-workspace-core-1.
2020-10-12 11:41:37 +05:30
Arun Isaac
b39a5d2fcf
gnu: rust-lazycell-1.2: Remove minor version from variable name.
...
* gnu/packages/crates-io.scm (rust-lazycell-1.2): Rename to rust-lazycell-1.
2020-10-12 11:41:29 +05:30
Maxim Cournoyer
e17b732481
gnu: guix: Update to 1.1.0-30.875c01f.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-30.875c01f.
2020-10-12 01:32:44 -04:00
Maxim Cournoyer
875c01f82d
tests: Mark the channel-instances->manifest as expected to fail.
...
Allow the Guix package to be updated while awaiting resolution for
<https://issues.guix.gnu.org/43940 >.
* tests/channels.scm (channel-instances->manifest): Mark test as expected to
fail.
2020-10-12 00:30:14 -04:00
Nicolas Goaziou
bf986c3e43
gnu: emacs-lua-mode: Update to 20201010.
...
* gnu/packages/emacs-xyz.scm (emacs-lua-mode): Update to 20201010.
2020-10-11 18:32:25 +02:00
Nicolas Goaziou
307135d4c1
gnu: emacs-posframe: Update to 0.8.1.
...
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.1.
2020-10-11 18:28:54 +02:00
Ludovic Courtès
cda046b3ea
reconfigure: Start services not currently running.
...
Fixes <https://bugs.gnu.org/43720 >.
Reported by Andreas Enge <andreas@enge.fr >.
The bug was introduced in 5c793753b3 ,
which changed the way TO-START is computed: as a function of the running
services first, and then as a function of the live services (which
includes services not currently running).
* guix/scripts/system/reconfigure.scm (running-services): Serialize the
'running' field and return it.
(upgrade-shepherd-services): Comput RUNNING. Compute TO-START as the
difference between TARGET-SERVICES and RUNNING.
2020-10-11 17:26:41 +02:00
Efraim Flashner
14cbb4733c
gnu: rust-parking-lot-core-0.5: Fix building.
...
* gnu/packages/crates-io.scm (rust-parking-lot-core-0.5)[arguments]: In
cargo-inputs, add rust-backtrace-0.3, rust-cfg-if-0.1,
rust-cloudabi-0.0, rust-libc-0.2, rust-petgraph-0.4, rust-rand-0.6,
rust-redox-syscall-0.1, rust-smallvec-0.6, rust-thread-id-3.3,
rust-winapi-0.3, rust-rustc-version-0.2.
2020-10-11 14:06:16 +03:00
Efraim Flashner
1f2b4228b5
gnu: rust-parking-lot-core-0.4: Fix building.
...
* gnu/packages/crates-io.scm (rust-parking-lot-core-0.4)[arguments]: In
cargo-inputs, add rust-backtrace-0.3, rust-libc-0.2, rust-petgraph-0.4,
rust-rand-0.6, rust-smallvec-0.6, rust-thread-id-3.3, rust-winapi-0.3,
rust-rustc-version-0.2.
2020-10-11 14:01:32 +03:00
André Batista
ce992dda3a
gnu: Add rust-dialoguer-0.3.
...
* gnu/packages/crates-io.scm (rust-dialoguer-0.3): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-11 13:56:00 +03:00
André Batista
f3a3cef559
gnu: Add rust-dialoguer-0.6.
...
* gnu/packages/crates-io.scm (rust-dialoguer-0.6): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-11 13:42:20 +03:00
André Batista
306d5fd850
gnu: Add rust-tempfile-2.
...
* gnu/packages/crates-io.scm (rust-tempfile-2): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-11 13:42:11 +03:00
Oleg Pykhalov
2a7f4be8f3
gnu: nginx: Allow to pass configure-flags.
...
* gnu/packages/web.scm (nginx)[arguments]<configure>:
Accept '#:configure-flags'.
2020-10-11 13:18:00 +03:00
Florian Pelz
34d436a408
Revert "Revert "install: Pass "modprobe.blacklist=radeon".""
...
This reverts commit 73ddcab607 .
Blacklisting has become necessary again on my AMD machines, else
the installer screen stays black.
2020-10-11 06:57:17 +00:00
Alexandros Theodotou
26f6bd0403
gnu: Add buku.
...
* gnu/packages/web.scm (buku): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-10-10 23:39:17 +02:00
Marius Bakke
d7fb4199c7
services: ganeti: Fix typo.
...
* gnu/services/ganeti.scm (ganeti-luxid-service-type)[description]: Fix typo.
2020-10-10 23:39:17 +02:00
Marius Bakke
2f702f2d1f
gnu: libvpx: Update to 1.9.0.
...
* gnu/packages/video.scm (libvpx): Update to 1.9.0.
2020-10-10 23:39:17 +02:00
Marius Bakke
210b5282b0
gnu: drbd-utils: Update to 9.15.0.
...
* gnu/packages/cluster.scm (drbd-utils): Update to 9.15.0.
2020-10-10 23:39:17 +02:00
Marius Bakke
0dc3649e2c
gnu: fakeroot: Update to 1.25.1.
...
* gnu/packages/linux.scm (fakeroot): Update to 1.25.1.
[arguments]: Override the 'bootstrap' phase. Remove obsolete statx
workaround.
[native-inputs]: Add AUTOCONF, AUTOMAKE, LIBTOOL, GETTEXT-MINIMAL, and PO4A.
While at it, move ACL ...
[inputs]: ... here, where it belongs according to libfakeroot.la.
2020-10-10 23:39:16 +02:00
Marius Bakke
4cd612f55b
gnu: python-dirsync: Update home page.
...
* gnu/packages/python-xyz.scm (python-dirsync)[home-page]: Follow redirect.
2020-10-10 23:39:16 +02:00
Marius Bakke
97046522fe
gnu: python-dirsync: Update to 2.2.5.
...
* gnu/packages/python-xyz.scm (python-dirsync): Update to 2.2.5.
2020-10-10 23:39:16 +02:00
Marius Bakke
2eb74175d9
gnu: python-oauthlib: Update to 3.1.0.
...
* gnu/packages/python-web.scm (python-oauthlib): Update to 3.1.0.
2020-10-10 23:39:16 +02:00
Marius Bakke
a05b7f6a44
gnu: python-openid: Update to 3.2.0.
...
* gnu/packages/python-web.scm (python-openid): Update to 3.2.0.
2020-10-10 23:39:16 +02:00
Marius Bakke
abcdf6bfd7
gnu: Rename 'llvm-download-uri' to 'llvm-uri'.
...
* gnu/packages/llvm.scm (llvm-download-uri): Rename to ...
(llvm-uri): ... this. Adjust callers accordingly.
2020-10-10 23:39:16 +02:00
Marius Bakke
9ac212cbae
gnu: folly: Remove reference to missing patch.
...
The patch is unnecessary because tests are disabled.
This is a follow-up to 5b548a1ee4 .
* gnu/packages/cpp.scm (folly)[source](patches): Remove.
* gnu/local.mk (dist_patch_DATA): Remove missing patch.
2020-10-10 23:39:16 +02:00
Greg Hogan
5b548a1ee4
gnu: Add folly.
...
* gnu/packages/cpp.scm (folly): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-10 23:00:02 +02:00
Greg Hogan
350e61bcf0
gnu: Add liburing.
...
* gnu/packages/linux.scm (liburing): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-10 22:53:21 +02:00
Tanguy Le Carrour
d31277e7b2
gnu: Add python-nestedtext.
...
* gnu/packages/python-xyz.scm (python-nestedtext): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-10 22:43:20 +02:00
Tanguy Le Carrour
c9a99803dd
gnu: Add python-inform.
...
* gnu/packages/python-xyz.scm (python-inform): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-10 22:40:30 +02:00
Tanguy Le Carrour
1f1996e6a5
gnu: beets: Skip failing tests.
...
* gnu/packages/music.scm (beets)[phases]{disable-failing-tests}: New phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-10 22:39:11 +02:00
Ludovic Courtès
02036cdda4
gnu: gdb: Build with a 32-bit MIG when targeting i586-pc-gnu.
...
Fixes a bug whereby GDB cross-compiled for i586-pc-gnu would be broken:
(gdb) r
Starting program: /gnu/store/…
Handling event, msgid = 72: (ipc/mig) server type check failure
* gnu/packages/gdb.scm (gdb-9.1)[native-inputs]: Use MIG/32-BIT instead
of MIG.
2020-10-10 22:37:45 +02:00
Ludovic Courtès
6530f5367c
gnu: mig: Define 'mig/32-bit'.
...
* gnu/packages/hurd.scm (mig/32-bit): New variable.
(hurd)[native-inputs]: Use it. Previous inline variant would drop the
'patch-non-shebang-references' phase.
2020-10-10 22:37:45 +02:00
Ludovic Courtès
b55409b2c0
svn-download, hg-download: Use 'report-invoke-error'.
...
* guix/build/hg.scm (hg-fetch): Use 'report-invoke-error' instead of
'format'.
* guix/build/svn.scm (svn-fetch): Likewise.
2020-10-10 22:37:45 +02:00
Oleg Pykhalov
45cad97d9e
gnu: obs: Fix missing icons.
...
Fixes <https://bugs.gnu.org/43556 >.
Reported-by: bdju <bdju@tilde.team >.
* gnu/packages/video.scm
(obs)[arguments]<phases>: Add 'wrap-executable' which fixes missing icons.
2020-10-10 22:53:50 +03:00
Jan (janneke) Nieuwenhuizen
e42765b675
gnu; sudo: Remove 'groff' input when building for the Hurd.
...
* gnu/packages/admin.scm (sudo)[native-inputs]: Remove 'groff' when building
for the Hurd.
2020-10-10 18:25:26 +02:00
Jan (janneke) Nieuwenhuizen
6693eac6eb
gnu: acl: Disable tests for the Hurd.
...
* gnu/packages/acl.scm (acl)[arguments]: Set #:tests? to #f when building for
the Hurd.
2020-10-10 18:21:08 +02:00
Danny Milosavljevic
93d3cfec32
gnu: Add nmrpflash.
...
* gnu/packages/admin.scm (nmrpflash): New variable.
2020-10-10 18:14:27 +02:00
Andreas Enge
4ec2190b9f
gnu: Add perl-opengl.
...
* gnu/packages/perl.scm (perl-opengl): New variable.
Co-authored-by: Malte Frank Gerdes <malte.f.gerdes@gmail.com >
2020-10-10 14:55:34 +02:00
Tobias Geerinckx-Rice
afed1b94f7
gnu: stumpwm: Fix the Texinfo manual.
...
* gnu/packages/wm.scm (stumpwm)[native-inputs]: Add autoconf & automake.
[arguments]: Bootstrap autotools & configure before making stumpwm.info.
2020-10-10 14:02:13 +02:00
Ludovic Courtès
cf197bff6a
services: hurd-vm: Add 'gdb-minimal' to the default OS.
...
* gnu/services/virtualization.scm (%hurd-vm-operating-system)[packages]:
New field.
2020-10-09 23:59:14 +02:00
Ludovic Courtès
2f4b51ab22
gnu: source-highlight: Allow cross-compilation.
...
* gnu/packages/pretty-print.scm (source-highlight)[arguments]: Add
'skip-doc-directory' when (%current-target-system) is true.
2020-10-09 23:59:14 +02:00
Ludovic Courtès
7b7b468ea4
gnu: boost: Allow compilation on/to GNU/Hurd.
...
* gnu/packages/boost.scm (boost)[arguments]: In 'configure' phase, patch
"#if defined(__MACH__)" to deal with GNU/Hurd.
2020-10-09 23:59:14 +02:00
Maxim Cournoyer
a279f7c61c
Revert "gnu: guix: Update to commit 5918cb5."
...
This reverts commit f08587682a . Its hash
mismatched.
2020-10-09 17:54:21 -04:00
Jan (janneke) Nieuwenhuizen
d56d79b176
system: hurd: Add diffutils, patch, gawk, tar, gzip, bzip2, xz, and lzip.
...
* gnu/system/hurd.scm (%base-packages/hurd): Add diffutils, patch, gawk, tar, gzip,
bzip2, xz, and lzip.
2020-10-09 23:25:34 +02:00
Jan (janneke) Nieuwenhuizen
1103f87805
system: hurd: Include 'guile-3.0-latest' in '%base-packages/hurd'.
...
* gnu/system/hurd.scm (%base-packages/hurd): Change GUILE-3.0 to
GUILE-3.0-LATEST.
2020-10-09 23:25:33 +02:00
Jan (janneke) Nieuwenhuizen
16f8ea064c
system: hurd: Add PAM support with shadow and sudo.
...
* gnu/system.scm (hurd-default-essential-services): Add
setuid-program-service-type.
* gnu/system/hurd.scm (%base-packages/hurd): Add shadow, sudo.
(%setuid-programs/hurd): New variable.
(%hurd-default-operating-system)[setuid-program]: Use it.
[pam-services, sudoers-file]: Remove overrides; enabling regular defaults.
* gnu/system/examples/bare-hurd.tmpl (%hurd-os)[users]: New field.
[services]: Do not disable PAM in SSH.
2020-10-09 23:25:33 +02:00
Maxim Cournoyer
f08587682a
gnu: guix: Update to commit 5918cb5.
...
* gnu/packages/package-management.scm (guix): Update to commit
5918cb5341 .
2020-10-09 17:23:22 -04:00
Maxim Cournoyer
5918cb5341
doc: Sync the client and daemon --rounds options documentation.
...
Fixes <https://issues.guix.gnu.org/40867 >.
* doc/guix.texi (Common Build Options): Suggest using '--keep-failed' to keep
differing build results in the store rather than 'guix archive'.
Reported-by: Jonathan Brielmaier <jonathan.brielmaier@web.de >
2020-10-09 16:57:14 -04:00
Maxim Cournoyer
0fa0e8df60
nix: Honor '--rounds' when also using '--check'.
...
Fixes <https://issues.guix.gnu.org/40144 >.
Until now, the '--rounds' option, when also using '--check', was ignored.
This change makes it possible to use both, so that an item that has already
been built once can be rebuilt as many times as desired.
* nix/libstore/build.cc: Remove the conditionals causing the daemon to
complete a build task early when 'buildMode' is equal to 'nix::bmCheck'.
Reported-by: Brice Waegeneire <brice@waegenei.re >
2020-10-09 16:55:22 -04:00
Leo Famulari
7ee4d47d1a
gnu: linux-libre 4.19: Update to 4.19.150.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update 4.19.150.
(linux-libre-4.19-pristine-source): Update hash.
2020-10-09 15:56:43 -04:00
Leo Famulari
d9dfa10acb
gnu: linux-libre 5.4: Update to 5.4.70.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update 5.4.70.
(linux-libre-5.4-pristine-source): Update hash.
2020-10-09 15:56:43 -04:00
Leo Famulari
06a796df30
gnu: linux-libre: Update to 5.8.14.
...
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.14.
(linux-libre-5.8-pristine-source): Update hash.
2020-10-09 15:56:39 -04:00
Jan (janneke) Nieuwenhuizen
165e0918da
gnu: sudo: Remove support for Python plug-ins.
...
* gnu/packages/admin.scm (sudo)[inputs], [outputs]: Remove python.
[arguments]: Remove --enable-python/--disable-python configure flags.
Remove 'separate-python-output phase.
2020-10-09 21:34:17 +02:00
Efraim Flashner
9c1b8390ba
doc: Document missing openssh configure option.
...
* doc/guix.texi (Networking Services): Document configuration option to
specify the openssh package for the openssh-service-type.
2020-10-09 16:46:24 +03:00
Nicolas Goaziou
49c5a7468a
gnu: emacs-ivy-posframe: Update to 0.5.1.
...
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.1.
2020-10-09 14:48:13 +02:00
Tobias Geerinckx-Rice
4e395c74c8
gnu: catch2: Update to 2.13.2.
...
* gnu/packages/check.scm (catch2): Update to 2.13.2.
2020-10-09 13:33:16 +02:00
Tobias Geerinckx-Rice
64c20b05c8
gnu: libsndfile: Update source file hash.
...
The tarball was modified in-place to fix ‘incorrect line endings’[0].
Unfortunately, it does more, such as re-bootstrapping with autotools
1.16.2 instead of the previous 1.16.1.
A basic visual inspection of the differences did not find anything out
of order.
[0]: https://github.com/libsndfile/libsndfile/releases/tag/v1.0.30
* gnu/packages/pulseaudio.scm (libsndfile)[source]: Update hash.
2020-10-09 13:33:16 +02:00
Efraim Flashner
29a2eb36ff
gnu: python-shapely: Remove cythonized files.
...
* gnu/packages/python-xyz.scm (python-shapely)[source]: Add snippet to
remove pregenerated cythonized files.
2020-10-09 08:02:28 +03:00
Malte Frank Gerdes
5fe5548907
gnu: python-shapely: Update to 1.7.1.
...
* gnu/packages/python-xyz.scm (python-shapely): Update to 1.7.1.
[arguments]: Adjust 'patch-geos-path phase to add more substitutions.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-09 08:00:59 +03:00
Danny Milosavljevic
7e917283d7
gnu: sunxi-tools: Fix build.
...
* gnu/packages/patches/sunxi-tools-remove-sys-io.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (sunxi-tools-source): Add it.
2020-10-08 23:15:29 +02:00
Christopher Baines
aadd3429fb
gnu: guix-build-coordinator: Update to 0-1.e701d4d.
...
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-1.e701d4d.
2020-10-08 20:44:03 +01:00
Christopher Baines
65c9f07a16
services: guix: Don't use normalized codeset for Guix Data Service.
...
This matches up with changes in the Guix Data Service to not use the
normalized codeset.
* gnu/services/guix.scm (guix-data-service-shepherd-services): Change the
LC_ALL codeset to UTF-8.
2020-10-08 20:21:02 +01:00
Maxim Cournoyer
efbf5fdd01
offload: Improve load normalization and configurability.
...
Fixes <https://issues.guix.gnu.org/43773 >.
The computed normalized load was previously obtained by dividing the load
average as found in /proc/loadavg by the number of parallel builds defined for
a build machine.
This normalized load didn't allow to compare machines with different number of
cores, as the load average reported by /proc/loadavg can be as high as the
number of cores; thus comparing that value to a fixed threshold of 2.0 would
mean machines with multiple cores were more likely to be flagged as overloaded
compared to single core machines.
This can be fixed by normalizing using the available number of cores instead
of the number of parallel jobs.
* guix/scripts/offload.scm (<build-machine>)[overload-threshold]: New field.
(node-load): Modify to return a normalized load value between 0 and 1, taking
into account the number of cores available.
(normalized-load): Remove procedure.
(report-load): New procedure.
(choose-build-machine): Adjust to use the modified 'node-load' and the new
'report-load' and 'build-machine-overload-threshold' procedures.
(check-machine-status): Adjust.
* doc/guix.texi (Daemon Offload Setup): Document the offload scheduler and the
new 'overload-threshold' field.
2020-10-08 10:57:12 -04:00
Tobias Geerinckx-Rice
01f9a4c0f2
gnu: discount: Install .pc file.
...
* gnu/packages/markup.scm (discount)[native-inputs]: Add pkg-config.
2020-10-08 15:57:33 +02:00
Tobias Geerinckx-Rice
34316794e7
gnu: discount: Update to 2.2.7.
...
* gnu/packages/markup.scm (discount): Update to 2.2.7.
2020-10-08 15:57:33 +02:00
Tobias Geerinckx-Rice
f41b56a92e
gnu: discount: Cross-compile.
...
* gnu/packages/markup.scm (discount)[arguments]: Use CC-FOR-TARGET.
2020-10-08 15:57:32 +02:00
Tobias Geerinckx-Rice
6ad8fc65d4
gnu: entr: Remove erroneous use of DESTDIR.
...
* gnu/packages/entr.scm (entr)[arguments]: Correctly set PREFIXes.
2020-10-08 15:57:32 +02:00
Tobias Geerinckx-Rice
c4e48255d9
gnu: perl-file-listing: Update to 6.11.
...
* gnu/packages/web.scm (perl-file-listing): Update to 6.11.
2020-10-08 15:57:32 +02:00
Tobias Geerinckx-Rice
7db756f785
gnu: borg: Update to 1.1.14.
...
* gnu/packages/backup.scm (borg): Update to 1.1.14.
2020-10-08 15:57:32 +02:00
Tobias Geerinckx-Rice
4e880695e0
gnu: facter: Update to 4.0.42.
...
* gnu/packages/admin.scm (facter): Update to 4.0.42.
2020-10-08 15:57:32 +02:00
Tobias Geerinckx-Rice
a2398cc26e
gnu: vim: Update to 8.2.1812.
...
* gnu/packages/vim.scm (vim): Update to 8.2.1812.
2020-10-08 15:57:31 +02:00
Tobias Geerinckx-Rice
e2ec07c0db
gnu: s6-linux-utils: Update to 2.5.1.3.
...
* gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.5.1.3.
2020-10-08 15:57:31 +02:00
Tobias Geerinckx-Rice
77ba8c46eb
gnu: s6-networking: Update to 2.3.2.0.
...
* gnu/packages/skarnet.scm (s6-networking): Update to 2.3.2.0.
2020-10-08 15:57:31 +02:00
Tobias Geerinckx-Rice
a5d729fab0
gnu: obs: Update to 26.0.2.
...
* gnu/packages/video.scm (obs): Update to 26.0.2.
2020-10-08 15:57:31 +02:00
Tobias Geerinckx-Rice
6072182b3d
gnu: chrony: Support Network Time Security (NTS).
...
* gnu/packages/ntp.scm (chrony)[inputs]: Add gnutls.
2020-10-08 15:57:30 +02:00
Tobias Geerinckx-Rice
f73e09b2c8
gnu: chrony: Update to 4.0.
...
* gnu/packages/ntp.scm (chrony): Update to 4.0.
2020-10-08 15:57:30 +02:00
Guillaume Le Vaillant
5a72352745
gnu: Add cl-geco.
...
* gnu/packages/lisp-xyz.scm (sbcl-geco, cl-geco, ecl-geco): New variables.
2020-10-08 14:00:18 +02:00
Efraim Flashner
13c27c110f
gnu: python-efl: Update to 1.25.0.
...
* gnu/packages/enlightenment.scm (python-efl): Update to 1.25.0.
2020-10-08 14:09:28 +03:00
Efraim Flashner
c7877db262
gnu: efl: Adjust gdb autoload directory.
...
* gnu/packages/enlightenment.scm (efl)[arguments]: Add substitution to
custom 'fix-install-paths phase to install gdb files using correct path.
2020-10-08 14:09:28 +03:00
Efraim Flashner
753f26cd93
gnu: efl: Update to 1.25.1.
...
* gnu/packages/enlightenment.scm (efl): Update to 1.25.1.
2020-10-08 14:09:28 +03:00
zimoun
db9e4af0ea
build: svn: Fix handle fetch errors.
...
This fixes the revert 1ec67d5220 .
* guix/build/svn.scm (svn-fetch): Add 'guard' to handle errors.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-10-08 12:38:43 +02:00
Ludovic Courtès
44e65a7588
hurd-boot: Create /servers/crash.
...
* gnu/build/hurd-boot.scm (set-hurd-device-translators): Create
/servers/crash.
2020-10-08 12:26:56 +02:00
Ludovic Courtès
275b37e84c
system: Include 'guile-3.0-latest' in '%base-packages'.
...
* gnu/system.scm (%base-packages-utils): Change GUILE-3.0 to
GUILE-3.0-LATEST.
2020-10-08 12:26:56 +02:00
Ludovic Courtès
9022861dc0
doc: Clarify that guix-daemon doesn't have to be launched from the checkout.
...
Suggested by Emmanuel Agullo.
* doc/contributing.texi (Running Guix Before It Is Installed): Move the
"./pre-inst-env guix-daemon" snippet at the bottom. Make it clear that
it's necessary only when hacking on guix-daemon or when guix-daemon is
not already running.
2020-10-08 12:26:56 +02:00
Ludovic Courtès
6f406e5d15
doc: Developers don't need to run "make install" in Guix.
...
Suggested by Emmanuel Agullo.
* doc/contributing.texi (Building from Git): Mention that running "make
install" is unnecessary.
2020-10-08 12:26:56 +02:00
Ludovic Courtès
e463ee4c7b
doc: Improve choice of options in service examples.
...
* doc/guix.texi (Using the Configuration System): In example, set
'substitute-urls' rather than 'use-substitutes?', and set 'auto-login'
for 'mingetty-configuration'.
(Service Types and Services): In example, show 'extra-options' rather
than 'use-substitutes?'.
2020-10-08 12:26:56 +02:00
zimoun
229e04c66e
gnu: gmsh: Update to 4.6.0.
...
Gmsh bundles METIS 5 released with Apache License 2.0 since upstream commit
eaff7f6477fe876991615cfa4b5832bd5f12994b. Instead, Gmsh is linked with the
package 'metis'.
* gnu/packages/maths.scm (gmsh): Update to 4.6.0.
(propagated-inputs): Replace 'opencascade-oce' by 'opencascade-occt', add
'metis'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-08 12:26:56 +02:00
Efraim Flashner
31113b6f33
gnu: kdeconnect: Fix launching kdeconnect-app.
...
* gnu/packages/kde.scm (kdeconnect)[inputs]: Add qtgraphicaleffects,
qtquickcontrols, qtquickcontrols2.
2020-10-08 12:04:08 +03:00
Tomás Ortín Fernández
5cdf77fd75
gnu: Add emacs-windsize.
...
* gnu/packages/emacs-xyz.scm (emacs-windsize): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-07 21:52:44 +02:00
Nicolas Goaziou
1ceeaa5dff
gnu: giac: Update to 1.6.0-25.
...
* gnu/packages/algebra.scm (giac): Update to 1.6.0-25.
[native-inputs]: Add hevea.
2020-10-07 21:38:40 +02:00
Alex Griffin
d8258177fe
services: Fix gdm-autologin pam service.
...
* gnu/services/xorg.scm (gdm-pam-service): Mark pam_gdm.so optional.
2020-10-07 10:29:26 -05:00
Roel Janssen
fb0037af8c
gnu: htslib: Enable support for custom URI schemes.
...
* gnu/packages/bioinformatics.scm (htslib)[arguments]: Enable support for custom URIs.
2020-10-07 15:33:28 +02:00
Tobias Geerinckx-Rice
7adaf19344
gnu: eolie: Update to 0.9.99.
...
* gnu/packages/gnome.scm (eolie): Update to 0.9.99.
2020-10-07 13:54:50 +02:00
Tobias Geerinckx-Rice
e6b2a3eba5
gnu: nano: Update to 5.3.
...
* gnu/packages/nano.scm (nano): Update to 5.3.
2020-10-07 13:54:50 +02:00
Tobias Geerinckx-Rice
2450ccb4b5
gnu: filezilla: Run the test.
...
* gnu/packages/ftp.scm (filezilla)[native-inputs]: Add cppunit.
2020-10-07 13:54:50 +02:00
Tobias Geerinckx-Rice
0eca1c5de4
gnu: libfilezilla: Don't build static library.
...
* gnu/packages/ftp.scm (libfilezilla)[arguments]: Add ‘--disable-static’
to #:configure-flags.
2020-10-07 13:54:50 +02:00
Tobias Geerinckx-Rice
df7ebbd9bd
gnu: filezilla, libfilezilla: Update to 3.50.0, 0.24.1.
...
* gnu/packages/ftp.scm (libfilezilla): Update to 0.24.1.
[native-inputs]: Add gettext-minimal.
[inputs]: Add gnutls.
(filezilla): Update to 3.50.0.
2020-10-07 13:54:50 +02:00
Mathieu Othacehe
19e6c4445f
gnu: cuirass: Update to 0.0.1-51.cb2c4e3.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-51.cb2c4e3.
2020-10-07 13:44:52 +02:00
Paul Garlick
5bc041dfd7
gnu: Add texlive-fpl.
...
* gnu/packages/tex.scm (texlive-fpl): New variable.
2020-10-07 12:36:47 +01:00
Adam
7722c367bc
gnu: Add cl-xmls.
...
* gnu/packages/lisp-xyz.scm (sbcl-xmls, cl-xmls, ecl-xmls): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net >
2020-10-07 11:31:04 +02:00
Adam
582d0108d6
gnu: Add cl-lambda-fiddle.
...
* gnu/packages/lisp-xyz.scm (sbcl-lambda-fiddle, cl-lambda-fiddle,
ecl-lambda-fiddle): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net >
2020-10-07 11:15:46 +02:00
Tobias Geerinckx-Rice
a5ed8e0e7c
gnu: entr: Cross-compile.
...
* gnu/packages/entr.scm (entr)[arguments]: Use CC-FOR-TARGET.
Use INPUTS instead of WHICH.
[inputs]: Add non-native bash and coreutils packages.
2020-10-07 03:21:44 +02:00
Tobias Geerinckx-Rice
16d3630bf4
gnu: entr: Update to 4.6.
...
* gnu/packages/entr.scm (entr): Update to 4.6.
2020-10-07 03:21:44 +02:00
Tobias Geerinckx-Rice
63e4eee9b0
gnu: ddcutil: Update to 0.9.9.
...
* gnu/packages/hardware.scm (ddcutil): Update to 0.9.9.
2020-10-07 03:21:44 +02:00
Oleg Pykhalov
2aa393326d
gnu: Add xnotify.
...
* gnu/packages/wm.scm (xnotify): New variable.
2020-10-06 22:56:20 +03:00
Pierre Langlois
38094a4f8d
gnu: Add emacs-ob-sclang.
...
Remove emacs-org-contrib's dependency on SuperCollider by extracting
ob-sclang.el into its own package.
* gnu/packages/emacs-xyz.scm (emacs-org-contrib)[source]: Add snippet
that deletes ob-sclang.el.
[propagated-inputs]: Remove emacs-scel.
(emacs-ob-sclang): New variable.
2020-10-06 20:40:17 +01:00
Nicolas Goaziou
50110a1aa5
gnu: emacs-geiser: Update to 0.12.
...
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.12.
2020-10-06 21:34:23 +02:00
Paul Garlick
6ca673b30d
gnu: texlive-mathpazo: Include virtual font files.
...
* gnu/packages/tex.scm (texlive-mathpazo)[inherit]: Add directory.
2020-10-06 18:00:56 +01:00
Tobias Geerinckx-Rice
024b273ecc
gnu: gnumeric: Update to 1.12.48.
...
This brings Python 3 support & fixes building against goffice@0.10.48 .
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.48.
[inputs]: Replace python-2 and python2-gobject with python and
python-pygobject, respectively.
2020-10-06 18:06:34 +02:00
Tobias Geerinckx-Rice
7721dbf983
gnu: perl-digest-md5: Update to 2.58.
...
* gnu/packages/perl.scm (perl-digest-md5): Update to 2.58.
[arguments]: Remove field.
2020-10-06 16:20:40 +02:00
Tobias Geerinckx-Rice
387ad8fd83
gnu: knot: Enable XDP.
...
* gnu/packages/dns.scm (knot)[source]: Snip out bundled libbpf sources.
[arguments]: Add ‘--enable-xdp=auto’ to #:configure-flags.
Add a ‘link-missing-libbpf-dependency’ phase.
[inputs]: Add libbpf and libelf.
2020-10-06 16:20:39 +02:00
Tobias Geerinckx-Rice
d3413b6f87
gnu: knot: Fix typo.
...
* gnu/packages/dns.scm (knot)[arguments]: Fix a typo in
the #:configure-flags.
2020-10-06 16:20:39 +02:00
Simon South
4e869b180a
gnu: knot: Fix test failure on aarch64-linux.
...
* gnu/packages/dns.scm (knot)[source]: Apply patch from upstream that
helps ensure the "test_net_shortwrite" test suite can complete
regardless of platform or configuration.
* gnu/packages/patches/knot-test_net_shortwrite-ensure-connection.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-10-06 16:20:39 +02:00
Simon South
4756b9b1d9
gnu: knot: Build & install the Info manual.
...
* gnu/packages/dns.scm (knot)[arguments]: Add "build-info" and
"install-info" phases.
[native-inputs]: Add texinfo and python-sphinx.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-10-06 16:20:39 +02:00
Simon South
dadfc9bcd1
gnu: knot: Enable DNS-over-HTTPS support in kdig.
...
* gnu/packages/dns.scm (knot)[inputs]: Add nghttp2:lib.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-10-06 16:20:39 +02:00
Paul Garlick
1ec67d5220
Revert "build: svn: Handle fetch errors."
...
This reverts commit 2fb12dd1bb , which
causes the 'svn export' command to fail with:
svn: E155000: Destination directory exists; please remove the directory
or use --force to overwrite
2020-10-06 14:47:57 +01:00
Paul Garlick
a489d2f1f2
gnu: Add texlive-mathpazo.
...
* gnu/packages/tex.scm (texlive-mathpazo): New variable.
2020-10-06 14:28:27 +01:00
Tobias Geerinckx-Rice
594b2a116e
gnu: vim: Update to 8.2.1805.
...
* gnu/packages/vim.scm (vim): Update to 8.2.1805.
2020-10-06 15:14:13 +02:00
Tobias Geerinckx-Rice
e858959175
gnu: pipewire: Update to 0.3.13.
...
* gnu/packages/linux.scm (pipewire): Update to 0.3.13.
2020-10-06 15:14:13 +02:00
Tobias Geerinckx-Rice
0e25995a06
gnu: praat: Update to 6.1.26.
...
* gnu/packages/language.scm (praat): Update to 6.1.26.
2020-10-06 14:49:29 +02:00
Tobias Geerinckx-Rice
681bf1b2e6
gnu: libtsm: Remove bundled libxkbcommon header.
...
* gnu/packages/terminals.scm (libtsm)[source]: Snip xkbcommon-keysyms.h.
2020-10-06 14:49:29 +02:00
Tobias Geerinckx-Rice
9bb8a84623
gnu: libtsm: Make all inputs native.
...
* gnu/packages/terminals.scm (libtsm)[inputs]: Move check & libxkbcommon
from here…
[native-inputs]: …to here.
2020-10-06 14:49:29 +02:00
Michael Rohleder
b343f5d8fd
gnu: stockfish: Update to 12.
...
* gnu/packages/games.scm (stockfish): Update to 12.
[inputs]: Add fetching of the official neural network file.
[arguments]: Add phase 'copy-net to copy this file and embed it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-10-06 13:46:13 +02:00
Ricardo Wurmus
73a2fe4ab7
gnu: r-gqtlbase: Update to 1.20.4.
...
* gnu/packages/bioinformatics.scm (r-gqtlbase): Update to 1.20.4.
2020-10-06 13:23:38 +02:00
Ricardo Wurmus
906c79d1a3
gnu: r-rhdf5: Update to 2.32.3.
...
* gnu/packages/bioinformatics.scm (r-rhdf5): Update to 2.32.3.
2020-10-06 13:23:38 +02:00
Ricardo Wurmus
78d9fbd2fd
gnu: r-biocstyle: Update to 2.16.1.
...
* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.16.1.
2020-10-06 13:23:38 +02:00
Ricardo Wurmus
7337615d1c
gnu: r-bgx: Update to 1.54.1.
...
* gnu/packages/bioconductor.scm (r-bgx): Update to 1.54.1.
2020-10-06 13:23:38 +02:00
Ricardo Wurmus
40b86e20eb
gnu: r-xcms: Update to 3.10.2.
...
* gnu/packages/bioconductor.scm (r-xcms): Update to 3.10.2.
2020-10-06 13:23:38 +02:00
Ricardo Wurmus
56bca8965a
gnu: r-atacseqqc: Update to 1.12.5.
...
* gnu/packages/bioconductor.scm (r-atacseqqc): Update to 1.12.5.
2020-10-06 13:23:37 +02:00
Ricardo Wurmus
f000fab88f
gnu: r-gosemsim: Update to 2.14.2.
...
* gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.14.2.
2020-10-06 13:23:37 +02:00
Ricardo Wurmus
d7314e4747
gnu: r-karyoploter: Update to 1.14.1.
...
* gnu/packages/bioconductor.scm (r-karyoploter): Update to 1.14.1.
2020-10-06 13:23:37 +02:00
Ricardo Wurmus
dce2d06fcc
gnu: r-diffbind: Update to 2.16.2.
...
* gnu/packages/bioconductor.scm (r-diffbind): Update to 2.16.2.
2020-10-06 13:23:34 +02:00
Efraim Flashner
49ae5f79ac
gnu: sbcl-cl-base64: Declare a source file-name.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-base64)[source]: Add file-name
field.
2020-10-06 13:46:35 +03:00
Efraim Flashner
186b8dff2a
gnu: memkind: Declare a source file-name.
...
* gnu/packages/disk.scm (memkind)[source]: Add file-name field.
2020-10-06 13:45:35 +03:00
Joseph LaFreniere
a90964c982
gnu: python-tox: Update to 3.20.0.
...
* gnu/packages/python-xyz.scm (python-tox): Update to 3.20.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-10-06 11:45:29 +02:00
Joseph LaFreniere
5b7e8b595e
gnu: Add emacs-python-black.
...
* gnu/packages/emacs-xyz.scm (emacs-python-black): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-10-06 11:39:57 +02:00
Joseph LaFreniere
d4a81f5b0c
gnu: Add python-black-macchiato.
...
* gnu/packages/python-xyz.scm (python-black-macchiato): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-10-06 11:39:57 +02:00
Alexandros Theodotou
f7c031d155
gnu: zrythm: Update to 1.0.0-alpha.3.0.1.
...
* gnu/packages/music.scm (zrythm): Update to 1.0.0-alpha.3.0.1.
[arguments]: Explicitly enable RtMidi support in #:configure-flags.
<phases>: Remove xdg-open patch (no longer needed).
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-10-06 11:39:57 +02:00
Tobias Geerinckx-Rice
8416f0f26c
gnu: stockfish: Fix typo in description.
...
* gnu/packages/games.scm (stockfish)[description]: Fix typo.
2020-10-06 11:02:47 +02:00
Tobias Geerinckx-Rice
36c737a9c3
gnu: libbpf: Fix erroneous use of DESTDIR.
...
It broke the pkg-config file and is almost always a mistake.
* gnu/packages/linux.scm (libbpf)[arguments]: Correctly set PREFIX.
2020-10-06 11:02:47 +02:00
zimoun
2fb12dd1bb
build: svn: Handle fetch errors.
...
* guix/build/svn.scm (svn-fetch): Add 'guard' to handle errors.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-10-06 10:24:38 +02:00
zimoun
a5a3f813c7
build: hg: Handle fetch errors.
...
* guix/build/hg.scm (hg-fetch): Add 'guard' to handle errors.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-10-06 10:24:37 +02:00
Michael Rohleder
32530a6650
gnu: chatty: Update to 0.1.16.
...
* gnu/packages/messaging.scm (chatty): Update to 0.1.16.
[inputs]: Add gsettings-desktop-schemas.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-10-06 10:07:26 +02:00
Joseph LaFreniere
89ca634050
gnu: emacs-dtrt-indent: Update to 1.2.
...
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.2.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-10-06 10:07:26 +02:00
Michael Rohleder
79fa492fb5
gnu: emacs-helpful: Update to 0.18.
...
* gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.18.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-10-06 10:07:25 +02:00
Danny Milosavljevic
a6d78f2bba
gnu: Add memkind.
...
* gnu/packages/disk.scm (memkind): New variable.
2020-10-06 09:58:01 +02:00
Mathieu Othacehe
8a4f1eef98
images: Add pine64-barebones-raw-image.
...
* gnu/system/images/pine64.scm (pine64-barebones-raw-image): New variable.
* gnu/ci.scm (%guix-system-images): Add it.
2020-10-06 09:51:43 +02:00
Efraim Flashner
c1cc0c4865
build-system/cargo: Don't install .crates.toml file.
...
Fixes <https://issues.guix.gnu.org/43810 >.
* guix/build/cargo-build-system.scm (install): Remove installed
.crates.toml file.
2020-10-06 10:37:34 +03:00
Nicolas Goaziou
3b186ab72b
gnu: emacs-ivy-posframe: Update to 0.5.0.
...
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.0.
2020-10-06 09:09:48 +02:00
Efraim Flashner
527b27f14c
gnu: vlang: Correctly refer to output directories.
...
* gnu/packages/vlang.scm (vlang)[arguments]: In custom 'install phase
correctly refer to 'outputs'.
2020-10-06 09:45:13 +03:00
Efraim Flashner
6450070b91
gnu: vlang: Use cc-for-target.
...
* gnu/packages/vlang.scm (vlang)[arguments]: Don't hardcode gcc in
make-flags. In custom 'patch-makefile, don't hardcode gcc.
2020-10-06 09:44:25 +03:00
Danny Milosavljevic
34d1c0a03b
services: dnsmasq: Add TFTP configuration fields.
...
* gnu/services/dns.scm (<dnsmasq-configuration>): Add TFTP configuration
fields.
(dnsmasq-shepherd-service): Use them.
* doc/guix.texi (DNS Services): Document them.
2020-10-06 08:13:39 +02:00
Maxim Cournoyer
3e34f89980
gnu: lsh: Enable some tests.
...
* gnu/packages/ssh.scm (lsh)[native-inputs]: Add autoconf and automake.
[arguments]: Remove #:tests? argument.
[phases]{disable-failing-tests}: New phase.
2020-10-05 23:52:24 -04:00
Maxim Cournoyer
0ec195ff02
gnu: lsh: Fix X11 forwarding.
...
Fixes <https://issues.guix.gnu.org/24049 >.
* gnu/packages/patches/lsh-fix-x11-forwarding.patch: Add patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/ssh.scm (lsh)[source]: Apply it.
[inputs]: Add libxau.
Reported-by: myglc2 <myglc2@gmail.com >
2020-10-05 23:48:45 -04:00
Tobias Geerinckx-Rice
fb81bd9e0b
gnu: perl-cgi: Update to 4.51.
...
* gnu/packages/web.scm (perl-cgi): Update to 4.51.
2020-10-06 02:54:03 +02:00
Tobias Geerinckx-Rice
f6a087a68f
gnu: python-flake8: Update to 3.8.4.
...
* gnu/packages/python-xyz.scm (python-flake8): Update to 3.8.4.
2020-10-06 02:54:03 +02:00
Tobias Geerinckx-Rice
f68cbccf5d
gnu: seahorse: Update to 3.36.2.
...
* gnu/packages/gnome.scm (seahorse): Update to 3.36.2.
2020-10-06 02:54:03 +02:00
Tobias Geerinckx-Rice
b8da9c30d4
gnu: s6-portable-utils: Update to 2.2.3.0.
...
* gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.2.3.0.
2020-10-06 02:54:03 +02:00
Tobias Geerinckx-Rice
f182b49c87
gnu: s6-dns: Update to 2.3.3.0.
...
* gnu/packages/skarnet.scm (s6-dns): Update to 2.3.3.0.
2020-10-06 02:54:03 +02:00
Tobias Geerinckx-Rice
69ba32312b
gnu: obs: Update to 26.0.1.
...
* gnu/packages/video.scm (obs): Update to 26.0.1.
2020-10-06 02:54:02 +02:00
Tobias Geerinckx-Rice
10ac3ea2e4
gnu: goffice: Update to 0.10.48.
...
* gnu/packages/gnome.scm (goffice): Update to 0.10.48.
2020-10-06 02:54:02 +02:00
Tobias Geerinckx-Rice
05e9a46347
gnu: spice-protocol: Update to 0.14.3.
...
* gnu/packages/spice.scm (spice-protocol): Update to 0.14.3.
2020-10-06 02:54:02 +02:00
Tobias Geerinckx-Rice
6c273ee433
gnu: Fix up package copyright headers.
2020-10-06 02:54:02 +02:00
Tobias Geerinckx-Rice
d3b9cbd9c8
gnu: libshout: Update to 2.4.4.
...
* gnu/packages/xiph.scm (libshout): Update to 2.4.4.
2020-10-06 01:04:47 +02:00
Tobias Geerinckx-Rice
ec7da7d628
gnu: vlang: Run mosts tests.
...
* gnu/packages/vlang.scm (vlang)[arguments]: Enable tests and add a new
‘delete-failing-tests’ and custom ‘check’ phase.
[native-inputs]: Add libx11, node, openssl, and sqlite.
2020-10-06 01:04:47 +02:00
Tobias Geerinckx-Rice
84fa2ced47
gnu: vlang: Update to 0.1.29.
...
* gnu/packages/vlang.scm (vlang): Update to 0.1.29.
2020-10-06 01:04:47 +02:00
Tobias Geerinckx-Rice
4af2cef5e9
gnu: execline: Update to 2.6.1.1.
...
* gnu/packages/skarnet.scm (execline): Update to 2.6.1.1.
2020-10-06 01:04:47 +02:00
Tobias Geerinckx-Rice
f4dfdacebe
gnu: skalibs: Update to 2.9.3.0.
...
* gnu/packages/skarnet.scm (skalibs): Update to 2.9.3.0.
2020-10-06 01:04:47 +02:00
Tobias Geerinckx-Rice
0141d046b8
gnu: libde265: Update to 1.0.7.
...
* gnu/packages/video.scm (libde265): Update to 1.0.7.
2020-10-06 01:04:46 +02:00
Tobias Geerinckx-Rice
f4f2a1e9c6
gnu: vim: Update to 8.2.1801.
...
* gnu/packages/vim.scm (vim): Update to 8.2.1801.
2020-10-06 01:04:46 +02:00
Tobias Geerinckx-Rice
0d7c75f0b8
gnu: youtube-viewer: Update to 3.7.9.
...
* gnu/packages/video.scm (youtube-viewer): Update to 3.7.9.
[inputs]: Add perl-memoize.
2020-10-06 01:04:46 +02:00
Ricardo Wurmus
e02babf4c5
gnu: r-tclust: Update to 1.4-2.
...
* gnu/packages/statistics.scm (r-tclust): Update to 1.4-2.
2020-10-06 00:35:02 +02:00
Ricardo Wurmus
c2d80d4ca9
gnu: r-car: Update to 3.0-10.
...
* gnu/packages/statistics.scm (r-car): Update to 3.0-10.
2020-10-06 00:35:02 +02:00
Ricardo Wurmus
58ad14b049
gnu: r-quantreg: Update to 5.73.
...
* gnu/packages/statistics.scm (r-quantreg): Update to 5.73.
2020-10-06 00:35:02 +02:00
Ricardo Wurmus
32c573e3fd
gnu: r-fpc: Update to 2.2-8.
...
* gnu/packages/statistics.scm (r-fpc): Update to 2.2-8.
2020-10-06 00:35:02 +02:00
Ricardo Wurmus
07d6afb695
gnu: r-gplots: Update to 3.1.0.
...
* gnu/packages/statistics.scm (r-gplots): Update to 3.1.0.
[propagated-inputs]: Remove r-gdata.
2020-10-06 00:35:02 +02:00
Ricardo Wurmus
d92b3555bd
gnu: r-matrixstats: Update to 0.57.0.
...
* gnu/packages/statistics.scm (r-matrixstats): Update to 0.57.0.
2020-10-06 00:35:02 +02:00
Ricardo Wurmus
16d41d0d65
gnu: r-rsqlite: Update to 2.2.1.
...
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.2.1.
[native-inputs]: Add r-knitr.
2020-10-06 00:35:02 +02:00
Ricardo Wurmus
4e8129f8fb
gnu: r-rmarkdown: Update to 2.4.
...
* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.4.
[propagated-inputs]: Remove r-base64enc.
2020-10-06 00:35:01 +02:00
Ricardo Wurmus
5ebca6a3b7
gnu: r-readr: Update to 1.4.0.
...
* gnu/packages/statistics.scm (r-readr): Update to 1.4.0.
[propagated-inputs]: Remove r-rcpp; add r-cli, r-cpp11, r-lifecycle, and r-rlang.
[native-inputs]: Add r-knitr.
2020-10-06 00:35:01 +02:00
Ricardo Wurmus
e759d6b86d
gnu: r-withr: Update to 2.3.0.
...
* gnu/packages/statistics.scm (r-withr): Update to 2.3.0.
2020-10-06 00:35:01 +02:00
Ricardo Wurmus
6a595864a5
gnu: r-devtools: Update to 2.3.2.
...
* gnu/packages/statistics.scm (r-devtools): Update to 2.3.2.
2020-10-06 00:35:01 +02:00
Ricardo Wurmus
2753c5e7b8
gnu: r-openssl: Update to 1.4.3.
...
* gnu/packages/statistics.scm (r-openssl): Update to 1.4.3.
2020-10-06 00:35:01 +02:00
Ricardo Wurmus
44f208c3ec
gnu: r-backports: Update to 1.1.10.
...
* gnu/packages/statistics.scm (r-backports): Update to 1.1.10.
2020-10-06 00:35:01 +02:00
Ricardo Wurmus
b6c56ac2ad
gnu: r-multitaper: Update to 1.0-15.
...
* gnu/packages/statistics.scm (r-multitaper): Update to 1.0-15.
2020-10-06 00:35:01 +02:00
Ricardo Wurmus
76c145e402
gnu: r-coda: Update to 0.19-4.
...
* gnu/packages/statistics.scm (r-coda): Update to 0.19-4.
2020-10-06 00:35:01 +02:00
Ricardo Wurmus
6f68893ae4
gnu: r-knitr: Update to 1.30.
...
* gnu/packages/statistics.scm (r-knitr): Update to 1.30.
2020-10-06 00:35:01 +02:00
Ricardo Wurmus
f9def7000d
gnu: r-survival: Update to 3.2-7.
...
* gnu/packages/statistics.scm (r-survival): Update to 3.2-7.
2020-10-06 00:35:01 +02:00
Ricardo Wurmus
2429ba0047
gnu: r-seurat: Update to 3.2.2.
...
* gnu/packages/cran.scm (r-seurat): Update to 3.2.2.
2020-10-06 00:35:01 +02:00
Ricardo Wurmus
affd027250
gnu: r-tidytext: Update to 0.2.6.
...
* gnu/packages/cran.scm (r-tidytext): Update to 0.2.6.
2020-10-06 00:35:01 +02:00
Ricardo Wurmus
2bf383baca
gnu: r-tidypredict: Update to 0.4.7.
...
* gnu/packages/cran.scm (r-tidypredict): Update to 0.4.7.
[propagated-inputs]: Add r-stringr and r-tidyr.
2020-10-06 00:35:01 +02:00
Ricardo Wurmus
0918539051
gnu: r-dials: Update to 0.0.9.
...
* gnu/packages/cran.scm (r-dials): Update to 0.0.9.
2020-10-06 00:35:01 +02:00
Ricardo Wurmus
ce35e06563
gnu: r-rsample: Update to 0.0.8.
...
* gnu/packages/cran.scm (r-rsample): Update to 0.0.8.
[propagated-inputs]: Add r-ellipsis, r-modeldata, and r-slider.
2020-10-06 00:35:01 +02:00
Ricardo Wurmus
cca2c6e590
gnu: r-workflows: Update to 0.2.0.
...
* gnu/packages/cran.scm (r-workflows): Update to 0.2.0.
[propagated-inputs]: Add r-tidyselect.
2020-10-06 00:35:00 +02:00
Ricardo Wurmus
31a97a662a
gnu: r-cpp11: Update to 0.2.2.
...
* gnu/packages/cran.scm (r-cpp11): Update to 0.2.2.
2020-10-06 00:35:00 +02:00
Ricardo Wurmus
aac676e996
gnu: r-gaston: Update to 1.5.7.
...
* gnu/packages/cran.scm (r-gaston): Update to 1.5.7.
2020-10-06 00:35:00 +02:00
Ricardo Wurmus
ad3f4b13eb
gnu: r-binman: Update to 0.1.2.
...
* gnu/packages/cran.scm (r-binman): Update to 0.1.2.
2020-10-06 00:35:00 +02:00
Ricardo Wurmus
34c8d0df59
gnu: r-rxnat: Update to 1.0.14.
...
* gnu/packages/cran.scm (r-rxnat): Update to 1.0.14.
[propagated-inputs]: Add r-tibble.
2020-10-06 00:35:00 +02:00
Ricardo Wurmus
56e52ad97d
gnu: r-aws: Update to 2.5.
...
* gnu/packages/cran.scm (r-aws): Update to 2.5.
2020-10-06 00:35:00 +02:00
Ricardo Wurmus
e05869ba23
gnu: r-rpf: Update to 1.0.5.
...
* gnu/packages/cran.scm (r-rpf): Update to 1.0.5.
2020-10-06 00:35:00 +02:00
Ricardo Wurmus
860841b7ff
gnu: r-regsem: Update to 1.6.2.
...
* gnu/packages/cran.scm (r-regsem): Update to 1.6.2.
[native-inputs]: Add r-knitr.
2020-10-06 00:35:00 +02:00
Ricardo Wurmus
b68f77fc8d
gnu: r-stm: Update to 1.3.6.
...
* gnu/packages/cran.scm (r-stm): Update to 1.3.6.
2020-10-06 00:35:00 +02:00
Ricardo Wurmus
cb347b2cbf
gnu: r-quanteda: Update to 2.1.2.
...
* gnu/packages/cran.scm (r-quanteda): Update to 2.1.2.
2020-10-06 00:35:00 +02:00
Ricardo Wurmus
2959b3597a
gnu: r-diagram: Update to 1.6.5.
...
* gnu/packages/cran.scm (r-diagram): Update to 1.6.5.
2020-10-06 00:35:00 +02:00
Ricardo Wurmus
f3f0a6c138
gnu: r-acebayes: Update to 1.10.
...
* gnu/packages/cran.scm (r-acebayes): Update to 1.10.
2020-10-06 00:35:00 +02:00
Ricardo Wurmus
dd91969866
gnu: r-lhs: Update to 1.1.1.
...
* gnu/packages/cran.scm (r-lhs): Update to 1.1.1.
2020-10-06 00:35:00 +02:00
Ricardo Wurmus
e29530c2d8
gnu: r-bios2cor: Update to 2.2.
...
* gnu/packages/cran.scm (r-bios2cor): Update to 2.2.
2020-10-06 00:35:00 +02:00
Ricardo Wurmus
50946de9b1
gnu: r-parameters: Update to 0.8.6.
...
* gnu/packages/cran.scm (r-parameters): Update to 0.8.6.
2020-10-06 00:35:00 +02:00
Ricardo Wurmus
158e72308d
gnu: r-systemfonts: Update to 0.3.2.
...
* gnu/packages/cran.scm (r-systemfonts): Update to 0.3.2.
2020-10-06 00:34:59 +02:00
Ricardo Wurmus
2cab0e12b4
gnu: r-covr: Update to 3.5.1.
...
* gnu/packages/cran.scm (r-covr): Update to 3.5.1.
2020-10-06 00:34:59 +02:00
Ricardo Wurmus
57d41e9045
gnu: r-ggfortify: Update to 0.4.11.
...
* gnu/packages/cran.scm (r-ggfortify): Update to 0.4.11.
2020-10-06 00:34:59 +02:00
Ricardo Wurmus
6f44e14b0f
gnu: r-sctransform: Update to 0.3.
...
* gnu/packages/cran.scm (r-sctransform): Update to 0.3.
[propagated-inputs]: Add r-future.
2020-10-06 00:34:59 +02:00
Ricardo Wurmus
4c40cd72e6
gnu: r-ggvis: Update to 0.4.6.
...
* gnu/packages/cran.scm (r-ggvis): Update to 0.4.6.
2020-10-06 00:34:59 +02:00
Ricardo Wurmus
0532a4fd1e
gnu: r-msigdbr: Update to 7.2.1.
...
* gnu/packages/cran.scm (r-msigdbr): Update to 7.2.1.
[propagated-inputs]: Add r-tidyselect.
2020-10-06 00:34:59 +02:00
Ricardo Wurmus
3a2f2219b2
gnu: r-pegas: Update to 0.14.
...
* gnu/packages/cran.scm (r-pegas): Update to 0.14.
2020-10-06 00:34:59 +02:00
Ricardo Wurmus
53e2817fa9
gnu: r-colourpicker: Update to 1.1.0.
...
* gnu/packages/cran.scm (r-colourpicker): Update to 1.1.0.
[native-inputs]: Add r-knitr.
2020-10-06 00:34:59 +02:00
Ricardo Wurmus
59fe30a3a8
etc: committer: Use EQUAL? instead of EQ? for differences.
...
* etc/committer.scm.in (commit-message): Use EQUAL? instead of EQ? to compute
differences because not all inputs may be symbols; some could be expressions.
2020-10-06 00:34:59 +02:00
Ricardo Wurmus
112947d1c6
gnu: r-future: Update to 1.19.1.
...
* gnu/packages/cran.scm (r-future): Update to 1.19.1.
2020-10-06 00:34:59 +02:00
Ricardo Wurmus
eae0e04a28
gnu: r-globals: Update to 0.13.0.
...
* gnu/packages/cran.scm (r-globals): Update to 0.13.0.
2020-10-06 00:34:59 +02:00
Ricardo Wurmus
b4c0634116
gnu: r-spatialextremes: Update to 2.0-9.
...
* gnu/packages/cran.scm (r-spatialextremes): Update to 2.0-9.
2020-10-06 00:34:59 +02:00
Ricardo Wurmus
882ae6dcaa
gnu: r-fields: Update to 11.5.
...
* gnu/packages/cran.scm (r-fields): Update to 11.5.
2020-10-06 00:34:59 +02:00
Ricardo Wurmus
79f1b40303
gnu: r-gmp: Update to 0.6-1.
...
* gnu/packages/cran.scm (r-gmp): Update to 0.6-1.
2020-10-06 00:34:59 +02:00
Ricardo Wurmus
876a326a0f
gnu: r-bigrquery: Update to 1.3.2.
...
* gnu/packages/cran.scm (r-bigrquery): Update to 1.3.2.
2020-10-06 00:34:58 +02:00
Ricardo Wurmus
405c7e6550
gnu: r-fftwtools: Update to 0.9-9.
...
* gnu/packages/cran.scm (r-fftwtools): Update to 0.9-9.
2020-10-06 00:34:58 +02:00
Ricardo Wurmus
f273105b74
gnu: r-afex: Update to 0.28-0.
...
* gnu/packages/cran.scm (r-afex): Update to 0.28-0.
2020-10-06 00:34:58 +02:00
Ricardo Wurmus
7e0e3a6512
gnu: r-npsurv: Update to 0.5-0.
...
* gnu/packages/cran.scm (r-npsurv): Update to 0.5-0.
2020-10-06 00:34:58 +02:00
Ricardo Wurmus
f7730afb5e
gnu: r-lsei: Update to 1.3-0.
...
* gnu/packages/cran.scm (r-lsei): Update to 1.3-0.
2020-10-06 00:34:58 +02:00
Ricardo Wurmus
bc249d37d9
gnu: r-usethis: Update to 1.6.3.
...
* gnu/packages/cran.scm (r-usethis): Update to 1.6.3.
2020-10-06 00:34:58 +02:00
Ricardo Wurmus
aed63a8731
gnu: r-sjplot: Update to 2.8.5.
...
* gnu/packages/cran.scm (r-sjplot): Update to 2.8.5.
2020-10-06 00:34:58 +02:00
Ricardo Wurmus
08f7d7d71b
gnu: r-effectsize: Update to 0.3.3.
...
* gnu/packages/cran.scm (r-effectsize): Update to 0.3.3.
2020-10-06 00:34:58 +02:00
Ricardo Wurmus
d7beb6da1c
gnu: r-emmeans: Update to 1.5.1.
...
* gnu/packages/cran.scm (r-emmeans): Update to 1.5.1.
2020-10-06 00:34:58 +02:00
Ricardo Wurmus
336804fc1d
gnu: r-multcomp: Update to 1.4-14.
...
* gnu/packages/cran.scm (r-multcomp): Update to 1.4-14.
2020-10-06 00:34:58 +02:00
Ricardo Wurmus
65f463d3d8
gnu: r-sandwich: Update to 3.0-0.
...
* gnu/packages/cran.scm (r-sandwich): Update to 3.0-0.
2020-10-06 00:34:58 +02:00
Ricardo Wurmus
0ac936ea21
gnu: r-deriv: Update to 4.1.0.
...
* gnu/packages/cran.scm (r-deriv): Update to 4.1.0.
2020-10-06 00:34:58 +02:00
Ricardo Wurmus
5522640faf
gnu: r-sjlabelled: Update to 1.1.7.
...
* gnu/packages/cran.scm (r-sjlabelled): Update to 1.1.7.
2020-10-06 00:34:58 +02:00
Ricardo Wurmus
b8b75e46b5
gnu: r-insight: Update to 0.9.6.
...
* gnu/packages/cran.scm (r-insight): Update to 0.9.6.
2020-10-06 00:34:58 +02:00
Ricardo Wurmus
75c394abbf
gnu: r-bibtex: Update to 0.4.2.3.
...
* gnu/packages/cran.scm (r-bibtex): Update to 0.4.2.3.
2020-10-06 00:34:58 +02:00
Ricardo Wurmus
794a6bc342
gnu: r-openxlsx: Update to 4.2.2.
...
* gnu/packages/cran.scm (r-openxlsx): Update to 4.2.2.
2020-10-06 00:34:57 +02:00
Ricardo Wurmus
e3b821456b
gnu: r-import: Update to 1.2.0.
...
* gnu/packages/cran.scm (r-import): Update to 1.2.0.
[native-inputs]: Add r-knitr.
2020-10-06 00:34:57 +02:00
Ricardo Wurmus
6fbb3c9abe
gnu: r-trend: Update to 1.1.4.
...
* gnu/packages/cran.scm (r-trend): Update to 1.1.4.
2020-10-06 00:34:57 +02:00
Ricardo Wurmus
e010576266
gnu: r-statnet-common: Update to 4.4.1.
...
* gnu/packages/cran.scm (r-statnet-common): Update to 4.4.1.
[propagated-inputs]: Add r-rle.
2020-10-06 00:34:57 +02:00
Ricardo Wurmus
4cd4cf0925
gnu: r-tinytex: Update to 0.26.
...
* gnu/packages/cran.scm (r-tinytex): Update to 0.26.
2020-10-06 00:34:57 +02:00
Ricardo Wurmus
5f777b5ff2
gnu: r-xfun: Update to 0.18.
...
* gnu/packages/cran.scm (r-xfun): Update to 0.18.
2020-10-06 00:34:57 +02:00
Ricardo Wurmus
c4eff84f76
gnu: r-seriation: Update to 1.2-9.
...
* gnu/packages/cran.scm (r-seriation): Update to 1.2-9.
2020-10-06 00:34:57 +02:00
Ricardo Wurmus
e3199b4b4d
gnu: r-dtw: Update to 1.22-3.
...
* gnu/packages/cran.scm (r-dtw): Update to 1.22-3.
2020-10-06 00:34:57 +02:00
Ricardo Wurmus
54753cf0ee
gnu: r-vcd: Update to 1.4-8.
...
* gnu/packages/cran.scm (r-vcd): Update to 1.4-8.
2020-10-06 00:34:57 +02:00
Ricardo Wurmus
daba9cffc2
gnu: r-hardyweinberg: Update to 1.6.8.
...
* gnu/packages/cran.scm (r-hardyweinberg): Update to 1.6.8.
2020-10-06 00:34:57 +02:00
Ricardo Wurmus
fec04395bb
gnu: r-broom: Update to 0.7.1.
...
* gnu/packages/cran.scm (r-broom): Update to 0.7.1.
2020-10-06 00:34:57 +02:00
Ricardo Wurmus
6016d52f42
gnu: r-psych: Update to 2.0.9.
...
* gnu/packages/cran.scm (r-psych): Update to 2.0.9.
2020-10-06 00:34:57 +02:00
Ricardo Wurmus
f8ca0afa19
gnu: r-lava: Update to 1.6.8.
...
* gnu/packages/cran.scm (r-lava): Update to 1.6.8.
[native-inputs]: Add r-knitr.
2020-10-06 00:34:57 +02:00
Ricardo Wurmus
271e4a325e
gnu: r-getoptlong: Update to 1.0.3.
...
* gnu/packages/cran.scm (r-getoptlong): Update to 1.0.3.
2020-10-06 00:34:57 +02:00
Ricardo Wurmus
4fcf7626f7
gnu: r-htmltable: Update to 2.1.0.
...
* gnu/packages/cran.scm (r-htmltable): Update to 2.1.0.
2020-10-06 00:34:57 +02:00
Ricardo Wurmus
1b3d184e67
gnu: r-htmlwidgets: Update to 1.5.2.
...
* gnu/packages/cran.scm (r-htmlwidgets): Update to 1.5.2.
[native-inputs]: Add r-knitr.
2020-10-06 00:34:56 +02:00
Ricardo Wurmus
5f9f23f43c
gnu: r-rticles: Update to 0.16.
...
* gnu/packages/cran.scm (r-rticles): Update to 0.16.
2020-10-06 00:34:56 +02:00
Ricardo Wurmus
d7cfdc1229
gnu: r-fhtest: Update to 1.5.
...
* gnu/packages/bioconductor.scm (r-fhtest): Update to 1.5.
2020-10-06 00:34:56 +02:00
Ricardo Wurmus
65e361f98f
gnu: r-interval: Update to 1.1-0.7.
...
* gnu/packages/bioconductor.scm (r-interval): Update to 1.1-0.7.
2020-10-06 00:34:56 +02:00
Ricardo Wurmus
5412da848e
gnu: r-activedriverwgs: Update to 1.1.1.
...
* gnu/packages/bioconductor.scm (r-activedriverwgs): Update to 1.1.1.
2020-10-06 00:34:56 +02:00
Ricardo Wurmus
b0728c4d7e
gnu: Add r-slider.
...
* gnu/packages/cran.scm (r-slider): New variable.
2020-10-06 00:34:56 +02:00
Ricardo Wurmus
64d4816881
gnu: Add r-warp.
...
* gnu/packages/cran.scm (r-warp): New variable.
2020-10-06 00:34:56 +02:00
Ricardo Wurmus
f5defed0df
gnu: Add r-rle.
...
* gnu/packages/cran.scm (r-rle): New variable.
2020-10-06 00:34:53 +02:00
Ludovic Courtès
880fe019ae
build: Use a 'guile' executable that doesn't warn about locales.
...
This gets rid of:
guile: warning: failed to install locale
when running the 'guix' command on a foreign distro where 'GUIX_LOCPATH'
isn't set.
* Makefile.am (pkglibexec_PROGRAMS, guile_SOURCES, guile_LDADD)
(guile_CFLAGS): New variables.
(install-exec-hook): New target.
(AUX_FILES): Remove 'guile-launcher.c'.
* configure.ac: Use 'GUILE_FLAGS'.
2020-10-05 23:19:19 +02:00
Ludovic Courtès
1d4ab335b2
self: Use a 'guile' that doesn't complain about locales.
...
Since commit ba48895899 , selected UTF-8
locales are bundled. However, because 'guix-command' is itself a Guile
script, users would still see Guile's warning, particularly on foreign
distros:
$ LC_ALL=sdf guix foo
guile: warning: failed to install locale
hint: Consider installing the `glibc-utf8-locales' [...]
User commands would print that warning, but more importantly, each
invocation of 'guix substitute' would print it, even though
'guix-daemon.service' explicitly chooses "en_US.utf8", which is in
'glibc-utf8-locales'. This leads to confusion since users would keep
seeing this message unless/until they realize they also need to install
'glibc-utf8-locales' in root's profile.
This patch gets rid of "guile: warning: ..." for a guix-pulled 'guix'
command.
* guix/self.scm (specification->package): Add "gcc-toolchain".
(quiet-guile): New procedure.
(guix-command): Use it.
* gnu/packages/aux-files/guile-launcher.c: New file.
* Makefile.am (AUX_FILES): Add it.
2020-10-05 23:19:19 +02:00
Nicolas Goaziou
b3417123d1
gnu: rust-time-0.1: Update to 0.1.43.
...
* gnu/packages/crates-io.scm (rust-time-0.1): Update to 0.1.43.
2020-10-05 23:00:20 +02:00
Nicolas Goaziou
788cb3cb3b
gnu: rust-chrono-0.4: Update to 0.4.13.
...
* gnu/packages/crates-io.scm (rust-chrono-0.4): Update to 0.4.13.
2020-10-05 22:37:47 +02:00
Nicolas Goaziou
7121ec8c9d
gnu: rust-base64-0: Update to 0.12.3.
...
* gnu/packages/crates-io.scm (rust-base64-0): Update to 0.12.3.
2020-10-05 22:18:28 +02:00
Tobias Geerinckx-Rice
d6a0dbd6dc
gnu: swaks: Support IPv6.
...
* gnu/packages/mail.scm (swaks)[inputs]: Add perl-io-socket-inet6 and
perl-socket6.
2020-10-05 21:49:59 +02:00
Jan (janneke) Nieuwenhuizen
dc8b4c5448
gnu: guix: Update to 1.1.0-29.4e3ed9bad9.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-29.4e3ed9bad9.
2020-10-05 20:25:26 +02:00
Julien Lepiller
4e3ed9bad9
services: gitolite: Install the rc file as gitolite's user.
...
* gnu/services/version-control.scm (gitolite-activation): Install the rc
file as gitolite's user.
2020-10-05 19:41:23 +02:00
Christopher Baines
c14714cbbf
services: guix: Add guix-build-coordinator-queue-builds-service-type.
...
* gnu/services/guix.scm (<guix-build-coordinator-queue-builds-configuration>):
New record type.
(guix-build-coordinator-queue-builds-configuration,
guix-build-coordinator-queue-builds-configuration?,
guix-build-coordinator-queue-builds-configuration-package,
guix-build-coordinator-queue-builds-configuration-user,
guix-build-coordinator-queue-builds-coordinator,
guix-build-coordinator-queue-builds-configuration-systems,
guix-build-coordinator-queue-builds-configuration-system-and-targets,
guix-build-coordinator-queue-builds-configuration-guix-data-service,
guix-build-coordinator-queue-builds-configuration-processed-commits-file,
guix-build-coordinator-queue-builds-shepherd-services,
guix-build-coordinator-queue-builds-activation,
guix-build-coordinator-queue-builds-account): New procedures.
(guix-build-coordinator-queue-builds-service-type): New variable.
* doc/guix.texi (Guix Services): Document it.
2020-10-05 18:10:48 +01:00
Christopher Baines
98ab323a24
services: guix: Add guix-build-coordinator-agent-service-type.
...
* gnu/services/guix.scm (<guix-build-coordinator-agent-configuration>): New
record type.
(guix-build-coordinator-agent-configuration,
guix-build-coordinator-agent-configuration?,
guix-build-coordinator-agent-configuration-package,
guix-build-coordinator-agent-configuration-user,
guix-build-coordinator-agent-configuration-coordinator,
guix-build-coordinator-agent-configuration-uuid),
guix-build-coordinator-agent-configuration-password,
guix-build-coordinator-agent-configuration-password-file,
guix-build-coordinator-agent-configuration-systems,
guix-build-coordinator-agent-configuration-max-parallel-builds,
guix-build-coordinator-agent-configuration-derivation-substitute-urls,
guix-build-coordinator-agent-configuration-non-derivation-substitute-urls,
guix-build-coordinator-agent-shepherd-services,
guix-build-coordinator-agent-activation,
guix-build-coordinator-agent-account): New procedures.
(guix-build-coordinator-agent-service-type): New variable.
* doc/guix.texi (Guix Services): Document it.
2020-10-05 18:10:48 +01:00
Christopher Baines
15955e9b54
services: guix: Add guix-build-coordinator-service-type.
...
* gnu/services/guix.scm (<guix-build-coordinator-configuration>): New record
type.
(guix-build-coordinator-configuration, guix-build-coordinator-configuration?,
guix-build-coordinator-configuration-package,
guix-build-coordinator-configuration-user,
guix-build-coordinator-configuration-group,
guix-build-coordinator-configuration-datastore-uri-string,
guix-build-coordinator-configuration-agent-communication-uri-string,
guix-build-coordinator-configuration-client-communication-uri-string,
guix-build-coordinator-configuration-allocation-strategy,
guix-build-coordinator-configuration-hooks,
guix-build-coordinator-configuration-guile,
make-guix-build-coordinator-start-script,
guix-build-coordinator-shepherd-services, guix-build-coordinator-activation,
guix-build-coordinator-account): New procedures.
(guix-build-coordinator-service-type): New variable.
* gnu/tests/guix.scm (%test-guix-build-coordinator): New variable.
* doc/guix.texi (Guix Services): Document it.
2020-10-05 18:10:48 +01:00
Christopher Baines
c2cb0e462c
gnu: Add guix-build-coordinator.
...
* gnu/packages/package-management.scm (guix-build-coordinator): New variable.
2020-10-05 18:10:45 +01:00
Christopher Baines
b452f1b1b3
gnu: guile-prometheus: Update to 0-1.8980f39.
...
This revision supports cross-compilation, so guile is added to the
native-inputs to enable this.
* gnu/packages/guile-xyz.scm (guile-prometheus): Update to 0-1.8980f39.
[native-inputs]: Add guile.
2020-10-05 17:35:37 +01:00
Tobias Geerinckx-Rice
2eb0585ab4
gnu: knot: Remove obsolete configure flag.
...
* gnu/packages/dns.scm (knot)[arguments]: Remove unused
‘--with-bash-completions’ configure flag.
2020-10-05 18:23:06 +02:00
Tobias Geerinckx-Rice
ca4143c730
gnu: knot: Snip more pregenerated nonsource.
...
ypbody.c is generated from ypbody.rl by update-parser.sh, both of which
are missing from the release tarball. Rather than add another git file
to native-inputs, we now build from git and remove the generated files.
This follows up on commit 2b73e50c31 , now
that everyone's finished building it.
* gnu/packages/dns.scm (knot)[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Add ‘--enable-fast-parser’ to #:configure-flags.
Invoke the in-tree update-parser.sh.
[native-inputs]: Remove separate update-parser.sh origin.
Add autoconf, automake, and libtool.
2020-10-05 18:22:50 +02:00
Tobias Geerinckx-Rice
2b73e50c31
gnu: knot: Build the zone parsers from Ragel source.
...
* gnu/packages/dns.scm (knot)[source]: Add snippet to remove upstream's
pregenerated ‘sources’
[arguments]: Add an ‘update-parser’ phase.
[native-inputs]: Add ragel and upstream update-parser.sh.
2020-10-05 17:24:14 +02:00
Pierre Neidhardt
3d09e02582
gnu: Add emacs-exwm-no-x-toolkit.
...
* gnu/packages/emacs-xyz.scm (emacs-exwm-no-x-toolkit): New variable.
2020-10-05 16:46:13 +02:00
Pierre Neidhardt
aafbd8f873
gnu: Add emacs-xelb-no-x-toolkit.
...
* gnu/packages/emacs-xyz.scm (emacs-xelb-no-x-toolkit): New variable.
2020-10-05 16:46:13 +02:00
Efraim Flashner
3699ed6350
gnu: astromance: Correctly link to game data.
...
Fixes <http://issues.guix.gnu.org/43797 >.
* gnu/packages/games.scm (astromance)[arguments]: Adjust configure-flags
to point the DATADIR to a directory in the output.
2020-10-05 14:39:53 +03:00
Efraim Flashner
31c81fefff
gnu: libsigc++: Remove duplicate definition.
...
* gnu/packages/glib.scm (libsigc++-2): Remove variable.
(glibmm-2.64)[propagated-inputs]: Adjust accordingly.
* gnu/packages/gtk.scm (cairomm-1.13)[propagated-inputs]: Same.
2020-10-05 14:10:00 +03:00
Efraim Flashner
b543cbcf45
gnu: rust-netlib-src-0.7: Remove package.
...
* gnu/packages/crates-io.scm (rust-netlib-src-0.7): Remove package.
2020-10-05 13:39:09 +03:00
Efraim Flashner
f408ccd262
gnu: rust-textwrap-0.11: Don't hide package.
...
* gnu/packages/crates-io.scm (rust-textwrap-0.11)[arguments]: Skip
build. Add rust-termsize-0.3, rust-unicode-width-0.1 to cargo-inputs.
Add rust-rand-0.6, rust-rand-xorshift-0.1, rust-version-sync-0.6 to
cargo-development-inputs.
[properties]: Remove field.
2020-10-05 13:39:09 +03:00
Efraim Flashner
6b9396a11d
gnu: Add rust-version-sync-0.6.
...
* gnu/packages/crates-io.scm (rust-version-sync-0.6): New variable.
2020-10-05 13:39:09 +03:00
Efraim Flashner
d2aad1a894
gnu: Add rust-toml-0.4.
...
* gnu/packages/crates-io.scm (rust-toml-0.4): New variable.
2020-10-05 13:39:08 +03:00
Efraim Flashner
2e0a4f1bce
gnu: Add rust-pulldown-cmark-0.1.
...
* gnu/packages/crates-io.scm (rust-pulldown-cmark-0.1): New variable.
2020-10-05 13:39:08 +03:00
Efraim Flashner
b1712ac9f5
gnu: Add rust-bitflags-0.9.
...
* gnu/packages/crates-io.scm (rust-bitflags-0.9): New variable.
2020-10-05 13:39:08 +03:00
Efraim Flashner
73123c9659
gnu: rust-pico-sys-0.0: Don't hide package.
...
* gnu/packages/crates-io.scm (rust-pico-sys-0.0)[arguments]: Add
rust-libc-0.2, rust-gcc-0.3 to cargo-inputs.
[properties]: Remove field.
2020-10-05 13:39:08 +03:00
Efraim Flashner
bf9d5adef9
gnu: rust-gcc-0.3: Don't hide package.
...
* gnu/packages/crates-io.scm (rust-gcc-0.3): Don't inherit from
rust-cc-1.
[arguments]: Skip tests. Add rust-rayon-0.8 to cargo-inputs,
rust-tempdir-0.3 to cargo-development-inputs.
[properties]: Remove field.
2020-10-05 13:39:08 +03:00
Efraim Flashner
9f86a6daa1
gnu: Move graphics crates to crates-graphics.scm.
...
* gnu/packages/crates-graphics.scm: New module. Move rust-andrew-0.2,
rust-ansi-colours-1, rust-ansi-term-0.12, rust-ansi-term-0.11,
rust-ansi-term-0.10, rust-aom-sys-0.1, rust-ascii-canvas-2,
rust-cgl-0.3, rust-cgl-0.2, rust-cgmath-0.17, rust-cglmath-0.16,
rust-core-graphics-0.17, rust-core-video-sys-0.1, rust-dav1d-sys-0.3,
rust-euclid-0.20, rust-gfx-0.18, rust-gfx-core-0.9,
rust-gfx-device-gl-0.16, rust-gfx-gl-0.6, rust-gif-0.10, rust-gl-0.11,
rust-gl-generator-0.14, rust-gl-generator-0.13, rust-gl-generator-0.11,
rust-gl-generator-0.10, rust-gleam-0.6, rust-glutin-0.22,
rust-glutin-0.21, rust-glutin-egl-sys-0.1,
rust-glutin-emscripten-sys-0.1, rust-glutin-gles2-sys-0.1,
rust-glutin-glx-sys-0.1, rust-glutin-wayland-sys-0.1, rust-image-0.23,
rust-image-0.22, rust-image-0.21, rust-image-0.20,
rust-jpeg-decoder-0.1, rust-line-drawing-0.7, rust-lyon-geom-0.14,
rust-lyon-path-0.14, rust-osmesa-sys-0.1, rust-piston-0.49,
rust-piston-float-1.0, rust-piston-gfx-texture-0.40,
rust-piston-graphics-api-version-0.2,
rust-piston-shaders-graphics2d-0.3, rust-piston-texture-0.8,
rust-piston-viewport-1.0, rust-piston-window-0.105,
rust-piston2d-gfx-graphics-0.66, rust-pison2d-graphics-0.35,
rust-piston-event-loop-0.49, rust-pistoncore-glutin-window-0.63,
rust-pistoncore-input-0.28, rust-pistoncore-window-0.44, rust-png-0.16,
rust-png-0.15, rust-png-0.14, rust-png-0.12, rust-raw-window-handle-0.3,
rust-resize-0.3, rust-rgb-0.8, rust-smithay-client-toolkit-0.6,
rust-smithay-client-toolkit-0.4, rust-smithay-clipboard-0.3,
rust-tiff-0.5, rust-tiff-0.3, rust-tiff-0.2, rust-wayland-client-0.23,
rust-wayland-client-0.21, rust-wayland-commons-0.23,
rust-wayland-commons-0.21, rust-wayland-protocols-0.23,
rust-wayland-protocols-0.21, rust-wayland-scanner-0.23,
rust-wayland-scanner-0.21, rust-wayland-server-0.23,
rust-wayland-server-0.21, rust-wayland-sys-0.23, rust-wayland-sys-0.21,
rust-winit-0.20, rust-winit-0.19, rust-x11-2, rust-x11-clipboard-0.4,
rust-x11-dl-2, rust-y4m-0.5 to here.
* gnu/packages/crates-io.scm: ... from here.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register new module.
* gnu/packages/crates-io.scm, gnu/packages/crates-gtk.scm,
gnu/packages/gnome.scm, gnu/packages/rust-apps.scm,
gnu/packages/terminals.scm, gnu/packages/video.scm: Adjust for
package movement.
2020-10-05 13:39:07 +03:00
Efraim Flashner
efa3567ca5
gnu: rust-num-derive-0.3: Update to 0.3.2.
...
* gnu/packages/crates-io.scm (rust-num-derive-0.3): Update to 0.3.2.
[arguments]: Don't skip build. In cargo-development-inputs add
rust-num-0.3, rust-num-traits-0.2.
2020-10-05 13:39:07 +03:00
Efraim Flashner
9051fdd3dd
gnu: Add rust-num-0.3.
...
* gnu/packages/crates-io.scm (rust-num-0.3): New variable.
(rust-num-0.2): Inherit from rust-num-0.3.
2020-10-05 13:39:07 +03:00
Efraim Flashner
20bd212312
gnu: rust-num-integer-0.1: Update to 0.1.43.
...
* gnu/packages/crates-io.scm (rust-num-integer-0.1): Update to 0.1.43.
2020-10-05 13:39:07 +03:00
Efraim Flashner
5c94a6beeb
gnu: rust-num-iter-0.1: Update to 0.1.41.
...
* gnu/packages/crates-io.scm (rust-num-iter-0.1): Update to 0.1.41.
2020-10-05 13:39:07 +03:00
Efraim Flashner
a9c04753a6
gnu: Move gtk crates to crates-gtk.scm.
...
* gnu/packages/crates-gtk.scm: New module. Move rust-cairo-rs-0.8,
rust-cairo-rs-0.7, rust-cairo-sys-rs-0.9, rust-gdk-pixbuf-0.8,
rust-gdk-pixbuf-0.7, rust-gdk-pixbuf-sys-0.9, rust-gio-0.8,
rust-gio-0.7, rust-gio-sys-0.9, rust-gir-format-check-0.1,
rust-glib-0.9, rust-glib-0.8, rust-glib-sys-0.9, rust-gobject-sys-0.9,
rust-gtk-rs-lgpl-docs-0.1, rust-pango-0.8, rust-pango-0.7,
rust-pango-sys-0.9, rust-pangocairo-0.9, rust-pangocairo-0.8,
rust-pangocairo-sys-0.10 to here...
* gnu/packages/crates-io.scm: ... from here.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register new module.
* gnu/packages/gnome.scm: Adjust for package movement.
2020-10-05 13:39:06 +03:00
Efraim Flashner
4b09ac7be7
gnu: rust-redox-syscall-0.1: Update to 0.1.57.
...
* gnu/packages/crates-io.scm (rust-redox-syscall-0.1): Update to 0.1.57.
2020-10-05 13:39:06 +03:00
Efraim Flashner
ff25829843
gnu: librsvg-next: Update to 2.50.1.
...
* gnu/packages/gnome.scm (librsvg-next): Update to 2.50.1.
[arguments]: Build with rust-1.40. In cargo-inputs remove
rust-downcast-1.1. Replace rust-float-cmp-0.6 with 0.8,
rust-itertools-0.8 with 0.9, rust-nalgebra-0.19 with 0.21. Add
rust-string-cache-0.8, rust-tinyvec-0.3. In cargo-development-inputs add
rust-assert-cmd-1, rust-chrono-0.4, rust-float-cmp-0.8, rust-lopdf-0.25,
rust-png-0.16, rust-predicates-1, rust-tempfile-3. Add phase to work
around failing tests.
2020-10-05 13:39:06 +03:00
Efraim Flashner
9e3084a3d3
gnu: Add rust-nalgebra-0.21.
...
* gnu/packages/crates-io.scm (rust-nalgebra-0.21): New variable.
(rust-nalgebra-0.19): Inherit from rust-nalgebra-0.21.
2020-10-05 13:39:06 +03:00
Efraim Flashner
920ef7fcc4
gnu: Add rust-lopdf-0.25.
...
* gnu/packages/crates-io.scm (rust-lopdf-0.25): New variable.
2020-10-05 13:39:06 +03:00
Efraim Flashner
169317d61d
gnu: Add rust-wide-0.4.
...
* gnu/packages/crates-io.scm (rust-wide-0.4): New variable.
2020-10-05 13:39:05 +03:00
Efraim Flashner
0e648f6a5e
gnu: Add rust-simba-0.1.
...
* gnu/packages/crates-io.scm (rust-simba-0.1): New variable.
2020-10-05 13:39:05 +03:00
Efraim Flashner
9c605ee3be
gnu: Add rust-cordic-0.1.
...
* gnu/packages/crates-io.scm (rust-cordic-0.1): New variable.
2020-10-05 13:39:05 +03:00
Efraim Flashner
70c2f95f80
gnu: Add rust-fixed-1.
...
* gnu/packages/crates-io.scm (rust-fixed-1): New variable.
2020-10-05 13:39:05 +03:00
Efraim Flashner
8d2efb0aef
gnu: rust-half-1.3: Rename to rust-half-1.
...
* gnu/packages/crates-io.scm (rust-half-1.3): Rename to rust-half-1.
Update to 1.6.0.
(rust-serde-cbor-0.11, rust-serde-cbor-0.10): Adjust accordingly.
2020-10-05 13:39:05 +03:00
Efraim Flashner
27175a4be6
gnu: rust-tinyvec-0.3: Update to 0.3.4.
...
* gnu/packages/crates-io.scm (rust-tinyvec-0.3): Update to 0.3.4.
[license]: Update license.
2020-10-05 13:39:04 +03:00
Efraim Flashner
23bea43c71
gnu: Add rust-quickcheck-macros-0.9.
...
* gnu/packages/crates-io.scm (rust-quickcheck-macros-0.9): New variable.
(rust-quickcheck-macro-0.8): Inherit from rust-quickcheck-macros-0.9.
2020-10-05 13:39:04 +03:00
Efraim Flashner
c5f314dfea
gnu: Add rust-pom-3.
...
* gnu/packages/crates-io.scm (rust-pom-3): New variable.
2020-10-05 13:39:04 +03:00
Efraim Flashner
99b8e0c983
gnu: rust-num-traits-0.2: Update to 0.2.12.
...
* gnu/packages/crates-io.scm (rust-num-traits-0.2): Update to 0.2.12.
2020-10-05 13:39:04 +03:00
Efraim Flashner
61fc7932b9
gnu: Add rust-float-cmp-0.8.
...
* gnu/packages/crates-io.scm (rust-float-cmp-0.8): New variable.
(rust-float-cmp-0.6): Inherit from rust-float-cmp-0.8.
2020-10-05 13:39:04 +03:00
Efraim Flashner
ca2484f17c
gnu: Add rust-az-1.
...
* gnu/packages/crates-io.scm (rust-az-1): New variable.
2020-10-05 13:39:03 +03:00
Jan (janneke) Nieuwenhuizen
2fc298d19c
gnu: gettext-minimal: Mark "test-raise" test XFAIL on the Hurd.
...
* gnu/packages/gettext.scm (gettext-minimal)[arguments]: When compiling for
the Hurd, add "test-raise" to XFAIL_TESTS in make-flags.
2020-10-05 12:01:47 +02:00
Mathieu Othacehe
599954c137
images: Add pine64 support.
...
* gnu/system/images/pine64.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/system/image.scm (arm64-disk-image, arm64-image-type): New variables.
2020-10-05 11:16:47 +02:00
Mathieu Othacehe
b97b423e3f
bootloader: Fix u-boot installation.
...
This is a follow-up of f19cf27c2b . The
bootloader installation must be done on the final disk-image, hence using
"disk-image-installer" instead of "installer" callback.
* gnu/bootloader/u-boot.scm: Turn all installer callbacks into
disk-image-installer callbacks.
* gnu/build/bootloader.scm (write-file-on-device): Open the output file with
'no-truncate and 'no-create options.
* gnu/system/image.scm (with-imported-modules*): Add (gnu build bootloader)
module.
2020-10-05 11:10:35 +02:00
Mathieu Othacehe
525a351efa
gnu: gnutls: Fix cross-compilation.
...
* gnu/packages/tls.scm (gnutls)[arguments]: Disable tests when
cross-compiling.
2020-10-05 11:10:35 +02:00
raingloom
62cf60da7a
gnu: picard: Update to 2.4.4.
...
* gnu/packages/music.scm (picard): Update to 2.4.4.
[native-inputs]: Add python-dateutil.
[source]: Add temporary patch to fix failing test due to missing "."
in temporary filename.
* gnu/packages/patches/picard-fix-id3-rename-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-05 10:42:00 +02:00
raingloom
4913e8ede0
gnu: python-mutagen: Update to 1.45.1.
...
* gnu/packages/music.scm (python-mutagen): Update python-mutagen to 1.45.1.
[native-inputs]: Add python-hypothesis and python-flake8.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-05 10:42:00 +02:00
Lars-Dominik Braun
bd994bbb20
gnu: mergerfs-tools: Update to 480296e.
...
* gnu/packages/file-systems.scm (mergerfs-tools): Update to 480296e.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-05 10:42:00 +02:00
Lars-Dominik Braun
f13849a54f
gnu: mergerfs: Update to 2.31.0.
...
* gnu/packages/file-systems.scm (mergerfs) [version]: Update to 2.31.0.
[arguments]: Adjust Makefile substitutions.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-05 10:42:00 +02:00
Vinicius Monego
203cf9d673
gnu: Add gnote.
...
* gnu/packages/gnome.scm (gnote): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-05 10:42:00 +02:00
Vinicius Monego
558f8d5007
gnu: Add gnome-commander.
...
* gnu/packages/gnome.scm (gnome-commander): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-05 10:42:00 +02:00
Michael Rohleder
922aae23bf
gnu: seahorse: Update to 3.36.
...
* gnu/packages/gnome.scm (seahorse): Update to 3.36.
[inputs]: Add libhandy-0.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-05 10:41:59 +02:00
Ludovic Courtès
b68d410651
environment: Turn "lo" up in network-less containers.
...
This is a followup to 0f53c801b9 .
* guix/scripts/environment.scm (launch-environment/container): Add call
to 'set-network-interface-up'.
* tests/guix-environment-container.sh: Add test.
2020-10-05 10:41:59 +02:00
Guillaume Le Vaillant
5aa7d764be
gnu: monero-gui: Update to 0.17.0.1.
...
* gnu/packages/finance.scm (monero-gui): Update to 0.17.0.1.
[native-inputs]: Add native inputs of monero.
[inputs]: Add monero and its inputs.
[propagated-inputs]: Remove.
[arguments]: Add 'configure-flags'. Remove 'get-monero-extra-files',
'fix-makefile-vars', 'fix-paths', 'make-qt-deterministic', 'fix-version' and
'build-zxcvbn-c' phases. Add 'extract-monero-sources', 'fix-build',
'generate-zxcvbn-c-header' and 'install-monerod-link' phases. Remove custom
'configure' phase. Add custom 'install' phase.
(monero)[arguments]: Remove 'BUILD_GUI_DEPS' from 'configure-flags'.
Remove 'install-librandomx' and 'delete-dead-links' phases. Add
'delete-unused-files' phase.
2020-10-05 10:01:28 +02:00
Guillaume Le Vaillant
31da92fe82
gnu: monero: Update to 0.17.0.1.
...
* gnu/packages/finance.scm (monero): Update to 0.17.0.1.
2020-10-05 09:41:28 +02:00
Maxim Cournoyer
5f37d7e38e
gnu: python-keras: Fix build.
...
Fixes <https://issues.guix.gnu.org/39562 >.
* gnu/packages/machine-learning.scm (python-keras)[phases]{check}: Apply
upstream fix to test_topology.py. Skip the failing test_selu test.
Reported-by: Pierre Neidhardt <mail@ambrevar.xyz >
2020-10-05 01:49:45 -04:00
Tobias Geerinckx-Rice
0450499930
gnu: emacs-google-maps: Fix version.
...
* gnu/packages/emacs-xyz.scm (emacs-google-maps)[source]: Replace very
large date integer with the last upstream release.
2020-10-05 00:16:58 +02:00
Tobias Geerinckx-Rice
40dfc5195f
gnu: konversation: Update to 1.7.6.
...
* gnu/packages/kde-internet.scm (konversation): Update to 1.7.6.
[source]: Remove obsolete patch.
* gnu/packages/patches/konversation-Fix-build-with-Qt-5.11.patch: Delete
file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-10-05 00:16:57 +02:00
Tobias Geerinckx-Rice
9d1afee51c
gnu: appstream-glib: Update to 0.7.18.
...
* gnu/packages/glib.scm (appstream-glib): Update to 0.7.18.
2020-10-05 00:16:57 +02:00
Tobias Geerinckx-Rice
b67e684e15
gnu: mm-common: Update to 1.0.2.
...
* gnu/packages/gnome.scm (mm-common): Update to 1.0.2.
2020-10-05 00:16:56 +02:00
Maxim Cournoyer
435e5e2774
gnu: emacs-google-maps: Update to 20181121.
...
Fixes <https://issues.guix.gnu.org/38854 >.
* gnu/packages/emacs-xyz.scm (emacs-google-maps): Update to 20181121.
2020-10-04 14:58:20 -04:00
André Batista
e8c33f9141
gnu: Add rust-is-executable-0.1.
...
* gnu/packages/crates-io.scm (rust-is-executable-0.1): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-04 21:51:33 +03:00
André Batista
a1598dbc4e
gnu: Add rust-wasm-bindgen-console-logger-0.1.
...
* gnu/packages/crates-io.scm (rust-wasm-bindgen-console-logger-0.1): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-04 21:43:26 +03:00
Pierre Neidhardt
7cb4440951
gnu: sbcl-cl-base64: Fix tests.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-base64): Update to 20200930 which fixes
the test suite.
2020-10-04 16:04:39 +02:00
Pierre Neidhardt
32b5179863
gnu: sbcl-serapeum: Update to 20201003.
...
* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 20201003.
2020-10-04 16:04:39 +02:00
Pierre Neidhardt
fd689a831a
gnu: cl-cffi-gtk: Update to 20201003.
...
* gnu/packages/lisp-xyz.scm (cl-cffi-gtk): Update to 20201003.
2020-10-04 16:04:39 +02:00
Jan (janneke) Nieuwenhuizen
45265d5541
cuirass: Distribute hurd-manifest.scm.
...
This is a follow-up to commit fdbf8a7a75 .
* Makefile.am (EXTRA_DIST): Oops, add build-aux/cuirass/hurd-manifest.scm.
2020-10-04 15:12:04 +02:00
Tobias Geerinckx-Rice
10ec0ac656
gnu: freerdp: Update to 2.2.0.
...
* gnu/packages/rdesktop.scm (freerdp): Update to 2.2.0.
[inputs]: Add libusb.
[arguments]: Remove unused WITH_SYSTEMD configure flag.
2020-10-04 14:35:23 +02:00
Tobias Geerinckx-Rice
a2f2513724
gnu: hplip: Update to 3.20.9 [security fixes].
...
* gnu/packages/cups.scm (hplip): Update to 3.20.9.
[source]: Add hplip-fix-bug-1898438.patch.
[arguments]: Follow upstream defaults.
* gnu/packages/patches/hplip-fix-bug-1898438.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2020-10-04 14:35:18 +02:00
Tobias Geerinckx-Rice
85c84b1071
gnu: godot: Update to 3.2.3.
...
* gnu/packages/game-development.scm (godot): Update to 3.2.3.
2020-10-04 14:24:00 +02:00
Tobias Geerinckx-Rice
48a61e45ac
gnu: font-jetbrains-mono: Simplify licence installation.
...
* gnu/packages/fonts.scm (font-jetbrains-mono)[arguments]: Don't replace
the ‘install-license-files’ phase. Help it.
2020-10-04 14:24:00 +02:00
Tobias Geerinckx-Rice
14516b6004
gnu: font-jetbrains-mono: Update to 2.002.
...
* gnu/packages/fonts.scm (font-jetbrains-mono): Update to 2.002.
2020-10-04 14:24:00 +02:00
Tobias Geerinckx-Rice
381828bbd5
gnu: font-comic-neue: Update to 2.51.
...
* gnu/packages/fonts.scm (font-comic-neue): Update to 2.51.
2020-10-04 14:24:00 +02:00
Jan (janneke) Nieuwenhuizen
fdbf8a7a75
cuirass: Add hurd-manifest.
...
* build-aux/cuirass/hurd-manifest.scm: New file.
2020-10-04 14:04:14 +02:00
Nicolas Goaziou
3ade226fd1
gnu: emacs-olivetti: Update to 1.11.1.
...
* gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 1.11.1.
2020-10-04 11:45:26 +02:00
AuPath
22b7b79fa0
gnu: Add emacs-frames-only-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-frames-only-mode): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-04 11:28:45 +02:00
Nicolas Goaziou
b6a7c2439a
gnu: emacs-ivy-posframe: Update to 0.2.0.
...
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.2.0.
[source]: Use GNU ELPA repository.
2020-10-04 11:03:34 +02:00
HiPhish
250fec5d9d
gnu: Add go-github-com-junegunn-fzf.
...
* gnu/packages/terminals.scm (go-github-com-junegunn-fzf): Update to 0.22.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-04 11:04:00 +03:00
HiPhish
e8fd351e8f
gnu: Add go-github-com-saracen-walker.
...
* gnu/packages/golang.scm (go-github-com-saracen-walker): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-04 11:03:58 +03:00
HiPhish
e35870525f
gnu: Add go-golang-org-x-sync.
...
* gnu/packages/golang.scm (go-golang-org-x-sync): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-10-04 11:03:29 +03:00
Mark H Weaver
cdcbb42aa3
gnu: icecat: Update to 78.3.1-guix0-preview1.
...
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
* gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
2020-10-03 22:39:02 -04:00
Mark H Weaver
88d2f51414
gnu: webkitgtk: Update to 2.30.1.
...
* gnu/packages/webkit.scm (webkitgtk): Update to 2.30.1.
2020-10-03 22:38:55 -04:00
Leo Famulari
3dc064f66c
gnu: linux-libre 4.4: Update to 4.4.238.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.238.
(linux-libre-4.4-pristine-source): Update hash.
2020-10-03 19:33:36 -04:00
Leo Famulari
bcb9238131
gnu: linux-libre 4.9: Update to 4.9.238.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.238.
(linux-libre-4.9-pristine-source): Update hash.
2020-10-03 19:33:36 -04:00
Leo Famulari
c98c8bd703
gnu: linux-libre 4.14: Update to 4.14.200.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.200.
(linux-libre-4.14-pristine-source): Update hash.
2020-10-03 19:33:36 -04:00
Leo Famulari
ed3f84700d
gnu: linux-libre 4.19: Update to 4.19.149.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.149.
(linux-libre-4.19-pristine-source): Update hash.
2020-10-03 19:33:36 -04:00
Leo Famulari
043cc93ed6
gnu: linux-libre 5.4: Update to 5.4.69.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.69.
(linux-libre-5.4-pristine-source): Update hash.
2020-10-03 19:33:36 -04:00
Leo Famulari
dd6eae3bcf
gnu: linux-libre: Update to 5.8.13.
...
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.13.
(linux-libre-5.8-pristine-source): Update hash.
2020-10-03 19:33:27 -04:00
Tobias Geerinckx-Rice
b7210a3241
gnu: clamav: Update to 0.103.0.
...
* gnu/packages/antivirus.scm (clamav): Update to 0.103.0.
* gnu/packages/patches/clamav-system-tomsfastmath.patch: Update patch.
2020-10-03 23:00:21 +02:00
Tobias Geerinckx-Rice
2a372bedbf
gnu: facter: Update to 4.0.41.
...
* gnu/packages/admin.scm (facter): Update to 4.0.41.
2020-10-03 23:00:21 +02:00
Tobias Geerinckx-Rice
05c2904059
gnu: netcat-openbsd: Update to 1.217-2.
...
* gnu/packages/admin.scm (netcat-openbsd): Update to 1.217-2.
2020-10-03 23:00:21 +02:00
Tobias Geerinckx-Rice
40fa331c81
gnu: nmap: Update to 7.90.
...
* gnu/packages/admin.scm (nmap): Update to 7.90.
2020-10-03 23:00:21 +02:00
Tobias Geerinckx-Rice
f32ac8e010
gnu: catch2: Update to 2.13.1.
...
* gnu/packages/check.scm (catch2): Update to 2.13.1.
2020-10-03 23:00:21 +02:00
Julien Lepiller
a3e2686314
Revert "gnu: elixir: Remove unused input."
...
This reverts commit a749caa74e .
One of the phases actually uses git in `(which "git")`.
2020-10-03 22:10:15 +02:00
Tobias Geerinckx-Rice
8d0bc58f2b
gnu: mame: Update to 0.225.
...
* gnu/packages/emulators.scm (mame): Update to 0.225.
2020-10-03 16:51:08 +02:00
Tobias Geerinckx-Rice
36045fa6d6
gnu: protonvpn-cli: Add python-jinja2 input.
...
Fixes <http://issues.guix.gnu.org/43778 >.
* gnu/packages/vpn.scm (protonvpn-cli)[inputs]: Add python-jinja2.
2020-10-03 16:51:08 +02:00
Tobias Geerinckx-Rice
f39b7612ab
gnu: protonvpn-cli: Prefix Python input names with ‘python-’.
...
* gnu/packages/vpn.scm (protonvpn-cli)[native-inputs, inputs]: Add
‘’python-’ to input labels.
2020-10-03 16:51:07 +02:00
Tobias Geerinckx-Rice
13d60d9262
gnu: libstaroffice: Update to 0.0.7.
...
* gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.7.
2020-10-03 16:51:07 +02:00
Tobias Geerinckx-Rice
325ab63785
gnu: libmwaw: Update to 0.3.16.
...
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.16.
2020-10-03 16:51:07 +02:00
Tobias Geerinckx-Rice
6e40f1431c
gnu: geonkick: Update to 2.3.8.
...
* gnu/packages/music.scm (geonkick): Update to 2.3.8.
2020-10-03 16:51:06 +02:00
Tobias Geerinckx-Rice
e68ae70909
gnu: protobuf: Update to 1.3.3.
...
* gnu/packages/protobuf.scm (protobuf): Update to 1.3.3.
2020-10-03 16:51:06 +02:00
Julien Lepiller
2bfbe0787d
gnu: josm: Update to 17013.
...
* gnu/packages/geo.scm (josm): Update to 17013.
2020-10-03 16:50:23 +02:00
Mathieu Othacehe
b3f5402d2d
gnu: cuirass: Update to 0.0.1-50.71aac24.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-50.71aac24.
2020-10-03 15:14:43 +02:00
Maxim Cournoyer
f7f5caf7ea
gnu: Add python-pyux.
...
* gnu/packages/python-check.scm (python-pyux): New variable.
2020-10-02 21:47:28 -04:00
Maxim Cournoyer
01f3f0e928
gnu: ocaml-mcl: Fix build.
...
It was failing on a /bin/sh occurrence patched twice in the configure script:
sh: ./configure:/gnu/store/...-bash-minimal-5.0.16/gnu/store/...-bash-minimal-5.0.1:bad
interpreter: No such file or directory
* gnu/packages/machine-learning.scm (ocaml-mcl)[phases]{patch-paths}: Do not
patch the configure script.
2020-10-02 21:47:28 -04:00
Maxim Cournoyer
9496fa0724
gnu: python-gssapi: Update to 1.6.9.
...
* gnu/packages/python-xyz.scm (python-gssapi): Update to 1.6.9.
2020-10-02 21:47:28 -04:00
Maxim Cournoyer
3dc26bcd78
gnu: python-gssapi: Skip failing tests.
...
Fixes <https://issues.guix.gnu.org/43402 >.
* gnu/packages/python-xyz.scm (python-gssapi)[phases]{disable-failing-tests}:
Add phase.
2020-10-02 21:47:28 -04:00
Maxim Cournoyer
ec2ecf790f
gnu: python-openpyxl: Update to 3.0.5.
...
* gnu/packages/python-xyz.scm (python-openpyxl): Update to 3.0.5.
2020-10-02 21:47:27 -04:00
Tobias Geerinckx-Rice
755da56f21
gnu: mariadb-connector-c: Update to 3.1.10.
...
* gnu/packages/databases.scm (mariadb-connector-c): Update to 3.1.10.
2020-10-03 00:22:59 +02:00
Tobias Geerinckx-Rice
2259eeec80
gnu: ccache: Update to 3.7.12.
...
* gnu/packages/ccache.scm (ccache): Update to 3.7.12.
2020-10-03 00:22:59 +02:00
Florian Pelz
b7937ef79f
news: Add ‘de’ translation.
...
* etc/news.scm: Add ‘de’ translation.
2020-10-02 22:18:25 +00:00
Ricardo Wurmus
95b16cd886
gnu: nyacc: Use versioned Guile site directory.
...
This is a follow-up to commit 4e896da45d .
* gnu/packages/mes.scm (nyacc)[source]: Add snippet.
2020-10-03 00:04:43 +02:00
Ricardo Wurmus
4164ae7cd1
gnu: axoloti-patcher-next: Fix directory names.
...
* gnu/packages/axoloti.scm (axoloti-patcher-next)[arguments]: Add
sub-directory of old firmware; fix the sub-directory name of the armv7e-m
toolchain headers.
2020-10-03 00:04:43 +02:00
Ludovic Courtès
a73bd30750
news: Add entry for transformation option record/replay.
...
* etc/news.scm: Add entry.
2020-10-02 23:28:29 +02:00
Ludovic Courtès
0f53c801b9
environment: Provide /etc/hosts in containers without '--network'.
...
Fixes <https://bugs.gnu.org/43762 >.
* guix/scripts/environment.scm (launch-environment/container): Create
/etc/hosts when NETWORK? is false.
* tests/guix-environment-container.sh: Add "localhost" resolution test.
2020-10-02 23:28:09 +02:00
Ludovic Courtès
8e1907a724
guix package: Re-apply package transformation when upgrading.
...
* guix/scripts/package.scm (transaction-upgrade-entry)[upgrade]: Add
'transform' parameter. Pass PKG through it. Use
'manifest-entry-with-transformations'.
Call 'options->transformation' to get the transformation procedure.
* tests/guix-package.sh: Add 'guix package -u' test.
* tests/packages.scm ("transaction-upgrade-entry, transformation options preserved"):
New test.
* doc/guix.texi (Invoking guix package): Mention that transformations
are preserved across upgrades.
(Package Transformation Options): Likewise.
2020-10-02 23:28:09 +02:00
Ludovic Courtès
ad54a73bb8
guix build: Record package transformations in manifest entries.
...
With this change, package transformation options used while building a
manifest are saved in the metadata of the manifest entries.
* guix/scripts/build.scm (transformation-procedure): New procedure.
(options->transformation)[applicable]: Use it. Change to a list of
key/value/proc tuples instead of key/proc pairs.
[package-with-transformation-properties, tagged-object]: New
procedures. Use them.
(package-transformations, manifest-entry-with-transformations): New
procedures.
* guix/scripts/pack.scm (guix-pack)[with-transformations]: New
procedure.
Use it.
* guix/scripts/package.scm (process-actions)[transform-entry]: Use it.
* tests/guix-package-aliases.sh: Add test.
2020-10-02 23:28:09 +02:00
Tobias Geerinckx-Rice
63e5ef402b
gnu: orc: Update to 0.4.32.
...
* gnu/packages/gstreamer.scm (orc): Update to 0.4.32.
2020-10-02 23:08:10 +02:00
Tobias Geerinckx-Rice
08a8b34044
gnu: zeromq: Update to 4.3.3.
...
* gnu/packages/networking.scm (zeromq): Update to 4.3.3.
2020-10-02 23:08:10 +02:00
Tobias Geerinckx-Rice
433b391f9e
gnu: liblouisutdml: Update to 2.9.0.
...
* gnu/packages/language.scm (liblouisutdml): Update to 2.9.0.
[source]: Remove patch.
* gnu/packages/patches/liblouisutdml-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-10-02 23:08:10 +02:00
Tobias Geerinckx-Rice
b4fb61f60b
gnu: liblouis: Update to 3.15.0.
...
* gnu/packages/language.scm (liblouis): Update to 3.15.0.
2020-10-02 23:08:09 +02:00
Tobias Geerinckx-Rice
13e245f591
gnu: lsp-plugins: Update to 1.1.26.
...
* gnu/packages/music.scm (lsp-plugins): Update to 1.1.26.
2020-10-02 23:08:09 +02:00
Tobias Geerinckx-Rice
545c6bda37
gnu: perl-async-interrupt: Update to 1.26.
...
* gnu/packages/perl.scm (perl-async-interrupt): Update to 1.26.
2020-10-02 23:08:08 +02:00
Tobias Geerinckx-Rice
72313ff4ab
gnu: perl-test-utf8: Update to 1.02.
...
* gnu/packages/perl-check.scm (perl-test-utf8): Update to 1.02.
2020-10-02 23:08:08 +02:00
Florian Pelz
3c01fcc1bb
doc: Explain why '--without-tests' may fail with modified 'check' phase.
...
* doc/guix.texi (Package Transformation Options): Explain.
2020-10-02 20:03:55 +00:00
Mathieu Othacehe
d6a8f0a978
services: cuirass: Fix activation.
...
Fixes: <https://issues.guix.gnu.org/43760 >.
* gnu/services/cuirass.scm (cuirass-activation): Do not create
queries-log-file and web-queries-log-file if the corresponding config file are
unset.
2020-10-02 14:58:01 +02:00
Mathieu Othacehe
23ad7e92b1
system: image: Add qcow2 image type.
...
* gnu/system/image.scm (qcow2-image-type): New variable.
2020-10-02 14:54:26 +02:00
Mathieu Othacehe
ae39b7a9a9
gnu: guix: Fix checksum.
...
* gnu/packages/package-management.scm (guix): Fix checksum.
2020-10-02 14:52:52 +02:00
Mathieu Othacehe
7db32c94b0
gnu: guix: Update to 1.1.0-28.d27dbeb.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-28.d27dbeb.
2020-10-02 14:34:52 +02:00
Mathieu Othacehe
d27dbeb9d8
gnu: guix: Install OpenRC init files to $(prefix)/etc.
...
This is a followup to cabac732de .
* gnu/packages/package-management.scm (guix)[arguments]: In 'bootstrap'
phase, change "openrcservicedir" in 'nix/local.mk'.
2020-10-02 14:10:15 +02:00
Mathieu Othacehe
f469fb927f
gnu: cuirass: Update to 0.0.1-49.cd89fc4.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-49.cd89fc4.
2020-10-02 10:03:29 +02:00
Mathieu Othacehe
bdbd8bf905
scripts: system: Honor target argument.
...
Since 313f492657 the target argument passed to
"guix system" was not honored for 'disk-image' command.
This forces the command line passed "target" to take precedence over the
"target" field of the <image> record returned by "os->image" procedure.
* guix/scripts/system.scm (system-derivation-for-action): Override the
"target" field of the "image" record using the "target" argument from the
command line.
2020-10-02 10:03:29 +02:00
Ludovic Courtès
cc34693152
tests: Adjust to recent changes to the 'emacs' package.
...
Test regression introduced in f88fea0eaa .
* tests/guix-package.sh: Add minor and patch levels in the version
numbers of 'emacs-foo-bar' and 'emacs-foo-bar-patched'.
2020-10-02 09:43:05 +02:00
Ludovic Courtès
9471aea76a
gexp: Fix argument ordering in 'local-file' macro.
...
Fixes a regression introduced in
f43ffee908 .
Reported by jonsger on #guix.
* guix/gexp.scm (local-file): In the non-literal case, add #:literal?
and #:location after REST.
2020-10-02 09:29:26 +02:00
Jonathan Brielmaier
9dc27bc388
gnu: icedove: Update to 78.3.1.
...
* gnu/packages/gnuzilla.scm (icedove): Update to 78.3.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-02 08:11:39 +02:00
Jonathan Brielmaier
df3752e13c
gnu: nss@3.56: Update to 3.57.
...
nss@3.57 includes a critical fix for building on aarch64.
* gnu/packages/nss.scm (nss-3.56): Update to 3.57 and rename to
* nss-3.57.
* gnu/packages/gnuzilla.scm (icedove)[inputs]: Update nss variable name.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-02 08:11:39 +02:00
Ludovic Courtès
dc749a0e91
ui: Use "guix install" in locale hint.
...
* guix/ui.scm (install-locale): Change "guix package -i" to "guix install".
2020-10-02 08:11:38 +02:00
Ludovic Courtès
f43ffee908
gexp: 'local-file' warns when passed a non-literal relative file name.
...
Fixes <https://bugs.gnu.org/43736 >.
Reported by Vitaliy Shatrov <guix.vits@disroot.org >.
* guix/gexp.scm (%local-file): Add #:literal? and #:location.
Emit a warning when LITERAL? is false and FILE is not absolute.
(local-file): In the non-literal case, pass #:location and #:literal?.
* po/guix/POTFILES.in: Add guix/gexp.scm.
* tests/guix-system.sh: Add test for the warning.
2020-10-02 08:11:38 +02:00
Julien Lepiller
23dc21f05b
tests: opam: Test additional syntax.
...
* tests/opam.scm (test-comment): New test.
(test-lists): Add more tests for complex list patterns.
2020-10-02 00:44:14 +02:00
Julien Lepiller
a6816618fc
import: opam: Report groups in syntax tree.
...
* guix/import/opam.scm (group-pat): Report in syntax tree.
(dependency->input, dependency->native-input, dependency->name):
consider the case of a group.
2020-10-02 00:43:41 +02:00
Julien Lepiller
ad05537e32
tests: opam: Factorize tests.
...
* tests/opam.scm: Remove duplicate code.
2020-10-02 00:30:23 +02:00
Tobias Geerinckx-Rice
1aa9f2cfde
gnu: sord: Update to 0.16.6.
...
* gnu/packages/rdf.scm (sord): Update to 0.16.6.
2020-10-02 00:30:43 +02:00
Tobias Geerinckx-Rice
33214fe4ca
gnu: serd: Update to 0.30.6.
...
* gnu/packages/rdf.scm (serd): Update to 0.30.6.
2020-10-02 00:30:43 +02:00
Tobias Geerinckx-Rice
e1fefb810b
gnu: grim: Fix output rotation interpretation with Sway 1.4.
...
* gnu/packages/image.scm (grim)[source]: Add patch.
* gnu/packages/patches/grim-revert-output-rotation.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2020-10-02 00:30:14 +02:00
Tobias Geerinckx-Rice
7a0491ad0c
gnu: python-pure-protobuf: Update to 2.0.1.
...
* gnu/packages/protobuf.scm (python-pure-protobuf): Update to 2.0.1.
2020-10-02 00:29:22 +02:00
Tobias Geerinckx-Rice
476631fd9a
gnu: oil: Update to 0.8.1.
...
* gnu/packages/shells.scm (oil): Update to 0.8.1.
2020-10-02 00:29:21 +02:00
Tobias Geerinckx-Rice
b61e057abc
gnu: perl-libwww: Update to 6.49.
...
* gnu/packages/web.scm (perl-libwww): Update to 6.49.
2020-10-01 21:55:04 +02:00
Tobias Geerinckx-Rice
ebd5f93119
gnu: perl-test-tcp: Update to 2.22.
...
* gnu/packages/web.scm (perl-test-tcp): Update to 2.22.
2020-10-01 21:55:03 +02:00
Tobias Geerinckx-Rice
8bfe8b3641
gnu: inxi-minimal: Update to 3.1.07-1.
...
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.07-1.
2020-10-01 21:55:03 +02:00
Tobias Geerinckx-Rice
74b7b13829
gnu: xpra: Update to 4.0.4.
...
* gnu/packages/xorg.scm (xpra): Update to 4.0.4.
2020-10-01 21:55:03 +02:00
Tobias Geerinckx-Rice
08014aed88
gnu: waybar: Update to 0.9.4.
...
* gnu/packages/wm.scm (waybar): Update to 0.9.4.
2020-10-01 21:55:02 +02:00
Julien Lepiller
f4390d391b
guix: opam: Fix syntax.
...
* guix/import/opam.scm (STRCHR, comment, choice): Fix syntax.
(group-pat): Add syntax.
(opam->guix-package): Suppport "archive" keyword.
2020-10-01 21:43:29 +02:00
Maxim Cournoyer
d40c9f6c85
services: %desktop-services: Setuid root NTFS and NFS mount helpers.
...
Fixes <https://issues.guix.info/39670 >.
Combined with commit def6e2ae46 , this allows unprivileged users to mount file
systems marked with the "user" option. It adds less than 4 MiB to the closure
of the lightweight-desktop.tmpl operating system template.
* gnu/services/desktop.scm (%desktop-services): Extend the
setuid-program-service-type service with the 'mount.nfs' and 'mount.nfs-3g'
programs.
Reported-by: Nathan Dehnel <ncdehnel@gmail.com >
2020-10-01 15:47:55 -04:00
Mathieu Othacehe
c5cf45e906
ci: Add log and outputs keys.
...
Add 'log and 'outputs properties to hydra objects. This way Cuirass won't
have to go through every derivation to add those properties.
* gnu/ci.scm (package->alist, image-jobs, system-test-jobs, tarball-jobs): Add
'log and 'outputs properties.
* build-aux/hydra/guix-modular.scm (build-job): Ditto.
2020-10-01 18:39:41 +02:00
Morgan Smith
f88fea0eaa
gnu: emacs-next: Fix load path and version.
...
Fixes <http://issues.guix.info/43277 >.
* gnu/packages/emacs.scm (emacs)[strip-double-wrap]: Modify to work with
emacs-next.
(emacs-next)[version]: Use git-version to produce the version string.
[arguments]: Remove field.
[native-search-paths]: Add field.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com >
2020-10-01 11:03:56 -04:00
Jan (janneke) Nieuwenhuizen
18e76f8905
services: hurd-vm: Resurrect system-test by using raw disk-image.
...
Using the new compressed-qcow2 image breaks this test.
* gnu/tests/virtualization.scm (hurd-vm-disk-image-raw): New procedure.
(%childhurd-os): Use it.
2020-10-01 15:47:29 +02:00
Jelle Licht
e65991a363
gnu: skopeo: Update to 1.2.0.
...
* gnu/packages/virtualization.scm (skopeo): Update to 1.2.0.
[source]: Update uri.
[arguments]: Update #:import-path.
<phases>: In the 'build' phase, update make target.
[home-page]: Update to current.
2020-10-01 14:42:12 +02:00
Adam
031f705a43
gnu: Add emacs-sqlite.
...
* gnu/packages/emacs-xyz.scm (emacs-sqlite): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-10-01 14:39:52 +02:00
Brendan Tildesley
a76e9d13e9
gnu: Add scantailor-advanced.
...
* gnu/packages/image-processing.scm (scantailor-advanced): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-10-01 14:22:15 +02:00
Jelle Licht
e748183538
linux-container: Reset jailed root permissions.
...
* gnu/build/linux-container.scm (mount-file-systems): Add 'chmod' call.
* tests/containers.scm
("call-with-container, mnt namespace, root permissions"): New test.
2020-10-01 12:51:13 +02:00
Ludovic Courtès
7dc19c33fc
ui: "guix help" silently ignores EPIPE.
...
This avoids a backtrace when running "guix help | head" or similar.
* guix/ui.scm (run-guix): Wrap 'show-guix-help' calls in
'leave-on-EPIPE'.
2020-10-01 12:45:38 +02:00
Greg Hogan
786a04c9ae
gnu: SuiteSparse: Update to 5.8.1.
...
From 0d8692dfebc6ac4b515c06612ab8da4c898719eb Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com >
Date: Tue, 29 Sep 2020 11:54:38 +0000
Subject: [PATCH] gnu: SuiteSparse: Update to 5.8.1.
* gnu/packages/maths.scm (suitesparse): Update to 5.8.1.
[arguments]: Remove unnecessary flag and use default blas and lapack.
[inputs]: Add new dependencies for SLIP_LU component.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-01 12:45:38 +02:00
Greg Hogan
e9cbf43ae0
gnu: tbb: Update to 2020.3.
...
1. (*) multipart/mixed ( ) text/html
>From a30bd8dcbc2d4321cd993eaa1857e4be85da7a59 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com >
Date: Tue, 29 Sep 2020 19:19:36 +0000
Subject: [PATCH] gnu: tbb: Update to 2020.3.
* gnu/packages/tbb.scm (tbb): Update to 2020.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-10-01 12:45:38 +02:00
Ludovic Courtès
58abd58739
pack: Work around ld.so bug that affects the "fakechroot" engine.
...
Fixes <https://bugs.gnu.org/43491 >.
* guix/scripts/pack.scm (wrapped-package): Use (runpath program) instead
of (runpath #$(audit-module)).
2020-10-01 12:45:38 +02:00
Ludovic Courtès
9556ac498f
daemon: Try to execute derivation builders only for matching OS kernels.
...
Fixes <https://bugs.gnu.org/43668 >.
Previously, guix-daemon would try to run GNU/Hurd executables on
GNU/Linux. execve(2) would succeed, but the executable would
immediately crash.
This change prevents it from attempting to execute "i586-gnu" code on
"*-linux", while preserving the binfmt_misc-friendly behavior
implemented in commit 7bf2a70a4f .
* nix/libstore/build.cc (sameOperatingSystemKernel): New function.
(DerivationGoal::runChild): Call 'execve' only when
'sameOperatingSystemKernel' returns true.
2020-10-01 12:45:38 +02:00
Paul Garlick
905a2ff0c5
gnu: Add texlive-symbol.
...
* gnu/packages/tex.scm (texlive-symbol): New variable.
2020-10-01 11:04:00 +01:00
Mathieu Othacehe
3ca014d1df
ci: Add nix-name and system keys.
...
Add 'nix-name and 'system properties to hydra objects. This way Cuirass won't
have to go through every derivation to add those properties.
* gnu/ci.scm (package->alist, image-jobs, system-test-jobs, tarball-jobs): Add
'nix-name and 'system properties.
* build-aux/hydra/guix-modular.scm (build-job): Ditto.
2020-10-01 11:46:53 +02:00
Jason Conroy
5627bfe45c
Instantiate nscd in each system container.
...
* gnu/system/linux-container.scm (%nscd-container-caches): New variable.
(containerized-operating-system): Instantiate nscd-service with smaller caches
and add it to the generated operating-system, replacing any nscd-service
specified by the caller.
* gnu/system/file-systems.scm: (%network-file-mappings): Remove "/var/run/nscd".
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-10-01 09:27:33 +02:00
Oleg Pykhalov
da6aec32cf
gnu: Add webssh service.
...
* gnu/services/ssh.scm:
(<webssh-configuration>): New record type.
(%webssh-configuration-nginx, webssh-service-type): New variables.
(webssh-account, webssh-activation, webssh-shepherd-service): New procedures.
* doc/guix.texi: Document this.
2020-10-01 10:15:29 +03:00
Florian Pelz
124562df27
news: Add ‘de’ translation.
...
* etc/news.scm: Add ‘de’ translation.
2020-10-01 06:32:15 +00:00
Leo Famulari
51eb3e113c
gnu: linux-libre 4.19: Update to 4.19.148.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.148.
(linux-libre-4.19-pristine-source): Update hash.
2020-09-30 18:34:09 -04:00
Leo Famulari
2d4264b76e
gnu: linux-libre 5.4: Update to 5.4.68.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.68.
(linux-libre-5.4-pristine-source): Update hash.
2020-09-30 18:34:09 -04:00
Leo Famulari
cc55c404ff
gnu: linux-libre: Update to 5.8.12.
...
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.12.
(linux-libre-5.8-pristine-source): Update hash.
2020-09-30 18:34:05 -04:00
Tobias Geerinckx-Rice
5faca523d6
gnu: wireshark: Update to 3.2.7.
...
* gnu/packages/networking.scm (wireshark): Update to 3.2.7.
2020-10-01 00:13:43 +02:00
Tobias Geerinckx-Rice
2cf49625d0
gnu: perl-net-dns: Update to 1.27.
...
* gnu/packages/networking.scm (perl-net-dns): Update to 1.27.
2020-10-01 00:13:43 +02:00
Tobias Geerinckx-Rice
ce4f2fda4d
gnu: gnome-bluetooth: Update to 3.34.2.
...
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.2.
2020-10-01 00:13:43 +02:00
Tobias Geerinckx-Rice
820676e1d8
gnu: srt: Update to 1.4.2.
...
* gnu/packages/networking.scm (srt): Update to 1.4.2.
2020-10-01 00:13:43 +02:00
Tobias Geerinckx-Rice
36bb10d678
gnu: mtr: Update to 0.94.
...
* gnu/packages/networking.scm (mtr): Update to 0.94.
2020-10-01 00:13:43 +02:00
Tobias Geerinckx-Rice
737875b408
gnu: starfighter: Update to 2.3.3.
...
* gnu/packages/games.scm (starfighter): Update to 2.3.3.
2020-10-01 00:13:43 +02:00
Tobias Geerinckx-Rice
1f334a5c23
gnu: nml: Update to 0.5.3.
...
* gnu/packages/game-development.scm (nml): Update to 0.5.3.
2020-10-01 00:13:42 +02:00
Tobias Geerinckx-Rice
902436a209
gnu: cozy: Update to 0.7.2.
...
* gnu/packages/ebook.scm (cozy): Update to 0.7.2.
[inputs]: Add python-packaging.
2020-10-01 00:13:42 +02:00
Tobias Geerinckx-Rice
874d2bc9c9
gnu: pcb-rnd: Update to 2.2.4.
...
* gnu/packages/engineering.scm (pcb-rnd): Update to 2.2.4.
2020-10-01 00:13:42 +02:00
Tobias Geerinckx-Rice
5d9a100e7e
gnu: xtl: Update to 0.6.19.
...
* gnu/packages/cpp.scm (xtl): Update to 0.6.19.
2020-10-01 00:13:42 +02:00
Tobias Geerinckx-Rice
4436a27ca6
gnu: python-rq: Update to 1.5.2.
...
* gnu/packages/databases.scm (python-rq): Update to 1.5.2.
2020-10-01 00:13:42 +02:00
Tobias Geerinckx-Rice
771c266bc4
gnu: python-lmdb: Update to 1.0.0.
...
* gnu/packages/databases.scm (python-lmdb): Update to 1.0.0.
[arguments]: Set LMDB_PURE.
2020-10-01 00:13:42 +02:00
Tobias Geerinckx-Rice
5ccb3b231a
gnu: stellarium: Update to 0.20.3.
...
* gnu/packages/astronomy.scm (stellarium): Update to 0.20.3.
2020-10-01 00:13:42 +02:00
Tobias Geerinckx-Rice
63d37b3cbe
gnu: python-alembic: Update to 1.4.3.
...
* gnu/packages/databases.scm (python-alembic): Update to 1.4.3.
2020-10-01 00:13:42 +02:00
Tobias Geerinckx-Rice
25fb1e308d
gnu: perl-dbd-sqlite: Update to 1.66.
...
* gnu/packages/databases.scm (perl-dbd-sqlite): Update to 1.66.
2020-10-01 00:13:41 +02:00
Tobias Geerinckx-Rice
ce054e84d3
gnu: perl-db-file: Update to 1.854.
...
* gnu/packages/databases.scm (perl-db-file): Update to 1.854.
2020-10-01 00:13:41 +02:00
Tobias Geerinckx-Rice
dbc1fe20be
gnu: signify: Update to 30.
...
* gnu/packages/crypto.scm (signify): Update to 30.
2020-10-01 00:13:41 +02:00
Tobias Geerinckx-Rice
0b66a8bbd8
gnu: escpr: Mark up description.
...
* gnu/packages/cups.scm (escpr)[description]: Use @acronym and @tie.
2020-10-01 00:13:41 +02:00
Tobias Geerinckx-Rice
9e93bffb58
gnu: php: Update to 7.4.11.
...
* gnu/packages/php.scm (php): Update to 7.4.11.
2020-10-01 00:13:41 +02:00
Tobias Geerinckx-Rice
7c413c3575
gnu: nginx-xslscript: Move out of the way.
...
The nginx and nginx-documentation packages need to be updated in tandem.
nginx-xslscript has no good reason to come between them.
* gnu/packages/web.scm (nginx-xslscript): Relocate.
2020-10-01 00:13:41 +02:00
Tobias Geerinckx-Rice
7f2ee827fe
gnu: nginx-documentation: Update to 1.19.3-2603-94ebfbcd68bb.
...
* gnu/packages/web.scm (nginx-documentation): Update to 1.19.3-2603-94ebfbcd68bb.
2020-10-01 00:13:41 +02:00
Tobias Geerinckx-Rice
4f4444753d
gnu: nginx: Update to 1.19.3.
...
* gnu/packages/web.scm (nginx): Update to 1.19.3.
2020-10-01 00:13:40 +02:00
Nicolas Goaziou
7607ace509
gnu: emacs-rudel: Update to 0.3.2.
...
* gnu/packages/emacs-xyz.scm (emacs-rudel): Update to 0.3.2.
2020-09-30 21:27:50 +02:00
Guillaume Le Vaillant
510278134b
gnu: bitcoin-unlimited: Update to 1.9.0.1.
...
* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.0.1.
[arguments]: Add "--disable-static" to 'configure-flags. Remove 'fix-build'
and 'make-qt-deterministic' phases. Enable "txvalidationcache" test.
2020-09-30 19:47:27 +02:00
Julien Lepiller
db194f714a
gnu: ocaml4.07-sqlite3: Fix build.
...
* gnu/packages/ocaml.scm (ocaml4.07-sqlite3): Use dune for OCaml 4.07.
2020-09-30 14:38:51 +02:00
Jan (janneke) Nieuwenhuizen
04a459a069
services: hurd-vm: Add childhurd user to kvm group.
...
This is a follow-up to commit d692ebf980 .
* gnu/services/virtualization.scm (%hurd-vm-accounts)[supplementary-groups]:
Add ’kvm’.
* gnu/services/virtualization.scm (hurd-vm-shepherd-service): Use #:group
"kvm"
2020-09-30 12:30:28 +02:00
Mathieu Othacehe
f2b8abc2a1
news: Add entry for 'image-type' option.
...
* etc/news.scm: Add a new entry.
2020-09-30 11:38:12 +02:00
Mathieu Othacehe
313f492657
scripts: system: Add support for image-type.
...
* guix/scripts/system.scm (list-image-types): New procedure,
(%options): add "image-type" and "list-image-types" options, remove
"file-system-type" option,
(show-help): adapt accordingly,
(%default-options): also adapt, and set the default "image-type" to "raw",
(perform-action): add image-type argument and remove file-system-type argument,
(process-action): adapt perform-action call,
(system-derivation-for-action): remove base-image
argument, add image-type argument, and use it to create the image passed to
"system-image".
* tests/guix-system.sh: Adapt accordingly and add a test for
"--list-image-types" command.
* doc/guix.texi (Building the Installation Image,
Invoking guix system): Adapt accordingly.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-30 10:47:59 +02:00
Mathieu Othacehe
10b135cef5
system: image: Add image-type support.
...
* gnu/system/image.scm (image-with-os): New macro. Rename the old
"image-with-os" procedure to ...
(image-with-os*): ... this new procedure,
(system-image): adapt according,
(raw-image-type, iso-image-type, uncompressed-iso-image-type
%image-types): new variables,
(lookup-image-type-by-name): new procedure.
(find-image): remove it.
* gnu/system/images/hurd.scm (hurd-image-type): New variable,
use it to define ...
(hurd-disk-image): ... this variable, using "os->image" procedure.
* gnu/tests/install.scm (run-install): Rename
installation-disk-image-file-system-type parameter to installation-image-type,
use os->config instead of find-image to compute the image passed to system-image,
(%test-iso-image-installer) adapt accordingly,
(guided-installation-test): ditto.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-30 10:47:59 +02:00
Mathieu Othacehe
99d036ce84
image: Add image-type support.
...
* gnu/image.scm (<image-type>): New record,
(image-type, image-type?, image-type-name,
image-type-constructor, os->image): new procedures.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-30 10:47:59 +02:00
Mathieu Othacehe
2f1f7b6667
services: virtualization: Use a compressed qcow2 hurd disk-image.
...
* gnu/services/virtualization.scm (hurd-vm-disk-image): Use 'compressed-qcow2
format.
2020-09-30 10:47:58 +02:00
André Batista
df5d1c8393
gnu: Add rust-multi-default-trait-impl-0.1.
...
* gnu/packages/crates-io.scm (rust-multi-default-trait-impl-0.1): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-30 11:25:05 +03:00
Pierre Neidhardt
23611680c8
gnu: sbcl-kmrcl: Update to 1.111.
...
* gnu/packages/lisp-xyz.scm (sbcl-kmrcl): Update to 1.111.
2020-09-30 09:46:55 +02:00
Efraim Flashner
97750c2004
gnu: newsboat: Fix inputs.
...
This is a follow-up to 51b46fa28c .
* gnu/packages/syndication.scm (newsboat)[arguments]: Replace
rust-once-cell-1.2 with rust-once-cell-1.
2020-09-30 09:39:32 +03:00
Efraim Flashner
1628d57bb5
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.
2020-09-30 09:28:26 +03:00
Efraim Flashner
1537587e46
gnu: rust-instant-0.1: Update to 0.1.4.
...
* gnu/packages/crates-io.scm (rust-instant-0.1): Update to 0.1.4.
[arguments]: Don't skip build. Skip tests. Add rust-js-sys-0.3,
rust-wasm-bindgen-0.2 to cargo-inputs.
2020-09-30 09:28:26 +03:00
Efraim Flashner
c9b101f119
gnu: rust-serde-1: Update to 1.0.113.
...
* gnu/packages/crates-io.scm (rust-serde-1, rust-serde-derive-1,
rust-serde-test-1): Update to 1.0.113.
[arguments]: Don't skip build.
2020-09-30 09:28:25 +03:00
Efraim Flashner
51b46fa28c
gnu: rust-once-cell-1.2: Replace with rust-once-cell-1.
...
* gnu/packages/crates-io.scm (rust-once-cell-1.2): Remove variable.
(rust-arc-swap-0.4, rust-duct-0.13): Adjust accordingly.
* gnu/packages/gnome.scm (librsvg-next): Same.
2020-09-30 09:28:25 +03:00
Efraim Flashner
cca7cbe932
gnu: Add rust-once-cell-1.
...
* gnu/packages/crates-io.scm (rust-once-cell-1): New variable.
(rust-once-cell-1.2): Inherit from rust-once-cell-1.
2020-09-30 09:28:25 +03:00
Tobias Geerinckx-Rice
7158dc2d49
gnu: escpr: Update to 1.7.7.
...
* gnu/packages/cups.scm (escpr): Update to 1.7.7.
[arguments]: Add a ‘patch-autotools-version-requirement’ phase.
2020-09-29 23:32:26 +02:00
Tobias Geerinckx-Rice
276144a99f
gnu: escpr: Install PPDs where CUPS can find them.
...
* gnu/packages/cups.scm (escpr)[arguments]: Fix ‘--with-cupsppddir=’.
2020-09-29 23:32:26 +02:00
Brendan Tildesley
d94be771fc
gnu: wev: Use version tag instead of commit.
...
* gnu/packages/freedesktop.scm (wev): Update to the 1.0.0 version tag,
which happens to be the same commit anyway.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-29 22:53:36 +02:00
Lars-Dominik Braun
680b80e374
openpgp: Fix argument order of 'fxbit-set?'.
...
* guix/openpgp.scm (fxbit-set?): Change to swap arguments compared to
'bit-set?'.
* tests/openpgp.scm (%binary-sample): New test vector.
("port-ascii-armored?, #t"): Add test.
("port-ascii-armored?, #f"): Add another test.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2020-09-29 22:53:36 +02:00
Tobias Geerinckx-Rice
c99845c0d8
gnu: claws-mail: Update to 3.17.7.
...
* gnu/packages/mail.scm (claws-mail): Update to 3.17.7.
2020-09-29 22:08:32 +02:00
Ludovic Courtès
c11c19bd4d
services: hurd-vm: Add system test.
...
* gnu/tests/virtualization.scm (%childhurd-os): New variable.
(run-childhurd-test): New procedure.
(%test-childhurd): New variable.
2020-09-29 21:56:28 +02:00
Ludovic Courtès
d5366500ec
secret-service: Add proper logging procedure and log to syslog.
...
* gnu/build/secret-service.scm (log): New macro.
(secret-service-send-secrets, secret-service-receive-secrets): Use it
instead of raw 'format' calls.
2020-09-29 21:56:27 +02:00
Ludovic Courtès
59261a22f9
services: secret-service: Add initial client/server handshake.
...
This allows the client running on the host to know when it's actually
connect to the server running in the guest. Failing that, the client
would connect right away to QEMU and send secrets even though the server
is not running yet in the guest, which is unreliable.
* gnu/build/secret-service.scm (secret-service-send-secrets): Add
#:handshake-timeout. Read from SOCK an initial message from the
server. Return #f on error.
(secret-service-receive-secrets): Send 'secret-service-server' message
to the client. Close SOCK upon timeout.
* gnu/services/virtualization.scm (hurd-vm-shepherd-service): 'start'
method returns #f when 'secret-service-send-secrets' returns #f.
2020-09-29 21:56:27 +02:00
Ludovic Courtès
e352706ad3
services: secret-service: Move instance last in the list of services.
...
* gnu/services/virtualization.scm (secret-service-operating-system): Add
the SECRET-SERVICE-TYPE instance to the end of the list.
2020-09-29 21:56:27 +02:00
Ludovic Courtès
f9090015c5
secret-service: Fix file port leak in 'secret-service-send-secrets'.
...
* gnu/build/secret-service.scm (secret-service-send-secrets): Use
'call-with-input-file' instead of 'open-input-file'.
2020-09-29 21:56:27 +02:00
Ludovic Courtès
4d047853da
secret-service: Add a timeout when waiting for a client.
...
* gnu/build/secret-service.scm (secret-service-receive-secrets)
[wait-for-client]: Call 'select' with a 60s timeout before 'accept'.
Return #f upon timeout.
[read-secrets]: Return FILES on success.
Adjust caller of 'wait-for-client' to handle #f.
2020-09-29 21:56:27 +02:00
Ludovic Courtès
1edb7c7eec
services: hurd-vm: Pass "-no-reboot" when spawning the Hurd VM.
...
* gnu/services/virtualization.scm (hurd-vm-shepherd-service)[vm-command]:
Add "--no-reboot".
2020-09-29 21:56:27 +02:00
Ludovic Courtès
37283f9f3e
services: hurd-vm: Initialize the guest's SSH/Guix keys at activation time.
...
* gnu/services/virtualization.scm (initialize-hurd-vm-substitutes)
(hurd-vm-activation): New procedures.
(hurd-vm-service-type)[extensions]: Add ACTIVATION-SERVICE-TYPE
extension.
* doc/guix.texi (Transparent Emulation with QEMU): Mention GNU/Hurd.
(The Hurd in a Virtual Machine): Explain which files are automatically
installed and mention offloading.
2020-09-29 21:56:27 +02:00
Ludovic Courtès
d367a7f3d0
services: guix: Generate key pair if needed during activation.
...
* gnu/services/base.scm (guix-activation): Invoke "guix archive
--generate-key".
* doc/guix.texi (Invoking guix archive)
(Invoking guix deploy): Mention that 'guix-service-type' takes care of
generating the key pair.
2020-09-29 21:56:27 +02:00
Ludovic Courtès
8ac318068b
services: hurd-vm: Check whether /dev/kvm exists at run time.
...
This change allows a childhurd to run within Guix System in a VM.
* gnu/services/virtualization.scm (hurd-vm-shepherd-service)[vm-command]:
Stage the 'file-exists?' call.
2020-09-29 21:56:26 +02:00
Ludovic Courtès
118b6dbb46
secret-service: Clarify the origin of messages.
...
* gnu/build/secret-service.scm (secret-service-send-secrets)
(secret-service-receive-secrets): Prefix messages by "secret service".
2020-09-29 21:56:26 +02:00
Ludovic Courtès
dabb00ffee
services: childhurd: Tweak description.
...
* gnu/services/virtualization.scm (hurd-vm-service-type)[description]:
Mention "childhurd".
2020-09-29 21:56:26 +02:00
Ludovic Courtès
d692ebf980
services: hurd-vm: Run QEMU as an unprivileged user.
...
Until qemu was running as "root", which is unnecessary.
* gnu/services/virtualization.scm (%hurd-vm-accounts): New variable.
(hurd-vm-service-type)[extensions]: Add ACCOUNT-SERVICE-TYPE extension.
2020-09-29 21:56:26 +02:00
Julien Lepiller
ac324be105
nls: Fix copyright and bug address in pot files.
...
* po/guix/Makevars: Fix COPYRIGHT_HOLDER and MSGID_BUGS_ADDRESS.
* po/packages/Makevars: idem.
2020-09-29 15:40:25 +02:00
Julien Lepiller
c69156fc89
nls: Fix documentation pot generation.
...
* po/doc/local.mk: Fix POT_OPTIONS to properly assign copyright and
define the proper license.
2020-09-29 15:33:20 +02:00
Julien Lepiller
e75443d4f2
guix build: Add a hint for unspecified value.
...
* guix/scripts/build.scm (options->things-to-build): Add a hint when we
cannot build something.
2020-09-29 15:15:25 +02:00
Nicolas Goaziou
088347300b
gnu: snap: Update to 6.2.1.
...
* gnu/packages/education.scm (snap): Update to 6.2.1.
2020-09-29 14:06:25 +02:00
Nicolas Goaziou
07c3c3ba53
gnu: giac: Update to 1.6.0-23.
...
* gnu/packages/algebra.scm (giac): Update to 1.6.0-23.
[arguments]: Fix more hard-coded /bin/cp in Make files.
[native-inputs]: Add python-wrapper.
2020-09-29 13:57:38 +02:00
Nicolas Goaziou
7806e568f6
gnu: micropython: Update to 1.13.
...
* gnu/packages/python.scm (micropython): Update to 1.13.
2020-09-29 12:16:20 +02:00
Efraim Flashner
5257618bf8
gnu: obs: Enable tests.
...
* gnu/packages/video.scm (obs)[arguments]: Enable tests. Add
configure-flag to enable unit tests.
[native-inputs]: Add cmocka.
2020-09-29 13:03:18 +03:00
Efraim Flashner
cbbdf047d4
gnu: obs: Enable building on all architectures.
...
* gnu/packages/video.scm (obs)[supported-systems]: Remove field.
2020-09-29 13:03:18 +03:00
Efraim Flashner
676c866b45
gnu: obs: Build with speexdsp.
...
* gnu/packages/video.scm (obs)[inputs]: Replace speex with speexdsp.
2020-09-29 13:03:18 +03:00
Michael Rohleder
1c8a63b18b
gnu: obs: Update to 26.0.0.
...
* gnu/packages/video.scm (obs): Update to 26.0.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-29 13:03:18 +03:00
Mathieu Othacehe
3d0e875026
ci: Build hurd-barebones-qcow2-image.
...
Build hurd-barebones-qcow2-image instead of hurd-barebones-disk-image to speed
downloads.
* gnu/ci.scm (%guix-system-images): Build 'hurd-barebones-qcow2-image instead
of 'hurd-barebones-disk-image.
2020-09-29 11:42:53 +02:00
Mathieu Othacehe
644cdc819f
images: hurd: Add hurd-barebones-qcow2-image.
...
* gnu/system/images/hurd.scm (hurd-barebones-qcow2-image): New variable.
2020-09-29 11:42:52 +02:00
Mathieu Othacehe
f441e3e8b5
image: Add support for compressed-qcow2 format.
...
* gnu/build/image.scm (convert-disk-image): New procedure.
(genimage): Remove target argument.
* gnu/system/image.scm (system-disk-image): Add support for 'compressed-qcow2
image format. Call "convert-disk-image" to apply image conversions on the
final image. Add "qemu-minimal" to the build inputs.
(system-image): Also add support for 'compressed-qcow2.
2020-09-29 11:42:52 +02:00
Nicolas Goaziou
c4d3eb569c
gnu: fet: Update to 5.47.0.
...
* gnu/packages/education.scm (fet): Update to 5.47.0.
2020-09-29 11:31:57 +02:00
Efraim Flashner
7592ddfee7
gnu: vim: Update to 8.2.1770.
...
* gnu/packages/vim.scm (vim): Update to 8.2.1770.
2020-09-29 11:38:49 +03:00
Nicolas Goaziou
f7e9054617
gnu: scintilla: Update to 4.4.5.
...
* gnu/packages/text-editors.scm (scintilla): Update to 4.4.5.
2020-09-29 10:36:08 +02:00
Gabriel Arazas
d556028f5b
gnu: Add rust-stfu8-0.2.
...
* gnu/packages/crates-io.scm (rust-stfu8-0.2): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-29 09:43:56 +03:00
Gabriel Arazas
a3911b4e6c
gnu: Add rust-proptest-0.3.
...
* gnu/packages/crates-io.scm (rust-proptest-0.3): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-29 09:42:58 +03:00
Gabriel Arazas
a24a02f61a
gnu: Add rust-pretty-assertions-0.4.
...
* gnu/packages/crates-io.scm (rust-pretty-assertions-0.4): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-29 09:41:53 +03:00
Gabriel Arazas
dfcfb4f490
gnu: Add rust-ansi-term-0.9.
...
* gnu/packages/crates-io.scm (rust-ansi-term-0.9): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-29 09:41:49 +03:00
Gabriel Arazas
463f41e62d
gnu: Add rust-bit-set-0.4.
...
* gnu/packages/crates-io.scm (rust-bit-set-0.4): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-29 09:41:46 +03:00
Gabriel Arazas
cdf0e84c34
gnu: Add rust-bit-vec-0.4.
...
* gnu/packages/crates-io.scm (rust-bit-vec-0.4): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-29 09:41:39 +03:00
Vinicius Monego
58d743942c
gnu: python-httpx: Update to 0.15.4.
...
* gnu/packages/python-web.scm (python-httpx): Update to 0.15.4.
[home-page]: Change from public repository to project's webpage.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-29 09:33:03 +03:00
Florian Pelz
fbc15e5485
news: Fix typo in ‘fr’ translation.
...
* etc/news.scm: Update ‘fr’ translation.
2020-09-29 06:29:57 +00:00
Efraim Flashner
e86e049305
gnu: quaternion: Add debug output.
...
* gnu/packages/messaging.scm (quaternion)[outputs]: Add debug output.
2020-09-29 09:25:20 +03:00
Efraim Flashner
5323d59c6a
gnu: dino: Add debug output.
...
* gnu/packages/messaging.scm (dino)[outputs]: Add debug output.
2020-09-29 08:55:49 +03:00
Leo Prikler
e7cacc91e6
gnu: ppsspp: Update to 1.10.3.
...
* gnu/packages/emulators.scm (ppsspp): Update to 1.10.3.
[snippet]: Update the snippet, that strips glslang from build.
[inputs]: Update lang.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-29 08:19:54 +03:00
Leo Prikler
3cbf359f70
gnu: komikku: Update to 0.21.1.
...
* gnu/packages/gnome.scm (komikku): Update to 0.21.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-29 08:13:29 +03:00
Eric Bavier
d8934360d2
tests: Simplify shell exit status negation;
...
* tests/guix-archive.sh, tests/guix-build-branch.sh, tests/guix-build.sh,
tests/guix-daemon.sh, tests/guix-download.sh, tests/guix-environment.sh,
tests/guix-gc.sh, tests/guix-git-authenticate.sh, tests/guix-graph.sh,
tests/guix-hash.sh, tests/guix-lint.sh, tests/guix-pack-relocatable.sh,
tests/guix-pack.sh, tests/guix-package-aliases.sh, tests/guix-package-net.sh,
tests/guix-package.sh: Use the shell '!' keyword to negate command exit status
in place of 'if ...; then false; else true; fi'
2020-09-28 21:06:36 -05:00
Nicolas Goaziou
9380b0a075
gnu: Add missing module.
...
* gnu/packages/emulators.scm: Add missing module.
2020-09-28 23:01:40 +02:00
Nicolas Goaziou
63d69215e4
gnu: scummvm: Update to 2.2.0.
...
* gnu/packages/emulators.scm (scummvm): Update to 2.2.0.
[arguments]: Remove unnecessary phase.
[inputs]: Add fribidi.
2020-09-28 22:59:59 +02:00
Zhu Zihao
981cdc9011
gnu: icecat: Remove duplicate find-files call.
...
* gnu/packages/gnuzilla.scm (icecat)[arguments]<phases>: In the
patch-cargo-checksums phase, replace the inner "find-files" call
with the already found file name.
Signed-off-by: Mark H Weaver <mhw@netris.org >
2020-09-28 14:45:27 -04:00
Zhu Zihao
f0648a4b67
gnu: icecat: Use system icu4c.
...
* gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Add icu4c-67.
[arguments]<configure-flags>: Add "--with-system-icu".
Signed-off-by: Mark H Weaver <mhw@netris.org >
2020-09-28 14:45:25 -04:00
Jonathan Brielmaier
e648533311
gnu: Remove icecat-68 source.
...
It was necessary for icedove@68 which is now based on icecat@78.
* gnu/packages/gnuzilla.scm (mozilla-68-compare-locales): Remove.
(all-mozilla-68-locales): Remove.
(%icecat-68-version): Remove.
(icecat-68-source): Remove.
* gnu/packages/patches/icecat-68-makeicecat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Modified-By: Mark H Weaver <mhw@netris.org >
Signed-off-by: Mark H Weaver <mhw@netris.org >
2020-09-28 14:45:23 -04:00
Jonathan Brielmaier
597aa644af
gnu: icedove: Update to 78.3.0.
...
* gnu/packages/gnuzilla.scm (icedove): Update to 78.3.0.
[source]: Use source from Icecat 78.
[arguments]: Use more flexible approach for generating cargo checksums
from icecat. Update files in 'rename-to-icedove phase. Remove gone
configure flags and rename `--disable-ion` to `--disable-jit`.
[inputs]: Update icu4c to version 67 and nss to 3.56.
[native-inputs]: Use ESR 78 mercurial repo for thunderbird soruces.
Update rust and cargo to 1.41, rust-cbindgen to 0.14 and
node to 10.22.
Tested-by: Jonathan Brielmaier <jonathan.brielmaier@web.de >
Signed-off-by: Mark H Weaver <mhw@netris.org >
2020-09-28 14:45:20 -04:00
Jonathan Brielmaier
1896c0c6ea
gnu: Add nss@3.56.
...
Icedove 78 requires nss > 3.53. This version is the only one building
out-of-the-box.
* gnu/packages/nss.scm (nss-3.56): New variable.
* gnu/packages/patches/nss-3.56-pkgconfig.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Signed-off-by: Mark H Weaver <mhw@netris.org >
2020-09-28 14:45:18 -04:00
Mark H Weaver
002c7a4f54
gnu: libpng-apng: Update to 1.6.37.
...
* gnu/packages/image.scm (libpng-apng): Update to 1.6.37.
(libpng): Add comment: a reminder to keep libpng-apng updated.
2020-09-28 14:45:10 -04:00
Andreas Enge
4c09ec43db
gnu: cm: Update to 0.3.1.
...
* gnu/packages/algebra.scm (cm): Update to 0.3.1.
2020-09-28 19:39:23 +02:00
Mathieu Othacehe
0221048733
gnu: cuirass: Update to 0.0.1-48.0ffcb80.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-48.0ffcb80.
2020-09-28 18:08:23 +02:00
Roel Janssen
871539f3ad
gnu: r-chippeakanno: Update to 3.22.4.
...
* gnu/packages/bioconductor.scm (r-chippeakanno): Update to 3.22.4.
2020-09-28 17:06:56 +02:00
Tobias Geerinckx-Rice
4c698cd512
services: Add elogind ‘handle-lid-switch-external-power’.
...
* gnu/services/desktop.scm <elogind-configuration>: Add an
handle-lid-switch-external-power field, mapping to the
HandleLidSwitchExternalPower logind.conf setting.
* doc/guix.texi (Desktop Services): ‘Document’ it.
2020-09-28 16:00:49 +02:00
Greg Hogan
a32c581a1d
gnu: openssh: Update to 8.4p1.
...
* gnu/packages/ssh.scm (openssh): Update to 8.4p1.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-09-28 13:54:05 +02:00
Ludovic Courtès
be49f1133d
news: Add ‘fr’ translations.
...
* etc/news.scm: Add ‘fr’ translations.
2020-09-28 11:58:08 +02:00
Ludovic Courtès
09ffacd455
doc: Clarify how to choose a user account shell.
...
* doc/guix.texi (User Accounts): Add example with custom shell and
custom home directory. Add examples of shell gexps.
2020-09-28 11:43:47 +02:00
Mathieu Othacehe
af56f60ef0
gnu: guile-lzlib: Update to 0.0.2.
...
* gnu/packages/guile.scm (guile-lzlib): Update to 0.0.2.
2020-09-28 11:39:31 +02:00
Florian Pelz
2f7b3cb4bd
news: Add ‘de’ translations.
...
* etc/news.scm: Add ‘de’ translations.
2020-09-28 08:53:17 +00:00
Marius Bakke
709d2fddf7
gnu: libxkbcommon: Specify CPE name.
...
* gnu/packages/xdisorg.scm (libxkbcommon)[properties]: New field.
2020-09-28 00:46:21 +02:00
Marius Bakke
cb2769f999
gnu: jasper: Update to 2.0.21 [fixes CVE-2018-19541].
...
* gnu/packages/image.scm (jasper): Update to 2.0.21.
2020-09-28 00:46:21 +02:00
Marius Bakke
9f89779e1f
gnu: libspiro: Replace with 20200505 [fixes CVE-2019-19847].
...
* gnu/packages/fontutils.scm (libspiro)[replacement]: New field.
(libspiro-20200505): New variable.
2020-09-28 00:46:21 +02:00
Marius Bakke
7d366a8387
gnu: libsndfile: Replace with 1.0.30 [security fixes].
...
This replacement fixes CVE-2017-17456, CVE-2017-17457, CVE-2018-19661,
CVE-2018-19662, CVE-2018-19758, and CVE-2019-3832.
* gnu/packages/pulseaudio.scm (libsndfile)[replacement]: New field.
(libsndfile-1.0.30): New variable.
2020-09-28 00:46:21 +02:00
Ludovic Courtès
6f04c0b702
news: Add news entry for '--without-tests'.
...
* etc/news.scm: Add entry.
2020-09-27 23:24:42 +02:00
Ludovic Courtès
db17af70f6
news: Add entry for deep graph rewriting.
...
* etc/news.scm: Add entry.
2020-09-27 23:24:41 +02:00
Nicolas Goaziou
b09ad2ccc1
gnu: emacs-orgalist: Update to 1.13.
...
* gnu/packages/emacs-xyz.scm (emacs-orgalist): Update to 1.13.
2020-09-27 23:11:53 +02:00
Michael Rohleder
b0cd4e049b
gnu: qjackctl: Update to 0.6.3.
...
* gnu/packages/audio.scm (qjackctl): Update to 0.6.3.
[inputs]: Add portaudio.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-27 22:52:43 +02:00
Kyle Meyer
ee4f9c2cd4
gnu: Add grokmirror.
...
* gnu/packages/version-control.scm (grokmirror): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-27 22:50:17 +02:00
Ludovic Courtès
8e2d5a0c0d
doc: Move channel @cindex within their nodes.
...
* doc/guix.texi (Channels): Move @cindex at the beginning of the node
they refer to from the end of the previous node.
2020-09-27 22:42:40 +02:00
Ludovic Courtès
3b7bd8cc90
doc: Move "Primary URL" after "Specifying Channel Authorizations".
...
* doc/guix.texi (Primary URL): Move after "Specifying Channel
Authorizations" since the audience is channel authors who've already
taken care of authorizations.
2020-09-27 22:39:49 +02:00
zimoun
12871cc8db
doc: Promote "Channels" as chapter and reorder.
...
The sectioning becomes:
1. Specifying Additional Channels (was 3.)
2. Using a Custom Guix Channel (was 2.)
3. Replicating Guix (was 9.)
4. Channel Authentication (was 1.)
5. Primary URL (was 7.)
6. Creating a Channel (reworded)
7. Package Modules in a Sub-directory (was 5.)
8. Declaring Channel Dependencies (was 4.)
9. Specifying Channel Authorizations (was 6.)
10. Writing Channel News (was 8.)
* doc/guix.texi (Channels): Move section to chapter.
Reorder the chapter.
Minor tweaks to keep uniformity.
Update the master menu.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-27 22:35:03 +02:00
zimoun
fa18db48ae
doc: Update the master menu.
...
* doc/guix.texi: Update the master menu.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-27 22:34:55 +02:00
Ludovic Courtès
8819551c8d
packages: 'package-input-rewriting' has a #:deep? parameter.
...
* guix/packages.scm (package-input-rewriting): Add #:deep? and pass it
to 'package-mapping'.
[replacement-property]: New variable.
[rewrite]: Check it.
[cut?]: New procedure.
* tests/packages.scm ("package-input-rewriting"): Pass #:deep? #f and
ensure implicit inputs were not rewritten. Avoid 'eq?' comparisons.
("package-input-rewriting, deep"): New test.
* gnu/packages/guile.scm (package-for-guile-2.0, package-for-guile-3.0):
Pass #:deep? #f.
2020-09-27 21:41:15 +02:00
Ludovic Courtès
b3fc03ee26
packages: 'package-mapping' correctly recurses into 'replacement'.
...
Previously, something like:
guix build glib --with-graft=glibc=glibc@2.29
would produce a result showing that rewriting rules were not applied to
libx11@1.6.A (a replacement).
* guix/packages.scm (package-mapping): Call REPLACE instead of PROC to
'replacement'.
* tests/packages.scm ("package-input-rewriting/spec, graft"): New test.
2020-09-27 21:41:11 +02:00
Ludovic Courtès
2bf6f962b9
packages: 'package-input-rewriting/spec' can rewrite implicit dependencies.
...
With this change, '--with-input', '--with-graft', etc. also apply to
implicit dependencies. Thus, it's now possible to do:
guix build python-itsdangerous --with-input=python-wrapper=python@2
or:
guix build hello --with-graft=glibc=glibc@2.29
Additionally, before, implicit inputs were not rewritten, which could
lead to duplicates in the output of 'bag-transitive-inputs' (packages
that are not 'eq?' but lead to the same derivation). This in turn would
lead to unnecessary rebuilds when using '--with-input' & co. This
change fixes it by ensuring even implicit inputs are rewritten.
Fixes <https://bugs.gnu.org/42156 >.
* guix/packages.scm (package-input-rewriting/spec): Add #:deep?
defaulting to #true, and pass it to 'package-mapping'.
[replacement-property]: New variable.
[rewrite]: Check that property and set it on the result of PROC.
[cut?]: New procedure.
* tests/packages.scm ("package-input-rewriting/spec"): Ensure implicit
inputs were unchanged.
("package-input-rewriting/spec, partial match"): Pass #:deep? #f.
("package-input-rewriting/spec, deep")
("package-input-rewriting/spec, no duplicates"): New tests.
(package/inherit): Move before use.
* tests/guix-build.sh: Add tests.
* tests/scripts-build.scm ("options->transformation, with-graft"):
Compare dependencies by package name or derivation file name.
* doc/guix.texi (Defining Packages): Adjust accordingly.
2020-09-27 21:41:08 +02:00
Ludovic Courtès
ff39361c80
packages: 'package-mapping' can recurse on implicit inputs.
...
* guix/packages.scm (build-system-with-package-mapping): New procedure.
(package-mapping): Add #:deep? and honor it.
* tests/packages.scm ("package-mapping"): Compare the direct inputs of
the bag of P0 and that of P1.
("package-mapping, deep"): New test.
2020-09-27 21:41:05 +02:00
Ludovic Courtès
f458cfbcc5
guix build: Add '--without-tests'.
...
* guix/scripts/build.scm (transform-package-tests): New procedure.
(%transformations, %transformation-options)
show-transformation-options-help): Add it.
* tests/scripts-build.scm ("options->transformation, without-tests"):
New test.
* doc/guix.texi (Package Transformation Options): Document it.
2020-09-27 21:32:09 +02:00
Pierre Neidhardt
d753aee0be
gnu: bbswitch-module: Fix build on Linux >= 5.6.
...
* gnu/packages/linux.scm (bbswitch-module): Update to 20200526.
2020-09-27 17:29:31 +02:00
Nicolas Goaziou
f1f076c9dc
gnu: emacs-mood-line: Fix license.
...
* gnu/packages/emacs-xyz.scm (emacs-mood-line)[license]: Switch to GPL2+.
2020-09-27 14:23:07 +02:00
AuPath
0bf662b35b
gnu: Add emacs-mood-line.
...
* gnu/packages/emacs-xyz.scm (emacs-mood-line): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-09-27 14:17:03 +02:00
Stefan
740fd97ebe
doc: Document new bootloader grub-efi-netboot-bootloader.
...
* doc/guix.texi (Bootloader Configuration)[bootloader]: Add
grub-efi-netboot-bootloader.
[target]: Document TFTP root directory for grub-efi-netboot-bootloader.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-09-27 13:39:28 +02:00
Stefan
c85f316ae9
gnu: grub: Support for network boot via TFTP.
...
* gnu/bootloader/grub.scm (grub-efi-netboot-bootloader): New variable.
(install-grub-efi-netboot): New procedure.
(grub-root-search): Update comment.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-09-27 13:38:35 +02:00
Efraim Flashner
59223c5bc6
gnu: gama: Update to 2.10.
...
* gnu/packages/gps.scm (gama): Update to 2.10.
2020-09-27 08:50:26 +03:00
Vinicius Monego
6854b44602
gnu: cozy: Update to 0.7.1.
...
* gnu/packages/ebook.scm (cozy): Update to 0.7.1.
[arguments]: Substitute only the Exec line in the desktop file.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-26 23:13:23 +02:00
Ludovic Courtès
6c5197226d
gnu: lzlib: Don't build static library.
...
* gnu/packages/compression.scm (lzlib)[arguments]: Pass "--disable-static".
2020-09-26 23:07:03 +02:00
Ludovic Courtès
31dcc27276
gnu: lzlib: Support cross-compilation.
...
Until now, since lzlib's 'configure' ignores '--host', we'd always end
up building it natively.
* gnu/packages/compression.scm (lzlib)[arguments]: Use (cc-for-target)
instead of "gcc".
2020-09-26 23:07:03 +02:00
Oleg Pykhalov
d868655a7d
gnu: Add ipset.
...
* gnu/packages/linux.scm (ipset): New variable.
2020-09-26 23:18:42 +03:00
Oleg Pykhalov
3876ed32f2
gnu: Add webssh.
...
* gnu/packages/ssh.scm (webssh): New variable.
2020-09-26 21:47:38 +03:00
Tim Howes
0939462e3f
gnu: emacs-ess: Update to 18.10.2-0.24da603.
...
* gnu/packages/statistics.scm (emacs-ess): Update to 18.10.2-0.24da603.
[version]: Use version-revision-commit for version numbering.
[source]: Fix snippet for removing julia-mode. Remove snippet to modify
roxy-preview-Rd-test. Add snippet to modify r-help-mode test. Add
snippet to fix install target to install files to correct directories.
Correct Makefile so that ess-autoloads.el is not built twice.
[arguments]: Add flag to specify INFODIR. Remove patch modifying SHELL.
[license]: License is now GPLv3+.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-09-26 11:58:25 +02:00
Nicolas Goaziou
22b12e3ec2
gnu: emacs-auctex: Update to 12.2.5.
...
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 12.2.5.
2020-09-26 11:25:39 +02:00
Nicolas Goaziou
c9f70031b3
gnu: emacs-edit-indirect: Update to 0.1.6.
...
* gnu/packages/emacs-xyz.scm (emacs-edit-indirect): Update to 0.1.6.
2020-09-26 11:20:03 +02:00
Nicolas Goaziou
094871fe73
gnu: emacs-edit-indirect: Fix license field.
...
* gnu/packages/emacs-xyz.scm (emacs-edit-indirect): Fix license field.
2020-09-26 11:14:21 +02:00
Ludovic Courtès
a0d4aa2457
doc: Use @var for meta-syntactic variables.
...
* doc/guix.texi (Transparent Emulation with QEMU): Use @var instead of
angle brackets for meta-syntactic variables.
2020-09-25 23:26:22 +02:00
Ludovic Courtès
e71d7b5e23
doc: Remove "--hda" from non-volatile childhurd example.
...
Reported by Andreas Enge.
* doc/guix.texi (Transparent Emulation with QEMU): Remove "--hda" in
'image' example.
2020-09-25 23:26:22 +02:00
Ludovic Courtès
13a2272d1a
doc: Explain how to connect to a childhurd.
...
* doc/guix.texi (The Hurd in a Virtual Machine): Add instructions for
VNC and SSH access. Mention childhurd secrets and /etc/childhurd.
2020-09-25 23:26:22 +02:00
Ludovic Courtès
4e896da45d
gnu: nyacc: Add 1.03.0.
...
* gnu/packages/mes.scm (nyacc): Rename to...
(nyacc-0.99): ... this.
(nyacc): New variable.
(mes)[propagated-inputs]: Replace NYACC with NYACC-0.99.
(mes-rb5)[native-inputs]: Likewise.
* gnu/packages/commencement.scm (mes-boot)[native-inputs]: Likewise.
(tcc-boot0)[native-inputs]: Likewise.
2020-09-25 23:26:22 +02:00
Pierre Langlois
2bab532fdf
gnu: rust: Fix install phase for non-x86_64 platforms.
...
* gnu/packages/rust.scm (rust-1.20)[arguments]: Replace hardcoded x86_64
triplet with nix-system->gnu-triplet-for-rust in 'delete-install-logs phase.
2020-09-25 20:24:46 +01:00
Leo Famulari
73e7a42447
gnu: linux-libre 4.4: Update to 4.4.237.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.237.
(linux-libre-4.4-pristine-source): Update hash.
2020-09-25 13:16:16 -04:00
Leo Famulari
fff9209444
gnu: linux-libre 4.9: Update to 4.9.237.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.237.
(linux-libre-4.9-pristine-source): Update hash.
2020-09-25 13:16:16 -04:00
Leo Famulari
76aa30100b
gnu: linux-libre 4.14: Update to 4.14.199.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.199.
(linux-libre-4.14-pristine-source): Update hash.
2020-09-25 13:16:16 -04:00
Leo Famulari
b328d55702
gnu: linux-libre 4.19: Update to 4.19.147.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.147.
(linux-libre-4.19-pristine-source): Update hash.
2020-09-25 13:16:16 -04:00
Leo Famulari
ce59a1397d
gnu: linux-libre 5.4: Update to 5.4.67.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.67.
(linux-libre-5.4-pristine-source): Update hash.
2020-09-25 13:16:16 -04:00
Leo Famulari
55d4259dff
gnu: linux-libre: Update to 5.8.11.
...
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.11.
(linux-libre-5.8-pristine-source): Update hash.
2020-09-25 13:16:15 -04:00
Ludovic Courtès
795065533d
gnu: Replace uses of 'guile3.0-gnutls' by 'gnutls'.
...
* gnu/packages/package-management.scm (guix)[propagated-inputs]: Use
GNUTLS instead of GUILE3.0-GNUTLS.
(guix-daemon)[inputs]: Likewise.
* guix/self.scm (specification->package): Likewise.
2020-09-25 19:05:08 +02:00
Jesse Gibbons
0fa3d89fbc
gnu: freedink: Make "freedink-engine" and "freedink-data" public.
...
* gnu/packages/games.scm: (freedink-engine): Make public.
[arguments]: Add 'delete-freedinkedit-desktop' phase.
(freedink-data): Make public.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-25 19:05:08 +02:00
Jens Mølgaard
4423cadc9a
gnu: font-adobe-source-serif-pro: Update to 3.001R.
...
* gnu/packages/fonts.scm (font-adobe-source-serif-pro): Update to 3.001R.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-25 19:05:08 +02:00
Jens Mølgaard
62246843d2
gnu: font-adobe-source-sans-pro: Update to 3.028R.
...
* gnu/packages/fonts.scm (font-adobe-source-sans-pro): Update to 3.028R.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-25 19:05:08 +02:00
Ludovic Courtès
4eeaae7994
guix package: Simplify 'package->manifest-entry*'.
...
* guix/scripts/package.scm (package->manifest-entry*): Rewrite in terms
of 'manifest-entry-with-provenance'.
2020-09-25 19:05:08 +02:00
Jan (janneke) Nieuwenhuizen
db2785cd86
ci: Remove native-system restriction from "hello" and "list" jobsets.
...
* gnu/ci.scm (hydra-jobs): Remove restriction for system to
equal (%current-system).
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2020-09-25 18:14:58 +02:00
Efraim Flashner
67ad1e148c
gnu: vim: Update to 8.2.1738.
...
* gnu/packages/vim.scm (vim): Update to 8.2.1738.
2020-09-25 15:55:09 +03:00
Peng Mei Yu
3e5ed76df5
gnu: librime: Update to 1.6.1.
...
* gnu/packages/ibus.scm (librime): Update to 1.6.1.
[inputs]: Add capnproto.
[native-inputs]: Add pkg-config.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-25 14:26:41 +02:00
Leo Prikler
62d0f69ecf
gnu: komikku: Update to 0.21.0.
...
* gnu/packages/gnome.scm (komikku): Update to 0.21.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-25 14:14:13 +02:00
Mădălin Ionel Patrașcu
0990d61193
gnu: mafft: Update to 7.471.
...
* gnu/packages/bioinformatics.scm (mafft): Update to 7.471.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-25 14:12:13 +02:00
André Batista
9c4aaa630d
licenses: Add Apple Public Source License 2.0.
...
* guix/licenses.scm (apsl2): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-25 14:11:04 +02:00
André Batista
fd67774d27
doc: Fix outdated info and add missing space.
...
* doc/guix.texi (Messaging Services): Fix outdated info and add
missing space.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-25 14:07:06 +02:00
Vinicius Monego
7075082f71
gnu: Add gnome-latex.
...
* gnu/packages/gnome.scm (gnome-latex): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-25 14:02:13 +02:00
Pierre Neidhardt
c32f662e39
gnu: sbcl-cl-webkit: Update to 20200925.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200925.
2020-09-25 12:57:44 +02:00
Marius Bakke
d48b17adb9
services: WPA Supplicant: Conditionally depend on D-Bus.
...
Fixes <https://bugs.gnu.org/43567 >.
Reported by calcium <calcium@disroot.org >.
* gnu/services/networking.scm (<wpa-supplicant-configuration>)[requirement]:
Remove 'dbus-system.
(wpa-supplicant-shepherd-service)[requirement]: Add 'dbus-system when DBUS? is true.
* doc/guix.texi (Networking Services)[wpa-supplicant-service-type]: Adjust
accordingly.
2020-09-24 20:18:20 +02:00
Maxim Cournoyer
d14a3e5c0c
gnu: nfs-utils: Do not generate static libraries.
...
* gnu/packages/nfs.scm (nfs)[configure-flags]: Add "--disable-static".
2020-09-24 14:01:29 -04:00
Maxim Cournoyer
f8c15d8f42
gnu: ntfs-3g: Do not generate static libraries.
...
* gnu/packages/linux.scm (ntfs-3g)[configure-flags]: Add "--disable-static".
2020-09-24 14:01:28 -04:00
Efraim Flashner
3d0c0ae661
gnu: java-rsyntaxtextarea: Don't use unstable tarball.
...
* gnu/packages/textutils.scm (java-rsyntaxtextarea)[source]: Download
using git-fetch.
2020-09-24 20:06:41 +03:00
Efraim Flashner
e3b40906eb
gnu: vifm: Update to 0.11.
...
* gnu/packages/vim.scm (vifm): Update to 0.11.
2020-09-24 19:36:28 +03:00
Tanguy Le Carrour
ec9bc07c25
gnu: Add python-robber.
...
* gnu/packages/python-xyz.scm (python-robber): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2020-09-24 17:53:02 +02:00
Ivan Kozlov
1af5e57d87
gnu: awesome: Fix command completion in the prompt and Lua paths
...
* gnu/packages/wm.scm (awesome): Delete useless ‘env’ invocation in lib/awful/completion.lua. Change the delimiter for LUA_PATH and LUA_CPATH variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-24 17:53:02 +02:00
Vinicius Monego
dca2f0ea01
gnu: Add gtg.
...
* gnu/packages/gnome.scm (gtg): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-24 17:53:02 +02:00
Vinicius Monego
7f12756e75
gnu: Add python-liblarch.
...
* gnu/packages/gnome.scm (python-liblarch): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-24 17:53:02 +02:00
Ludovic Courtès
8e0c5033b1
bash completion: Adjust to new 'guix help' output.
...
This is a followup to 3794ce93be , which
broke command completion.
Reported by Oleg Pykhalov <go.wigust@gmail.com >.
* etc/completion/bash/guix (_guix_complete_command): Update to match
output of 'guix help' as introduced in
3794ce93be .
2020-09-24 17:53:02 +02:00
Ludovic Courtès
215b49a881
gnu: openmpi: Have 'mpirun' look for executables under $prefix.
...
* gnu/packages/mpi.scm (openmpi)[arguments]: Add
"--enable-mpirun-prefix-by-default" to #:configure-flags.
2020-09-24 17:53:01 +02:00
Efraim Flashner
aea2a0f967
gnu: netcat-openbsd: Use cc-for-target.
...
* gnu/packages/admin.scm (netcat-openbsd)[arguments]: Replace hard-coded
gcc with cc-for-target in make-flags.
2020-09-24 17:20:41 +03:00
Efraim Flashner
9e5758630d
gnu: abduco: Use cc-for-target.
...
* gnu/packages/abduco.scm (abduco)[arguments]: Replace hard-coded gcc
with cc-for-target in make-flags.
2020-09-24 17:18:42 +03:00
Efraim Flashner
9995f7ebbc
gnu: xmagnify: Use cc-for-target.
...
* gnu/packages/accessibility.scm (xmagnify)[arguments]: Replace
hard-coded gcc with cc-for-target in make-flags.
2020-09-24 17:17:08 +03:00
Efraim Flashner
6c1f173650
gnu: footswitch: Use cc-for-target.
...
* gnu/packages/accessibility.scm (footswitch)[arguments]: Replace
hard-coded gcc with cc-for-target in make-flags.
2020-09-24 17:15:43 +03:00
Guillaume Le Vaillant
ff43f128b7
gnu: Add tarlz.
...
* gnu/packages/compression.scm (tarlz): New variable.
2020-09-24 14:48:38 +02:00
Mathieu Othacehe
a024eedb1c
services: cuirass: Create queries log files at activation.
...
* gnu/services/cuirass.scm (cuirass-activation)[queries-log-file]: Create and
set user permissions on "queries-log-file" and "web-queries-log-file".
2020-09-24 13:51:57 +02:00
Mathieu Othacehe
80e26d7429
services: cuirass: Add web SQL queries logging support.
...
* gnu/services/cuirass.scm (<cuirass-configuration>)[web-queries-log-file]:
New field.
(cuirass-shepherd-service): Honor it.
(cuirass-log-rotations): If defined, add the web queries log file to the log
rotation.
2020-09-24 11:28:59 +02:00
Pierre Neidhardt
c5d9cdd913
gnu: nyxt: Update to 2-pre-release-2.
...
* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-2.
2020-09-24 11:14:23 +02:00
Mathieu Othacehe
92e507c963
services: cuirass: Add SQL queries logging support.
...
* gnu/services/cuirass.scm (<cuirass-configuration>)[queries-log-file]: New
field.
(cuirass-shepherd-service): Honor it.
(cuirass-log-rotations): If defined, add the queries log file to the log
rotation.
2020-09-24 10:47:22 +02:00
Mathieu Othacehe
e503211105
gnu: cuirass: Update to 0.0.1-47.b310f17.
...
This update add support for SQL queries logging.
* gnu/packages/ci.scm (guile-sqlite3-dev): New variable.
(cuirass): Update to 0.0.1-47.b310f17.
[inputs]: Use guile-sqlite3-dev instead of guile-sqlite3.
2020-09-24 10:26:05 +02:00
Mathieu Othacehe
0b17de06bd
gnu: cuirass: Work around Guile memory issues.
...
Work around <https://issues.guix.gnu.org/43334 >.
* gnu/packages/ci.scm (cuirass)[inputs]: Use guile-3.0/libgc-7 instead of
guile-3.0.
2020-09-24 10:09:48 +02:00
Michael Rohleder
bd64cb68ee
gnu: cheese: Update to 3.38.0.
...
* gnu/packages/gnome.scm (cheese): Update to 3.38.0.
[arguments]: Add phase patch-docbook-xml.
[native-inputs]: Add docbook-xml.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-24 10:03:46 +02:00
Tobias Geerinckx-Rice
89ba5f9479
gnu: plantuml: Update to 1.2020.17.
...
* gnu/packages/uml.scm (plantuml): Update to 1.2020.17.
2020-09-24 09:16:50 +02:00
Tobias Geerinckx-Rice
26746c6719
gnu: celluloid: Update to 0.20.
...
* gnu/packages/video.scm (celluloid): Update to 0.20.
2020-09-24 09:16:50 +02:00
Tobias Geerinckx-Rice
5c9ea15daa
gnu: sudo: Update to 1.9.3p1.
...
* gnu/packages/admin.scm (sudo): Update to 1.9.3p1.
2020-09-24 09:16:50 +02:00
Mark H Weaver
035df987f1
gnu: spice-gtk: Only use "good" GStreamer plugins out of the box.
...
Do not propagate plugins that are known to be patent encumbered out of the
box, so the user has a choice.
* gnu/packages/spice.scm (spice-gtk)[propagated-inputs]: Remove gst-libav,
gst-plugins-bad and gst-plugins-ugly.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com >
2020-09-24 00:37:39 -04:00
Oleg Pykhalov
cd4bb173e0
services: docker: Fix configuration.
...
This is a follow-up to e04b90607a .
* gnu/services/docker.scm
(docker-shepherd-service): Fix "enable-proxy?" configuration.
2020-09-23 23:40:29 +03:00
Nicolas Goaziou
9273f75dd6
gnu: emacs-peg: Update to 1.0.
...
* gnu/packages/emacs-xyz.scm (emacs-peg): Update to 1.0.
[source]: Switch to ELPA URI.
[home-page]: Use ELPA URI.
2020-09-23 22:09:51 +02:00
Nicolas Goaziou
1ce0b32265
gnu: emacs-hyperbole: Update to 7.1.3.
...
* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Update to 7.1.3.
2020-09-23 22:05:02 +02:00
Nicolas Goaziou
367ee580a2
gnu: emacs-meson-mode: Update to 0.3.
...
* gnu/packages/emacs-xyz.scm (emacs-meson-mode): Update to 0.3.
2020-09-23 22:03:28 +02:00
Niklas Eklund
40131b75c4
gnu: Add emacs-quickrun.
...
* gnu/packages/emacs-xyz.scm (emacs-quickrun): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-09-23 21:04:58 +02:00
Tobias Geerinckx-Rice
97e98e2269
services: Allow (service bluetooth-service-type).
...
* gnu/services/desktop.scm (bluetooth-service-type)
[default-value]: Set to (bluetooth-configuration).
2020-09-23 19:07:55 +02:00
Morgan Smith
0dba6eadd7
gnu: Add emacs-toc-org.
...
* gnu/packages/emacs-xyz.scm (emacs-toc-org): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-09-23 14:38:24 +02:00
Efraim Flashner
8d0a7a54df
gnu: evisum: Build translations.
...
* gnu/packages/enlightenment.scm (evisum)[native-inputs]: Add
gettext-minimal.
2020-09-23 15:23:18 +03:00
Efraim Flashner
6a6341be3f
gnu: evisum: Update to 0.5.6.
...
* gnu/packages/enlightenment.scm (evisum): Update to 0.5.6.
2020-09-23 15:23:18 +03:00
Efraim Flashner
a183bb080f
gnu: efl: Update to 1.25.0.
...
* gnu/packages/enlightenment.scm (efl): Update to 1.25.0.
[propagated-inputs]: Remove avahi.
[arguments]: Remove configure-flags to disable systemd, enable elogind,
list evas-loaders to disable and enable avahi. Add substitution to
hardcode location of elogind's library.
2020-09-23 15:23:17 +03:00
Andreas Enge
049a1714fc
gnu: fplll: Correct include files.
...
* gnu/packages/patches/fplll-std-fenv.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/algebra.scm (fplll): Use patch and move all inputs to
propagated-inputs.
2020-09-23 14:14:09 +02:00
Andreas Enge
82f983da35
gnu: fplll: Update to 5.3.3.
...
* gnu/packages/algebra.scm (fplll): Update to 5.3.3.
[native-inputs]: Add pkg-config.
2020-09-23 13:59:32 +02:00
Tobias Geerinckx-Rice
2606d947c2
gnu: multimon-ng: Update to 1.1.9.
...
* gnu/packages/radio.scm (multimon-ng): Update to 1.1.9.
2020-09-23 12:59:15 +02:00
Tobias Geerinckx-Rice
a7fbae6f09
gnu: s6: Update to 2.9.2.0.
...
* gnu/packages/skarnet.scm (s6): Update to 2.9.2.0.
2020-09-23 12:59:15 +02:00
Tobias Geerinckx-Rice
f33d77e2cc
gnu: execline: Update to 2.6.1.0.
...
* gnu/packages/skarnet.scm (execline): Update to 2.6.1.0.
2020-09-23 12:59:15 +02:00
Tobias Geerinckx-Rice
3feeface31
gnu: xonsh: Update to 0.9.22.
...
* gnu/packages/shells.scm (xonsh): Update to 0.9.22.
2020-09-23 12:59:15 +02:00
Pierre Neidhardt
8b033aa103
gnu: sbcl-cl-webkit: Update to 20200923.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200923.
2020-09-23 12:41:08 +02:00
Tobias Geerinckx-Rice
63003bd47c
gnu: jucipp: Update to 1.6.1.
...
* gnu/packages/text-editors.scm (jucipp): Update to 1.6.1.
2020-09-23 12:40:00 +02:00
Tobias Geerinckx-Rice
d198b70e66
gnu: libssh: Update to 0.9.5 [security fixes?].
...
Upstream is unimpressed: ‘This includes a fix for CVE-2020-16135, however
we do not see how this would be exploitable at all. If you find a
security bug in libssh please don’t just assign a CVE, talk to us first.’
* gnu/packages/ssh.scm (libssh): Update to 0.9.5.
2020-09-23 12:39:59 +02:00
Tobias Geerinckx-Rice
cfc7e2592d
gnu: python-pynvim: Update to 0.4.2.
...
* gnu/packages/vim.scm (python-pynvim): Update to 0.4.2.
2020-09-23 12:39:59 +02:00
Tobias Geerinckx-Rice
5f4a1c6af3
gnu: youtube-dl: Update to 2020.09.20.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.09.20.
2020-09-23 12:39:58 +02:00
Tobias Geerinckx-Rice
8d01f8a66a
installer: Fix docstring typo.
...
* gnu/installer.scm (build-compiled-file): Fix a typo in the docstring.
2020-09-23 12:39:57 +02:00
Tobias Geerinckx-Rice
fec41dc059
gnu: dmenu: Update to 5.0.
...
* gnu/packages/suckless.scm (dmenu): Update to 5.0.
2020-09-23 12:39:57 +02:00
Hamzeh Nasajpour
6e398663c3
gnu: nng: Build as a shared library.
...
* gnu/packages/networking.scm (nng)[arguments]: Add configure-flag to
build as a shared library.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-23 12:13:48 +03:00
Gabriel Arazas
5c2db516f9
gnu: Add rust-std-prelude-0.2.
...
* gnu/packages/crates-io.scm (rust-std-prelude-0.2): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-23 09:02:58 +03:00
Vinicius Monego
421b94ecc4
gnu: python-httpx: Update to 0.15.0.
...
* gnu/packages/python-web.scm (python-httpx): Update to 0.15.0.
[arguments]: Adjust skipped tests.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-23 08:49:10 +03:00
Vinicius Monego
a9d9dbfd2d
gnu: python-httpcore: Update to 0.11.0.
...
* gnu/packages/python-web.scm (python-httpcore): Update to 0.11.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-23 08:46:50 +03:00
Vinicius Monego
023ce3dcb4
gnu: python-trio: Update to 0.17.0.
...
* gnu/packages/python-xyz.scm (python-trio): Update to 0.17.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-23 08:46:48 +03:00
Michael Rohleder
382ac0e4f5
gnu: gnome-video-effects: Update to 0.5.0.
...
* gnu/packages/gnome.scm (gnome-video-effects): Update to 0.5.0.
[build-system]: Changed to meson-build-system.
[arguments]: Removed.
[native-inputs]: Removed glib:bin and intltool.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-23 08:43:27 +03:00
Tobias Geerinckx-Rice
7230f6d5dd
gnu: Fix typoes in package descriptions.
...
* gnu/packages/audio.scm (caps-plugins-lv2)[synopsis]: Fix typo.
* gnu/packages/bioconductor.scm (r-karyoploter, r-anota, r-gcrma)
(r-bigmemoryextras)[description]: Likewise.
* gnu/packages/cran.scm (r-geometry)[synopsis]: Likewise.
(r-stringdist, r-patchwork, r-depth, r-tea)[description]: Likewise.
* gnu/packages/crates-io.scm (rust-assert-fs-0.11, rust-notify-4)
(rust-tokio-fs-0.1)[synopsis, description]: Likewise.
(rust-blas-sys-0.7)[description]: Likewise.
(rust-fs-extra-1.1, rust-xattr-0.2)[synopsis]: Likewise.
* gnu/packages/databases.scm (perl-mysql-config)[description]: Likewise.
* gnu/packages/disk.scm (hddtemp)[description]: Likewise.
* gnu/packages/django.scm (python-djangorestframework)[description]:
Likewise.
* gnu/packages/documentation.scm (doc++)[description]: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-kakoune, emacs-pyim-basedict, eless)
(emacs-scpaste)[description]: Likewise.
* gnu/packages/file-systems.scm (dbxfs)[description]: Likewise.
* gnu/packages/finance.scm (python-stdnum)[description]: Likewise.
* gnu/packages/fontutils.scm (woff2)[description]: Likewise.
* gnu/packages/games.scm (openttd-opengfx)[description]: Likewise.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux)
[description]: Likewise.
* gnu/packages/gnome.scm (libgrss)[description]: Likewise.
* gnu/packages/golang.scm (go-github-com-mitchellh-reflectwalk)
[description]: Likewise.
(go-github-com-go-git-go-billy)[synopsis, description]: Likewise.
* gnu/packages/haskell-check.scm (ghc-inspection-testing)[description]:
Likewise.
* gnu/packages/haskell-web.scm (ghc-yesod-form)[description]: Likewise.
* gnu/packages/haskell-xyz.scm (ghc-hex)[description]: Likewise.
* gnu/packages/hyperledger.scm (hyperledger-iroha-ed25519)[description]:
Likewise.
* gnu/packages/java.scm (java-mail)[synopsis]: Likewise.
(java-native-access-platform)[description]: Likewise.
* gnu/packages/kde-frameworks.scm (kactivities-stats)[description]:
Likewise.
* gnu/packages/kde-utils.scm (krusader)[description]: Likewise.
* gnu/packages/language.scm (praat)[description]: Likewise.
* gnu/packages/linux.scm (light)[description]: Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-hu.dwim.defclass-star)[description]:
Likewise.
* gnu/packages/mail.scm (dovecot-trees, sieve-connect)[description]:
Likewise.
* gnu/packages/ocaml.scm (ocaml-opam-file-format, ocaml-cppo)
(ocaml4.07-ppx-variants-conv)[description]: Likewise.
* gnu/packages/perl.scm (perl-convert-binhex)[description]: Likewise.
* gnu/packages/python-crypto.scm (python-ecdsa)[description]: Likewise.
* gnu/packages/python-web.scm (python-html5lib)[synopsis, description]:
Likewise.
(python-venusian)[synopsis]: Likewise.
* gnu/packages/python-xyz.scm (python-readlike, python-gssapi)
(python-flufl-i18n)[description]: Likewise.
(python-pox, python-watchdog, python-xattr)[synopsis, description]:
Likewise.
* gnu/packages/ruby.scm (ruby-sorcerer)[description]: Likewise.
* gnu/packages/rust-apps.scm (watchexec)[description]: Likewise.
* gnu/packages/rust.scm (mrustc)[synopsis]: Likewise.
* gnu/packages/shells.scm (s-shell)[description]: Likewise.
* gnu/packages/ssh.scm (sshpass)[description]: Likewise.
* gnu/packages/terminals.scm (beep)[description]: Likewise.
* gnu/packages/web.scm (perl-lwp-useragent-cached)[description]:
Likewise.
* gnu/packages/wv.scm (wv)[description]: Likewise.
2020-09-23 04:37:01 +02:00
Tobias Geerinckx-Rice
bd16cc2902
import: Fix docstring typoes.
...
* guix/import/cabal.scm (cabal-flags->alist): Fix typo in docstring.
* guix/import/stackage.scm (lts-info-ghc-version): Likewise.
* guix/scripts/import/hackage.scm (show-help): Likewise.
2020-09-23 04:36:59 +02:00
Tobias Geerinckx-Rice
10da14c5ec
gnu: fluidsynth: Update to 2.1.5.
...
* gnu/packages/audio.scm (fluidsynth): Update to 2.1.5.
2020-09-23 04:36:57 +02:00
Tobias Geerinckx-Rice
be1bdaa293
gnu: perl-http-cookiejar: Update to 0.010.
...
* gnu/packages/web.scm (perl-http-cookiejar): Update to 0.010.
2020-09-23 04:36:56 +02:00
Tobias Geerinckx-Rice
5579c43d7c
gnu: perl-libwww: Update to 6.48.
...
* gnu/packages/web.scm (perl-libwww): Update to 6.48.
2020-09-23 04:36:55 +02:00
Tobias Geerinckx-Rice
465c4746ce
gnu: perl-io-socket-ip: Update to 0.41.
...
* gnu/packages/web.scm (perl-io-socket-ip): Update to 0.41.
2020-09-23 04:36:53 +02:00
Tobias Geerinckx-Rice
d3d27c148d
gnu: wv: Update to 1.2.9.
...
* gnu/packages/wv.scm (wv): Update to 1.2.9.
2020-09-23 04:36:52 +02:00
Tobias Geerinckx-Rice
22bf00f9ec
gnu: console-setup: Fix suspected typo.
...
* gnu/packages/xorg.scm (console-setup)[description]: Add article.
2020-09-23 04:36:51 +02:00
Tobias Geerinckx-Rice
fcaecc1515
gnu: console-setup: Update to 1.197.
...
* gnu/packages/xorg.scm (console-setup): Update to 1.197.
2020-09-23 04:36:49 +02:00
Tobias Geerinckx-Rice
94e164f32c
gnu: qtractor: Update to 0.9.17.
...
* gnu/packages/music.scm (qtractor): Update to 0.9.17.
2020-09-23 04:36:48 +02:00
Tobias Geerinckx-Rice
2afa545dd4
gnu: pd: Update to 0.51-2.
...
* gnu/packages/music.scm (pd): Update to 0.51-2.
2020-09-23 04:36:47 +02:00
Tobias Geerinckx-Rice
ab7a5d7360
gnu: mpdscribble: Update to 0.23.
...
* gnu/packages/mpd.scm (mpdscribble): Update to 0.23.
[build-system]: Use Meson.
[inputs]: Remove glib. Add boost and libgcrypt.
2020-09-23 04:36:46 +02:00
Tobias Geerinckx-Rice
037cf6ec4f
gnu: mpdscribble: Order inputs alphabetically.
...
* gnu/packages/mpd.scm (mpdscribble)[inputs]: Sort.
2020-09-23 04:36:45 +02:00
Tobias Geerinckx-Rice
255668baa7
gnu: mpd: Update to 0.21.26.
...
* gnu/packages/mpd.scm (mpd): Update to 0.21.26.
2020-09-23 04:36:44 +02:00
Tobias Geerinckx-Rice
6a10ff9b5f
gnu: mcelog: Update to 172.
...
* gnu/packages/linux.scm (mcelog): Update to 172.
2020-09-23 04:36:43 +02:00
Tobias Geerinckx-Rice
24b3666e7f
gnu: numactl: Update to 2.0.14.
...
* gnu/packages/linux.scm (numactl): Update to 2.0.14.
2020-09-23 04:36:41 +02:00
Tobias Geerinckx-Rice
78e624d785
gnu: bridge-utils: Update to 1.7.
...
* gnu/packages/linux.scm (bridge-utils): Update to 1.7.
[source]: Update URL subdirectory.
2020-09-23 04:36:40 +02:00
Tobias Geerinckx-Rice
09e7179776
gnu: umockdev: Update to 0.14.3.
...
* gnu/packages/check.scm (umockdev): Update to 0.14.3.
2020-09-23 04:36:38 +02:00
Tobias Geerinckx-Rice
af9d3425d7
gnu: yadifa: Update to 2.3.10.
...
* gnu/packages/dns.scm (yadifa): Update to 2.3.10.
2020-09-23 04:36:37 +02:00
Tobias Geerinckx-Rice
adbcc3ed8c
gnu: lcov: Update to 1.15.
...
* gnu/packages/code.scm (lcov): Update to 1.15.
[source]: Use a release tarball.
[inputs]: Replace perl-perlio-gzip with perl-io-compress.
2020-09-23 04:36:36 +02:00
Tobias Geerinckx-Rice
bfc0a2ffa8
gnu: cloc: Update to 1.88.
...
* gnu/packages/code.scm (cloc): Update to 1.88.
2020-09-23 04:36:35 +02:00
Tobias Geerinckx-Rice
dd492cb853
gnu: facter: Update to 4.0.38.
...
* gnu/packages/admin.scm (facter): Update to 4.0.38.
2020-09-23 04:36:34 +02:00
Efraim Flashner
e06eeaa4ca
gnu: python-sympy: Update check phase.
...
* gnu/packages/python-xyz.scm (python-sympy)[arguments]: Replace 'check
phase instead of deleting it and adding it back in.
2020-09-22 23:00:40 +03:00
Greg Hogan
8621ff6bd5
gnu: python-sympy: Update to 1.6.2.
...
* gnu/packages/python-xyz.scm (python-sympy): Update to 1.6.2.
[source]: Download from pypi.
[arguments]: Make check phase inheritable by python2-sympy.
(python2-sympy): Update to 1.5.1.
[source]: Download from pypi.
[arguments]: Inherit from python-sympy.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-22 22:41:58 +03:00
Greg Hogan
bd1bce0896
gnu: python-mpmath: Update to 1.1.0.
...
* gnu/packages/python-xyz.scm (python-mpmath): Update to 1.1.0.
[source]: Download from pypi.
[native-inputs]: Add pytest.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-22 22:39:39 +03:00
Pierre Langlois
d3456739c5
gnu: samba: Fix fcntl hint detection in configure script.
...
The configure script generates a C program to detect support for
lifetime hints on files. But this program could crash, potentially
leaving a stale unreadable file behind which could cause the
patch-generated-file-shebang phase to fail.
Reported upstream <https://bugzilla.samba.org/show_bug.cgi?id=14503 >.
* gnu/packages/patches/patches/samba-fix-fcntl-hint-detection.patch: New
file.
* gnu/packages/samba.scm (samba)[origin]: Add patch.
* gnu/local.mk (dist_patch_DATA): Register patch.
2020-09-22 19:52:07 +01:00
Marius Bakke
a2c0dbb84a
gnu: python-hyperkitty: Enable previously failing test.
...
* gnu/packages/mail.scm (python-hyperkitty)[arguments]: Remove substitution.
2020-09-22 18:42:00 +02:00
Marius Bakke
37c24c0bd0
gnu: patchwork: Update to 2.2.2.
...
* gnu/packages/patchutils.scm (patchwork): Update to 2.2.2.
[arguments]: Remove references to 'pwclient' which is now distributed
separately.
2020-09-22 18:42:00 +02:00
Marius Bakke
5ec1feca99
gnu: python-mysqlclient: Update to 2.0.1.
...
* gnu/packages/databases.scm (python-mysqlclient): Update to 2.0.1.
2020-09-22 18:42:00 +02:00
Marius Bakke
eec6a694a7
gnu: python-mysqlclient: Remove unused inputs.
...
* gnu/packages/databases.scm (python-mysqlclient)[native-inputs]: Remove.
[inputs]: Remove ZLIB and OPENSSL.
[arguments]: Explicitly set #:tests? as it was a no-op before.
2020-09-22 18:41:59 +02:00
Marius Bakke
1e609d632d
gnu: Remove python2-mysqlclient.
...
Later versions do not work with Python 2.
* gnu/packages/databases.scm (python2-mysqlclient): Remove variable.
2020-09-22 18:41:59 +02:00
Marius Bakke
94e7335e90
gnu: python2-graphite-web: Update to 1.1.7.
...
* gnu/packages/monitoring.scm (python2-graphite-web): Rename to ...
(graphite-web): ... this. Update to 1.1.7.
[arguments]: Add #:tests?. Adjust setup.py substitution.
[propagated-inputs]: Use the Python 3 versions of all inputs. Use
PYTHON-DJANGO-2.2 instead of PYTHON-DJANGO.
[home-page]: Use HTTPS.
(python2-graphite-web): Deprecate variable.
2020-09-22 18:41:59 +02:00
Marius Bakke
d7922f488b
gnu: Django packages no longer propagate Django.
...
This makes them easier to use with different versions of Django.
(python-django-classy-tags, python-django-debug-toolbar-alchemy,
python-django-jinja, python-django-bulk-update,
python-djangorestframework)[propagated-inputs]: Remove PYTHON-DJANGO.
(python-django-contrib-comments)[propagated-inputs]: Likewise. Add
PYTHON-SIX.
[native-inputs]: Add PYTHON-DJANGO.
* gnu/packages/django.scm (python-django-extensions,
python-django-simple-math-captcha, python-django-taggit,
python-easy-thumbnails, python-django-haystack, python-django-allauth,
python-django-debug-toolbar, python-django-assets, python-django-picklefield,
python-django-contact-form), python-django-pipeline, python-django-redis,
python-django-rq, python-django-q, python-django-sortedm2m,
python-django-appconf, python-django-statici18n, python-django-sekizai,
python-django-crispy-forms, python-django-override-storage,
python-django-auth-ldap, python-django-logging-json, python-django-netfields,
python-django-url-filter)[propagated-inputs]: Move PYTHON-DJANGO ...
[native-inputs]: ... here.
2020-09-22 18:41:59 +02:00
Marius Bakke
18eea4499f
gnu: Remove python-django-overextends.
...
This package does not work with newer versions of Django and its functionality
has been superseded by a built-in extends module.
* gnu/packages/django.scm (python-django-overextends): Remove variable.
2020-09-22 18:41:59 +02:00
Marius Bakke
4f1b919156
gnu: Add python-django-url-filter.
...
* gnu/packages/django.scm (python-django-url-filter): New public variable.
2020-09-22 18:41:59 +02:00
Marius Bakke
5bbc98a35d
gnu: Add python-django-debug-toolbar-alchemy.
...
* gnu/packages/django.scm (python-django-debug-toolbar-alchemy): New public
variable.
2020-09-22 18:41:59 +02:00
Marius Bakke
28e997e88b
gnu: Add python-jsonplus.
...
* gnu/packages/python-xyz.scm (python-jsonplus): New public variable.
2020-09-22 18:41:58 +02:00
Marius Bakke
de84d3b1e2
gnu: Add python-sqlalchemy-mock.
...
* gnu/packages/databases.scm (python-alchemy-mock): New public variable.
2020-09-22 18:41:58 +02:00
Marius Bakke
cc62ab592f
gnu: Add python-django-netfields.
...
* gnu/packages/django.scm (python-django-netfields): New public variable.
2020-09-22 18:41:58 +02:00
Marius Bakke
c96bc57a1e
gnu: Add python-django-logging-json.
...
* gnu/packages/django.scm (python-django-logging-json): New public variable.
2020-09-22 18:41:58 +02:00
Marius Bakke
44272f2d7b
gnu: Add python-django-auth-ldap.
...
* gnu/packages/django.scm (python-django-auth-ldap): New public variable.
2020-09-22 18:41:58 +02:00
Marius Bakke
758fb0478e
gnu: python-ldap: Update to 3.3.1.
...
* gnu/packages/openldap.scm (python-ldap): Update to 3.3.1.
2020-09-22 18:41:58 +02:00
Marius Bakke
6673d1b58b
gnu: Deprecate python-django-jsonfield.
...
* gnu/packages/django.scm (python-django-jsonfield): Rewrite in terms of
DEPRECATED-PACKAGE with PYTHON-DJANGO as the replacement.
2020-09-22 18:41:57 +02:00
Marius Bakke
87f067657e
gnu: Remove python2 versions of Django packages.
...
Python 2 is EOL and not supported by current versions of Django.
* gnu/packages/django.scm (python-django, python-django-tagging)[properties]:
Remove PYTHON2-VARIANT.
* gnu/packages/django.scm (python2-django, python2-django-simple-math-captcha,
python2-pytest-django, python2-django-filter, python2-django-allauth,
python2-django-gravatar2, python2-django-assets, python2-django-jsonfield,
python2-dj-database-url, python2-django-bulk-update,
python2-django-contact-form, python2-django-contrib-comments,
python2-django-overextends, python2-django-redis, python2-django-rq,
python2-django-sortedm2m, python2-django-appconf, python2-django-statici18n,
python2-django-tagging): Remove variables.
2020-09-22 18:41:57 +02:00
Marius Bakke
e06e250d48
gnu: python-django-override-storage: Update to 0.3.0.
...
* gnu/packages/django.scm (python-django-override-storage): Update to 0.3.0.
[source]: Switch to GIT-FETCH.
[arguments]: New field.
[native-inputs]: Add PYTHON-MOCK.
2020-09-22 18:41:57 +02:00
Marius Bakke
c59554458c
gnu: python-django-sekizai: Update to 2.0.0.
...
* gnu/packages/django.scm (python-django-sekizai): Update to 2.0.0.
2020-09-22 18:41:57 +02:00
Marius Bakke
dfbe9d2327
gnu: python-django-statici18n: Update to 1.9.0.
...
* gnu/packages/django.scm (python-django-statici18n): Update to 1.9.0.
[source]: Switch to GIT-FETCH.
[arguments]: New field.
[native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-DJANGO.
2020-09-22 18:41:57 +02:00
Marius Bakke
7e244ac663
gnu: python-django-appconf: Update to 1.0.4.
...
* gnu/packages/django.scm (python-django-appconf): Update to 1.0.4.
[arguments]: New field.
[propagated-inputs]: Remove PYTHON-SIX.
2020-09-22 18:41:57 +02:00
Marius Bakke
52c8d4204c
gnu: python-django-sortedm2m: Update to 3.0.2.
...
* gnu/packages/django.scm (python-django-sortedm2m): Update to 3.0.2.
[arguments]: Remove #:tests?. Add #:phases.
[home-page]: Update to current.
2020-09-22 18:41:57 +02:00
Marius Bakke
27f32604d4
gnu: python-django-q: Update to 1.3.3.
...
* gnu/packages/django.scm (python-django-q): Update to 1.3.3.
[arguments]: Add #:tests?. Remove #:phases.
[native-inputs]: Remove.
2020-09-22 18:41:56 +02:00
Marius Bakke
da6448cda5
gnu: python-django-rq: Update to 2.3.2.
...
* gnu/packages/django.scm (python-django-rq): Update to 2.3.2.
[native-inputs]: Add PYTHON-DJANGO-REDIS, PYTHON-MOCK, and PYTHON-RQ-SCHEDULER.
2020-09-22 18:41:56 +02:00
Marius Bakke
8a88efce4c
gnu: Add python-rq-scheduler.
...
* gnu/packages/databases.scm (python-rq-scheduler): New public variable.
2020-09-22 18:41:56 +02:00
Marius Bakke
8c9365047b
gnu: Add python-croniter.
...
* gnu/packages/python-xyz.scm (python-croniter): New public variable.
2020-09-22 18:41:56 +02:00
Marius Bakke
b462caaf93
gnu: python-rq: Update to 1.5.1.
...
* gnu/packages/databases.scm (python-rq): Update to 1.5.1.
[source]: Change to GIT-FETCH.
[arguments]: New field.
[native-inputs]: Add PYTHON-MOCK, PYTHON-PYTEST, and REDIS.
2020-09-22 18:41:56 +02:00
Marius Bakke
d87252e633
gnu: python-redis: Update to 3.5.3.
...
* gnu/packages/databases.scm (python-redis): Update to 3.5.3.
2020-09-22 18:41:56 +02:00
Marius Bakke
924be573a9
gnu: python-django-redis: Update to 4.12.1.
...
* gnu/packages/django.scm (python-django-redis): Update to 4.12.1.
2020-09-22 18:41:55 +02:00
Marius Bakke
380b84f2ef
gnu: python-django-contrib-comments: Update to 1.9.2.
...
* gnu/packages/django.scm (python-django-contrib-comments): Update to 1.9.2.
2020-09-22 18:41:55 +02:00
Marius Bakke
3be81c85cf
gnu: python-django-contact-form: Update to 1.8.1.
...
* gnu/packages/django.scm (python-django-contact-form): Update to 1.8.1.
[arguments]: Adjust test invokation, drop flake8 checks.
[native-inputs]: Remove PYTHON-FLAKE8.
2020-09-22 18:41:55 +02:00
Marius Bakke
074400543d
gnu: python-django-bulk-update: Update to 2.2.0.
...
* gnu/packages/django.scm (python-django-bulk-update): Update to 2.2.0.
[native-inputs]: Remove.
2020-09-22 18:41:55 +02:00
Marius Bakke
bfe8c030e4
gnu: python-django-picklefield: Update to 3.0.1.
...
* gnu/packages/django.scm (python-django-picklefield): Update to 3.0.1.
[source]: Switch to GIT-FETCH.
[arguments]: New field.
[native-inputs]: Remove.
2020-09-22 18:41:55 +02:00
Marius Bakke
76cd38f12e
gnu: python-dj-database-url: Update to 0.5.0.
...
* gnu/packages/django.scm (python-dj-database-url): Update to 0.5.0.
2020-09-22 18:41:55 +02:00
Marius Bakke
357ab65bae
gnu: python-django-assets: Update to 2.0.
...
* gnu/packages/django.scm (python-django-assets): Update to 2.0.
[arguments]: Remove.
2020-09-22 18:41:55 +02:00
Marius Bakke
e2ac59f984
gnu: python-webassets: Update to 2.0.
...
* gnu/packages/python-web.scm (python-webassets): Update to 2.0.
[arguments]: New field.
2020-09-22 18:41:54 +02:00
Marius Bakke
384aa00c7d
gnu: python-django-gravatar2: Update to 1.4.4.
...
* gnu/packages/django.scm (python-django-gravatar2): Update to 1.4.4.
2020-09-22 18:41:54 +02:00
Marius Bakke
5495e880a6
gnu: python-django-debug-toolbar: Update to 2.2.
...
* gnu/packages/django.scm (python-django-debug-toolbar): Update to 2.2.
2020-09-22 18:41:54 +02:00
Marius Bakke
bc13610148
gnu: python-django-jinja: Update to 2.6.0.
...
* gnu/packages/django.scm (python-django-jinja): Update to 2.6.0.
2020-09-22 18:41:54 +02:00
Marius Bakke
93b5bd7c76
gnu: python-django-pipeline: Update to 2.0.5.
...
* gnu/packages/django.scm (python-django-pipeline): Update to 2.0.5.
[propagated-inputs]: Add PYTHON-CSS-HTML-JS-MINIFY.
2020-09-22 18:41:54 +02:00
Marius Bakke
7f93dc3dae
gnu: Add python-css-html-js-minify.
...
* gnu/packages/python-web.scm (python-css-html-js-minify): New public variable.
2020-09-22 18:41:54 +02:00
Marius Bakke
6c0131b375
gnu: python-django-allauth: Update to 0.42.0.
...
* gnu/packages/django.scm (python-django-allauth): Update to 0.42.0.
2020-09-22 18:41:53 +02:00
Marius Bakke
357f586374
gnu: python-django-filter: Update to 2.3.0.
...
* gnu/packages/django.scm (python-django-filter): Update to 2.3.0.
2020-09-22 18:41:53 +02:00
Marius Bakke
e073925c94
gnu: python-djangorestframework: Update to 3.11.1.
...
* gnu/packages/django.scm (python-djangorestframework): Update to 3.11.1.
2020-09-22 18:41:53 +02:00
Marius Bakke
9e4fef9269
gnu: python-django-crispy-forms: Update to 1.9.2.
...
* gnu/packages/django.scm (python-django-crispy-forms): Update to 1.9.2.
2020-09-22 18:41:53 +02:00
Marius Bakke
9eccb181fa
gnu: python-django-taggit: Update to 1.3.0.
...
* gnu/packages/django.scm (python-django-taggit): Update to 1.3.0.
2020-09-22 18:41:53 +02:00
Marius Bakke
0cac0e0b92
gnu: python-django-extensions: Update to 3.0.6.
...
* gnu/packages/django.scm (python-django-extensions): Update to 3.0.6.
2020-09-22 18:41:53 +02:00
Marius Bakke
1fe17bc361
gnu: python-django-classy-tags: Update to 2.0.0.
...
* gnu/packages/django.scm (python-django-classy-tags): Update to 2.0.0.
[propagated-inputs]: Remove PYTHON-SIX.
2020-09-22 18:41:53 +02:00
Marius Bakke
9fb6275e0b
gnu: python-django-simple-math-captcha: Update to 1.0.9.
...
* gnu/packages/django.scm (python-django-simple-math-captcha): Update to 1.0.9.
[source]: Change to GIT-FETCH.
[arguments]: Remove #:tests?. Add phases to patch imports and run tests.
[native-inputs]: Add PYTHON-MOCK.
[propagated-inputs]: Add PYTHON-SIX.
2020-09-22 18:41:52 +02:00
Marius Bakke
92607967c2
gnu: python-pytest-django: Update to 3.10.0.
...
* gnu/packages/django.scm (python-pytest-django): Update to 3.10.0.
[arguments]: Remove #:tests?. Override check phase.
[native-inputs]: Add PYTHON-PYTEST-XDIST.
2020-09-22 18:41:52 +02:00
Marius Bakke
60c964ab75
gnu: python-django: Propagate python-sqlparse.
...
* gnu/packages/django.scm (python-django)[native-inputs]: Move PYTHON-SQLPARSE ...
[propagated-inputs]: ... here.
2020-09-22 18:41:52 +02:00
Marius Bakke
ac3103e8f3
gnu: python-django: Update to 3.1.1.
...
* gnu/packages/django.scm (python-django): Update to 3.1.1.
[arguments]: Remove #:modules. Rename set-tzdir phase to pre-check, and
disable one test. Adjust PYTHONPATH patching to preserve all entries. Ensure
the test suite runs sequentially.
[propagated-inputs]: Add PYTHON-ASGIREF.
(python-django-2.2): New public variable.
* gnu/packages/mail.scm (python-hyperkitty)[propagated-inptus]: Change from
PYTHON-DJANGO to PYTHON-DJANGO-2.2.
* gnu/packages/patchutils.scm (patchwork)[propagated-inputs]: Likewise.
2020-09-22 18:41:52 +02:00
Marius Bakke
b2eafc7d8d
gnu: Add python-asgiref.
...
* gnu/packages/python-web.scm (python-asgiref): New public variable.
2020-09-22 18:41:52 +02:00
Marius Bakke
23f6796880
gnu: Remove python2-django-mailman3.
...
This package depends on Python 2 which is past end-of-life and not supported
by newer versions of Django.
* gnu/packages/mail.scm (python2-django-mailman3): Remove variable.
(python-django-mailman3)[properties]: Remove.
2020-09-22 18:41:52 +02:00
Marius Bakke
49150e8a00
gnu: Remove pootle.
...
This package depends on Python 2 which is past end-of-life and not supported
by newer versions of some of the dependencies.
* gnu/packages/django.scm (pootle): Remove variable.
2020-09-22 18:41:51 +02:00
Marius Bakke
a13b522078
gnu: python-uritemplate: Update to 3.0.1.
...
* gnu/packages/python-web.scm (python-uritemplate): Update to 3.0.1.
2020-09-22 18:41:51 +02:00
Mark H Weaver
c7011ff850
gnu: icecat: Update to 78.3.0-guix0-preview1 [security-fixes].
...
Includes fixes for CVE-2020-15673, CVE-2020-15676, CVE-2020-15677, and
CVE-2020-15678.
* gnu/packages/gnuzilla.scm (mozilla-compare-locales): Update to
RELEASE_8_0_0.
(all-mozilla-locales): Update to newer versions.
(mozilla-patch): Remove vestigial procedure.
(%icecat-version, %icecat-build-id): Update to 78.3.0-guix0-preview1.
(icecat-source): Update 'upstream-icecat-base-version', 'gnuzilla-commit', and
hashes. Reverse order of makeicecat-patch and gnuzilla-fixes-patch.
(icecat)[inputs]: Remove libogg, libvorbis, libvpx, icu4c, sqlite,
startup-notification, and zlib. Add several "UNBUNDLE-ME!" comments.
[native-inputs]: Update 'rust' and 'cargo' dependencies to version 1.41.
Update 'rust-cbindgen' dependency to version 0.14. Update 'node' dependency
to 10.22.
[arguments]<configure-flags>: Change --enable-default-toolkit value to
"cairo-gtk3-wayland". Change --with-unsigned-addon-scopes value to
"app,system". Add "--allow-addon-sideload". Remove
"--enable-startup-notification" and "--disable-gconf". Comment out
"--with-system-zlib", "--with-system-bz2", and "--with-system-icu".
<phases>: In the 'remove-bundled-libaries' phase, remove "modules/zlib" from
the list of directories to delete. Update the 'patch-cargo-checksums' phase
to update more modules.
(mozilla-68-compare-locales, all-mozilla-68-locales, %icecat-68-version)
(icecat-68-source): New variables preserving the previous icecat 68 source.
(icedove)[source]: Use 'icecat-68-source'.
* gnu/packages/patches/icecat-makeicecat.patch: Adapt to IceCat 78.
* gnu/packages/patches/icecat-68-makeicecat.patch: New file containing
the previous 'icecat-makeicecat.patch'.
* gnu/local.mk: Add 'icecat-68-makeicecat.patch'.
2020-09-22 11:32:12 -04:00
Pierre Neidhardt
ce642b8f06
gnu: sbcl-cl-webkit: Update to 20200922.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200922.
2020-09-22 16:59:09 +02:00
Efraim Flashner
3fef44ed6c
Revert "gnu: texlive-latex-psnfss: Ensure that font definition files are installed."
...
This reverts commit fdd066833e .
This commit causes over 4000 package rebuilds.
2020-09-22 16:30:25 +03:00
Paul Garlick
fdd066833e
gnu: texlive-latex-psnfss: Ensure that font definition files are installed.
...
* gnu/packages/tex.scm (texlive-latex-psnfss): Use
simple-texlive-package to install font definition files and
documentation.
2020-09-22 12:58:26 +01:00
Jesse Dowell
0b21bf6245
gnu: Add emacs-html-to-hiccup.
...
* gnu/packages/emacs-xyz.scm (emacs-html-to-hiccup): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-09-22 11:47:10 +02:00
Nicolas Goaziou
d27ec8db70
gnu: mafft: Use HTTPS home page URI.
...
* gnu/packages/bioinformatics.scm (mafft)[home-page, license]: Use HTTPS URI.
2020-09-22 11:12:52 +02:00
Simon South
a87d1f337d
gnu: emacs-elpher: Update to 2.10.2.
...
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.10.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-09-22 11:01:11 +02:00
Michael Rohleder
9485a2e5c6
gnu: emacs-shx: Update to 1.5.0.
...
* gnu/packages/emacs-xyz.scm (emacs-shx): Update to 1.5.0.
[arguments]: Removed unneeded modify-phases.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-22 10:57:08 +02:00
Vinicius Monego
1f2076757a
gnu: Add blanket.
...
* gnu/packages/task-management.scm (blanket): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-22 10:57:08 +02:00
Michael Rohleder
69a5738796
gnu: mkvtoolnix: Update to 50.0.0.
...
* gnu/packages/video.scm (mkvtoolnix): Update to 50.0.0.
[inputs]: Add pcre2.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-22 10:57:08 +02:00
Michael Rohleder
b655f34eb4
gnu: emacs-lice-el: Update to 0.2-2.482e58a.
...
[[PGP Signed Part:No public key for 7C7AFFBEFEF2CB25 created at 2020-09-17T19:44:34+0200 using RSA]]
Here is a rebased (to current master) patch.
> From bc2163d6da160b58591f77f352cf4ea8543454e2 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de >
Date: Sun, 6 Sep 2020 11:30:57 +0200
Subject: [PATCH] gnu: emacs-lice-el: Update to 0.2-2.482e58a.
* gnu/packages/emacs-xyz.scm (emacs-lice-el): Update to 0.2-2.482e58a.
[arguments]: Add phase 'patch-template-directory and 'install-templates.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-09-22 10:54:26 +02:00
Efraim Flashner
9ad3c86fe5
gnu: rust-owning-ref-0.4: Update to 0.4.1.
...
* gnu/packages/crates-io.scm (rust-owning-ref-0.4): Update to 0.4.1.
2020-09-22 11:35:21 +03:00
Efraim Flashner
1ee22f1053
gnu: Add rust-scopeguard-1.
...
* gnu/packages/crates-io.scm (rust-scopeguard-1): New variable.
(rust-scopeguard-1.0): Inherit from rust-scopeguard-1.
2020-09-22 11:32:13 +03:00
Efraim Flashner
50de4bfe20
gnu: Add rust-cloudabi-0.1.
...
* gnu/packages/crates-io.scm (rust-cloudabi-0.1): New variable.
(rust-cloudabi-0.0): Inherit from rust-cloudabi-0.1.
2020-09-22 11:30:15 +03:00
Efraim Flashner
6366e7cac5
gnu: Add rust-gettext-rs-0.5.
...
* gnu/packages/crates-io.scm (rust-gettext-rs-0.5): New variable.
(rust-gettext-rs-0.4): Inherit from rust-gettext-rs-0.5.
2020-09-22 11:13:14 +03:00
Fulbert
92951bf46c
bash completion: Complete file names after 'guix package -p'.
...
* etc/completion/bash/guix (_guix_complete): Add _guix_is_dash_p.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-21 23:33:49 +02:00
Konrad Hinsen
d076ddc560
gnu: Add python-citeproc-py.
...
* gnu/packages/python-xyz.scm (python-citeproc-py): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-21 23:30:53 +02:00
Konrad Hinsen
de8cc74749
gnu: Add python-rnc2rng.
...
* gnu/packages/python-xyz.scm (python-rnc2rng): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-21 23:30:43 +02:00
zimoun
620681534a
guix: scripts: build: Mention 'PACKAGE' in '--with-source' option.
...
* guix/scripts/build.scm (show-transformation-options-help): Mention 'PACKAGE'
in '--with-source' option.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2020-09-21 23:14:43 +02:00
zimoun
74cb33c228
gnu: gdsl: Replace 'url-fetch' by 'git-fetch'.
...
Fixes <https://debbugs.gnu.org/25913 >.
* gnu/packages/datastructures.scm (gdsl)[source]: Replace 'url-fetch' by
'git-fetch'.
[home-page]: Update.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2020-09-21 23:12:45 +02:00
Ludovic Courtès
9b65281de5
environment: '--link-profile' uses ~/.guix-profile for environment variables.
...
Before this patch, we had:
$ guix environment -CP --ad-hoc coreutils
[env]$ echo $PATH
/gnu/store/…-profile/bin
[env]$ echo $GUIX_ENVIRONMENT
/gnu/store/…-profile
After this patch:
$ guix environment -CP --ad-hoc coreutils
[env]$ echo $PATH
/home/ludo/.guix-profile/bin
[env]$ echo $GUIX_ENVIRONMENT
/home/ludo/.guix-profile
* guix/scripts/environment.scm (launch-environment/container): When
LINK-PROFILE? is true, pass ~/.guix-profile as the second argument to
'launch-environment'.
* tests/guix-environment-container.sh: Adjust test accordingly.
* doc/guix.texi (Invoking guix environment): Update accordingly.
2020-09-21 23:05:38 +02:00
Pierre Langlois
a2b25890ee
gnu: samba: Update to 4.12.7 [security fixes].
...
Fixes CVE-2020-1472 with 4.12.7.
Fixes CVE-2020-10730, CVE-2020-10745, CVE-2020-10760 and CVE-2020-14303
with 4.12.4.
* gnu/packages/samba.org (samba): Update to 4.12.7.
2020-09-21 20:45:44 +01:00
Brendan Tildesley
1b8be80e5f
gnu: metapixel: Fix typo in description.
...
* gnu/packages/image-processing.scm (metapixel)[description]: Fix typo.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-21 22:37:54 +03:00
Tobias Geerinckx-Rice
635bf73d2f
gnu: sudo: Update to 1.9.3.
...
* gnu/packages/admin.scm (sudo): Update to 1.9.3.
2020-09-21 20:35:49 +02:00
Boris A. Dekshteyn
17d30d1f6e
gnu: inkscape-1.0: Update to 1.0.1.
...
* gnu/packages/inkscape.scm (inkscape-1.0): Update to 1.0.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-21 19:39:25 +03:00
Tobias Geerinckx-Rice
f23e439f9f
gnu: php: Disable unreliable test.
...
* gnu/packages/php.scm (php)[arguments]: Delete bug73837.phpt.
2020-09-21 15:24:07 +02:00
Efraim Flashner
e04b90607a
services: Docker: Fix typo in configuration.
...
This is a follow-up to f0a09310e6 .
* gnu/services/docker.scm (docker-shepherd-service): Properly reference
variables in service definition.
2020-09-21 15:04:14 +03:00
Paul Garlick
475e3768fc
gnu: Add texlive-caption.
...
* gnu/packages/tex.scm (texlive-caption): New variable.
2020-09-21 12:47:24 +01:00
Jesse Dowell
90492a9f13
gnu: docker: Compile with seccomp enabled.
...
* gnu/packages/docker.scm (docker)[arguments]: Adjust custom 'configure
phase to enable seccomp support.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-21 13:18:25 +03:00
Jesse Dowell
f0a09310e6
services: docker: Fix enable-proxy? option.
...
The userland proxy option does not properly disable the userland proxy when
set to false. Docker defaults to enabling the userland proxy if the option is
unset on the command line.
* gnu/services/docker.scm (docker-shepherd-service): Properly handle the
'enable-proxy?' option.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-21 13:18:25 +03:00
Jesse Dowell
87a13a5e30
gnu: docker: Synchronize docker dependencies with the current version of docker.
...
* gnu/packages/docker.scm (docker-libnetwork): Update to 19.03-1.026aaba.
[source]: Follow URI redirection.
[arguments]: Adjust import-path accordingly.
[home-page]: Same.
* gnu/packages/networking.scm (go-sctp): Update to 0.0.0-2.6e2cb13.
[arguments]: Skip test suite.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-21 13:18:24 +03:00
Paul Garlick
921fad1a5a
gnu: texlive-microtype: Tweak description.
...
* gnu/packages/tex.scm (texlive-microtype)[description]: Fill paragraph
to standard width.
2020-09-21 11:14:51 +01:00
Mark H Weaver
e6b6e83490
gnu: webkitgtk: Update to 2.30.0.
...
* gnu/packages/webkit.scm (webkitgtk): Update to 2.30.0.
[arguments]: Add "-DUSE_SYSTEMD=OFF" to the configure flags.
2020-09-21 05:05:35 -04:00
Mark H Weaver
42a3db8cb7
gnu: Rename 'v' to 'vlang'.
...
* gnu/packages/vlang.scm (v, vlang): Rename 'v' to 'vlang',
keeping 'v' as a deprecated-package.
2020-09-21 05:05:19 -04:00
Mathieu Othacehe
1a0da8b4f3
services: base: Improve container related comments.
...
* gnu/services/base.scm (guix-shepherd-service): Clarify the usage of a
container for guix-daemon.
2020-09-21 10:48:16 +02:00
Mathieu Othacehe
6453915cf7
build: shepherd: Check for container support.
...
Fixes: <https://issues.guix.gnu.org/43533 >.
* gnu/build/shepherd.scm (fork+exec-command/container): Check if containers
are supported before joining PID namespaces.
2020-09-21 10:22:12 +02:00
Efraim Flashner
c515bbae0c
gnu: supertuxkart: Sort inputs alphabetically.
...
* gnu/packages/games.scm (supertuxkart)[inputs]: Sort alphabetically.
2020-09-21 10:01:02 +03:00
Raphaël Mélotte
c1e73d074c
gnu: supertuxkart: Update to 1.2.
...
* gnu/packages/games.scm (supertuxkart): Update to 1.2.
[source]: Update snippet, some of the previously bundled libraries are
gone. Also update URL.
[arguments]: Remove unneeded configure flags.
[inputs]: Add sdl2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-21 09:59:32 +03:00
Tobias Geerinckx-Rice
0a38519694
gnu: eschalot: Cross-compile.
...
* gnu/packages/crypto.scm (eschalot)[arguments]: Use CC-FOR-TARGET.
2020-09-21 02:24:40 +02:00
Tobias Geerinckx-Rice
6b6dbff44e
gnu: eschalot: Fix build.
...
* gnu/packages/crypto.scm (eschalot)[inputs]: Use openssl-1.0.
2020-09-21 02:24:40 +02:00
Tobias Geerinckx-Rice
b864ddb690
services: dicod: Reduce irony.
...
* gnu/services/dict.scm (dicod-service): Fix docstring typo.
2020-09-21 00:31:15 +02:00
Tobias Geerinckx-Rice
5e17ae7fbd
installer: Rename RUN-PARTIONING-PAGE.
...
* gnu/installer/newt/partition.scm (run-partioning-page): Rename to
run-partitioning-page. Adjust all callers.
2020-09-21 00:31:15 +02:00
Tobias Geerinckx-Rice
e1f3788944
installer: Fix docstring typoes.
...
* gnu/installer/connman.scm (connman-state, run-locale-page)
(start-swapping, stop-swapping, run-installer-steps): Fix typo in
docstring.
2020-09-21 00:31:15 +02:00
Efraim Flashner
ae144ec797
gnu: oil: Don't hardcode gcc.
...
* gnu/packages/shells.scm (oil)[arguments]: In custom 'configure phase
use cc-for-target instead of hardcoding gcc.
2020-09-20 23:42:52 +03:00
Ryan Prior
02406d5c51
gnu: oil: Update to 0.8.0.
...
* gnu/packages/shells.scm (oil): Update to 0.8.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-20 23:42:52 +03:00
Nicolas Goaziou
fd5cace4c9
gnu: emacs-beginend: Update to 2.2.0.
...
* gnu/packages/emacs-xyz.scm (emacs-beginend): Update to 2.2.0.
2020-09-20 22:38:32 +02:00
Nicolas Goaziou
822c19b920
gnu: emacs-bluetooth: Update to 0.2.
...
* gnu/packages/emacs-xyz.scm (emacs-bluetooth): Update to 0.2.
2020-09-20 22:36:15 +02:00
Efraim Flashner
ff7bba573a
gnu: gnu-pw-mgr: Update to 2.7.
...
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.7.
[arguments]: Add new phase to work around /dev/tty not being available
in the build environment.
2020-09-20 22:34:53 +03:00
Kei Kebreau
5d351adaca
gnu: retux: Update to 1.4.1-1.
...
* gnu/packages/games.scm (retux): Add let binding and update to 1.4.1-1.
[version]: Update version string.
[source]: Update URL.
2020-09-20 13:32:41 -04:00
Tobias Geerinckx-Rice
fb420edd20
gnu: knot-resolver: Update to 5.1.3.
...
* gnu/packages/dns.scm (knot-resolver): Update to 5.1.3.
[inputs]: Remove lua5.1-cqueues, lua5.1-filesystem, lua5.1-sec, and
lua5.1-socket.
2020-09-20 18:34:39 +02:00
Tobias Geerinckx-Rice
84e2853147
gnu: libbpf: Propagate pkg-config Requirements.
...
* gnu/packages/linux.scm (libbpf)[inputs]: Rename to, making libelf and
zlib, …
[propagated-inputs]: …this.
2020-09-20 18:34:39 +02:00
Julien Lepiller
f9a6e3894b
gnu: Add antlr4.
...
* gnu/packages/java.scm (antlr4): New variable.
2020-09-20 13:57:09 +02:00
Julien Lepiller
5d115440c2
gnu: Add java-antlr4-runtime.
...
* gnu/packages/java.scm (java-antlr4-runtime): New variable.
* gnu/packages/patches/java-antlr4-Add-standalone-generator.patch: New
file.
* gnu/packages/patches/java-antlr4-fix-code-too-large.java: New file.
* gnu/local.mk (dist_patch_DATA): Add them.
2020-09-20 13:56:44 +02:00
Julien Lepiller
1d630fe0f6
gnu: Add java-treelayout.
...
* gnu/packages/java.scm (java-treelayout): New variable.
2020-09-20 13:56:37 +02:00
Maxim Cournoyer
4d82e8e5c5
gnu: qemu: Move HTML documentation to the doc output.
...
* gnu/packages/virtualization.scm (qemu)[outputs]: Add "doc" output.
[phases]{create-samba-wrapper}: Correctly refer to the outputs keyword
argument.
{move-html-doc}: Add phase.
2020-09-19 23:22:46 -04:00
Maxim Cournoyer
38197bb509
gnu: qemu: Install the full documentation as an info manual.
...
* gnu/packages/patches/qemu-build-info-manual.patch: Add patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/virtualization.scm (qemu)[source]: Use it.
[phases]{install-info}: Remove phase.
{create-samba-wrapper}: Add after 'install.
2020-09-19 23:22:45 -04:00
Maxim Cournoyer
710fd17ad5
gnu: qemu: Enable parallel tests.
...
I've built QEMU 5.1.0 tens of times on a 24 logical core machines, and haven't
encountered a failure. Tentatively re-enabling parallel tests.
* gnu/packages/virtualization.scm (qemu)[arguments]: Drop the
\#:parallel-tests? #f argument.
[phases]{configure}: Fix indentation.
2020-09-19 23:22:45 -04:00
Maxim Cournoyer
229091385a
gnu: qemu: Fix indentation.
...
* gnu/packages/virtualization.scm (qemu): Fix indentation.
2020-09-19 23:22:45 -04:00
Maxim Cournoyer
afeed71ae4
gnu: qemu: Disable the bios-tables-test test.
...
This works around <https://issues.guix.info/43048 >.
* gnu/packages/virtualization.scm (qemu)[phases]{disable-unusable-tests}: Move
after unpack. Combine the existing substitute patterns on a single usage of
substitute*. Disable the bios-tables-test test in
tests/qtest/Makefile.include.
2020-09-19 23:22:45 -04:00
Maxim Cournoyer
d5d80a62b7
gnu: qemu: Update to 5.1.0.
...
* gnu/packages/virtualization.scm (qemu): Update to 5.1.0.
2020-09-19 23:22:45 -04:00
Danny Milosavljevic
6b1253718d
gnu: u-boot: Reomve sdl2 dependency on non-GUI builds.
...
* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Remove sdl2.
(u-boot-tools)[native-inputs]: Add sdl2.
2020-09-19 23:02:51 +02:00
Alexandros Theodotou
1bc5a77f0a
gnu: Add surge-synth.
...
* gnu/packages/music.scm (surge-synth): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2020-09-19 22:52:37 +02:00
Joseph LaFreniere
cfcccc8a2a
gnu: Add emacs-standard-dirs.
...
* gnu/packages/emacs-xyz.scm (emacs-standard-dirs): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-19 22:52:37 +02:00
Ludovic Courtès
1b179d7876
describe: Save the original value of (program-arguments).
...
Fixes <https://bugs.gnu.org/42688 >.
Reported by pkill9 <pkill9@runbox.com >.
This ensures that 'guix repl -s SCRIPT' give SCRIPT the right value
of (current-profile), which in turn ensures that (%package-module-path)
is initialized with the right set of channels.
* guix/describe.scm (initial-program-arguments): New variable.
(current-profile): Use it.
* guix/scripts/repl.scm (guix-repl): Call 'current-profile' before
'set-program-arguments'.
2020-09-19 22:52:36 +02:00
Mathieu Othacehe
0996fcc657
system: image: Rename ISO9660 files.
...
* gnu/system/image.scm (system-iso9660-image): Change the default file output
name to "image.iso".
2020-09-19 14:24:59 +02:00
Christopher Baines
adcad54743
gnu: sqitch: Update to 1.1.0.
...
* gnu/packages/databases.scm (sqitch): Update to 1.1.0.
[native-inputs]: Add perl-test-mockobject.
2020-09-19 09:37:07 +01:00
Christopher Baines
6a1c3a908c
gnu: sqitch: Add more database drivers to inputs.
...
These are optional dependencies, but including them in the inputs and thus the
wrapped sqitch script makes using sqitch easier.
* gnu/packages/databases.scm (sqitch)[inputs]: Add perl-dbd-mysql and
perl-dbd-sqlite.
2020-09-19 09:37:07 +01:00
Guillaume Le Vaillant
70ef8b2455
gnu: electron-cash: Update to 4.1.1.
...
* gnu/packages/finance.scm (electron-cash): Update to 4.1.1.
2020-09-19 10:06:48 +02:00
Tobias Geerinckx-Rice
84da8f7fee
gnu: knot: Update to 3.0.0.
...
* gnu/packages/dns.scm (knot): Update to 3.0.0.
Order fields more conventionally.
[source]: Remove obsolete snippet.
2020-09-19 01:40:05 +02:00
Tobias Geerinckx-Rice
dc5ccd2e4d
gnu: libmanette: Update to 0.2.5.
...
* gnu/packages/games.scm (libmanette): Update to 0.2.5.
2020-09-19 01:40:04 +02:00
Tobias Geerinckx-Rice
4c962fabe9
gnu: libfprint: Update to 1.90.3.
...
* gnu/packages/freedesktop.scm (libfprint): Update to 1.90.3.
2020-09-19 01:40:04 +02:00
Danny Milosavljevic
e6ba735d68
gnu: Add svd2rust.
...
* gnu/packages/crates-io.scm (svd2rust): New variable.
2020-09-18 22:17:52 +02:00
Danny Milosavljevic
efdd545fa7
gnu: Add rust-inflections@1.1.1.
...
* gnu/packages/crates-io.scm (rust-inflections-1.1): New variable.
2020-09-18 22:17:22 +02:00
Danny Milosavljevic
54f1f72c43
gnu: Add rust-svd-parser@0.9.0.
...
* gnu/packages/crates-io.scm (rust-svd-parser-0.9): New variable.
2020-09-18 22:15:48 +02:00
Danny Milosavljevic
2345c39e6c
gnu: Add rust-xmltree@0.8.0.
...
* gnu/packages/crates-io.scm (rust-xmltree-0.8): New variable.
2020-09-18 22:14:57 +02:00
Danny Milosavljevic
24bbc23741
gnu: Add rust-xml-rs@0.7.1.
...
* gnu/packages/crates-io.scm (rust-xml-rs-0.7): New variable.
2020-09-18 22:13:40 +02:00
Danny Milosavljevic
7e25147e15
gnu: Add rust-packed-struct.
...
* gnu/packages/crates-io.scm (rust-packed-struct): New variable.
2020-09-18 22:12:17 +02:00
Greg Hogan
aa9ba865de
doc: Fix broken hyperlinks in the contribution instructions.
...
* doc/contributing.texi (Packaging Guidelines, Submitting Patches):
Change URLs from relative to absolute links.
2020-09-18 14:33:17 -04:00
Efraim Flashner
9ef590dc8a
gnu: xxd: Use cc-for-target.
...
* gnu/packages/vim.scm (xxd)[arguments]: Replace hard-coded gcc with
cc-for-target in make-flags.
2020-09-18 18:25:59 +03:00
Greg Hogan
469e6aaea0
gnu: Add cxxopts.
...
* gnu/packages/cpp.scm (cxxopts): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-18 16:43:17 +02:00
Paul Garlick
389b71aa0f
gnu: Add texlive-microtype.
...
* gnu/packages/tex.scm (texlive-microtype): New variable.
2020-09-18 15:10:13 +01:00
Leo Famulari
62f9921c83
gnu: linux-libre@4.4: Update to 4.4.236.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.236.
(linux-libre-4.4-pristine-source): Update hash.
2020-09-18 09:38:39 -04:00
Leo Famulari
8b92de7ee6
gnu: linux-libre@4.9: Update to 4.9.236.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.236.
(linux-libre-4.9-pristine-source): Update hash.
2020-09-18 09:38:39 -04:00
Leo Famulari
76ab528d01
gnu: linux-libre@4.14: Update to 4.14.198.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.198.
(linux-libre-4.14-pristine-source): Update hash.
2020-09-18 09:38:39 -04:00
Leo Famulari
a91d5b6c05
gnu: linux-libre@4.19: Update to 4.19.146.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.146.
(linux-libre-4.19-pristine-source): Update hash.
2020-09-18 09:38:39 -04:00
Leo Famulari
e2fad8d494
gnu: linux-libre@5.4: Update to 5.4.66.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.66.
(linux-libre-5.4-pristine-source): Update hash.
2020-09-18 09:38:39 -04:00
Leo Famulari
3b5b14d381
gnu: linux-libre: Update to 5.8.10.
...
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.10.
(linux-libre-5.8-pristine-source): Update hash.
2020-09-18 09:38:28 -04:00
Leo Prikler
dac3fc0692
gnu: komikku: Update to 0.20.0.
...
* gnu/packages/gnome.scm (komikku): Update to 0.20.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-18 15:23:23 +02:00
Prafulla Giri
d9dec1473d
gnu: calibre: Clean up 'wrap phase.
...
Based on the suggestion of the author, this commit cleans up the
changes introduced by fd3eac4dd7
For more information, see: https://issues.guix.gnu.org/43249
* gnu/packages/e-book.scm (calibre):
[arguments]: Remove the manual 'wrap phase replacement and add a
'wrap-program phase after standard 'wrap phase to make the runtime
dependency QtWebEngineProcess available to the binaries.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-18 15:21:19 +02:00
Jelle Licht
47640ca67d
gnu: emacs-helpful: Update to 0.17-1.be0e937f.
...
* gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.17-1.b0e937f.
2020-09-18 15:12:11 +02:00
Mathieu Othacehe
66c83960a5
gnu: libsoundio: Fix indentation.
...
* gnu/packages/audio.scm (libsoundio): Fix indentation.
2020-09-18 15:00:19 +02:00
Alexandros Theodotou
bea98f9a0b
gnu: Add libsoundio.
...
* gnu/packages/audio.scm (libsoundio): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-18 14:52:45 +02:00
Mathieu Othacehe
ade7638d84
Revert "gnu: openblas: Update to 0.3.10."
...
This reverts commit c59e9f0a03 because it
triggers too many rebuilds.
2020-09-18 14:05:51 +02:00
Prafulla Giri
cd6ec6706c
gnu: kdenlive: Simplify 'wrap-executable phase.
...
* gnu/packages/kde.scm (kdenlive)[arguments]: Use getenv to set the
values of QT_PLUGIN_PATH and QML2_IMPORT_PATH in the wrapper during
the 'wrap-executable phase.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-18 11:53:38 +02:00
Prafulla Giri
34b6dd36bb
gnu: kdenlive: Add missing dependencies.
...
This allows to browse the file-system using kdenlive's own file-chooser.
* gnu/packages/kde.scm (kdenlive)
[native-inputs]: Add pkg-config.
[inputs]: Add purpose and qtwebkit.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-18 11:53:05 +02:00
Prafulla Giri
18bf33a7c0
gnu: kdenlive: Update to 20.08.1.
...
* gnu/packages/kde.scm (kdenlive): Update to 20.08.1.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-18 11:52:41 +02:00
Vinicius Monego
7802875abc
gnu: Add python-beren.
...
* gnu/packages/python-web.scm (python-beren): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-18 11:47:01 +02:00
Vinicius Monego
e1e577e088
gnu: Add python-apiron.
...
* gnu/packages/python-web.scm (python-apiron): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-18 11:47:00 +02:00
Michael Rohleder
6182897c98
gnu: plantuml: Update to 1.2020.16.
...
* gnu/packages/uml.scm (plantuml): Update to 1.2020.16.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-18 11:18:09 +02:00
Michael Rohleder
a1f4c48721
gnu: emacs-vterm: Update to 0-3.14e4afd.
...
* gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0-3.14e4afd.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-18 11:18:09 +02:00
Florian Pelz
125fc37e5f
doc: Clarify what propagated inputs are.
...
Fixes <https://bugs.gnu.org/26170 >.
* doc/guix.texi (package Reference)[package-propagated-inputs]: Clarify.
2020-09-18 09:03:38 +00:00
Morgan Smith
de4705d92d
gnu: adms: Update to 2.3.7.
...
* gnu/packages/engineering.scm (adms): Update to 2.3.7.
[source]: Change the url to github and use the git-fetch method.
[native-inputs]: Add "autoconf", "automake", "libtool", "perl" and
"perl-xml-libxml".
[home-page]: Use the github page.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-18 09:48:45 +02:00
Greg Hogan
ff128dc633
gnu: python-networkx: Update to 2.5.
...
* gnu/packages/python-xyz.scm (python-networkx): Update to 2.5.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-18 09:33:44 +02:00
Vinicius Monego
13ba3dc8a3
gnu: Add cozy.
...
* gnu/packages/ebook.scm (cozy): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-18 09:12:02 +02:00
Greg Hogan
c59e9f0a03
gnu: openblas: Update to 0.3.10.
...
* gnu/packages/maths.scm (openblas): Update to 0.3.10.
[source]: Fetch from github.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-18 08:57:48 +02:00
Ludovic Courtès
98b89f4321
gnu: gnome-settings-daemon: Add "guix gc" to low disk space notification.
...
* gnu/packages/patches/gnome-settings-daemon-gc.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (gnome-settings-daemon)[source]: Use it.
2020-09-18 08:45:40 +02:00
Ludovic Courtès
5ce6c2d91d
gnu: gnome-settings-daemon: Record absolute file name of Baobab.
...
* gnu/packages/gnome.scm (gnome-settings-daemon)[arguments]: Add
'set-baobab-file-name' phase.
[inputs]: Add BAOBAB.
2020-09-18 08:44:48 +02:00
Ludovic Courtès
13a5d9f9e3
gnu: purple-mattermost: Update to 1.2-0.158ce20.
...
* gnu/packages/messaging.scm (purple-mattermost): Update to commit 158ce20.
2020-09-18 08:44:48 +02:00
Leo Famulari
679d5e6b3d
gnu: Properly credit Konrad Hinsen.
...
This is a followup to commit a96873565d .
* gnu/packages/python-web.scm: Update list of copyright holders.
2020-09-17 13:28:03 -04:00
Konrad Hinsen
a96873565d
gnu: Add python-requests-ftp.
...
* gnu/packages/python-web.scm (python-requests-ftp): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-09-17 13:25:36 -04:00
Eric Bavier
34d150dcb2
gnu: hdf5: Update to 1.10.7.
...
Fixes CVE-2018-13870, CVE-2018-13869 and CVE-2018-17435.
* gnu/packages/maths.scm (hdf5-1.10): Update to 1.10.7.
2020-09-17 11:37:02 -05:00
Paul Garlick
94ca1e19b3
gnu: Add texlive-units.
...
* gnu/packages/tex.scm (texlive-units): New variable.
2020-09-17 16:21:28 +01:00
Vinicius Monego
9911dc10e2
gnu: python-libsass: Update to 0.20.1.
...
* gnu/packages/python-xyz.scm (python-libsass): Update to 0.20.1.
[arguments]: Enable test that failed in the previous version.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-17 16:18:00 +02:00
Greg Hogan
b96f4f0995
gnu: openmpi: Update to 4.0.5.
...
* gnu/packages/mpi.scm (openmpi): Update to 4.0.5.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-17 16:18:00 +02:00
Jelle Licht
9e59ae320e
gnu: emacs-counsel-projectile: Update to 0.3.1.
...
* gnu/packages/emacs-xyz.scm (emacs-counsel-projectile): Update to 0.3.1.
2020-09-17 14:19:41 +02:00
Tobias Geerinckx-Rice
88c7175161
gnu: grammalecte: Update to 1.12.2.
...
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.12.2.
2020-09-17 14:10:43 +02:00
Morgan Smith
cabac732de
guix-install.sh: Support OpenRC.
...
* etc/guix-install.sh (chk_init_sys): Detect OpenRC.
(sys_enable_guix_daemon): Install & enable the Guix daemon on such
systems.
* etc/openrc/guix-daemon.in: New file.
* nix/local.mk: Add a rule for it.
(openrcservicedir, nodist_openrcservice_DATA): New variables.
(CLEANFILES, EXTRA_DIST): Add them.
* .gitignore: Ignore etc/openrc/guix-daemon.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-09-17 14:10:42 +02:00
Morgan Smith
f72bafe32d
guix-install.sh: Be POSIX-compliant.
...
* etc/guix-install.sh (guix_get_bin_list): Call grep with an extended
regular expression instead of a non-POSIX Perl regular expression.
(sys_create_store): Remove ‘--warning=no-timestamp’ argument to tar.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-09-17 14:10:42 +02:00
Tobias Geerinckx-Rice
1306283843
gnu: easyrpg-player: Update to 0.6.2.2.
...
* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.2.2.
2020-09-17 14:10:42 +02:00
Tobias Geerinckx-Rice
dc2f0e703a
gnu: python-psycopg2: Update to 2.8.6.
...
* gnu/packages/databases.scm (python-psycopg2): Update to 2.8.6.
2020-09-17 14:10:42 +02:00
Arne Babenhauserheide
8b030edf02
gnu: guile-wisp: Update to 1.0.3
...
* gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.3.
[source]: Access via hg and change from bitbucket to hg.sr.ht.
[arguments]: Replace 'bootstrap phase; remove Guile 3 patch
because Guile 3 is supported in 1.0.3.
[native-inputs]: Add autoconf and automake.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-17 13:45:43 +02:00
Konrad Hinsen
731354b8d7
gnu: Add python-pypandoc.
...
* gnu/packages/python-xyz.scm (python-pypandoc): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-17 11:41:47 +02:00
Mathieu Othacehe
cc5f9348b8
gnu: cuirass: Update to 0.0.1-46.89f0dbc.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-46.89f0dbc.
2020-09-17 10:45:38 +02:00
Efraim Flashner
6feb7a2107
gnu: vim-airline: Don't install tests.
...
* gnu/packages/vim.scm (vim-airline)[arguments]: Adjust install-plan to
not install tests.
2020-09-17 00:25:42 +03:00
Tobias Geerinckx-Rice
a765b7b043
gnu: bind: Update to 9.16.7.
...
* gnu/packages/dns.scm (isc-bind): Update to 9.16.7.
2020-09-16 23:21:17 +02:00
Vinicius Monego
8d557d4167
gnu: Add emacs-sbt-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-sbt-mode): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-09-16 22:26:28 +02:00
Vinicius Monego
98dc073afc
gnu: emacs-fountain-mode: Update to 3.3.0.
...
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.3.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-09-16 22:18:27 +02:00
Morgan Smith
67b1ca4283
gnu: Add emacs-eshell-syntax-highlighting.
...
* gnu/packages/emacs-xyz.scm (emacs-eshell-syntax-highlighting): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-09-16 22:06:06 +02:00
Pierre Langlois
891b045f38
gnu: mailutils: Fix unitialized variable in readmsg.
...
Fixes <https://bugs.gnu.org/43088 >.
* gnu/packages/patches/mailutils-fix-uninitialized-variable.patch: New
file.
* gnu/packages/mail.scm (mailutils)[source]: Add patch.
* gnu/local.mk (dist_patch_DATA): Register patch.
2020-09-16 19:55:14 +01:00
Konrad Hinsen
d7f7ed39be
repl: Look for script files in (getcwd).
...
Fixes <https://bugs.gnu.org/43331 >.
* guix/scripts/repl.scm (guix-repl): Replace "." by (getcwd)
* tests/guix-repl.sh: Add test.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2020-09-16 16:04:01 +02:00
Tobias Geerinckx-Rice
7194b63833
gnu: youtube-dl: Refer to ffmpeg.
...
Addresses <https://issues.guix.gnu.org/43418 >.
* gnu/packages/video.scm (youtube-dl)[inputs]: Add ffmpeg.
[arguments]: Fall back to input ffmpeg instead of searching $PATH.
2020-09-16 13:50:21 +02:00
Paul Garlick
5674ea45a3
gnu: Add texlive-todonotes.
...
* gnu/packages/tex.scm (texlive-todonotes): New variable.
2020-09-16 12:22:59 +01:00
Jan (janneke) Nieuwenhuizen
b85863f7ce
gnu: commencement: bash-mesboot0: Break store file-name in comment.
...
Fixes <https://bugs.gnu.org/43005 >.
Reported by Vagrant Cascadian <vagrant@debian.org >.
* gnu/packages/commencement.scm (bash-mesboot0)[arguments]: Break store file
name in comment and add unquoted string-append to silence the
’assert-no-store-file-names’ check. The store file name check is really meant
for code; this file name was unfortunately used is a comment.
2020-09-16 12:43:36 +02:00
Pierre Neidhardt
9e7b2658d9
gnu: sbcl-hu.dwim.common: Fix missing description.
...
* gnu/packages/lisp-xyz.scm (sbcl-hu.dwim.common)[description]: Repeat the
synopsis since there is nothing more to say about this library.
2020-09-16 09:54:53 +02:00
Gabriel Arazas
feb657d244
gnu: Add rust-ansi-colours-1.
...
* gnu/packages/crates-io.scm (rust-ansi-colours-1): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-16 09:46:48 +03:00
Gabriel Arazas
c034fcd27f
gnu: Add rust-delta-e-0.2.
...
* gnu/packages/crates-io.scm (rust-delta-e-0.2): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-16 09:43:17 +03:00
Gabriel Arazas
833dfde76e
gnu: Add rust-lab-0.8, rust-lab-0.7, rust-lab-0.4.
...
* gnu/packages/crates-io.scm (rust-lab-0.8, rust-lab-0.7,
rust-lab-0.4): New variables.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-16 09:38:54 +03:00
Leo Famulari
cca5720f41
gnu: Fix fetching the linux-libre deblobbing script.
...
This is a followup to commit 105a037090 .
* gnu/packages/linux.scm (linux-libre-deblob-scripts): Truncate the version in
the file-name, not the source URI.
2020-09-15 23:21:57 -04:00
Tobias Geerinckx-Rice
3c9294c05f
gnu: gnome-bluetooth: Update to 3.34.1.
...
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.1.
2020-09-16 00:29:40 +02:00
Tobias Geerinckx-Rice
d6f1e81356
gnu: libimagequant: Update to 2.12.6.
...
* gnu/packages/image.scm (libimagequant): Update to 2.12.6.
2020-09-16 00:29:39 +02:00
Tobias Geerinckx-Rice
6a638349a0
gnu: tor: Update to 0.4.4.5.
...
* gnu/packages/tor.scm (tor): Update to 0.4.4.5.
2020-09-15 23:36:44 +02:00
Tobias Geerinckx-Rice
6564ffd7ad
gnu: surgescript: Update to 0.5.4.4.
...
* gnu/packages/game-development.scm (surgescript): Update to 0.5.4.4.
2020-09-15 23:36:43 +02:00
Tobias Geerinckx-Rice
c4593535ea
gnu: waylandpp: Update to 0.2.8.
...
* gnu/packages/freedesktop.scm (waylandpp): Update to 0.2.8.
2020-09-15 23:36:43 +02:00
Tobias Geerinckx-Rice
fac43c9259
gnu: homebank: Update to 5.4.3.
...
* gnu/packages/finance.scm (homebank): Update to 5.4.3.
2020-09-15 23:36:42 +02:00
Tobias Geerinckx-Rice
afb3fed9c7
gnu: dico: Update to 2.10.
...
* gnu/packages/dico.scm (dico): Update to 2.10.
2020-09-15 23:36:42 +02:00
Tobias Geerinckx-Rice
e4574a66fe
gnu: python-pbkdf2: Fix typo in description.
...
* gnu/packages/python-xyz.scm (python-pbkdf2)[description]: Fix typo.
2020-09-15 20:59:16 +02:00
Tobias Geerinckx-Rice
49478f9dbd
gnu: dump: Fix typo in description.
...
* gnu/packages/backup.scm (dump)[description]: Fix typo.
2020-09-15 20:59:15 +02:00
Tobias Geerinckx-Rice
04912d4f9f
gnu: cryptsetup: Update to 2.3.4.
...
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.4.
2020-09-15 20:59:15 +02:00
Leo Prikler
757764b797
gnu: Add gtranslator.
...
* gnu/packages/gnome.scm (gtranslator): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-15 20:52:11 +02:00
Leo Prikler
9ede39d64f
gnu: Add libgda.
...
* gnu/packages/gnome.scm (libgda): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-15 20:52:11 +02:00
Mike Rosset
52139ce5b7
gnu: jack-2: Update to 1.9.14.
...
* gnu/packages/audio.scm (jack-2): Update to 1.9.14.
[arguments]: Add environment variable to phase 'set-linkflags.
Signed-off-by: Andreas Enge <andreas@enge.fr >
2020-09-15 20:07:52 +02:00
Ludovic Courtès
f5163902d7
gnu: guix: Update to 1c21468.
...
* gnu/packages/package-management.scm (guix): Update to 1c21468 .
2020-09-15 15:29:30 +02:00
Tobias Geerinckx-Rice
e880e63740
gnu: fio: Update to 3.23.
...
* gnu/packages/benchmark.scm (fio): Update to 3.23.
2020-09-15 14:57:07 +02:00
Tobias Geerinckx-Rice
6493d0eec4
gnu: htop: Update to 3.0.2.
...
* gnu/packages/admin.scm (htop): Update to 3.0.2.
[native-inputs]: Remove python-wrapper.
2020-09-15 14:57:07 +02:00
Tobias Geerinckx-Rice
9d1af83e0b
import: cpan: Export cpan-release-module.
...
* guix/import/cpan.scm: Fix typo.
2020-09-15 14:57:06 +02:00
Gabriel Arazas
1c21468c7a
gnu: Add goxel.
...
* gnu/packages/graphics.scm (goxel): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-15 14:40:20 +02:00
Ludovic Courtès
b911d65474
authenticate: Encode strings as ISO-8859-1.
...
Fixes <https://bugs.gnu.org/43421 >.
* guix/scripts/authenticate.scm (read-command): Decode strings as
ISO-8859-1, not UTF-8.
(guix-authenticate)[send-reply]: Encode strings as ISO-8859-1, not
UTF-8.
* tests/guix-authenticate.sh: Add test.
2020-09-15 14:40:20 +02:00
Ludovic Courtès
1b157bbef0
services: bitlbee: Support libpurple plugins.
...
* gnu/services/messaging.scm (bitlbee-shepherd-service): Pass
PURPLE_PLUGIN_PATH as #:environment-variables.
2020-09-15 14:40:20 +02:00
Pierre Neidhardt
6e05adbb8f
gnu: sbcl-trivial-clipboard: Update to 20200904.
...
* gnu/packages/lisp-xyz.scm (sbcl-trivial-clipboard): Update to 20200904.
2020-09-15 13:26:00 +02:00
Efraim Flashner
a8360892d7
gnu: waybar: Fix build.
...
Reported by bdju.
* gnu/packages/pretty-print.scm (fmt-6): New variable.
* gnu/packages/wm.scm (waybar)[inputs]: Replace fmt with fmt-6.
2020-09-15 12:02:28 +03:00
Nicolas Goaziou
b10edcb9d4
gnu: emacs-org: Update to 9.4.
...
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.4.
(emacs-org-contrib): Update to 20200914.
2020-09-15 09:21:15 +02:00
Efraim Flashner
af4c633bbb
gnu: roffit: Adjust install phase.
...
* gnu/packages/groff.scm (roffit)[arguments]: Remove make-flags. Remove
custom 'pre-install phase. Replace 'install phase to also install
manpage.
2020-09-15 09:41:37 +03:00
Efraim Flashner
8aea855ac1
gnu: roffit: Wrap binary.
...
Fixes <https://debbugs.gnu.org/43306 >.
* gnu/packages/groff.scm (roffit)[arguments]: Add 'wrap-binary phase to
help find perl libraries.
2020-09-15 09:37:18 +03:00
Ricardo Wurmus
818237d947
gnu: bsequencer: Update to 1.8.0.
...
* gnu/packages/music.scm (bsequencer): Update to 1.8.0.
2020-09-15 01:40:54 +02:00
Oleg Pykhalov
f6dfe42129
services: docker: Fix service definition.
...
This commit follows a404716d41 .
* gnu/services/docker.scm
(docker-configuration)[docker-cli]: New record field.
(docker-service-type): Use this.
* doc/guix.texi (Miscellaneous Services)[Docker Service]: Document this.
2020-09-15 01:10:55 +03:00
Prafulla Giri
8ba70a6ad3
gnu: kdenlive: Change source URL to follow permanent redirection.
...
* gnu/packages/kde.scm (kdenlive)[source]: Change url to follow
permanent redirection.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-14 23:04:11 +02:00
Prafulla Giri
e33a1e546a
gnu: kde: kdenlive: Make breeze theme available at runtime.
...
* gnu/packages/kde.scm (kdenlive):
[inputs]: Add breeze.
[arguments]: In wrap-program phase, add XDG_DATA_DIRS to include
the 'share' sub-directory of the package breeze.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-14 23:04:11 +02:00
Sébastien Lerique
0d63abebd1
gnu: Add ripmime.
...
* gnu/packages/mail.scm (ripmime): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-14 23:04:10 +02:00
Ludovic Courtès
6cb573889b
gnu: guix: Update to 846403e.
...
* gnu/packages/package-management.scm (guix): Update to 846403e .
2020-09-14 23:04:10 +02:00
Efraim Flashner
a404716d41
services: docker: Fix service definition.
...
This is a follow-up to 8422a67dc1 .
* gnu/services/docker.scm (docker-service-type): Use a composed list for
packages in profile-service-type.
2020-09-14 23:22:34 +03:00
Efraim Flashner
276ab588a8
gnu: maven-compiler-plugin: Don't use unstable tarball.
...
* gnu/packages/maven.scm (maven-compiler-plugin)[source]: Download using
git-fetch.
2020-09-14 23:13:22 +03:00
Efraim Flashner
7cd50ad7fa
gnu: maven-resources-plugin: Don't use unstable tarball.
...
* gnu/packages/maven.scm (maven-resources-plugin)[source]: Download
using git-fetch.
2020-09-14 23:13:22 +03:00
Efraim Flashner
05cd8837eb
gnu: maven-jar-plugin: Don't use unstable tarball.
...
* gnu/packages/maven.scm (maven-jar-plugin)[source]: Download using
git-fetch.
2020-09-14 23:13:22 +03:00
Efraim Flashner
819ead3592
gnu: java-hdrhistogram: Don't use unstable tarball.
...
* gnu/packages/java.scm (java-hdrhistogram)[source]: Download using
git-fetch.
[arguments]: Add phase to make source writable.
2020-09-14 23:13:22 +03:00
Ricardo Wurmus
3159fcf145
gnu: r-wgcna: Move to (gnu packages bioconductor).
...
This is a follow-up to commit 6e0ab26f31 .
* gnu/packages/cran.scm (r-wgcna): Move from here...
* gnu/packages/bioconductor.scm (r-wgcna): ...to here.
2020-09-14 21:40:15 +02:00
zimoun
3292f6eda0
gnu: r-fithic: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-fithic): Move from here...
* gnu/packages/bioconductor.scm (r-fithic): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-14 21:40:15 +02:00
zimoun
7df42d3774
gnu: r-hitc: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-hitc): Move from here...
* gnu/packages/bioconductor.scm (r-hitc): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-14 21:40:15 +02:00
zimoun
63b75c01c2
gnu: r-hdf5array: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-hdf5array): Move from here...
* gnu/packages/bioconductor.scm (r-hdf5array): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-14 21:40:10 +02:00
zimoun
c61268c1b7
gnu: r-rhdf5lib: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-rhdf5lib): Move from here...
* gnu/packages/bioconductor.scm (r-rhdf5lib): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-14 21:39:33 +02:00
zimoun
8863c14cd8
gnu: r-beachmat: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-beachmat): Move from here...
* gnu/packages/bioconductor.scm (r-beachmat): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-14 21:39:30 +02:00
zimoun
916a3e59ab
gnu: r-singlecellexperiment: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-singlecellexperiment): Move from here...
* gnu/packages/bioconductor.scm (r-singlecellexperiment): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-14 21:39:27 +02:00
zimoun
6b1946b334
gnu: r-scater: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-scater): Move from here...
* gnu/packages/bioconductor.scm (r-scater): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-14 21:39:24 +02:00
zimoun
1193b77e60
gnu: r-scran: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-scran): Move from here...
* gnu/packages/bioconductor.scm (r-scran): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-14 21:39:22 +02:00
zimoun
8c7c6db408
gnu: r-delayedmatrixstats: Move to (gnu packages bioconductor).
...
* gnu/packages/bioinformatics.scm (r-delayedmatrixstats): Move from here...
* gnu/packages/bioconductor.scm (r-delayedmatrixstats): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-14 21:39:19 +02:00
zimoun
b3a998374c
gnu: r-rgraphviz: Move to (gnu packages bioconductor).
...
* gnu/packages/graph.scm (r-rgraphviz): Move from here...
* gnu/packages/bioconductor.scm (r-rgraphviz): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-14 21:39:16 +02:00
zimoun
6e0ab26f31
gnu: r-preprocesscore: Move to (gnu packages bioconductor).
...
* gnu/packages/statistics.scm (r-preprocesscore): Move from here...
* gnu/packages/bioconductor.scm (r-preprocesscore): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-14 21:39:12 +02:00
zimoun
f4d920b9f7
gnu: r-fourcseq: Move to (gnu packages bioconductor).
...
* gnu/packages/cran.scm (r-fourcseq): Move from here...
* gnu/packages/bioconductor.scm (r-fourcseq): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-14 21:39:00 +02:00
Ricardo Wurmus
62881beb4d
gnu: r-rgraphviz: Build reproducibly.
...
Fixes <https://bugs.gnu.org/43398 >.
* gnu/packages/graph.scm (r-rgraphviz)[arguments]: Add phase
"make-reproducible".
2020-09-14 21:25:17 +02:00
Ricardo Wurmus
d60739dff2
gnu: r-quantreg: Update to 5.67.
...
* gnu/packages/statistics.scm (r-quantreg): Update to 5.67.
2020-09-14 19:07:47 +02:00
Ricardo Wurmus
2feb943558
gnu: r-cowplot: Update to 1.1.0.
...
* gnu/packages/statistics.scm (r-cowplot): Update to 1.1.0.
[native-inputs]: Add r-knitr.
2020-09-14 19:07:47 +02:00
Ricardo Wurmus
90ff99d9c5
gnu: r-rcpparmadillo: Update to 0.9.900.3.0.
...
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.900.3.0.
2020-09-14 19:07:47 +02:00
Ricardo Wurmus
995641369e
gnu: r-ggdendro: Update to 0.1.22.
...
* gnu/packages/statistics.scm (r-ggdendro): Update to 0.1.22.
2020-09-14 19:07:47 +02:00
Ricardo Wurmus
7e2aa0efba
gnu: r-stringi: Update to 1.5.3.
...
* gnu/packages/statistics.scm (r-stringi): Update to 1.5.3.
2020-09-14 19:07:47 +02:00
Ricardo Wurmus
98f76dbcfb
gnu: r-mass: Update to 7.3-53.
...
* gnu/packages/statistics.scm (r-mass): Update to 7.3-53.
2020-09-14 19:07:47 +02:00
Ricardo Wurmus
1c1b941902
gnu: r-diversitree: Update to 0.9-14.
...
* gnu/packages/cran.scm (r-diversitree): Update to 0.9-14.
2020-09-14 19:07:47 +02:00
Ricardo Wurmus
8731d274ae
gnu: r-seurat: Update to 3.2.1.
...
* gnu/packages/cran.scm (r-seurat): Update to 3.2.1.
[propagated-inputs]: Remove r-ape; add r-matrixstats.
2020-09-14 19:07:47 +02:00
Ricardo Wurmus
e6711231ed
gnu: r-rfast: Update to 2.0.1.
...
* gnu/packages/cran.scm (r-rfast): Update to 2.0.1.
2020-09-14 19:07:47 +02:00
Ricardo Wurmus
0982ffa898
gnu: r-scatterpie: Update to 0.1.5.
...
* gnu/packages/cran.scm (r-scatterpie): Update to 0.1.5.
2020-09-14 19:07:47 +02:00
Ricardo Wurmus
df2210be8b
gnu: r-forecast: Update to 8.13.
...
* gnu/packages/cran.scm (r-forecast): Update to 8.13.
2020-09-14 19:07:47 +02:00
Ricardo Wurmus
ad10a45225
gnu: r-gamlss: Update to 5.2-0.
...
* gnu/packages/cran.scm (r-gamlss): Update to 5.2-0.
2020-09-14 19:07:47 +02:00
Ricardo Wurmus
bf37420fe7
gnu: r-parameters: Update to 0.8.5.
...
* gnu/packages/cran.scm (r-parameters): Update to 0.8.5.
2020-09-14 19:07:47 +02:00
Ricardo Wurmus
515b746945
gnu: r-systemfonts: Update to 0.3.1.
...
* gnu/packages/cran.scm (r-systemfonts): Update to 0.3.1.
2020-09-14 19:07:46 +02:00
Ricardo Wurmus
3f67fb11cf
gnu: r-dalex: Update to 2.0.
...
* gnu/packages/cran.scm (r-dalex): Update to 2.0.
2020-09-14 19:07:46 +02:00
Ricardo Wurmus
ef59d57841
gnu: r-sf: Update to 0.9-6.
...
* gnu/packages/cran.scm (r-sf): Update to 0.9-6.
2020-09-14 19:07:46 +02:00
Ricardo Wurmus
b426f79602
gnu: r-deldir: Update to 0.1-29.
...
* gnu/packages/cran.scm (r-deldir): Update to 0.1-29.
2020-09-14 19:07:46 +02:00
Ricardo Wurmus
0435f7eec1
gnu: r-shinyjs: Update to 2.0.0.
...
* gnu/packages/cran.scm (r-shinyjs): Update to 2.0.0.
[native-inputs]: Add r-knitr.
2020-09-14 19:07:46 +02:00
Ricardo Wurmus
11f448ba74
gnu: r-etm: Update to 1.1.1.
...
* gnu/packages/cran.scm (r-etm): Update to 1.1.1.
2020-09-14 19:07:46 +02:00
Ricardo Wurmus
ffe714b5f4
gnu: r-fields: Update to 11.4.
...
* gnu/packages/cran.scm (r-fields): Update to 11.4.
2020-09-14 19:07:46 +02:00
Ricardo Wurmus
0f93324a83
gnu: r-rnifti: Update to 1.2.2.
...
* gnu/packages/cran.scm (r-rnifti): Update to 1.2.2.
2020-09-14 19:07:46 +02:00
Ricardo Wurmus
0b73771ad9
gnu: r-misc3d: Update to 0.9-0.
...
* gnu/packages/cran.scm (r-misc3d): Update to 0.9-0.
2020-09-14 19:07:46 +02:00
Ricardo Wurmus
015e15c836
gnu: r-rcpphnsw: Update to 0.3.0.
...
* gnu/packages/cran.scm (r-rcpphnsw): Update to 0.3.0.
2020-09-14 19:07:46 +02:00
Ricardo Wurmus
a1e92714ce
gnu: r-ggeffects: Update to 0.16.0.
...
* gnu/packages/cran.scm (r-ggeffects): Update to 0.16.0.
2020-09-14 19:07:46 +02:00
Ricardo Wurmus
7975d2c3b8
gnu: r-performance: Update to 0.5.0.
...
* gnu/packages/cran.scm (r-performance): Update to 0.5.0.
2020-09-14 19:07:46 +02:00
Ricardo Wurmus
5efeef3f01
gnu: r-mosaicdata: Update to 0.20.1.
...
* gnu/packages/cran.scm (r-mosaicdata): Update to 0.20.1.
2020-09-14 19:07:46 +02:00
Ricardo Wurmus
9e3712958f
gnu: r-mosaiccore: Update to 0.8.0.
...
* gnu/packages/cran.scm (r-mosaiccore): Update to 0.8.0.
[propagated-inputs]: Remove r-lazyeval.
2020-09-14 19:07:46 +02:00
Ricardo Wurmus
6880269b94
gnu: r-flextable: Update to 0.5.11.
...
* gnu/packages/cran.scm (r-flextable): Update to 0.5.11.
2020-09-14 19:07:45 +02:00
Ricardo Wurmus
07c1620f81
gnu: r-insight: Update to 0.9.5.
...
* gnu/packages/cran.scm (r-insight): Update to 0.9.5.
2020-09-14 19:07:45 +02:00
Ricardo Wurmus
9a22da3790
gnu: r-officer: Update to 0.3.14.
...
* gnu/packages/cran.scm (r-officer): Update to 0.3.14.
2020-09-14 19:07:45 +02:00
Ricardo Wurmus
16cc10eafb
gnu: r-extradistr: Update to 1.9.1.
...
* gnu/packages/cran.scm (r-extradistr): Update to 1.9.1.
2020-09-14 19:07:45 +02:00
Ricardo Wurmus
8d8db33f71
gnu: r-tsa: Update to 1.3.
...
* gnu/packages/cran.scm (r-tsa): Update to 1.3.
[propagated-inputs]: Add r-tseries.
2020-09-14 19:07:45 +02:00
Ricardo Wurmus
60e4d97295
gnu: r-xfun: Update to 0.17.
...
* gnu/packages/cran.scm (r-xfun): Update to 0.17.
2020-09-14 19:07:45 +02:00
Ricardo Wurmus
cb4243eaba
gnu: r-processx: Update to 3.4.4.
...
* gnu/packages/cran.scm (r-processx): Update to 3.4.4.
2020-09-14 19:07:45 +02:00
Ricardo Wurmus
302dacec7e
gnu: r-xts: Update to 0.12.1.
...
* gnu/packages/cran.scm (r-xts): Update to 0.12.1.
2020-09-14 19:07:45 +02:00
Ricardo Wurmus
dee6078a86
gnu: r-psych: Update to 2.0.8.
...
* gnu/packages/cran.scm (r-psych): Update to 2.0.8.
2020-09-14 19:07:45 +02:00
Ricardo Wurmus
c5199f2918
gnu: r-inline: Update to 0.3.16.
...
* gnu/packages/cran.scm (r-inline): Update to 0.3.16.
2020-09-14 19:07:45 +02:00
Ricardo Wurmus
5473d23f59
gnu: r-lmtest: Update to 0.9-38.
...
* gnu/packages/cran.scm (r-lmtest): Update to 0.9-38.
2020-09-14 19:07:45 +02:00
Ricardo Wurmus
54c91e4a66
gnu: r-shape: Update to 1.4.5.
...
* gnu/packages/cran.scm (r-shape): Update to 1.4.5.
2020-09-14 19:07:45 +02:00
Ricardo Wurmus
8c7a185779
gnu: r-jsonlite: Update to 1.7.1.
...
* gnu/packages/cran.scm (r-jsonlite): Update to 1.7.1.
2020-09-14 19:07:45 +02:00
Ricardo Wurmus
adde909369
gnu: r-callr: Update to 3.4.4.
...
* gnu/packages/cran.scm (r-callr): Update to 3.4.4.
2020-09-14 19:07:44 +02:00
Ricardo Wurmus
c629dce1df
gnu: r-ggpmisc: Update to 0.3.6.
...
* gnu/packages/cran.scm (r-ggpmisc): Update to 0.3.6.
[propagated-inputs]: Add r-glue.
2020-09-14 19:07:44 +02:00
Ricardo Wurmus
e1ce10e385
gnu: r-activedriverwgs: Update to 1.1.0.
...
* gnu/packages/bioconductor.scm (r-activedriverwgs): Update to 1.1.0.
[propagated-inputs]: Remove r-plyr.
[native-inputs]: Add r-knitr.
2020-09-14 19:07:44 +02:00
Mathieu Othacehe
327f6aec55
gnu: emacs-esup: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-esup): Update to 0.7.1-1.0de8af8.
[native-inputs]: Add "emacs-buttercup" and "emacs-undercover", remove
"emacs-el-mock".
[propagated-inputs]: Add "emacs-dash".
[arguments]: Fix testing.
2020-09-14 18:12:41 +02:00
Alexandros Theodotou
913faed8ba
gnu: Add lsp-dsp-lib.
...
* gnu/packages/audio.scm (lsp-dsp-lib): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-14 17:23:32 +03:00
Efraim Flashner
8422a67dc1
services: docker: Make docker command available.
...
* gnu/services/docker.scm (docker-service-type): Extend the
profile-service-type and add the docker-cli package.
2020-09-14 17:21:16 +03:00
Efraim Flashner
ef7381f463
doc: Fix docker configuration options.
...
* doc/guix.texi (Docker Service): Fix typo in enable-proxy? default.
2020-09-14 17:21:12 +03:00
Ryan Prior
4a2cb3fa0e
gnu: Add quickjs.
...
* gnu/packages/javascript.scm (quickjs): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-14 16:12:36 +02:00
Ludovic Courtès
846403ef62
ui: 'show-what-to-build' displays download estimate more prominently.
...
* guix/ui.scm (show-what-to-build): When VERBOSITY is 1, add a newline
before the "would/will be downloaded" line, and wrap that message in
'highlight'.
2020-09-14 15:42:56 +02:00
Ludovic Courtès
8eeeedcb35
tests: Remove one 'delete-paths' call in 'tests/store.scm'.
...
This makes the test slightly less expensive.
* tests/store.scm ("add-text-to-store vs. delete-paths")
("add-to-store vs. delete-paths"): Delete and merge into...
("add-text-to-store/add-to-store vs. delete-paths"): ... this test.
2020-09-14 15:42:56 +02:00
Ludovic Courtès
7d516c17da
authenticate: Cache the ACL and key pairs.
...
In practice we're always using the same key pair,
/etc/guix/signing-key.{pub,sec}. Keeping them in cache allows us to
avoid redundant I/O and parsing when signing multiple store items in a
row.
* guix/scripts/authenticate.scm (load-key-pair): New procedure.
(sign-with-key): Remove 'key-file' parameter and add 'public-key' and
'secret-key'. Adjust accordingly.
(validate-signature): Add 'acl' parameter and pass it to
'authorized-key?'.
(guix-authenticate)[call-with-reply]: New procedure.
[with-reply]: New macro.
Call 'current-acl' upfront and cache its result. Add 'key-pairs' as an
argument to 'loop' and use it as a cache of key pairs.
2020-09-14 15:42:55 +02:00
Ludovic Courtès
64cf660f87
daemon: Spawn 'guix authenticate' once for all.
...
Previously, we'd spawn 'guix authenticate' once for each item that has
to be signed (when exporting) or authenticated (when importing). Now,
we spawn it once for all and then follow a request/reply protocol. This
reduces the wall-clock time of:
guix archive --export -r $(guix build coreutils -d)
from 30s to 2s.
* guix/scripts/authenticate.scm (sign-with-key): Return the signature
instead of displaying it. Raise a &formatted-message instead of calling
'leave'.
(validate-signature): Likewise.
(read-command): New procedure.
(define-enumerate-type, reply-code): New macros.
(guix-authenticate)[send-reply]: New procedure.
Change to read commands from current-input-port.
* nix/libstore/local-store.cc (runAuthenticationProgram): Remove.
(authenticationAgent, readInteger, readAuthenticateReply): New
functions.
(signHash, verifySignature): Rewrite in terms of the agent.
* tests/store.scm ("import not signed"): Remove 'pk' call.
("import signed by unauthorized key"): Check the error message of C.
* tests/guix-authenticate.sh: Rewrite using the new protocol.
fixlet
2020-09-14 15:42:55 +02:00
Ludovic Courtès
ee9dff34f9
daemon: Move 'Agent' to libutil.
...
* nix/libstore/build.cc (DerivationGoal::tryBuildHook): Add "offload" to
'args' and pass settings.guixProgram as the first argument to
Agent::Agent.
(pathNullDevice, commonChildInit, Agent, Agent::Agent)
(Agent::~Agent): Move to...
* nix/libutil/util.cc: ... here.
* nix/libutil/util.hh (struct Agent, commonChildInit): New
declarations.
2020-09-14 15:42:55 +02:00
Ludovic Courtès
27cc51c269
daemon: Isolate signing and signature verification functions.
...
* nix/libstore/local-store.cc (signHash, verifySignature): New
functions.
(LocalStore::exportPath): Use 'signHash' instead of inline code.
(LocalStore::importPath): Use 'verifySignature' instead of inline code.
2020-09-14 15:42:55 +02:00
Ludovic Courtès
7809071c82
daemon: Generalize 'HookInstance' to 'Agent'.
...
* nix/libstore/build.cc (HookInstance): Rename to...
(Agent): ... this. Rename 'toHook' and 'fromHook' similarly and update
users. Change constructor to require a command and an argument list.
(DerivationGoal::tryBuildHook): Pass arguments to the 'Agent'
constructor.
2020-09-14 15:42:55 +02:00
Paul Garlick
735808b12c
guix: Fix download-svn-to-store.
...
* guix/svn-download.scm (download-svn-to-store): Add a subdirectory to
the download path. The subdirectory is used as the target for the 'svn
export' command, avoiding a 'directory exists' error when attempting to
use the parent directory directly.
2020-09-14 14:24:29 +01:00
Mathieu Othacehe
bc5dcd9ef5
gnu: cuirass: Update to 0.0.1-45.cf11b73.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-45.cf11b73.
2020-09-14 14:43:33 +02:00
Stefan
8c4f1aa85f
gnu: grub: Support loading files from TFTP if the root filesystem is NFS.
...
* gnu/bootloader/grub.scm (grub-root-search): Set the root to "(tftp)" if
the searched-for file is stored on NFS.
2020-09-14 14:25:04 +02:00
Ricardo Wurmus
f6807498be
gnu: Add altermime.
...
* gnu/packages/mail.scm (altermime): New variable.
2020-09-14 13:17:46 +02:00
zimoun
c22c6de453
gnu: rapicorn: Use pandoc instead of ghc-pandoc.
...
* gnu/packages/graphics.scm (rapicorn)[native-inputs]: Replace ghc-pandoc with
pandoc.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-14 10:51:27 +02:00
zimoun
885332832c
gnu: ganeti: Use pandoc instead of ghc-pandoc.
...
* gnu/packages/text-editors.scm (ganeti)[native-inputs]: Replace ghc-pandoc
with pandoc.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-14 10:51:27 +02:00
zimoun
5dc5a3116b
gnu: manuskript: Use pandoc instead of ghc-pandoc.
...
* gnu/packages/text-editors.scm (manuskript)[inputs]: Replace ghc-pandoc with
pandoc.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-14 10:51:26 +02:00
zimoun
991c61678b
gnu: emacs-org-web-tools: Use pandoc instead of ghc-pandoc.
...
* gnu/packages/emacs-xyz.scm (emacs-org-webtools)[inputs]: Replace ghc-pandoc
with pandoc.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-14 10:51:26 +02:00
zimoun
d37279ee1e
gnu: emacs-ox-pandoc: Use pandoc instead of ghc-pandoc.
...
* gnu/packages/emacs-xyz.scm (emacs-ox-pandoc)[inputs]: Replace ghc-pandoc
with pandoc.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-14 10:51:26 +02:00
zimoun
8cc8e584ab
gnu: ruby-pandoc-ruby: Use pandoc instead of ghc-pandoc.
...
* gnu/packages/ruby.scm (ruby-pandoc-ruby)[native-inputs]: Replace ghc-pandoc
with pandoc.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-14 10:51:26 +02:00
Christopher Baines
2932591b8a
database: register-items: reduce transaction scope.
...
It was made transactional in a4678c6ba1 , with
the reasoning to prevent broken intermediate states from being visible. I
think this means something like an entry being in ValidPaths, but the Refs not
being inserted.
Using a transaction for this makes sense, but I think using one single
transaction for the whole register-items call is unnecessary to avoid broken
states from being visible, and could block other writes to the store database
while register-items is running. Because the deduplication and resetting
timestamps happens within the transaction as well, even though these things
don't involve the database, writes to the database will still be blocked while
this is happening.
To reduce the potential for register-items to block other writers to the
database for extended periods, this commit moves the transaction to just wrap
the call to sqlite-register. This is the one place where writes occur, so that
should prevent the broken intermediate states issue above. The one difference
this will make is some of the registered items will be visible to other
connections while others may be still being added. I think this is OK, as it's
equivalent to just registering different items.
* guix/store/database.scm (register-items): Reduce transaction scope.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-14 10:51:26 +02:00
Caleb Ristvedt
a05c31ab30
database: document extra registration requirements.
...
It's necessary that store items be locked and protected from garbage
collection while they are being registered. This documents that.
* guix/store/database.scm (register-path, register-items): document GC
protection and locking requirements.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-14 10:51:26 +02:00
Caleb Ristvedt
14c422c12c
deduplication: pass store directory to replace-with-link.
...
This causes with-writable-file to take into consideration the actual store
being used, as passed to 'deduplicate', rather than
whatever (%store-directory) may return.
* guix/store/deduplication.scm (replace-with-link): new keyword argument
'store'. Pass to with-writable-file.
(with-writable-file, call-with-writable-file): new store argument.
(deduplicate): pass store to replace-with-link.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-14 10:51:26 +02:00
Caleb Ristvedt
1d40e6fdd1
.dir-locals.el: fix call-with-{retrying-}transaction indenting.
...
* .dir-locals.el (call-with-transaction, call-with-retrying-transaction):
change scheme-indent-function property from 2 to 1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-14 10:51:26 +02:00
Pierre Neidhardt
24244f3fbf
gnu: python-wrapper: Mention pip in description.
...
* gnu/packages/python.scm (python-wrapper)[description]: Mention that `pip'
won't work properly if both python and python-wrapper are installed.
2020-09-14 10:35:05 +02:00
Danny Milosavljevic
2be5c2652a
build-system: linux-module: Delete some huge items that we probably don't need.
...
* guix/build-system/linux-module.scm (make-linux-module-builder): Delete
some huge items that we probably don't need.
2020-09-14 10:15:43 +02:00
Efraim Flashner
f165f7c9cb
gnu: sxiv: Use 'cc-for-target'.
...
* gnu/packages/image-viewers.scm (sxiv)[arguments]: Replace hard-coded
gcc substitution with cc-for-target in make-flags.
2020-09-14 10:30:42 +03:00
Efraim Flashner
858bb37a1d
gnu: sxiv: Install icons.
...
* gnu/packages/image-viewers.scm (sxiv)[arguments]: Add custom phase to
install icons.
2020-09-14 10:27:46 +03:00
Efraim Flashner
d67a3beb52
gnu: sxiv: Install desktop file.
...
* gnu/packages/image-viewers.scm (sxiv)[arguments]: Add custom
'install-desktop-file phase to install desktop file.
2020-09-14 10:25:34 +03:00
Gabriel Arazas
e641a95694
gnu: rofi: Update to 1.6.0.
...
* gnu/packages/xdisorg.scm (rofi): Update to 1.6.0.
[inputs]: Add libjpeg-turbo.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-14 10:08:24 +03:00
Robin Green
1042d269a7
gnu: Update coq and its dependents
...
* gnu/packages/coq.scm (coq): Update to 8.11.2
(coq-flocq): Update to 3.3.1
(coq-gappa): Update to 1.4.4
(coq-mathcomp): Update to 1.11.0
(coq-coquelicot): Update to 3.1.0
(coq-bignums): Update to 8.11.0
(coq-interval): Update to 4.0.0
(coq-equations): Update to 1.2.3
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-09-14 01:55:52 +02:00
Tobias Geerinckx-Rice
2cae49f9c9
gnu: youtube-dl: Update to 2020.09.14.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.09.14.
2020-09-14 00:55:34 +02:00
Tobias Geerinckx-Rice
d392226f4a
gnu: python-ansi2html: Fix typo in description.
...
* gnu/packages/python-xyz.scm (python-ansi2html)[description]: Fix typo.
2020-09-14 00:23:01 +02:00
Tobias Geerinckx-Rice
61d02cecd9
gnu: wesnoth: Update to 1.14.14.
...
* gnu/packages/games.scm (wesnoth): Update to 1.14.14.
2020-09-14 00:23:01 +02:00
Tobias Geerinckx-Rice
1e58798bc4
gnu: jasper: Update to 2.0.20 [fixes CVE-2016-9398's revenge].
...
* gnu/packages/image.scm (jasper): Update to 2.0.20.
[arguments]: Skip tests of the now-disabled MIF image format.
2020-09-14 00:23:00 +02:00
Tobias Geerinckx-Rice
ce4a497b13
gnu: shellcheck: Update to 0.7.1.
...
* gnu/packages/haskell-apps.scm (shellcheck): Update to 0.7.1.
2020-09-14 00:23:00 +02:00
Tobias Geerinckx-Rice
33061f7bf1
gnu: bear: Update to 2.4.4.
...
* gnu/packages/build-tools.scm (bear): Update to 2.4.4.
2020-09-14 00:23:00 +02:00
Leo Prikler
43514b82e4
gnu: libhandy: Enable glade_catalog.
...
* gnu/packages/gnome.scm (libhandy)[configure-flags]: Add glade_catalog.
[inputs]: Add glade and libxml2.
(libhandy-0.0)[configure-flags]: Keep glade_catalog disabled.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-13 23:34:23 +02:00
Leo Prikler
88915958c0
gnu: glade: Add catalog and module search paths.
...
* gnu/packages/gnome.scm (glade3)[native-search-paths]: Add
GLADE_CATALOG_SEARCH_PATH and GLADE_MODULE_SEARCH_PATH.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-13 23:34:23 +02:00
Morgan Smith
227932991f
gnu: emacs-djvu: Add needed inputs
...
* gnu/packages/emacs-xyz.scm (emacs-djvu)[inputs, arguments]: New fields.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-13 23:34:23 +02:00
Timotej Lazar
11a962e653
services: certbot: Support registration without email.
...
* gnu/services/certbot.scm (certbot-configuration): Add default for the
email option.
(certbot-command): Pass email for registration only when specified.
* doc/guix.texi (Certificate Services): "mandatory"→"optional" email.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-13 23:34:23 +02:00
Greg Hogan
0f918908eb
gnu: fmt: Update to 7.0.3.
...
From 820d39a55a5673fffac70c919b8cc3b28d94f6e7 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com >
Date: Fri, 11 Sep 2020 10:53:20 +0000
Subject: [PATCH] gnu: fmt: Update to 7.0.3.
* gnu/packages/pretty-print.scm (fmt): Update to 7.0.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-13 23:34:23 +02:00
zimoun
0214d5dd84
gnu: gcc-toolchain: Reword description.
...
* gnu/packages/commencement.scm (make-gcc-toolchain)[description]: Reword.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-13 23:34:22 +02:00
zimoun
542c4707de
gnu: gccgo: Reword synopsis and description.
...
Fixes <https://bugs.gnu.org/43303 >.
Reported by Jeffrey Walton <noloader@gmail.com >.
* gnu/packages/gcc.scm: (gccgo-4.9): Add synopsis and description
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-13 23:34:22 +02:00
zimoun
a4fe16ee41
gnu: libgccjit: Reword synopsis and description.
...
Fixes <https://bugs.gnu.org/43303 >.
Reported by Jeffrey Walton <noloader@gmail.com >.
* gnu/packages/gcc.scm: (libgccjit)[synopsis,description]: Reword.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-13 23:34:22 +02:00
Alexandros Theodotou
66ce92ffe4
gnu: zrythm: Update to 0.8.911.
...
* gnu/packages/music.scm (zrythm): Update to 0.8.911.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-13 23:34:22 +02:00
Alexandros Theodotou
ae286b58c8
gnu: Add meson 0.55.1.
...
* gnu/packages/build-tools.scm (meson-0.55): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2020-09-13 23:34:22 +02:00
Alexandros Theodotou
fce852c458
gnu: libaudec: Update to 0.2.3.
...
* gnu/packages/audio.scm (libaudec): Update to 0.2.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-13 23:34:22 +02:00
Ludovic Courtès
978c9bc50d
gnu: libcyaml: Update to 1.1.0.
...
* gnu/packages/web.scm (libcyaml): Update to 1.1.0.
2020-09-13 23:34:22 +02:00
Tobias Geerinckx-Rice
71992a532d
services: Fix zram-device-service.
...
* gnu/services/linux.scm (<zram-device-configuration>): Fix typo.
2020-09-13 23:07:36 +02:00
Leo Famulari
898fbb60b2
gnu: Fix a crash in NTP and Chrony.
...
Fixes <https://bugs.gnu.org/43321 >.
* gnu/packages/ntp.scm (ntp, chrony)[inputs]: Replace libcap with libcap/next.
2020-09-13 15:46:02 -04:00
Christopher Baines
1192ae9404
gnu: josm: Fix formatting and install more files.
...
This means that JOSM appears in the GNOME Shell menu.
* gnu/packages/geo.scm (josm)[source]: Replace tab character.
[arguments]: Reduce line length, and add install-share-directories phase.
2020-09-13 13:22:13 +01:00
Raghav Gururajan
a3f6f27bbc
gnu: profanity: Change build system.
...
* gnu/package/messaging.scm (profanity) [build-system]: Change from
gnu to glib-or-gtk.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-09-13 11:49:27 +02:00
Raghav Gururajan
d0e85b805e
gnu: profanity: Enable plugins, icons and clipboard.
...
* gnu/packages/messaging.scm (profanity) [arguments]<#:configure-flags>
[--enable-python-plugins]: New flag.
[--enable-plugins]: New flag.
[--enable-icons-and-clipboard]: New flag.
[--enable-icons]: Remove flag.
[inputs]: Add python-wrapper.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-09-13 11:48:09 +02:00
Raghav Gururajan
ca7535ddf3
gnu: profanity: Move some dependencies.
...
* gnu/packages/messaging.scm (profanity) [native-inputs]: Move gtk-2,
libnotify and libsignal-protocol-c to ...
[inputs]: ... here.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-09-13 11:09:18 +02:00
Raghav Gururajan
d257697dc1
gnu: profanity: Make some cosmetic changes.
...
* gnu/packages/messaging.scm (profanity): Make some cosmetic changes.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-09-13 11:07:31 +02:00
Efraim Flashner
2c0b715389
gnu: editorconfig-vim: Update to 1.1.1.
...
* gnu/packages/vim.scm (editorconfig-vim): Update to 1.1.1.
[source]: Remove snippet.
[arguments]: Remove custom 'patch-editorconfig-path phase.
[inputs]: Remove editorconfig-core-c.
2020-09-12 22:33:26 +03:00
Ricardo Wurmus
fb24a4d5b8
gnu: muse-sequencer: Enable more features.
...
* gnu/packages/music.scm (muse-sequencer)[arguments]: Add phase "fix-include"
to patch header file reference; remove obsolete ENABLE_LV2_SUPPLIED
configuration option; remove ENABLE_RTAUDIO=OFF.
[inputs]: Add lrdf, pulseaudio, rtaudio, and rubberband.
2020-09-12 14:53:33 +02:00
Ricardo Wurmus
5525aea7cf
gnu: muse-sequencer: Update to 3.1.1.
...
* gnu/packages/music.scm (muse-sequencer): Update to 3.1.1.
[arguments]: Set CMAKE_EXE_LINKER_FLAGS and CMAKE_SHARED_LINKER_FLAGS; end
"chdir" phase with #T.
2020-09-12 14:53:33 +02:00
Nicolas Goaziou
61e7fa07c8
gnu: emacs-pdf-tools: Update to 0.90-1.
...
* gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Update to 0.90-1. Fix
indentation.
Update to an unreleased commit to fix an incompatibility with Emacs 27+.
2020-09-12 14:09:40 +02:00
Oleg Pykhalov
5f5ff266e5
Revert "gnu: linux-libre: Update to 5.8.8."
...
This reverts commit ad42c20921 , which breaks
"guix system build" as described in <https://issues.guix.info/issue/43352 >.
2020-09-12 13:20:54 +03:00
Maxim Cournoyer
140da556be
ui: Lexicographically sort transaction entries based on their package name.
...
* guix/ui.scm (show-manifest-transaction): Sort entries to be displayed in a
tabulated view.
2020-09-12 02:08:14 -04:00
Maxim Cournoyer
7d3eb5e6b7
ui: Refactor the package-strings helper in show-manifest-transaction.
...
* guix/ui.scm (show-manifest-transaction)[package-strings]: Add an
OLD-VERSIONS keyword parameter. Absorb the code path previously found in the
upgrade-string. Remove upgrade-string.
(show-manifest-transaction): Adjust to the above changes.
2020-09-12 02:08:14 -04:00
Maxim Cournoyer
71e746cc63
doc: Document the use of snippets vs phases.
...
* doc/contributing.texi (Snippets versus phases): New section.
2020-09-12 02:01:35 -04:00
Danny Milosavljevic
8ed0c56725
gnu: python-aiodns: Propagate python-pycares.
...
* gnu/packages/python-web.scm (python-aiodns)[inputs]: Move python-pycares...
[propagated-inputs]: ...to here.
2020-09-12 02:33:06 +02:00
Raghav Gururajan
dbcfefe5ec
gnu: Add poezio.
...
* gnu/packages/messaging.scm (poezio): New variable.
2020-09-12 02:25:31 +02:00
Raghav Gururajan
c6e8d17b02
gnu: Add python-potr.
...
* gnu/packages/python-crypto.scm (python-potr): New variable.
2020-09-12 02:19:05 +02:00
Raghav Gururajan
c519a5b5b6
gnu: Add python-slixmpp.
...
* gnu/packages/python-xyz.scm (python-slixmpp): New variable.
2020-09-12 02:16:57 +02:00
Danny Milosavljevic
e88242cb75
gnu: ebusd: Enable MQTT support.
...
* gnu/packages/embedded.scm (ebusd)[inputs]: Add mosquitto.
2020-09-12 02:07:34 +02:00
Danny Milosavljevic
c3bbaea727
gnu: Add mosquitto.
...
* gnu/packages/messaging.scm (mosquitto): New variable.
2020-09-12 02:07:30 +02:00
Tobias Geerinckx-Rice
52569eeb7f
gnu: lldpd: Update to 1.0.6.
...
* gnu/packages/networking.scm (lldpd): Update to 1.0.6.
2020-09-11 23:30:45 +02:00
Tobias Geerinckx-Rice
dd6eac3e47
gnu: enet: Update to 1.3.16.
...
* gnu/packages/networking.scm (enet): Update to 1.3.16.
2020-09-11 23:30:45 +02:00
Tobias Geerinckx-Rice
0649c3cafa
gnu: batctl: Update to 2020.3.
...
* gnu/packages/networking.scm (batctl): Update to 2020.3.
2020-09-11 23:30:44 +02:00
Tobias Geerinckx-Rice
54151d1af5
Revert "gnu: dovecot: Set moduledir to global directory."
...
This reverts commit db0109be42 .
Same reason as commit d9d88c2ff0 .
2020-09-11 23:30:44 +02:00
Tobias Geerinckx-Rice
d9d88c2ff0
Revert "services: dovecot: Use modules via symlink to system profile."
...
This reverts commit bcfe0f0c1e for now.
It breaks most current use(r)s of the Dovecot service and needs to be
combined with an extra modules configuration field of some kind.
See <https://issues.guix.gnu.org/43347 >.
2020-09-11 22:38:08 +02:00
Tobias Geerinckx-Rice
ef500f9be4
gnu: padthv1: Update to 0.9.17.
...
* gnu/packages/music.scm (padthv1): Update to 0.9.17.
[inputs]: Replace fftw with fftwf.
2020-09-11 22:38:07 +02:00
Tobias Geerinckx-Rice
a43fcc720e
gnu: libetpan: Update to 1.9.4.
...
* gnu/packages/mail.scm (libetpan): Update to 1.9.4.
2020-09-11 22:38:07 +02:00
Ricardo Wurmus
a1ea0585d0
gnu: bsequencer: Update to 1.6.0.
...
* gnu/packages/music.scm (bsequencer): Update to 1.6.0.
2020-09-11 22:19:26 +02:00
Ricardo Wurmus
8458490bc2
gnu: r-adaptivesparsity: End build phase on #T.
...
* gnu/packages/cran.scm (r-adaptivesparsity)[arguments]: End phase
"link-against-armadillo" with Boolean.
2020-09-11 22:04:41 +02:00
Ricardo Wurmus
fd498532ab
gnu: r-adaptivesparsity: Fix case of "Gaussian".
...
* gnu/packages/cran.scm (r-adaptivesparsity)[description]: Fix typo.
2020-09-11 22:04:12 +02:00
Ricardo Wurmus
dbef55b7aa
gnu: r-qtl: Use CRAN-URI.
...
* gnu/packages/cran.scm (r-qtl)[source]: Use CRAN-URI instead of explicit
mirror URL.
2020-09-11 22:02:22 +02:00
Ricardo Wurmus
1e8bfc4cf9
gnu: r-qtl: Correct indentation.
...
* gnu/packages/cran.scm (r-qtl): Reindent.
[description]: Reflow paragraphs.
2020-09-11 22:00:30 +02:00
zimoun
d4e2ec1b8a
gnu: r-absfiltergsea: Move to (gnu packages cran).
...
* gnu/packages/bioinformatics.scm (r-absfiltergsea): Move from here...
* gnu/packages/cran.scm (r-absfiltergsea): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 21:59:23 +02:00
zimoun
77c7394086
gnu: r-diversitree: Move to (gnu packages cran).
...
* gnu/packages/bioinformatics.scm (r-diversitree): Move from here...
* gnu/packages/cran.scm (r-diversitree): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 21:59:23 +02:00
zimoun
415aa8a583
gnu: r-phangorn: Move to (gnu packages cran).
...
* gnu/packages/bioinformatics.scm (r-phangorn): Move from here...
* gnu/packages/cran.scm (r-phangorn): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 21:59:21 +02:00
zimoun
f9c0b2e05a
gnu: r-seurat: Move to (gnu packages cran).
...
* gnu/packages/bioinformatics.scm (r-seurat): Move from here...
* gnu/packages/cran.scm (r-seurat): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 21:59:17 +02:00
zimoun
b31c364467
gnu: r-maldiquant: Move to (gnu packages cran).
...
* gnu/packages/bioinformatics.scm (r-maldiquant): Move from here...
* gnu/packages/cran.scm (r-maldiquant): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 21:59:12 +02:00
zimoun
30aaee3306
gnu: r-seqminer: Move to (gnu packages cran).
...
* gnu/packages/bioinformatics.scm (r-seqminer): Move from here...
* gnu/packages/cran.scm (r-seqminer): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 21:59:07 +02:00
zimoun
66a8e62070
gnu: r-qtl2: Move to (gnu packages cran).
...
* gnu/packages/bioinformatics.scm (r-qtl2): Move from here...
* gnu/packages/cran.scm (r-qtl2): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 21:59:03 +02:00
zimoun
496a52dc41
gnu: r-qtl: Move to (gnu packages cran).
...
* gnu/packages/bioinformatics.scm (r-qtl): Move from here...
* gnu/packages/cran.scm (r-qtl): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 21:58:58 +02:00
zimoun
c23ff34423
gnu: r-igraph: Move to (gnu packages cran).
...
* gnu/packages/graph.scm (r-igraph): Move from here...
* gnu/packages/cran.scm (r-igraph): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 21:58:55 +02:00
zimoun
1dc50e4190
gnu: r-diffusionmap: Move to (gnu packages cran).
...
* gnu/packages/graph.scm (r-diffusionmap): Move from here...
* gnu/packages/cran.scm (r-diffusionmap): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 21:58:49 +02:00
zimoun
d3d38bd8f1
gnu: r-adaptivesparsity: Move to (gnu packages cran).
...
* gnu/packages/machine-learning.scm (r-adaptivesparsity): Move from here...
* gnu/packages/cran.scm (r-adaptivesparsity): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 21:48:38 +02:00
zimoun
b17ace24ca
gnu: r-codedepends: Comment why it is in bioconductor.scm.
...
* gnu/packages/bioconductor.scm (r-codedepends): Add comment.
2020-09-11 21:46:51 +02:00
Peter Lo
7e88ee9f02
gnu: Add r-fhtest.
...
* gnu/packages/bioconductor.scm (r-fhtest): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 21:33:02 +02:00
Peter Lo
655c4bb25c
gnu: Add r-interval.
...
* gnu/packages/bioconductor.scm (r-interval): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 21:01:30 +02:00
Peter Lo
962c7ceff5
gnu: Add r-perm.
...
* gnu/packages/cran.scm (r-perm): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 19:18:46 +02:00
Peter Lo
4a13770003
gnu: Add r-mlecens.
...
* gnu/packages/cran.scm (r-mlecens): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 19:16:51 +02:00
Peter Lo
488001eb3f
gnu: Add r-icens.
...
* gnu/packages/bioconductor.scm (r-icens): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 19:13:58 +02:00
Ricardo Wurmus
19748ea380
gnu: r-tidymodels: Update to 0.1.1.
...
* gnu/packages/cran.scm (r-tidymodels): Update to 0.1.1.
[propagated-inputs]: Remove r-pillar, r-tidyposterior, r-tidypredict, and
r-tidytext; add r-modeldata and r-tidyr.
[native-inputs]: Add r-rmarkdown, pandoc, and pandoc-citeproc.
2020-09-11 19:06:47 +02:00
Ricardo Wurmus
cecb700853
gnu: r-infer: Update to 0.5.3.
...
* gnu/packages/cran.scm (r-infer): Update to 0.5.3.
2020-09-11 19:06:47 +02:00
Ricardo Wurmus
6edf558fd0
gnu: Add r-modeldata.
...
* gnu/packages/cran.scm (r-modeldata): New variable.
2020-09-11 19:06:47 +02:00
Ricardo Wurmus
37e9a7fabf
gnu: r-parsnip: Update to 0.1.3.
...
* gnu/packages/cran.scm (r-parsnip): Update to 0.1.3.
2020-09-11 19:04:10 +02:00
Ricardo Wurmus
f5d7f42ae2
gnu: r-tidytext: Update to 0.2.5.
...
* gnu/packages/cran.scm (r-tidytext): Update to 0.2.5.
[propagated-inputs]: Remove r-stopwords; add r-tibble.
2020-09-11 19:04:06 +02:00
Ricardo Wurmus
0fa58b2488
gnu: r-tidypredict: Update to 0.4.6.
...
* gnu/packages/cran.scm (r-tidypredict): Update to 0.4.6.
2020-09-11 19:04:01 +02:00
Ricardo Wurmus
471f0aacd2
gnu: r-tune: Update to 0.1.1.
...
* gnu/packages/cran.scm (r-tune): Update to 0.1.1.
[propagated-inputs]: Add r-vctrs.
2020-09-11 19:03:58 +02:00
Ricardo Wurmus
dfa2cfeb3e
gnu: r-dials: Update to 0.0.8.
...
* gnu/packages/cran.scm (r-dials): Update to 0.0.8.
2020-09-11 19:03:54 +02:00
Ricardo Wurmus
a1d7ec4893
gnu: r-yardstick: Update to 0.0.7.
...
* gnu/packages/cran.scm (r-yardstick): Update to 0.0.7.
[propagated-inputs]: Remove r-rcpp.
2020-09-11 19:03:51 +02:00
Ricardo Wurmus
b0b24be7b7
gnu: r-workflows: Update to 0.1.3.
...
* gnu/packages/cran.scm (r-workflows): Update to 0.1.3.
2020-09-11 19:03:46 +02:00
Ricardo Wurmus
820f415174
gnu: r-hardhat: Update to 0.1.4.
...
* gnu/packages/cran.scm (r-hardhat): Update to 0.1.4.
2020-09-11 19:03:43 +02:00
Peter Lo
23bd6f6ef1
gnu: Add r-tidymodels.
...
* gnu/packages/cran.scm (r-tidymodels): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 18:29:49 +02:00
Peter Lo
48d40c7717
gnu: Add r-infer.
...
* gnu/packages/cran.scm (r-infer): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 18:29:49 +02:00
Peter Lo
35f033750f
gnu: Add r-parsnip.
...
* gnu/packages/cran.scm (r-parsnip): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 18:29:49 +02:00
Peter Lo
8e79e3dd3d
gnu: Add r-tidytext.
...
* gnu/packages/cran.scm (r-tidytext): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 18:29:49 +02:00
Peter Lo
39e6cac947
gnu: Add r-hunspell.
...
* gnu/packages/cran.scm (r-hunspell): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net >
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 18:29:49 +02:00
Peter Lo
f90b4b380a
gnu: Add r-tokenizers.
...
* gnu/packages/cran.scm (r-tokenizers): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 18:29:49 +02:00
Peter Lo
05bda85901
gnu: Add r-janeaustenr.
...
* gnu/packages/cran.scm (r-janeaustenr): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 18:29:48 +02:00
Peter Lo
156c558866
gnu: Add r-tidypredict.
...
* gnu/packages/cran.scm (r-tidypredict): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 18:29:48 +02:00
Peter Lo
3dbe8a57ec
gnu: Add r-tidyposterior.
...
* gnu/packages/cran.scm (r-tidyposterior): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 18:29:48 +02:00
Peter Lo
e309e17f84
gnu: Add r-tune.
...
* gnu/packages/cran.scm (r-tune): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 18:29:48 +02:00
Peter Lo
ca379399d2
gnu: Add r-dials.
...
* gnu/packages/cran.scm (r-dials): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 18:29:48 +02:00
Peter Lo
26beaffa2d
gnu: Add r-dicedesign.
...
* gnu/packages/cran.scm (r-dicedesign): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 18:29:48 +02:00
Peter Lo
fb76feaf7e
gnu: Add r-rsample.
...
* gnu/packages/cran.scm (r-rsample): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 18:29:48 +02:00
Peter Lo
d1843fec10
gnu: Add r-yardstick.
...
* gnu/packages/cran.scm (r-yardstick): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 18:29:48 +02:00
Peter Lo
c4e34dda85
gnu: Add r-gpfit.
...
* gnu/packages/cran.scm (r-gpfit): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 18:29:48 +02:00
Peter Lo
ccf2d02a19
gnu: Add r-hardhat.
...
* gnu/packages/cran.scm (r-hardhat): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 18:29:48 +02:00
Peter Lo
8d58b5b2a7
gnu: Add r-workflows.
...
* gnu/packages/cran.scm (r-workflows): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 18:29:46 +02:00
Alexandros Theodotou
24e37fbbc4
gnu: Add reproc.
...
* gnu/packages/cpp.scm (reproc): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-11 17:53:59 +02:00
Ludovic Courtès
6dd8ffc574
daemon: Simplify interface with 'guix authenticate'.
...
There's no reason at this point to mimic the calling convention of the
'openssl' command.
* nix/libstore/local-store.cc (LocalStore::exportPath): Add only "sign"
and HASH to ARGS. Remove 'tmpDir' and 'hashFile'.
(LocalStore::importPath): Add only "verify" and SIGNATURE to
* guix/scripts/authenticate.scm (guix-authenticate): Adjust
accordingly; remove the OpenSSL-style clauses.
(read-hash-data): Remove.
(sign-with-key): Replace 'port' with 'sha256' and adjust accordingly.
(validate-signature): Export SIGNATURE to be a canonical sexp.
* tests/guix-authenticate.sh: Adjust tests accordingly.
2020-09-11 17:53:58 +02:00
Ludovic Courtès
7a68d3ccad
doc: Distinguish the "nar bundle" format from "nar".
...
* doc/guix.texi (Invoking guix archive): Introduce the term "nar bundle"
and clarify what the output of "guix archive --export" really is.
* guix/nar.scm (restore-one-item, restore-file-set): Use the term "nar
bundle" in docstrings.
2020-09-11 17:53:58 +02:00
Ludovic Courtès
6310283bae
store: Test 'import-paths' with unauthorized and unsigned nar bundles.
...
* tests/store.scm ("import not signed")
("import signed by unauthorized key"): New tests.
2020-09-11 17:53:58 +02:00
Tobias Geerinckx-Rice
58833aec3f
gnu: hangups: Update to 0.4.11.
...
* gnu/packages/messaging.scm (hangups): Update to 0.4.11.
2020-09-11 16:28:04 +02:00
Tobias Geerinckx-Rice
436185b96e
gnu: samplv1: Update to 0.9.17.
...
* gnu/packages/music.scm (samplv1): Update to 0.9.17.
2020-09-11 16:28:03 +02:00
Tobias Geerinckx-Rice
418024cad5
gnu: drumkv1: Update to 0.9.17.
...
* gnu/packages/music.scm (drumkv1): Update to 0.9.17.
2020-09-11 16:28:03 +02:00
Tobias Geerinckx-Rice
5c59ded756
gnu: synthv1: Update to 0.9.17.
...
* gnu/packages/music.scm (synthv1): Update to 0.9.17.
2020-09-11 16:28:03 +02:00
Tobias Geerinckx-Rice
02e485287e
gnu: moreutils: Update to 0.64.
...
* gnu/packages/moreutils.scm (moreutils): Update to 0.64.
2020-09-11 16:28:02 +02:00
Tobias Geerinckx-Rice
8812d9ac94
gnu: libostree: Update to 2020.6.
...
* gnu/packages/package-management.scm (libostree): Update to 2020.6.
2020-09-11 16:28:02 +02:00
Tobias Geerinckx-Rice
6bdc3b429a
gnu: highlight: Update to 3.58.
...
* gnu/packages/pretty-print.scm (highlight): Update to 3.58.
2020-09-11 16:28:02 +02:00
Tobias Geerinckx-Rice
d8968b52cb
gnu: xonsh: Update to 0.9.21.
...
* gnu/packages/shells.scm (xonsh): Update to 0.9.21.
2020-09-11 16:28:02 +02:00
Tobias Geerinckx-Rice
f555afa0e5
gnu: libwps: Update to 0.4.12.
...
* gnu/packages/libreoffice.scm (libwps): Update to 0.4.12.
2020-09-11 16:28:01 +02:00
Tobias Geerinckx-Rice
c15a8fbf60
gnu: svt-av1: Update to 0.8.5.
...
* gnu/packages/video.scm (svt-av1): Update to 0.8.5.
2020-09-11 16:28:01 +02:00
Alexey Abramov
a16400919f
services: dovecot: Only serialize settings with non-empty values.
...
* gnu/services/mail.scm (serialize-space-separated-string-list): Protocols
might have custom settings, which are not supported by other protocols. To
prevent dovecot/services from crashing, serialize settings that hold non-empty
values only.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-09-11 16:28:01 +02:00
Tobias Geerinckx-Rice
dce464e940
gnu: mcabber: Update to 1.1.1.
...
* gnu/packages/messaging.scm (mcabber): Update to 1.1.1.
2020-09-11 16:28:01 +02:00
Tobias Geerinckx-Rice
c4e7325102
gnu: fetchmail: Update to 6.4.12.
...
* gnu/packages/mail.scm (fetchmail): Update to 6.4.12.
2020-09-11 16:28:00 +02:00
Alexandros Theodotou
58a2c8084c
gnu: dragonfly-reverb: Update to 3.2.1.
...
* gnu/packages/music.scm (dragonfly-reverb): Update to 3.2.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-11 14:40:16 +03:00
Gabriel Arazas
0a2e80c369
gnu: Add hexyl.
...
* gnu/packages/rust-apps.scm (hexyl): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-11 14:26:06 +03:00
Alexandros Theodotou
76c18f880c
gnu: geonkick: Update to 2.3.7.
...
* gnu/packages/music.scm (geonkick): Update to 2.3.7.
[native-inputs]: Add gcc-9.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-11 14:14:12 +03:00
Alexandros Theodotou
477311146e
gnu: redkite: Update to 1.0.3.
...
* gnu/packages/audio.scm (redkite): Update to 1.0.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-11 14:06:17 +03:00
Leo Prikler
7daa99e52d
gnu: libhandy: Update to 1.0.0.
...
* gnu/packages/gnome.scm (libhandy): Update to 1.0.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-11 13:17:23 +03:00
Peter Lo
1c87536287
gnu: Add r-config.
...
* gnu/packages/cran.scm (r-config): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 11:24:46 +02:00
Peter Lo
6761090ca7
gnu: Add r-forge.
...
* gnu/packages/cran.scm (r-forge): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 11:24:46 +02:00
Ricardo Wurmus
04e6851aa8
gnu: r-survminer: Update to 0.4.8.
...
* gnu/packages/cran.scm (r-survminer): Update to 0.4.8.
2020-09-11 11:06:59 +02:00
Peter Lo
3a7a072a48
gnu: Add r-survminer.
...
* gnu/packages/cran.scm (r-survminer): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 11:06:51 +02:00
Peter Lo
d89a65e653
gnu: Add r-maxstat.
...
* gnu/packages/cran.scm (r-maxstat): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 11:02:12 +02:00
Peter Lo
466ccbcad6
gnu: Add r-exactranktests.
...
* gnu/packages/cran.scm (r-exactranktests): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 11:01:58 +02:00
Peter Lo
38c2eb31bb
gnu: Add r-survmisc.
...
* gnu/packages/cran.scm (r-survmisc): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 11:01:45 +02:00
Peter Lo
92b5e0b21a
gnu: Add r-kmsurv.
...
* gnu/packages/cran.scm (r-kmsurv): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 11:01:33 +02:00
Peter Lo
04ee040dd4
gnu: Add r-km-ci.
...
* gnu/packages/cran.scm (r-km-ci): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 11:01:18 +02:00
Antoine Côté
5412b14ba6
gnu: Add r-transphylo.
...
* gnu/packages/cran.scm (r-transphylo): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 10:51:44 +02:00
Vinicius Monego
0fb974be9c
gnu: Add r-laplacesdemon.
...
* gnu/packages/cran.scm (r-laplacesdemon): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 09:00:04 +02:00
Ricardo Wurmus
bf592ef506
gnu: guitarix: Update to 0.41.0.
...
* gnu/packages/audio.scm (guitarix): Update to 0.41.0.
[inputs]: Remove gtkmm-2 and gtk+-2; add gtkmm and gtk+.
[native-inputs]: Add sassc.
[arguments]: Do not use Python 2; remove phase "fix-boost-includes".
2020-09-11 08:24:02 +02:00
Peter Lo
9e4ef763ea
gnu: Add r-flexsurv.
...
* gnu/packages/cran.scm (r-flexsurv): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 07:25:43 +02:00
Peter Lo
3ad68ec251
gnu: Add r-muhaz.
...
* gnu/packages/cran.scm (r-muhaz): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-11 07:21:31 +02:00
Ricardo Wurmus
6995f99ce7
gnu: Add bschaffl.
...
* gnu/packages/music.scm (bschaffl): New variable.
2020-09-11 07:15:20 +02:00
Julien Lepiller
fa76fb632d
gnu: Add praat.
...
* gnu/packages/language.scm (praat): New variable.
2020-09-11 01:06:49 +02:00
Danny Milosavljevic
629982c050
gnu: Add ttyebus-linux-module.
...
* gnu/packages/linux.scm (ttyebus-linux-module): New variable.
2020-09-11 00:10:01 +02:00
Alexandros Theodotou
b02e52f653
gnu: lv2lint: Update to 0.8.0.
...
* gnu/packages/audio.scm (lv2lint): Update to 0.8.0.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-10 20:21:24 +02:00
Alexandros Theodotou
9163f42e3a
gnu: sherlock-lv2: Update to 0.24.0.
...
* gnu/packages/music.scm (sherlock-lv2): Update to 0.24.0.
[inputs]: Add glu.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-09-10 20:13:58 +02:00
Ricardo Wurmus
10792866a0
gnu: powertabeditor: Update to 2.0.0-alpha13.
...
* gnu/packages/music.scm (powertabeditor): Update to 2.0.0-alpha13.
2020-09-10 19:56:48 +02:00
Ricardo Wurmus
66b90d1184
gnu: bjumblr: Update to 1.4.2.
...
* gnu/packages/music.scm (bjumblr): Update to 1.4.2.
2020-09-10 19:01:42 +02:00
Ricardo Wurmus
d5d2685adf
gnu: bchoppr: Update to 1.8.0.
...
* gnu/packages/music.scm (bchoppr): Update to 1.8.0.
2020-09-10 19:01:42 +02:00
Danny Milosavljevic
c41a8572ef
tests: nfs: Improve "nfs-root-fs".
...
Follow-up to a1a39ed5a4 .
* gnu/tests/nfs.scm (run-nfs-root-fs-test): Improve tests.
(%test-nfs-root-fs)[description]: Modify.
2020-09-10 18:57:46 +02:00
Roel Janssen
811985a7e0
gnu: Update synopsis for r-useful.
...
* gnu/packages/cran.scm (r-useful): Update synopsis.
2020-09-10 16:54:27 +02:00
Roel Janssen
66be746dc0
gnu: Move r-bisquerna.
...
* gnu/packages/bioinformatics.scm (r-bisquerna): Move to ...
* gnu/packages/cran.scm: ... here.
2020-09-10 16:38:43 +02:00
Mathieu Othacehe
a5c151de0a
gnu: cuirass: Update to 0.0.1-44.00c7b4b.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-44.00c7b4b.
2020-09-10 15:30:38 +02:00
Mathieu Othacehe
6e71514a29
tests: install: Fix gui-installed-desktop-os-encrypted test.
...
* gnu/tests/base.scm (run-basic-test): Add a 'desktop?' argument. Wait 30
seconds before trying to switch to TTY1 on desktop.
* gnu/tests/install.scm (guided-installation-test): Use 512MiB of RAM and pass
the desktop argument to "run-basic-test".
2020-09-10 14:59:53 +02:00
Ricardo Wurmus
d3fe4590de
gnu: Add foo-yc20.
...
* gnu/packages/music.scm (foo-yc20): New variable.
2020-09-10 14:58:10 +02:00
Kei Kebreau
706e79300b
gnu: armagetronad: Update to 0.2.9.0.1.
...
* gnu/packages/games.scm (armagetronad): Update to 0.2.9.0.1.
[source]: Update URL.
[native-inputs]: Add pkg-config.
2020-09-10 08:25:33 -04:00
Tanguy Le Carrour
de3a8ecbda
gnu: Add python-hg-evolve.
...
* gnu/packages/version-control.scm (python-hg-evolve): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-10 12:27:24 +02:00
Ludovic Courtès
2ba81afcc2
bash completion: Restore completion for 'guix system', etc.
...
Commit 538ca8dd65 introduced a second
'_guix_complete_subcommand' function, shadowing the existing one, which
broke sub-command completion for 'guix system', 'guix import', etc.
* etc/completion/bash/guix: Distinguish between '_guix_complete_command'
and '_guix_complete_subcommand'. Adjust users to call the right one.
2020-09-10 12:27:24 +02:00
Ludovic Courtès
3794ce93be
scripts: Use 'define-command' and have 'guix help' use that.
...
This changes 'guix help' to print a short synopsis for each command and
to group commands by category.
* guix/scripts.scm (synopsis, category): New variables.
(define-command-categories, define-command): New macros.
(%command-categories): New variable.
* guix/ui.scm (<command>): New record type.
(source-file-command): New procedure.
(command-files): Return absolute file names.
(commands): Return a list of <command> records.
(show-guix-help)[display-commands, category-predicate]: New procedures.
Display commands grouped in three categories.
* guix/scripts/archive.scm (guix-archive): Use 'define-command'.
* guix/scripts/authenticate.scm (guix-authenticate): Likewise.
* guix/scripts/build.scm (guix-build): Likewise.
* guix/scripts/challenge.scm (guix-challenge): Likewise.
* guix/scripts/container.scm (guix-container): Likewise.
* guix/scripts/copy.scm (guix-copy): Likewise.
* guix/scripts/deploy.scm (guix-deploy): Likewise.
* guix/scripts/describe.scm (guix-describe): Likewise.
* guix/scripts/download.scm (guix-download): Likewise.
* guix/scripts/edit.scm (guix-edit): Likewise.
* guix/scripts/environment.scm (guix-environment): Likewise.
* guix/scripts/gc.scm (guix-gc): Likewise.
* guix/scripts/git.scm (guix-git): Likewise.
* guix/scripts/graph.scm (guix-graph): Likewise.
* guix/scripts/hash.scm (guix-hash): Likewise.
* guix/scripts/import.scm (guix-import): Likewise.
* guix/scripts/install.scm (guix-install): Likewise.
* guix/scripts/lint.scm (guix-lint): Likewise.
* guix/scripts/offload.scm (guix-offload): Likewise.
* guix/scripts/pack.scm (guix-pack): Likewise.
* guix/scripts/package.scm (guix-package): Likewise.
* guix/scripts/perform-download.scm (guix-perform-download): Likewise.
* guix/scripts/processes.scm (guix-processes): Likewise.
* guix/scripts/publish.scm (guix-publish): Likewise.
* guix/scripts/pull.scm (guix-pull): Likewise.
* guix/scripts/refresh.scm (guix-refresh): Likewise.
* guix/scripts/remove.scm (guix-remove): Likewise.
* guix/scripts/repl.scm (guix-repl): Likewise.
* guix/scripts/search.scm (guix-search): Likewise.
* guix/scripts/show.scm (guix-show): Likewise.
* guix/scripts/size.scm (guix-size): Likewise.
* guix/scripts/substitute.scm (guix-substitute): Likewise.
* guix/scripts/system.scm (guix-system): Likewise.
* guix/scripts/time-machine.scm (guix-time-machine): Likewise.
* guix/scripts/upgrade.scm (guix-upgrade): Likewise.
* guix/scripts/weather.scm (guix-weather): Likewise.
2020-09-10 12:27:24 +02:00
Ludovic Courtès
991fdb0d64
ui: '--help' output links to < https://guix.gnu.org/help/ >.
...
* guix/ui.scm (show-bug-report-information): Link to
<https://guix.gnu.org/help/ > instead of <https://www.gnu.org/gethelp/ >.
The former is much more useful and includes links to GNU manuals.
2020-09-10 12:27:24 +02:00
Ludovic Courtès
f17e1802ec
gnu: gcc-toolchain: Make "gcc" a "deprecated" alias for "gcc-toolchain".
...
Fixes <https://bugs.gnu.org/43303 >.
Reported by Jeffrey Walton <noloader@gmail.com >.
* gnu/packages/commencement.scm (gcc-toolchain-aka-gcc): New variable.
2020-09-10 12:27:20 +02:00
Sergey Trofimov
2c229f1c10
gnu: Add fdroidcl.
...
* gnu/packages/android (fdroidcl): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-10 10:57:28 +03:00
Jelle Licht
bba0533115
services: php-fpm: Add 'php-ini-file' configuration.
...
* gnu/services/web.scm: (<php-fpm-configuration>)[php-ini-file]: New record field.
(php-fpm-shepherd-service): Use it.
* doc/guix.texi (Web Services): Document it.
2020-09-10 09:46:03 +02:00
Mathieu Othacehe
cafbc5f390
installer: final: Introduce call-with-mnt-container.
...
* gnu/installer/final.scm (call-with-mnt-container): New procedure,
(install-system): use it instead of call-with-container, to make sure that the
container is not jailed.
2020-09-10 09:38:52 +02:00
Mathieu Othacehe
b3a83f1ece
build: linux-container: Fix run-container.
...
This is a follow-up of 5316dfc0f1 . Some users of
run-container may expect that the container is jailed, even if there are no
mounts. This is the case for some Guix tests.
* gnu/build/linux-container.scm (run-container): Do not jail the container
when the requested root is "/".
2020-09-10 09:38:52 +02:00
Martin Becze
cc6b1852e1
gnu: Add loko-scheme.
...
* gnu/packages/loko.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-10 09:27:02 +02:00
Martin Becze
3826288f68
gnu: Add guile-laesare.
...
* gnu/packages/guile-xyz.scm (guile-laesare): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-10 09:26:43 +02:00
Martin Becze
199da208ed
gnu: Add guile-machine-code.
...
* gnu/packages/guile-xyz.scm (guile-machine-code): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-10 09:26:27 +02:00
Martin Becze
a684e6e269
gnu: Add guile-struct-pack.
...
* gnu/packages/guile-xyz.scm (guile-struct-pack): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-10 09:26:16 +02:00
Tobias Geerinckx-Rice
7090159c23
gnu: libcap-ng: Update to 0.8.
...
* gnu/packages/admin.scm (libcap-ng): Update to 0.8.
2020-09-10 05:04:26 +02:00
Tobias Geerinckx-Rice
af62950fc0
gnu: burp: Update to 2.3.34 [security fixes].
...
* gnu/packages/backup.scm (burp): Update to 2.3.34.
2020-09-10 05:04:26 +02:00
Tobias Geerinckx-Rice
7ee3d015ee
gnu: snd: Update to 20.7.
...
* gnu/packages/audio.scm (snd): Update to 20.7.
2020-09-10 05:04:25 +02:00
Tobias Geerinckx-Rice
e942dbd28c
gnu: fasm: Update to 1.73.25.
...
* gnu/packages/assembly.scm (fasm): Update to 1.73.25.
2020-09-10 05:04:25 +02:00
Kei Kebreau
39e880bfbb
gnu: starfighter: Update to 2.3.2.
...
* gnu/packages/games.scm (starfighter): Update to 2.3.2.
2020-09-09 21:13:53 -04:00
Kei Kebreau
f98ea63204
gnu: retux: Update to 1.4.
...
* gnu/packages/games.scm (retux): Update to 1.4.
[source, home-page]: Update URLs.
[arguments]: Update 'install phase.
2020-09-09 21:00:15 -04:00
Kei Kebreau
2110cd1332
gnu: python-xsge: Update to 2020.09.07.
...
* gnu/packages/game-development.scm (python-xsge): Update to 2020.09.07.
[native-inputs]: Add unzip.
[propagated-inputs]: Remove python-game, python-six, and python-tmx. Use
python-sge instead of python-sge-pygame.
[home-page]: Update URL.
(python2-xsge): Remove unsupported Python 2 variant.
2020-09-09 20:59:14 -04:00
Kei Kebreau
762c89fb20
gnu: python-sge: Update to 1.7.
...
* gnu/packages/game-development.scm (python-sge-pygame): Define as deprecated
alias for python-sge.
(python2-sge-pygame): Remove unsupported Python 2 variant.
(python-sge)[source]: Use pypi-uri.
[propagated-inputs]: Remove python-six.
[home-page]: Update URL.
2020-09-09 20:56:54 -04:00
Ludovic Courtès
6a5a882bc6
gnu: python-file: Shrink synopsis.
...
* gnu/packages/python-xyz.scm (python-file)[synopsis]: Reduce to a few words.
[description]: Adjust to include bit about 'python-magic' and 'magic.py'.
2020-09-09 23:21:57 +02:00
Alberto Eleuterio Flores Guerrero
7613651890
gnu: Add emacs-moody.
...
* gnu/packages/emacs-xyz.scm (emacs-moody): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-09 23:21:57 +02:00
Ryan Prior
90a6991385
gnu: protonvpn-cli: Update to 2.2.4.
...
* gnu/packages/vpn.scm (protonvpn-cli): Update to 2.2.4
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-09 23:21:56 +02:00
Michael Rohleder
3f3fd3d499
gnu: emacs-which-key: Update to 3.5.0.
...
* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.5.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-09-09 23:01:03 +02:00
Nicolas Goaziou
d5d5618c07
gnu: emacs-direnv: Update to 2.1.0.
...
* gnu/packages/emacs-xyz.scm (emacs-direnv): Update to 2.1.0.
2020-09-09 21:59:09 +02:00
Mark H Weaver
ca59f7a2fb
gnu: linux-libre@4.14: Update to 4.14.197.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.197.
(linux-libre-4.14-pristine-source): Update hash.
(deblob-scripts-4.14): Stay at version 4.14.196.
2020-09-09 15:01:22 -04:00
Mark H Weaver
6e9be09004
gnu: linux-libre@4.19: Update to 4.19.144.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.144.
(linux-libre-4.19-pristine-source): Update hash.
(deblob-scripts-4.19): Stay at version 4.19.143.
2020-09-09 14:54:37 -04:00
Mark H Weaver
84b9319fc6
gnu: linux-libre@5.4: Update to 5.4.64.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.64.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Stay at version 5.4.63.
2020-09-09 14:46:58 -04:00
Alexey Abramov
22470c88af
services: dovecot: Serialize global settings first.
...
* gnu/services/mail.scm (dovecot-configuration): To avoid dovecot warning
messages, move serialization of protocol settings below the global one.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-09-09 20:37:07 +02:00
Alexey Abramov
bcfe0f0c1e
services: dovecot: Use modules via symlink to system profile.
...
* gnu/services/mail.scm (%dovecot-activation): Link the location with multiple
plugins (dovecot-pigeonhole, etc), to a place where dovecot can find them.
* gnu/services/mail.scm (dovecot-configuration): Use the symlink.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-09-09 20:37:07 +02:00
Efraim Flashner
db0109be42
gnu: dovecot: Set moduledir to global directory.
...
* gnu/packages/mail.scm (dovecot)[arguments]: Add configure-flag to set
moduledir. Adjust custom 'install phase to override moduledir so it
successfully installs.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-09-09 20:37:06 +02:00
Tobias Geerinckx-Rice
042d7eb114
gnu: znc: Update to 1.8.2.
...
* gnu/packages/messaging.scm (znc): Update to 1.8.2.
2020-09-09 20:37:06 +02:00
Mark H Weaver
ad42c20921
gnu: linux-libre: Update to 5.8.8.
...
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.8.
(linux-libre-5.8-pristine-source): Update hash.
(deblob-scripts-5.8): Stay at version 5.8.7.
2020-09-09 14:32:04 -04:00
Dr. Arne Babenhauserheide
eb15d38162
gnu: mercurial: Update to 5.5.1.
...
* gnu/packages/version-control.scm (mercurial): Update to 5.5.1.
[source]: Remove patches.
[arguments]: Adjust the custom 'check phase to delete a few more files.
(mercurial-patch): Remove procedure.
(%mercurial-patches): Remove variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-09 21:02:44 +03:00
Ricardo Wurmus
0f8db4dc88
Revert "gnu: Add r-loomr."
...
This reverts commit 1f56ec08af .
This package is not free software.
2020-09-09 18:14:48 +02:00
Ricardo Wurmus
ef897e9aa8
gnu: Add inspekt3d.
...
* gnu/packages/engineering.scm (inspekt3d): New variable.
2020-09-09 18:14:34 +02:00
Roel Janssen
0574446be8
gnu: Add r-bisquerna.
...
* gnu/packages/bioinformatics.scm (r-bisquerna): New variable.
2020-09-09 17:02:55 +02:00
Roel Janssen
a9401b4c94
gnu: Add r-useful.
...
* gnu/packages/cran.scm (r-useful): New variable.
2020-09-09 16:59:42 +02:00
Roel Janssen
1f56ec08af
gnu: Add r-loomr.
...
* gnu/packages/bioinformatics.scm (r-loomr): New variable.
2020-09-09 16:56:02 +02:00
Roel Janssen
37d3373008
gnu: Add r-mboost.
...
* gnu/packages/cran.scm (r-mboost): New variable.
2020-09-09 16:51:08 +02:00
Roel Janssen
cc61af0b29
gnu: Add r-stabs.
...
* gnu/packages/cran.scm (r-stabs): New variable.
2020-09-09 16:47:35 +02:00
Roel Janssen
57add3d0fc
gnu: Add r-partykit.
...
* gnu/packages/cran.scm (r-partykit): New variable.
2020-09-09 16:41:50 +02:00
Nicolas Goaziou
d165d77f85
gnu: emacs-explain-pause-mode: Fix synopsis and description.
...
* gnu/packages/emacs-xyz.scm (emacs-explain-pause-mode)[synopsis,
description]: Conform to style recommendations.
2020-09-09 15:30:54 +02:00
Pierre Neidhardt
200aaaeebc
gnu: emacs-org-contrib: Fix version to 20200907.
...
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Version 20200908 does not
exist yet, use the last one on ELPA.
2020-09-09 14:46:43 +02:00
Pierre Neidhardt
057d584b98
gnu: emacs-org-contrib: Update to 20200908.
...
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 20200908.
2020-09-09 14:29:35 +02:00
Pierre Neidhardt
e31289085d
gnu: emacs-sly-macrostep: Update to 20191211.
...
* gnu/packages/emacs-xyz.scm (emacs-sly-macrostep): Update to 20191211.
2020-09-09 11:55:34 +02:00
Pierre Neidhardt
086ae88000
gnu: emacs-sly: Update to 20200903.
...
* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20200903.
2020-09-09 11:55:34 +02:00
Michael Rohleder
219e0a497e
gnu: taglib: Fix 'taglib-config --libs' -L flag.
...
* gnu/packages/mp3.scm (taglib): Add "" around the substitution of
ZLIB_LIBRARIES_FLAGS and add "/lib".
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2020-09-09 10:27:54 +02:00
Efraim Flashner
65d96ea4b8
gnu: enlightenment: Fix inputs.
...
* gnu/packages/enlightenment.scm (enlightenment)[inputs]: Move efl,
wayland-protocols ...
[propagated-inputs]: ... to here. Add libxkbcommon.
2020-09-09 11:03:39 +03:00
Prafulla Giri
918a8f49a0
gnu: Add breeze.
...
* gnu/packages/kde-frameworks.scm (breeze): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-09 09:28:12 +02:00
Prafulla Giri
41b35576e7
gnu: Add breeze-assets.
...
* gnu/packages/kde-frameworks.scm (breeze-assets): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-09 09:28:12 +02:00
Joshua Branson
191e79dab2
doc: cookbook: Adding a section "Running Guix on a Linode Server"
...
* doc/guix-cookbook.texi (Running Guix on a Linode Server):
I added a section that explains how to run guix on a linode server.
Thanks Chris Webber!
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-09 09:28:12 +02:00
Ludovic Courtès
ea0da48681
guix-install.sh: Quote the OpenPGP key URL.
...
Without quotes, zsh fails with "no matches found" as it tries to
interpret the question mark.
* etc/guix-install.sh (chk_gpg_keyring): Enclose URL in single quotes.
2020-09-09 09:28:12 +02:00
Kyle Meyer
8c944c4c4f
gnu: git-annex: Update to 8.20200908.
...
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200908.
[arguments]: Drop flag to disable WebDAV because the latest release
unconditionally builds with WebDAV support.
[inputs]: Add ghc-dav.
Signed-off-by: Timothy Sample <samplet@ngyro.com >
2020-09-08 23:37:45 -04:00
Kyle Meyer
56a6748ddd
gnu: Add ghc-dav.
...
* gnu/packages/haskell-web.scm (ghc-dav): New variable.
Signed-off-by: Timothy Sample <samplet@ngyro.com >
2020-09-08 23:37:45 -04:00
Kyle Meyer
7f89dfc9d9
gnu: Add ghc-xml-hamlet.
...
* gnu/packages/haskell-xyz.scm (ghc-xml-hamlet): New variable.
Signed-off-by: Timothy Sample <samplet@ngyro.com >
2020-09-08 23:37:34 -04:00
Andreas Enge
ee7a7c9014
genimage: Add patch needed for the test on ARM architectures.
...
* gnu/packages/patches/genimage-signedness.patch: New file.
* gnu/packages/genimage.scm (genimage)[source]: Add patch.
* gnu/local.mk (dist_patch_DATA): Register patch.
2020-09-08 22:29:32 +02:00
Andreas Enge
44de399151
gnu: genimage: Drop fdisk dependency.
...
* gnu/packages/genimage.scm (native-inputs): Drop fdisk, which is not used.
2020-09-08 22:29:19 +02:00
Brendan Tildesley
fd3eac4dd7
gnu: calibre: Wrap QTWEBENGINEPROCESS_PATH.
...
* gnu/packages/ebook.scm (calibre): Wrap QTWEBENGINEPROCESS_PATH in
addition to wrapping PYTHONPATH as python-build-system does.
Signed-off-by: Andreas Enge <andreas@enge.fr >
2020-09-08 21:54:44 +02:00
Pierre Neidhardt
4cb7a67544
gnu: emacs-helm-fish-completion: Update to 0.6.
...
* gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.6.
2020-09-08 17:18:16 +02:00
Robin Green
599f8d98cf
gnu: coq-stdpp: Update to 1.4.0.
...
* gnu/packages/coq.scm (coq-stdpp): Update to 1.4.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-08 15:46:26 +03:00
Vinicius Monego
59ae22458b
gnu: emacs-fountain-mode: Update to 3.2.2.
...
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.2.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-09-08 13:53:49 +02:00
Vinicius Monego
a8095cd52a
gnu: Add emacs-gdscript-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-gdscript-mode): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-09-08 13:51:15 +02:00
Nicolas Goaziou
cce5e1260a
gnu: emacs-ebdb: Update to 0.6.19.
...
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.6.19.
2020-09-08 13:37:08 +02:00
Nicolas Goaziou
891a1579ce
gnu: emacs-oauth2: Update to 0.15.
...
* gnu/packages/emacs-xyz.scm (emacs-oauth2): Update to 0.15.
2020-09-08 13:35:46 +02:00
Nicolas Goaziou
ef428680ed
gnu: emacs-org: Update to 9.3.8.
...
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.8.
2020-09-08 13:33:31 +02:00
B. Wilson
0a7acf95db
gnu: metamath: Update to 0.192.
...
* gnu/packages/maths.scm (metamath): Update to 0.192.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-08 12:12:36 +03:00
Vinicius Monego
59659f59fb
gnu: liferea: Update to 1.12.9.
...
* gnu/packages/syndication.scm (liferea): Update to 1.12.9. Fix indentation.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-08 10:57:33 +03:00
Vinicius Monego
a968f2ead0
gnu: pre-commit: Update to 2.7.1.
...
* gnu/packages/version-control.scm (pre-commit): Update to 2.7.1.
[native-inputs]: Change git to git-minimal.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-08 10:51:19 +03:00
Ludovic Courtès
4678767a16
doc: Tweak .texi to avoid po4a-translate infinite loop.
...
* doc/guix.texi (Requirements): Keep @uref on one line as splitting it
would lead po4a-translate to enter an infinite loop.
2020-09-08 09:12:18 +02:00
Efraim Flashner
c9a6c0c672
gnu: pinentry: Enable curses fallback.
...
* gnu/packages/gnupg.scm (pinentry-gtk2, pinentry-gnome3, pinentry-qt,
pinentry-efl)[arguments]: Add configure-flag for fallback curses mode.
2020-09-08 09:17:51 +03:00
Vagrant Cascadian
d27afcc6ab
gnu: sbcl-caveman: Adjust reference to store file name.
...
Triggers "assert-no-store-file-names" when running "make dist".
* gnu/packages/lisp-xyz (sbcl-caveman): Adjust reference to store file name.
2020-09-07 16:08:41 -07:00
Ludovic Courtès
b5eb901ab5
Remove (guix json) and require Guile-JSON 4.3.0+.
...
This is a followup to 4071879c86 .
* guix/json.scm: Remove.
* Makefile.am (MODULES): Adjust accordingly.
* m4/guix.m4 (GUIX_CHECK_GUILE_JSON): Check for 'define-json-mapping'.
* doc/guix.texi (Requirements): Require Guile-JSON 4.3.0+.
* guix/ci.scm, guix/cve.scm, guix/import/cpan.scm,
guix/import/crate.scm, guix/swh.scm: Remove (guix json) import.
* guix/import/gem.scm, guix/import/pypi.scm: Likewise, and import (json).
* guix/self.scm (specification->package): Switch to GUILE-JSON-4.
* guix/git-download.scm (git-fetch): Likewise.
2020-09-08 00:47:35 +02:00
Ludovic Courtès
d15c7974a2
android-repo-download: Remove unnecessary use of Guile-JSON.
...
* guix/android-repo-download.scm (android-repo-fetch)[guile-json]: Remove.
[build]: Remove GUILE-JSON from 'with-extensions'.
2020-09-08 00:47:35 +02:00
Ludovic Courtès
d2a7114e0b
gnu: taglib: 'taglib-config --libs' shows -L flag for zlib.
...
Fixes compilation of emacs-emms-print-metadata.
* gnu/packages/mp3.scm (taglib)[arguments]: Add #:phases.
2020-09-08 00:03:12 +02:00
Mark H Weaver
cc2849bc8c
gnu: Add rust-cbindgen@0.14.1.
...
* gnu/packages/rust-apps.scm (rust-cbindgen-0.14): New variable.
2020-09-07 15:33:02 -04:00
Mark H Weaver
edc55ce9d6
gnu: notmuch: Update to 0.31.
...
* gnu/packages/mail.scm (notmuch): Update to 0.31.
[source]: Remove the workarounds that were temporarily needed to cope with the
tilde ("~") in the upstream "~rc" version number.
2020-09-07 15:32:46 -04:00
Tobias Geerinckx-Rice
b2e5d1c145
gnu: htop: Update to 3.0.1.
...
* gnu/packages/admin.scm (htop): Update to 3.0.1.
2020-09-07 19:43:53 +02:00
Tobias Geerinckx-Rice
dc89d17164
gnu: emacs-org: Update to 9.3.7.
...
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.7.
2020-09-07 19:43:53 +02:00
Tobias Geerinckx-Rice
89d0ceccea
gnu: freeipmi: Update to 1.6.6.
...
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.6.
2020-09-07 19:43:53 +02:00
Danny Milosavljevic
c4fe53bd11
tests: nfs: Improve "nfs-root-fs".
...
Follow-up to a1a39ed5a4 .
* gnu/tests/nfs.scm (run-nfs-root-fs-test): Improve tests.
2020-09-07 18:58:39 +02:00
Stefan
a1a39ed5a4
tests: Add "nfs-root-fs" system test.
...
* gnu/tests/nfs.scm (run-nfs-root-fs-test): New procedure.
(%test-nfs-root-fs): New variable. Export it.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-09-07 15:32:29 +02:00
Paul Garlick
b1c1d7efa6
gnu: Add texlive-biblatex.
...
* gnu/packages/tex.scm (texlive-biblatex): New variable.
2020-09-07 13:39:03 +01:00
raingloom
1394765238
gnu: coq: fix coqide not finding coqidetop.opt
...
* gnu/packages/coq.scm (coq) [arguments]:
Turn duplicates into symlinks instead of deleting them in remove-duplicate.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-09-07 14:01:12 +02:00
Danny Milosavljevic
aecb61135c
gnu: Add nbd.
...
* gnu/packages/networking.scm (nbd): New variable.
2020-09-07 12:54:53 +02:00
Andreas Enge
52d5009ff5
gnu: k3b: Add missing input.
...
* gnu/packages/kde-multimedia.scm (inputs): Add zlib. Remove FIXME for
library that is referenced by the final package.
2020-09-07 11:15:22 +02:00
Stefan
1c3b709edb
linux-boot: Handle nfs-root device strings.
...
* gnu/build/linux-boot.scm (device-string->file-system-device): Support
nfs-root "device" strings.
* gnu/build/file-systems.scm (canonicalize-device-spec): Support nfs-root
"device" strings.
* gnu/machine/ssh.scm (machine-check-file-system-availability): Avoid
checking of NFS file systems.
* gnu/system.scm (read-boot-parameters, device-sexp->device): Support
nfs-root "device" strings.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-09-07 11:00:48 +02:00
Mike Rosset
0e5a68a271
gnu: nomad: Update to 0.2.0-alpha-100-g6a565d3.
...
* gnu/packages/guile-xyz.scm (nomad): Update to 0.2.0-alpha-100-g6a565d3.
[source]: Use permanent redirect for source url.
[native-inputs]: Add gnu-gettext.
[inputs]: Add gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-bad,
gst-plugins-ugly.
[propagated-inputs]: Move to inputs gstreamer, gst-plugins-base, gst-plugins-good,
gst-plugins-bad, gst-plugins-ugly. Removed gsettings-desktop-scheme.
[arguments]: Set GST_PLUGINS_PATH, NOMAD_WEB_EXTENSION_DIR and GI_TYPELIB_PATH
variables in 'wrap-binaries phase.
[native-search-paths]: Remove it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-07 10:56:26 +02:00
Jakub Kądziołka
83bc416421
gnu: Add Rust 1.46.
...
* gnu/packages/rust.scm (rust-1.46): New variable.
2020-09-07 09:43:51 +02:00
Christopher Baines
74004c6c00
gnu: guix-data-service: Update to c596a1c.
...
* gnu/packages/web.scm (guix-data-service): Update to c596a1c.
[inputs]: Add guile-prometheus.
2020-09-07 08:16:22 +01:00
Vinicius Monego
32bf0331d1
gnu: Add python-httpx.
...
* gnu/packages/python-web.scm (python-httpx): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-07 09:07:54 +02:00
Vinicius Monego
7a8025016d
gnu: Add python-httpcore.
...
* gnu/packages/python-web.scm (python-httpcore): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-07 09:07:53 +02:00
Vinicius Monego
6cdf102ac5
gnu: Add python-trio-typing.
...
* gnu/packages/python-xyz.scm (python-trio-typing): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-07 09:07:53 +02:00
Vinicius Monego
5a016275ae
gnu: Add python-autoflake.
...
* gnu/packages/python-xyz.scm (python-autoflake): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-07 09:07:53 +02:00
Vinicius Monego
a5e177117b
gnu: Add python-flake8-pie.
...
* gnu/packages/python-xyz.scm (python-flake8-pie): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-07 09:07:53 +02:00
Vinicius Monego
f3c9c2fbc3
gnu: Add python-uvicorn.
...
* gnu/packages/python-web.scm (python-uvicorn): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-07 09:07:53 +02:00
Vinicius Monego
b3b1384d0d
gnu: Add python-watchgod.
...
* gnu/packages/python-xyz.scm (python-watchgod): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-07 09:07:53 +02:00
Vinicius Monego
acd6cd806d
gnu: Add python-pytest-toolbox.
...
* gnu/packages/python-check.scm (python-pytest-toolbox): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-07 09:07:52 +02:00
Vinicius Monego
5438adea30
gnu: Add python-uvloop.
...
* gnu/packages/python-web.scm (python-uvloop): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-07 09:07:52 +02:00
Vinicius Monego
c66a16bb97
gnu: Add python-httptools.
...
* gnu/packages/python-web.scm (python-httptools): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-07 09:07:52 +02:00
Efraim Flashner
2e5fef86d3
gnu: gnuastro: Update to 0.13.
...
* gnu/packages/astronomy.scm (gnuastro): Update to 0.13.
2020-09-07 10:00:05 +03:00
Martin Becze
45231d1758
gnu: guile-pfds: When using Guile 3, compile as a r6rs library.
...
This allow the package to be resused by r6rs compliant scheme implementations
that expect *.sls files.
* gnu/packages/guile-xyz.scm (guile2.2-pfds): Rename *.sls files to *.scm
since Guile 2 does not support the sls extension.
(guile-pfds): Removed the renaming of files to *.sls to *.scm.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-07 08:49:04 +02:00
Mike Rosset
30d59b310d
gnu: g-golf: Update to 0.1.0-822.84e894e.
...
* gnu/packages/guile-xyz.scm (g-golf): Update to 0.1.0-822.84e894e.
This also fixes the version to the correct one which is 0.1.0. Technically
g-golf does not actually have a release yet. The author of g-golf confirmed
versions will start at 0.1.0 as autotools currently has that version.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-07 08:49:04 +02:00
Mike Rosset
bdcb287edd
gnu: emacsy-minimal: Update to v0.4.1-31-g415d96f.
...
Emacsy now includes trivial fixes for 'end-of-line to be on par with Emacs
'end-of-line.
* gnu/packages/guile-xyz.scm (emacsy-minimal): Update to v0.4.1-31-g415d96f.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-07 08:49:04 +02:00
Robin Green
bdf3f5a403
gnu: coq-equations: Update 1.2.1-8.10-2.
...
* gnu/packages/coq.scm (coq-equations): Update to 1.2.1-8.10-2.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-07 08:49:03 +02:00
Michael Rohleder
07fea75329
gnu: libsass: Update to 3.6.4.
...
* gnu/packages/web.scm (libsass): Update to 3.6.4.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-07 08:49:03 +02:00
Lars-Dominik Braun
226bb93494
gnu: xournalpp: Fix path to addr2line binary.
...
* gnu/packages/pdf.scm (xournalpp)[arguments]: Add phase substituting path of
addr2line utility.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-07 08:49:03 +02:00
Leo Prikler
ff4260d2ba
gnu: libhandy: Update to 0.91.0.
...
* gnu/packages/gnome.scm (libhandy): Update to 0.91.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-07 08:49:03 +02:00
Tobias Geerinckx-Rice
098593e61d
gnu: xtl: Update to 0.6.18.
...
* gnu/packages/cpp.scm (xtl): Update to 0.6.18.
2020-09-07 01:40:03 +02:00
Tobias Geerinckx-Rice
42040a03d2
gnu: simple-scan: Update to 3.36.6.
...
* gnu/packages/gnome.scm (simple-scan): Update to 3.36.6.
2020-09-07 01:40:03 +02:00
Pierre Langlois
92db0d39e2
gnu: Add node@10.22.
...
* gnu/packages/node.scm (node-10.22): New variable.
2020-09-06 23:21:14 +01:00
Pierre Langlois
6b7cba0fa8
gnu: node: Downgrade to 10.20.0.
...
Fixes <https://issues.guix.gnu.org/43228 >.
* gnu/packages/node.scm (node): Downgrade to 10.22.0.
[inputs]: Downgrade nghttp2 to 1.40.
2020-09-06 23:21:14 +01:00
Danny Milosavljevic
bbf8a30966
gnu: Add ebusd.
...
* gnu/packages/embedded.scm (ebusd): New variable.
2020-09-07 00:19:54 +02:00
Stefan
f70c2bd900
bootloader: Use "define" instead of "define*" for all records.
...
* gnu/bootloader/grub.scm (grub-minimal-bootloader): Use "define".
(grub-efi-bootloader): Use "define".
(grub-mkrescue-bootloader): Use "define".
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-09-07 00:19:54 +02:00
Leo Famulari
fe752d8c45
gnu: linux-libre: Enforce the use of the correct deblobbing scripts.
...
* gnu/packages/linux.scm (deblob-scripts-5.8, deblob-scripts-5.4,
deblob-scripts-4.19, deblob-scripts-4.14, deblob-scripts-4.9,
deblob-scripts-4.4): Use the respective LINUX-LIBRE-X.Y-VERSION variables.
2020-09-06 15:59:07 -04:00
Leo Famulari
105a037090
gnu: Do not truncate the version of the linux-libre deblobbing script file names.
...
* gnu/packages/linux.scm (linux-libre-deblob-scripts): Use VERSION instead of
VERSION-MAJOR+MINOR.
2020-09-06 15:59:07 -04:00
Mark H Weaver
99a9aa8f55
gnu: linux-libre: Update to 5.8.7.
...
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.7.
(linux-libre-5.8-pristine-source): Update hash.
(deblob-scripts-5.8): Update to 5.8.7.
2020-09-06 14:58:26 -04:00
Mark H Weaver
95507ec14e
gnu: linux-libre@5.4: Update to 5.4.63.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.63.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.63.
2020-09-06 14:57:10 -04:00
Christopher Baines
15c3fe24c5
gnu: Add guile-prometheus.
...
* gnu/packages/guile-xyz.scm (guile-prometheus): New variable.
2020-09-06 19:10:17 +01:00
Alex Griffin
291afa0fc1
gnu: browserpass-native: Update to 3.0.7.
...
* gnu/packages/password-utils.scm (browserpass-native): Update to 3.0.7.
2020-09-06 10:07:48 -05:00
Alex Griffin
d7966ff25f
gnu: go-github-com-mattn-go-zglob: Update to 0.0.3.
...
* gnu/packages/golang.scm (go-github-com-mattn-go-zglob): Update to 0.0.3.
2020-09-06 10:06:35 -05:00
Alex Griffin
838c820447
gnu: kmonad: Update to 0.4.0.
...
* gnu/packages/haskell-apps.scm (kmonad): Update to 0.4.0.
[arguments]: Update doc dir for new repo layout.
[inputs]: Add new dependencies.
2020-09-06 09:24:55 -05:00
Alex Griffin
bf69fa1023
gnu: pagekite: Update to 1.5.2.200725.
...
* gnu/packages/networking.scm (pagekite): Update to 1.5.2.200725.
2020-09-06 08:57:34 -05:00
Stefan
3f2bd9df41
bootloader: Add comment about grub configuration files.
...
* gnu/bootloader/grub.scm: Add comment about grub configuration files.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-09-06 15:55:10 +02:00
Christopher Baines
71ebf0ba3b
gnu: mod-wsgi: Update to 4.7.1.
...
* gnu/packages/web.scm (mod-wsgi): Update to 4.7.1.
2020-09-06 14:53:22 +01:00
Mathieu Othacehe
2fbbfe6ff1
git: Export url-cache-directory.
...
* guix/git.scm (url-cache-directory): Export it.
2020-09-06 15:40:54 +02:00
Nicolas Goaziou
9b268ef7bc
gnu: Add go-github-com-tv42-httpunix.
...
* gnu/packages/golang.scm (go-github-com-tv42-httpunix): New variable.
2020-09-06 11:55:56 +02:00
Nicolas Goaziou
f1d5085a06
gnu: hydrogen: Update to 1.0.1.
...
* gnu/packages/music.scm (hydrogen): Update to 1.0.1.
2020-09-06 11:06:37 +02:00
Nicolas Goaziou
37cb46ae31
gnu: fet: Update to 5.46.1.
...
* gnu/packages/education.scm (fet): Update to 5.46.1.
2020-09-06 11:00:35 +02:00
Michael Rohleder
16e91d06c8
gnu: emacs-cider: Update to 0.26.1.
...
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.26.1.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-09-06 11:46:20 +03:00
Michael Rohleder
b8c61a98b5
gnu: emacs-perspective: Update to 2.11.
...
* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.11.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-09-06 11:46:20 +03:00
Nicolas Goaziou
43986e8d6b
gnu: emacs-chronometrist: Update to 0.5.5.
...
* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.5.5.
[propagated-inputs]: Add emacs-anaphora.
2020-09-06 10:43:35 +02:00
Efraim Flashner
22c25787cd
gnu: youtube-dl: Update to 2020.09.06.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.09.06.
2020-09-06 11:28:23 +03:00
simendsjo
2cf19cac39
gnu: Update Iosevka fonts from 3.2.2 to 3.4.7
...
* gnu/packages/fonts.scm (font-iosevka, font-iosevka-slab,
font-iosevka-term, font-iosevka-term-slab, font-iosevka-aile,
font-iosevka-etoile, font-iosevka-sparkle): Update to 3.4.7.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-09-06 09:37:44 +02:00
Hamzeh Nasajpour
10ba62ec63
gnu: lxqt-panel: Patch xkeyboard-config location.
...
* gnu/packages/lxqt.scm (lxqt-panel)[inputs]: Add xkeyboard-config.
[arguments]: Add custom phase to patch the path to xkeyboard-config in
kbindicator for reading the keyboard layouts.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-06 09:16:11 +03:00
Efraim Flashner
90a5b6a33d
gnu: pspp: Update to 1.4.1.
...
* gnu/packages/statistics.scm (pspp): Update to 1.4.1.
2020-09-06 09:12:02 +03:00
Efraim Flashner
a02b2f8b86
gnu: libphutil: Deprecate package.
...
This package was deprecated upstream and the functionality was moved
into arcanist and phabricator.
* gnu/packages/phabricator.scm (libphutil): Deprecate package.
2020-09-06 00:36:58 +03:00
Efraim Flashner
c4c625b386
gnu: arcanist: Update to 0.0.0-2.ceb082e.
...
* gnu/packages/phabricator.scm (arcanist): Update to 0.0.0-2.ceb082e.
[inputs]: Remove libphutil.
[arguments]: Adjust custom 'install phase for removed input. Wrap binary
with php.
[license]: Add license of vendored library.
2020-09-06 00:36:49 +03:00
Andreas Enge
44f93ed6ed
gnu: seqmagick: Update to 0.8.0.
...
* gnu/packages/bioinformatics.scm (seqmagick): Update to 0.8.0.
2020-09-05 22:32:33 +02:00
Kei Kebreau
01d5eec92d
gnu: deluge: Update to 2.0.3.
...
* gnu/packages/bittorrent.scm (deluge): Update to 2.0.3.
[source]: Update URL.
[inputs]: Remove libtorrent, python2-chardet, python2-pygtk,
python2-pyopenssl, python2-pyxdg, python2-service-identity, python2-twisted.
[propagated-inputs]: Add gtk+, librsvg, libtorrent, python-pycairo,
python-chardet, python-dbus, python-mako, python-pygobject, python-pillow,
python-pyopenssl, python-pyxdg, python-rencode, python-service-identity,
python-setproctitle, python-six, python-twisted, and python-zope-interface.
[native-inputs]: Add python-wheel.
[arguments]: Disable tests. Add 'fix-gettext-warning and 'wrap phase.
2020-09-05 15:57:45 -04:00
Jesse Gibbons
89b091a65f
gnu: Add npiet.
...
* gnu/packages/piet.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-05 22:50:56 +03:00
Efraim Flashner
da09b47b94
scripts: system: Expand some help messages.
...
* guix/scripts/system.scm (show-help): Add to '--share=SPEC' and
'--expose=SPEC' that it also works for containers.
2020-09-05 22:24:39 +03:00
Oleg Pykhalov
b8477cab7b
gnu: dunst: Update to 1.5.0.
...
* gnu/packages/dunst.scm (dunst): Update to 1.5.0.
2020-09-05 18:34:36 +03:00
Guillaume Le Vaillant
81ea278e05
gnu: sbcl-ironclad: Update to 0.51.
...
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.51.
2020-09-05 14:41:42 +02:00
Pierre Neidhardt
5c667b19be
gnu: sbcl-cl-webkit: Update to 20200905.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200905.
2020-09-05 12:51:52 +02:00
Andreas Enge
b8cb3eb63b
gnu: python-docker-py: Rename to python-docker.
...
This is a follow-up to commit 3146b6da6d .
* gnu/packages/docker.scm (python-docker-py): Rename to...
(python-docker): ...this.
(docker-compose): Adjust inputs.
* gnu/packages/android.scm (fdroidserver): Adjust inputs.
2020-09-05 12:29:36 +02:00
raingloom
6c36daaac7
gnu: Update gPodder to 3.10.16 and disable updater.
...
* gnu/packages/gpodder.scm (gpodder): Update to 3.10.16 and add patch.
* gnu/packages/patches/gpodder-disable-updater.patch: New file
* gnu/local.mk (dist_patch_DATA): Add patch
Signed-off-by: Andreas Enge <andreas@enge.fr >
2020-09-05 11:58:21 +02:00
Guillaume Le Vaillant
4daa12182d
gnu: Add sbcl-clim-examples.
...
* gnu/packages/lisp-xyz.scm (sbcl-clim-examples): New variable.
2020-09-05 11:28:09 +02:00
Guillaume Le Vaillant
300b683ff9
gnu: Add sbcl-mcclim-raster-image.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-raster-image): New variable.
2020-09-05 11:13:53 +02:00
Guillaume Le Vaillant
6b00c18465
gnu: Add sbcl-mcclim-test-util.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-test-util): New variable.
2020-09-05 11:10:32 +02:00
Maxim Cournoyer
957f4e4c22
gnu: linux-libre: Validate that the cleaned up tarball is free of blobs.
...
* gnu/packages/linux.scm (make-linux-libre-source): Call the deblob-check
script on the generated tarball archive with the --use-awk and --list-blobs
options.
2020-09-04 21:45:44 -04:00
Maxim Cournoyer
8b41fdaf3f
gnu: make-linux-libre-source: Set output port buffering to line mode.
...
* gnu/packages/linux.scm (make-linux-libre-source): Set output port buffering
to line mode via setvbuf. Remove the ad-hoc calls to force-output.
2020-09-04 21:45:44 -04:00
Paul Garlick
49bf16b6b1
gnu: texlive-logreq: Correct synopsis.
...
* gnu/packages/tex.scm (texlive-logreq)[synopsis]: Correct.
2020-09-04 22:30:11 +01:00
Ricardo Wurmus
468069260c
gnu: r-mnormt: Update to 2.0.2.
...
* gnu/packages/statistics.scm (r-mnormt): Update to 2.0.2.
2020-09-04 22:01:41 +02:00
Ricardo Wurmus
5e7480350f
gnu: r-rfast: Update to 2.0.0.
...
* gnu/packages/cran.scm (r-rfast): Update to 2.0.0.
2020-09-04 22:01:41 +02:00
Ricardo Wurmus
7f1358db61
gnu: r-systemfonts: Update to 0.3.0.
...
* gnu/packages/cran.scm (r-systemfonts): Update to 0.3.0.
[propagated-inputs]: Add r-cpp11.
2020-09-04 22:01:41 +02:00
Ricardo Wurmus
274aa8252c
gnu: r-xgboost: Update to 1.2.0.1.
...
* gnu/packages/cran.scm (r-xgboost): Update to 1.2.0.1.
2020-09-04 22:01:41 +02:00
Ricardo Wurmus
9a1c809d61
gnu: r-ingredients: Update to 2.0.
...
* gnu/packages/cran.scm (r-ingredients): Update to 2.0.
2020-09-04 22:01:41 +02:00
Ricardo Wurmus
1926764b9c
gnu: r-xmlparsedata: Update to 1.0.4.
...
* gnu/packages/cran.scm (r-xmlparsedata): Update to 1.0.4.
2020-09-04 22:01:41 +02:00
Ricardo Wurmus
667e8c85e4
gnu: r-rnifti: Update to 1.2.1.
...
* gnu/packages/cran.scm (r-rnifti): Update to 1.2.1.
2020-09-04 22:01:41 +02:00
Ricardo Wurmus
350bef92de
gnu: r-trend: Update to 1.1.3.
...
* gnu/packages/cran.scm (r-trend): Update to 1.1.3.
2020-09-04 22:01:41 +02:00
Ricardo Wurmus
510443a096
gnu: r-ttr: Update to 0.24.2.
...
* gnu/packages/cran.scm (r-ttr): Update to 0.24.2.
2020-09-04 22:01:40 +02:00
Ricardo Wurmus
40f378e18a
gnu: r-cicero: Update to 1.6.2.
...
* gnu/packages/bioconductor.scm (r-cicero): Update to 1.6.2.
2020-09-04 22:01:40 +02:00
Ricardo Wurmus
6bc6a71119
gnu: r-mixomics: Update to 6.12.2.
...
* gnu/packages/bioconductor.scm (r-mixomics): Update to 6.12.2.
2020-09-04 22:01:40 +02:00
Ricardo Wurmus
60cc838403
gnu: r-atacseqqc: Update to 1.12.4.
...
* gnu/packages/bioconductor.scm (r-atacseqqc): Update to 1.12.4.
2020-09-04 22:01:40 +02:00
Ricardo Wurmus
e1636671ec
gnu: r-gkmsvm: Update to 0.81.0.
...
* gnu/packages/bioconductor.scm (r-gkmsvm): Update to 0.81.0.
2020-09-04 22:01:40 +02:00
Ricardo Wurmus
0d2369be8b
gnu: r-chippeakanno: Update to 3.22.3.
...
* gnu/packages/bioconductor.scm (r-chippeakanno): Update to 3.22.3.
2020-09-04 22:01:40 +02:00
Tobias Geerinckx-Rice
84479dccd1
gnu: gmic: Update to 2.9.2.
...
* gnu/packages/image-processing.scm (gmic): Update to 2.9.2.
2020-09-04 20:56:07 +02:00
Tobias Geerinckx-Rice
b1e5eb31cd
gnu: cifs-utils: Update to 6.11 [fixes CVE-2020-14342].
...
* gnu/packages/samba.scm (cifs-utils): Update to 6.11.
2020-09-04 20:56:07 +02:00
Tobias Geerinckx-Rice
c7aee804ea
gnu: python-paramiko: Update to 2.7.2.
...
* gnu/packages/python-crypto.scm (python-paramiko): Update to 2.7.2.
2020-09-04 20:56:06 +02:00
Paul Garlick
b01c04eb0c
gnu: Add texlive-logreq.
...
* gnu/packages/tex.scm (texlive-logreq): New variable.
2020-09-04 18:43:18 +01:00
Eric Bavier
46daff38bc
gnu: fpc: Fix reproducibility problem.
...
* gnu/packages/pascal.scm (fpc)[arguments]: Add 'patch-release-date' to
replace a build timestamp with the release date instead.
2020-09-04 09:33:13 -05:00
Ludovic Courtès
e9db10ae7f
gnu: guix-jupyter: Fix compilation with Guile-JSON >= 4.3.x.
...
Reported by wehlutyk on #guix.
* gnu/packages/package-management.scm (guix-jupyter)[source]: Avoid
'define-json-mapping' name clash with Guile-JSON.
2020-09-04 15:58:42 +02:00
Lars-Dominik Braun
d6983b1331
gnu: r-httpuv: Unvendor libuv.
...
* gnu/packages/cran.scm (r-httpuv) [source]: Remove bundled libuv, add
patch.
[arguments] Rewrite header locations, fix pipe server issue.
[inputs] Add libuv.
* gnu/packages/patches/r-httpuv-1.5.4-unvendor-libuv.patch: New file.
* gnu/local.mk: Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-04 15:58:42 +02:00
Pierre Langlois
89e1e44813
gnu: taglib: Update to 1.12-beta-1 [security fixes].
...
This switches to a yet unreleased version of taglib, to make sure long
standings issues and CVEs are covered until a proper release is made
upstream.
Among these, we have:
- CVE-2017-12678
- CVE-2018-11439
- https://github.com/taglib/taglib/issues/864
* gnu/packges/mp3.scm (taglib): Update to 1.12-beta-1.
[source]: Switch to using git-fetch.
2020-09-04 12:04:43 +01:00
Pierre Langlois
235093fec0
gnu: node: Update 10.22.0.
...
* gnu/packages/node.scm (node): Update to 10.22.0.
[inputs]: Replace nghttp2 with nghttp2-1.41.
2020-09-04 12:04:43 +01:00
Pierre Langlois
852ae64e11
gnu: Remove emacs-seq package.
...
It is included with emacs and installing it alongside emacs 27 causes issues.
Fixes <https://bugs.gnu.org/43138 >.
* gnu/packages/emacs-xyz.scm (emacs-bugs-hunter)[propagated-inputs]: Remove.
(emacs-erc-status-sidebar)[propagated-inputs]: Remove.
(emacs-psc-ide)[propagated-inputs]: Remove emacs-seq.
(emacs-biblio)[propagated-inputs]: Remove emacs-seq.
(emacs-seq): Delete variable.
(emacs-flycheck-haskell)[propagated-inputs]: Remove emacs-seq.
2020-09-04 12:04:42 +01:00
Arun Isaac
743be81341
gnu: emacs-auctex: Configure executable paths.
...
* gnu/packages/emacs-xyz.scm (emacs-auctex): Configure absolute paths to
ghostscript and texlive executables.
[inputs]: Add ghostscript.
2020-09-04 15:55:52 +05:30
Morgan Smith
36a7af8161
gnu: Add emacs-org-edna.
...
* gnu/packages/emacs-xyz.scm (emacs-org-edna): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-04 11:46:12 +02:00
Guillaume Le Vaillant
a43f825d4e
gnu: txr: Update to 243.
...
* gnu/packages/lisp.scm (txr): Update to 243.
2020-09-04 11:38:16 +02:00
Prafulla Giri
3f663e57ab
gnu: kdenlive: Add ffmpeg to input list
...
* gnu/packages/kde.scm (kdenlive): Add ffmpeg to inputs and wrap
the final binary accordingly to have ffmpeg in it's PATH.
[inputs]: Add ffmpeg.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-04 11:29:51 +02:00
Ludovic Courtès
d60f63a838
.guix-authorizations: Add planglois to the committers.
...
* .guix-authorizations: Add planglois.
2020-09-04 11:29:51 +02:00
Vinicius Monego
9db1b3786f
gnu: darktable: Add dependency on libavif, ocl-icd.
...
* gnu/packages/photo.scm (darktable)[inputs]: Add libavif, ocl-icd.
[arguments]: Set LD_LIBRARY_PATH for OpenCL.
[supported-systems]: Remove i686 which is not supported anymore.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-04 11:29:51 +02:00
Vinicius Monego
c49025480e
gnu: darktable: Update to 3.2.1.
...
* gnu/packages/photo.scm (darktable): Update to 3.2.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-04 11:29:51 +02:00
Ludovic Courtès
2fc8337a14
doc: Document 'file-system-label' and 'uuid'.
...
* doc/guix.texi (File Systems): Document 'file-system-label' and 'uuid'.
2020-09-04 11:29:51 +02:00
Ludovic Courtès
fe409700d8
doc: Syntax highlighting now handles @var within @lisp.
...
* doc/build.scm (syntax-highlighted-html)[build](concatenate-pieces):
Handle @var{name}.
2020-09-04 11:29:51 +02:00
Ludovic Courtès
720fd7320f
doc: Balance parens in R Shiny example.
...
* doc/guix.texi (Miscellaneous Services): Balance parens in R Shiny
example.
2020-09-04 11:29:51 +02:00
Tobias Geerinckx-Rice
eb3328004e
gnu: php: Update to 7.4.10.
...
* gnu/packages/php.scm (php): Update to 7.4.10.
2020-09-04 11:01:04 +02:00
Michael Rohleder
0c7f478e83
gnu: liblinphone: Add installation of man pages.
...
* gnu/packages/linphone.scm (liblinphone)[arguments]: Add phase
'install-man-pages.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-04 08:20:22 +02:00
Maxim Cournoyer
b9a7fa817a
gnu: linux-libre: Use Python 3 in make-linux-libre-source.
...
Successfully tested with all of the linux-libre versions we carry in Guix:
4.4.234, 4.9.234, 4.14.195, 4.19.142, 5.4.61 and 5.8.5.
* gnu/packages/linux.scm (make-linux-libre-source): Replace python-2 by
python-wrapper. Do not set the PYTHON environment variable, which is not
required when using python-wrapper.
2020-09-03 23:04:40 -04:00
Maxim Cournoyer
ed66095679
gnu: nix: Add the "--enable-gc" configure flag to fix build.
...
Fixes <http://issues.guix.gnu.org/43181 >.
* gnu/packages/package-management.scm (nix)[configure-flags]: Add the
"--enable-gc" option.
2020-09-03 22:36:11 -04:00
Ludovic Courtès
84f38f036f
ci: In the 'core' subset, build GCC >= 7.
...
Suggested by Jan Nieuwenhuizen <janneke@gnu.org >.
* gnu/ci.scm (%core-packages): Keep only GCC >= 7.
2020-09-03 23:26:53 +02:00
Ludovic Courtès
8e6c9005b4
gnu: Add bitlbee-purple.
...
* gnu/packages/messaging.scm (bitlbee-purple): New variable.
2020-09-03 23:23:58 +02:00
Ludovic Courtès
6a1788e13a
doc: Add "Getting Started" section.
...
* doc/guix.texi (Getting Started): New node.
(Binary Installation): Refer to it and to "Application Setup".
(After System Installation): Refer to "Getting Started".
(Features): Add introductory sentence.
2020-09-03 23:23:58 +02:00
Mark H Weaver
990c219f1c
gnu: linux-libre: Update to 5.8.6.
...
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.6.
(linux-libre-5.8-pristine-source): Update hash.
(deblob-scripts-5.8): Update to 5.8.6.
2020-09-03 14:09:01 -04:00
Mark H Weaver
a53a384819
gnu: linux-libre@5.4: Update to 5.4.62.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.62.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.62.
2020-09-03 14:08:59 -04:00
Mark H Weaver
1ef3754ad3
gnu: linux-libre@4.19: Update to 4.19.143.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.143.
(linux-libre-4.19-pristine-source): Update hash.
(deblob-scripts-4.19): Update to 4.19.143.
2020-09-03 14:08:56 -04:00
Mark H Weaver
bda184c4c3
gnu: linux-libre@4.14: Update to 4.14.196.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.196.
(linux-libre-4.14-pristine-source): Update hash.
(deblob-scripts-4.14): Update to 4.14.196.
2020-09-03 14:08:54 -04:00
Mark H Weaver
a0aa0b6be8
gnu: linux-libre@4.9: Update to 4.9.235.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.235.
(linux-libre-4.9-pristine-source): Update hash.
(deblob-scripts-4.9): Update to 4.9.235.
2020-09-03 14:08:52 -04:00
Mark H Weaver
ab5a3155a2
gnu: linux-libre@4.4: Update to 4.4.235.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.235.
(linux-libre-4.4-pristine-source): Update hash.
(deblob-scripts-4.4): Update to 4.4.235.
2020-09-03 14:08:45 -04:00
Michael Rohleder
a603d1e66c
gnu: inxi-minimal: Update to 3.1.06-1.
...
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.06-1.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-09-03 21:05:03 +03:00
Efraim Flashner
8b92be3267
gnu: global: Update to 6.6.5.
...
* gnu/packages/code.scm (global): Update to 6.6.5.
2020-09-03 20:41:08 +03:00
Tobias Geerinckx-Rice
edb994d3a8
gnu: gnupg: Update to 2.2.23 [security fixes].
...
No CVE assigned yet. See <https://dev.gnupg.org/T5050 >.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.23.
2020-09-03 19:22:57 +02:00
Julien Lepiller
7596ae1034
gnu: ci: Truncate git commit in ISO label.
...
* gnu/ci.scm (image-jobs): Keep only 7 characters from git commit in ISO
label.
2020-09-03 14:10:10 +02:00
Arun Isaac
e9c7bf42e7
gnu: Add emacs-company-reftex.
...
* gnu/packages/emacs-xyz.scm (emacs-company-reftex): New variable.
2020-09-03 17:14:15 +05:30
Guillaume Le Vaillant
24890787b5
gnu: electron-cash: Update to 4.1.0.
...
* gnu/packages/finance.scm (electron-cash): Update to 4.1.0.
[inputs]: Use libsecp256k1-bitcoin-cash instead of libsecp256k1.
2020-09-03 11:51:35 +02:00
Guillaume Le Vaillant
a568071ffe
Add libsecp256k1-bitcoin-cash.
...
* gnu/packages/crypto.scm (libsecp256k1-bitcoin-cash): New variable.
2020-09-03 11:44:20 +02:00
Michael Rohleder
abafdb2aac
gnu: noisetorch: Update to 0.7.2-beta.
...
* gnu/packages/pulseaudio.scm (noisetorch): Update to 0.7.2-beta.
[arguments]: Add phase 'disable-update-check.go.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-03 07:46:59 +02:00
Ludovic Courtès
abd2fde847
gnu: guix: Update to 44c6e6f.
...
* gnu/packages/package-management.scm (guix): Update to 44c6e6f .
2020-09-03 00:19:42 +02:00
Timothy Sample
57983029a9
gnu: xmonad: Add patch to support dynamic linking.
...
Fixes <https://bugs.gnu.org/43131 >.
* gnu/packages/patches/xmonad-dynamic-linking.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/wm.scm (xmonad)[source]: Use it.
2020-09-02 18:09:01 -04:00
Danny Milosavljevic
4ff0fed778
android-repo-download: Use parallel-job-count instead of hard-coding job
...
count.
* guix/build/android-repo.scm (android-repo-fetch): Use parallel-job-count
instead of hard-coding job count.
2020-09-03 00:09:38 +02:00
Danny Milosavljevic
eb924a97bd
android-repo-download: Clean up typos; remove unused imports.
...
Follow-up to 3feb846420 .
* guix/android-repo-download.scm (android-repo-fetch): Fix docstring.
2020-09-03 00:09:38 +02:00
Ludovic Courtès
44c6e6f590
ssh: Fix progress bar crash when there are zero items to send.
...
* guix/ssh.scm (notify-transfer-progress): Do nothing when TOTAL is
zero.
2020-09-02 23:59:24 +02:00
Ludovic Courtès
de83660dd3
ssh: Fix regression in 'send-files'.
...
Regression introduced in b03267df6d .
The (take files 20) is a leftover from testing session.
* guix/ssh.scm (send-files): Fix value for 'missing'.
2020-09-02 23:59:24 +02:00
Pierre Neidhardt
39bb294170
gnu: sbcl: Update to 2.0.8.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.0.8.
2020-09-02 23:40:23 +02:00
Tobias Geerinckx-Rice
144d7c07ac
gnu: ogre: Update to 1.12.6.
...
* gnu/packages/graphics.scm (ogre): Update to 1.12.6.
2020-09-02 20:31:11 +02:00
Tobias Geerinckx-Rice
0da58921ec
gnu: perl-pdf-api2: Update to 2.038.
...
* gnu/packages/perl.scm (perl-pdf-api2): Update to 2.038.
2020-09-02 20:31:10 +02:00
Tobias Geerinckx-Rice
3d9c9ac871
gnu: perl-hash-merge: Update to 0.302.
...
* gnu/packages/perl.scm (perl-hash-merge): Update to 0.302.
2020-09-02 20:31:10 +02:00
Tobias Geerinckx-Rice
383f57a831
gnu: perl-hash-merge: Run more tests.
...
* gnu/packages/perl.scm (perl-hash-merge)[native-inputs]: Add perl-clone
and perl-clone-pp.
2020-09-02 20:31:10 +02:00
Tobias Geerinckx-Rice
8cced06ffe
gnu: Add sieve-connect.
...
* gnu/packages/mail.scm (sieve-connect): New public variable.
2020-09-02 20:31:10 +02:00
Timothy Sample
f14e808aea
gnu: hedgewars: Fix build with shared libraries.
...
Fixes: <https://bugs.gnu.org/43112 >.
* gnu/packages/games.scm (hedgewars)[arguments]: Set "haskell_flags"
in #:configure-flags to enable dynamic linking.
2020-09-02 13:44:12 -04:00
Efraim Flashner
4f9043c6ec
gnu: rust-aho-corasick-0.6: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-aho-corasick-0.6)[arguments]: Don't
skip build.
2020-09-02 20:15:08 +03:00
Ludovic Courtès
eea36f8eca
gnu: guix: Update to 2056226.
...
* gnu/packages/package-management.scm (guix): Update to 2056226 .
2020-09-02 17:53:24 +02:00
Hendursaga
2056226557
gnu: Add knockd.
...
* gnu/packages/networking.scm (knockd): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-02 17:17:37 +02:00
Michael Rohleder
c9a86e666f
gnu: emacs-calibredb: Update to 2.6.0.
...
* gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.6.0.
[propagated-inputs]: removed emacs-org, because it's optional now.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-02 17:17:37 +02:00
Edouard Klein
536577390f
gnu: Add xlsxio
...
* gnu/packages/xml.scm: (xlsxio): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-02 17:17:37 +02:00
Edouard Klein
1941055aa7
gnu: Add gerbil
...
* gnu/packages/scheme.scm: (gerbil): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-02 17:17:37 +02:00
Morgan Smith
562f7e3fdb
gnu: Add emacs-next.
...
* gnu/packages/emacs.scm (emacs-next): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-09-02 17:17:37 +02:00
Martin Becze
95e6468a84
gnu: chez-scheme: Install libraries to 'lib/csvX.Y.Z-site'
...
* gnu/packages/chez.scm (chez-make-flags): Add 'chezversion'.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2020-09-02 17:17:37 +02:00
Ludovic Courtès
fe4e770fc1
ui: Attempt to fall back to "en_US.utf8" rather than "C".
...
* guix/ui.scm (install-locale): Add call to 'setlocale' in 'catch' handler.
2020-09-02 17:17:37 +02:00
Ludovic Courtès
739f630947
store: 'set-build-options' sends LC_MESSAGES, not LC_ALL.
...
* guix/store.scm (set-build-options): Change #:locale default value
to (setlocale LC_MESSAGES).
2020-09-02 17:17:37 +02:00
Ludovic Courtès
aba8def46d
substitute: Set LC_MESSAGES to the client's locale, not LC_ALL.
...
Fixes <https://bugs.gnu.org/43039 >.
Reported by Adam Griffiths <adam.lw.griffiths@gmail.com >.
Previously, a client could lead 'guix substitute' to run in a non-UTF-8
locale, such as the "C" locale. Consequently, 'guix substitute' would
now fail to decode UTF-8 file names such as those that appear in the
'nss-certs' package.
* guix/scripts/substitute.scm (guix-substitute): Set LC_MESSAGES, not LC_ALL.
2020-09-02 17:17:36 +02:00
Mathieu Othacehe
8ce6f4dc28
installer: Run the installation inside a container.
...
When the store overlay is mounted, other processes such as kmscon, udev
and guix-daemon may open files from the store, preventing the
underlying install support from being umounted. See:
https://lists.gnu.org/archive/html/guix-devel/2018-12/msg00161.html .
To avoid this situation, mount the store overlay inside a container,
and run the installation from within that container.
* gnu/build/shepherd.scm (fork+exec-command/container): New procedure.
* gnu/services/base.scm (guix-shepherd-service): Support an optional PID
argument passed to the "start" method. If that argument is passed, ensure that
guix-daemon enters the given PID MNT namespace by using
fork+exec-command/container procedure.
* gnu/installer/final.scm (umount-cow-store): Remove it,
(install-system): run the installation from within a container.
* gnu/installer/newt/final.scm (run-install-shell): Remove the display hack.
2020-09-02 17:05:23 +02:00
Mathieu Othacehe
5316dfc0f1
linux-container: Do not jail the container unconditionally.
...
We may want to run a container inside the MNT namespace, without jailing the
container. If RUN-CONTAINER is passed a null MOUNTS list, do not jail the
container.
* gnu/build/linux-container.scm (run-container): Do not call
MOUNT-FILE-SYSTEMS if MOUNTS list is empty.
2020-09-02 17:05:23 +02:00
Mathieu Othacehe
22827396ba
install: Factorize cow-store procedure.
...
Move the cow-store procedure from the service declaration in (gnu system
install) to (gnu build install), so that it can be called from within a
different context than Shepherd.
* gnu/build/install.scm (mount-cow-store, unmount-cow-store): New procedures.
* gnu/system/install.scm (make-cow-store): Remove it,
(cow-store-service-type): adapt it accordingly.
2020-09-02 17:05:22 +02:00
Pierre Neidhardt
573489fbcd
gnu: nyxt: Update to 2-pre-release-1.
...
* gnu/packages/web-browsers.scm (nyxt): Update to 2-pre-release-1.
2020-09-02 15:18:01 +02:00
Danny Milosavljevic
3feb846420
Add (guix android-repo-download).
...
* guix/build/android-repo.scm: New file.
* guix/android-repo-download.scm: New file.
* Makefile.am (MODULES): Add them.
2020-09-02 13:51:38 +02:00
Pierre Neidhardt
f30e739395
gnu: Add sbcl-clack-handler-hunchentoot.
...
* gnu/packages/lisp-xyz.scm (sbcl-clack-handler-hunchentoot): New variable.
2020-09-02 12:40:13 +02:00
Pierre Neidhardt
b3a7d80622
gnu: Add clack-handler-fcgi.
...
* gnu/packages/lisp-xyz.scm (cl-clack-handler-fcgi, sbcl-clack-handler-fcgi):
New variables.
(sbcl-clack): Extract revision and commit so that they can be factored with
sbcl-clack-handler-fcgi.
2020-09-02 12:40:13 +02:00
Pierre Neidhardt
0d1c7c97fc
gnu: Add cl-fastcgi.
...
* gnu/packages/lisp-xyz.scm (cl-fastcgi, ecl-fastcgi, sbcl-fastcgi): New variables.
2020-09-02 12:40:13 +02:00
Pierre Neidhardt
de5e989b62
gnu: sbcl-mito: Remove spurious comment.
...
* gnu/packages/lisp-xyz.scm (sbcl-mito)[arguments]: Remove spurious comment,
this test is already removed a few lines below.
2020-09-02 12:40:13 +02:00
Pierre Neidhardt
dba8f523a6
gnu: sbcl-dbi: Update to 20200518.
...
* gnu/packages/lisp-xyz.scm (sbcl-dbi): Update to 20200518.
2020-09-02 12:40:13 +02:00
Pierre Neidhardt
b7d974b3fd
gnu: sbcl-cl-sqlite: Update to 0.2.1.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-sqlite): Update to 0.2.1.
2020-09-02 12:40:13 +02:00
Efraim Flashner
d8c71fd91f
gnu: js-filesaver: Also install unminified version.
...
* gnu/packages/javascript.scm (js-filesaver)[arguments]: Add phase to
install unminified javascript file.
2020-09-02 11:54:00 +03:00
Efraim Flashner
efaeb84c19
gnu: xfsprogs: Update to 5.7.0.
...
* gnu/packages/linux.scm (xfsprogs): Update to 5.7.0.
2020-09-02 11:06:44 +03:00
Efraim Flashner
2af2a76247
gnu: osip: Update to 5.1.2.
...
* gnu/packages/telephony.scm (osip): Update to 5.1.2.
2020-09-02 10:48:38 +03:00
Jan (janneke) Nieuwenhuizen
18a9c16b5e
services: childhurd: Always include the secret-service.
...
* gnu/services/virtualization.scm (secret-service-operating-system): New
procedure.
(hurd-vm-disk-image): Use it to ensure a Childhurd always includes the
secret-service.
(%hurd-vm-operating-system): Remove secret-service.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2020-09-02 07:24:15 +02:00
Vagrant Cascadian
450dcd1aff
gnu: %default-extra-linux-options: Enable kernel options for elogind service.
...
Fixes: https://issues.guix.gnu.org/43078
These options are already enabled in the kernel configs included in guix, but
might be missing from variants using a defconfig from the upstream kernel,
such as linux-libre-arm-generic and linux-libre-arm64-generic.
* gnu/packages/linux (%default-extra-linux-options): Enable
CONFIG_CGROUP_FREEZER, CONFIG_BLK_CGROUP, CONFIG_CGROUP_WRITEBACK,
CONFIG_CGROUP_SCHED, CONFIG_CGROUP_PIDS, CONFIG_CGROUP_FREEZER,
CONFIG_CGROUP_DEVICE, CONFIG_CGROUP_CPUACCT, CONFIG_CGROUP_PERF,
CONFIG_SOCK_CGROUP_DATA, CONFIG_BLK_CGROUP_IOCOST, CONFIG_CGROUP_NET_PRIO,
CONFIG_CGROUP_NET_CLASSID, CONFIG_MEMCG, CONFIG_MEMCG_SWAP,
CONFIG_MEMCG_KMEM, CONFIG_CPUSETS and CONFIG_PROC_PID_CPUSET.
2020-09-01 15:33:24 -07:00
Efraim Flashner
c7a3926ee4
gnu: guile-cairo: Update to 1.11.1.
...
* gnu/packages/gtk.scm (guile-cairo): Update to 1.11.1.
[arguments]: Add make-flag to hide guild warnings.
2020-09-01 23:44:26 +03:00
Efraim Flashner
f91270bf0a
gnu: ttfautohint: Don't build static library.
...
* gnu/packages/fontutils.scm (ttfautohint)[arguments]: Add
configure-flag to not build static library.
2020-09-01 23:39:11 +03:00
Efraim Flashner
0be22e4474
gnu: ttfautohint: Update to 1.8.3.
...
* gnu/packages/fontutils.scm (ttfautohint): Update to 1.8.3.
[source]: Remove patch.
* gnu/packages/patches/ttfautohint-source-date-epoch.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-09-01 23:36:52 +03:00
Efraim Flashner
3d494ccd7d
gnu: wireless-regdb: Update to 2020.04.29.
...
* gnu/packages/linux.scm (wireless-regdb): Update to 2020.04.29.
2020-09-01 23:24:45 +03:00
Efraim Flashner
49db1ef2b0
gnu: xf86-video-sis: Update to 0.12.0.
...
* gnu/packages/xorg.scm (xf86-video-sis): Update to 0.12.0.
[source]: Remove patch.
* gnu/packages/patches/xf86-video-sis-xorg-compat.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-09-01 23:16:29 +03:00
Efraim Flashner
d11948a119
gnu: xf86-video-ati: Update to 19.1.0.
...
* gnu/packages/xorg.scm (xf86-video-ati): Update to 19.1.0.
[arguments]: Enable glamor.
2020-09-01 23:11:23 +03:00
Efraim Flashner
008a9217c4
gnu: xf86-video-amdgpu: Update to 19.1.0.
...
* gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 19.1.0.
2020-09-01 23:11:23 +03:00
Alexandru-Sergiu Marton
2da616c939
gnu: emacs-org-webring: Update to 1.6.
...
* gnu/packages/emacs-xyz.scm (emacs-org-webring): Update to 1.6.
Signed-off-by: Brett Gilio <brettg@gnu.org >
2020-09-01 15:06:39 -05:00
Michael Rohleder
a73ccefe31
gnu: emacs-elisp-refs: Disable test failing on Emacs 27.1.
...
* gnu/packages/emacs-xyz.scm (emacs-elisp-refs)[arguments]:
Add phase to disable failing test "elisp-refs-next-match" on emacs27.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-01 21:25:52 +02:00
Martin Becze
08a8872f7f
gnu: Add guile-srfi-180.
...
* gnu/packages/guile-xyz.scm (guile-srfi-180): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-09-01 21:22:07 +02:00
Oleg Pykhalov
cb8a9970ff
gnu: emacs-helm: Update to 3.6.5.
...
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.5.
2020-09-01 22:05:25 +03:00
Arun Isaac
4546c0dd2f
import: launchpad: Recognize more URLs.
...
* guix/import/launchpad.scm (updated-launchpad-url): Recognize more URLs.
2020-09-01 22:45:16 +05:30
Arun Isaac
4322561243
import: launchpad: Recognize the .orig.tar.gz extension.
...
* guix/import/launchpad.scm (find-extension): Recognize the .orig.tar.gz
extension.
2020-09-01 22:45:16 +05:30
Arun Isaac
8b9b5a7f58
import: launchpad: Handle list of source URLs correctly.
...
* guix/import/launchpad.scm (updated-launchpad-url): Return updated URL when
package has a list of URLs, not the old URL.
2020-09-01 22:45:02 +05:30
Tobias Geerinckx-Rice
ce04a92f78
gnu: kakoune: Update to 2020.09.01.
...
* gnu/packages/text-editors.scm (kakoune): Update to 2020.09.01.
2020-09-01 18:36:59 +02:00
Tobias Geerinckx-Rice
2c6b6d7991
gnu: libopenmpt: Remove 5.1-MiB static library.
...
* gnu/packages/audio.scm (libopenmpt)[arguments]: Add a
‘delete-static-libraries’ phase.
2020-09-01 18:36:59 +02:00
Tobias Geerinckx-Rice
2933e4d465
gnu: libopenmpt: Remove duplicate LICENSE file.
...
* gnu/packages/audio.scm (libopenmpt)[arguments]: Set the default
‘--docdir’ in #:configure-flags.
2020-09-01 18:36:59 +02:00
Tobias Geerinckx-Rice
8ac4c3c1ba
gnu: libopenmpt: Update to 0.5.2.
...
* gnu/packages/audio.scm (libopenmpt): Update to 0.5.2.
2020-09-01 18:36:58 +02:00
Alexey Abramov
3fc0f87795
gnu: Add dovecot-pigeonhole.
...
* gnu/packages/mail.scm (dovecot-pigeonhole): New public variable.
Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-09-01 18:36:58 +02:00
Tobias Geerinckx-Rice
62035656ca
gnu: Add opensmtpd-filter-dkimsign.
...
* gnu/packages/mail.scm (libopensmtpd): New variable.
opensmtpd-filter-dkimsign): New public variable.
2020-09-01 18:36:58 +02:00
Pierre Neidhardt
f5ca844fc1
gnu: Add caveman.
...
* gnu/packages/lisp-xyz.scm (cl-caveman, ecl-caveman, sbcl-caveman): New variables.
2020-09-01 18:26:08 +02:00
Pierre Neidhardt
bc1f552b1a
gnu: Add cl-project.
...
* gnu/packages/lisp-xyz.scm (cl-project, ecl-cl-project, sbcl-cl-project): New variables.
2020-09-01 16:53:28 +02:00
Pierre Neidhardt
d2c9f34929
gnu: Add cl-emb.
...
* gnu/packages/lisp-xyz.scm (cl-emb, ecl-emb, sbcl-emb): New variables.
2020-09-01 16:53:28 +02:00
Pierre Neidhardt
56aeb1a40a
gnu: Add do-urlencode.
...
* gnu/packages/lisp-xyz.scm (cl-do-urlencode, ecl-do-urlencode,
sbcl-do-urlencode): New variables.
2020-09-01 16:53:28 +02:00
Pierre Neidhardt
69006b0c90
gnu: Add datafly.
...
* gnu/packages/lisp-xyz.scm (cl-datafly, ecl-datafly, sbcl-datafly): New variables.
2020-09-01 16:53:28 +02:00
Pierre Neidhardt
0bca68d9a3
gnu: Add kebab.
...
* gnu/packages/lisp-xyz.scm (cl-kebab, ecl-kebab, sbcl-kebab): New variables.
2020-09-01 16:53:28 +02:00
Pierre Neidhardt
f5e31b1d35
gnu: Add mito.
...
* gnu/packages/lisp-xyz.scm (cl-mito, sbcl-mito): New variables.
2020-09-01 16:53:28 +02:00
Pierre Neidhardt
257cf3e7db
gnu: Add ecl-cl-postgres.
...
* gnu/packages/lisp-xyz.scm (ecl-cl-postgres): New variable.
2020-09-01 16:53:28 +02:00
Pierre Neidhardt
588a4492eb
gnu: Add ecl-md5.
...
* gnu/packages/lisp-xyz.scm (ecl-md5): New variable.
2020-09-01 16:53:28 +02:00
Pierre Neidhardt
bfa784620e
gnu: Add envy.
...
* gnu/packages/lisp-xyz.scm (cl-envy, ecl-envy, sbcl-envy): New variables.
2020-09-01 16:53:28 +02:00
Efraim Flashner
6bf5f207f1
gnu: manuskript: Use make-deskop-entry-file.
...
* gnu/packages/text-editors.scm (manuskript)[arguments]: Adjust custom
'install phase to use make-desktop-entry-file.
2020-09-01 17:12:30 +03:00
Jan (janneke) Nieuwenhuizen
01cefb7a57
services: childhurd: Support installing secrets from the host.
...
* gnu/services/virtualization.scm (%hurd-vm-operating-system): Add
secret-service.
(hurd-vm-shepherd-service): Use it to install secrets.
* doc/guix.texi (The Hurd in a Virtual Machine): Document it.
2020-09-01 16:06:38 +02:00
Jan (janneke) Nieuwenhuizen
ec32d4f291
services: Add secret-service-type.
...
This adds a "secret-service" that can be added to a Childhurd VM to receive
out-of-band secrets (keys) sent from the host.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
* gnu/services/virtualization.scm (secret-service-activation): New procedure.
(secret-service-type): New variable.
* gnu/build/secret-service.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2020-09-01 16:06:38 +02:00
Prafulla Giri
73c81ae0f1
gnu: childsplay: Fix .desktop file.
...
* gnu/packages/education.scm (childsplay)[arguments]: In phase
'create-desktop-file, fix Exec to point to out/bin/childsplay.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-01 16:54:26 +03:00
Mason Hock
7cb3e9c30c
gnu: gajim-omemo: Update to 2.7.7.
...
* gnu/packages/messaging.scm (gajim-omemo): Update to 2.7.7.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-09-01 16:44:57 +03:00
Tobias Geerinckx-Rice
896ad27679
gnu: knot: Update to 2.9.6.
...
* gnu/packages/dns.scm (knot): Update to 2.9.6.
2020-09-01 15:09:21 +02:00
Tobias Geerinckx-Rice
74541d4911
gnu: xtl: Update to 0.6.17.
...
* gnu/packages/cpp.scm (xtl): Update to 0.6.17.
2020-09-01 15:09:21 +02:00
Efraim Flashner
92c83efc94
gnu: enlightenment-wayland: Deprecate package.
...
* gnu/packages/enlightenment.scm (enlightenment-wayland): Deprecate
package in favor of enlightenment.
2020-09-01 15:46:54 +03:00
Efraim Flashner
f911b27918
gnu: enlightenment: Build with wayland support.
...
* gnu/packages/enlightenment.scm (enlightenment)[arguments]: Add
configure-flag to build with wayland support.
[inputs]: Add wayland-protocols, xorg-server-xwayland.
2020-09-01 15:46:53 +03:00
Efraim Flashner
04b5fb9262
gnu: python-efl: Use regex to delete cythonized files.
...
* gnu/packages/enlightenment.scm (python-efl)[source]: Adjust snippet to
delete cythonized files based on a regex pattern.
2020-09-01 15:46:53 +03:00
Efraim Flashner
e8ae96ae61
gnu: enlightenment: Use system eject.
...
* gnu/packages/enlightenment.scm (enlightenment)[arguments]: Adjust
'set-system-actions phase to refer to eject in /run/current-system.
[native-inputs]: Remove util-linux.
2020-09-01 15:46:53 +03:00
Efraim Flashner
b27786d130
gnu: enlightenment.scm: Remove unneeded module import.
...
* gnu/packages/enlightenment.scm: Remove unneeded module import.
2020-09-01 15:46:53 +03:00
Andreas Enge
42ed53173e
gnu: gap: Update to 4.11.0.
...
* gnu/packages/algebra.scm (gap)[source]: Update to 4.11.0. Identify kept
packages by name prefix, dropping version number comparisons.
[inputs]: Add readline.
[arguments]: Use make targets instead of file copying where possible.
2020-09-01 13:27:42 +02:00
Maxim Cournoyer
6d6e74ea98
Revert "system: image: Do not offload image files."
...
This reverts commit 6a9581741e , which is
obsoleted by the previous commit.
2020-09-01 00:48:59 -04:00
Maxim Cournoyer
a02ad4592c
gexp: computed-file: Prevent mistakenly overriding default option values.
...
In order to do so, default to an empty options list, and expose options whose
default values are sensitive directly as keyword arguments.
* guix/gexp.scm (computed-file): Extract the LOCAL-BUILD? parameter from the
OPTIONS parameter to make it a stand-alone keyword argument. Introduce an
OPTIONS* binding which is obtained by combining the LOCAL-BUILD? keyword and
its value with OPTIONS.
* doc/guix.texi (G-Expressions): Adjust doc.
Suggested-by: Ludovic Courtès <ludo@gnu.org >
2020-09-01 00:48:11 -04:00
Tobias Geerinckx-Rice
1c4b3512db
gnu: editorconfig-core-c: Delete static library.
...
* gnu/packages/text-editors.scm (editorconfig-core-c)[arguments]: Add a
‘delete-static-library’ phase.
2020-09-01 04:44:35 +02:00
Tobias Geerinckx-Rice
7395ea0de4
gnu: editorconfig-core-c: Update to 0.12.4.
...
* gnu/packages/text-editors.scm (editorconfig-core-c): Update to 0.12.4.
2020-09-01 04:44:35 +02:00
Tobias Geerinckx-Rice
056175769f
gnu: youtube-viewer: Update to 3.7.8.
...
* gnu/packages/video.scm (youtube-viewer): Update to 3.7.8.
2020-09-01 04:44:35 +02:00
Tobias Geerinckx-Rice
2db0ed9c0a
gnu: libwacom: Update to 1.5.
...
* gnu/packages/xdisorg.scm (libwacom): Update to 1.5.
2020-09-01 04:44:34 +02:00
Tobias Geerinckx-Rice
30714da09a
gnu: wgetpaste: Update bpaste URL & regular expressions.
...
* gnu/packages/wget.scm (wgetpaste)[source]: Add patch.
* gnu/packages/patches/wgetpaste-update-bpaste.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2020-09-01 04:44:34 +02:00
Tobias Geerinckx-Rice
7b88396feb
gnu: wgetpaste: Update to 2.30.
...
* gnu/packages/wget.scm (wgetpaste): Update to 2.30.
2020-09-01 04:44:34 +02:00
Tobias Geerinckx-Rice
1b0755012b
gnu: wgetpaste: Use HTTPS home page.
...
* gnu/packages/wget.scm (wgetpaste)[source, home-page]: Use HTTPS.
2020-09-01 04:44:34 +02:00
Tobias Geerinckx-Rice
57ea4dfca1
gnu: wgetpaste: Fix historical confusion.
...
* gnu/packages/wget.scm (wgetpaste)[arguments]: Fix the reversed
substitution and clarify its purpose.
2020-09-01 04:44:34 +02:00
Tobias Geerinckx-Rice
e071b0c940
gnu: uchardet: Update to 0.0.7.
...
* gnu/packages/freedesktop.scm (uchardet): Update to 0.0.7.
2020-09-01 04:44:34 +02:00
Tobias Geerinckx-Rice
b63253004e
gnu: fetchmail: Update to 6.4.11.
...
* gnu/packages/mail.scm (fetchmail): Update to 6.4.11.
2020-09-01 04:44:34 +02:00
Tobias Geerinckx-Rice
5d844fd68d
gnu: python-jeepney: Update to 0.4.3.
...
* gnu/packages/python-crypto.scm (python-jeepney): Update to 0.4.3.
2020-09-01 04:44:33 +02:00
Brett Gilio
2b6333c63b
gnu: Add emacs-scpaste.
...
* gnu/packages/emacs-xyz.scm (emacs-scpaste): New variable.
2020-08-31 19:56:25 -05:00
Tobias Geerinckx-Rice
03b27b396b
gnu: ptpython: Update to 3.0.5.
...
The previous version had been broken ever since python-prompt-toolkit
was updated to 3.x.
* gnu/packages/python-xyz.scm (ptpython): Update to 3.0.5.
[propagated-inputs]: Add python-appdirs. Remove python-docopt.
2020-09-01 02:13:55 +02:00
Tobias Geerinckx-Rice
5b8bcc23b1
gnu: python-prompt-toolkit: Update to 3.0.7.
...
* gnu/packages/python-xyz.scm (python-prompt-toolkit): Update to 3.0.7.
2020-09-01 02:13:55 +02:00
Tobias Geerinckx-Rice
2bf9cc5ea7
gnu: python-prompt-toolkit: Specify the correct Python 2 variant.
...
* gnu/packages/python-xyz.scm (python-prompt-toolkit)[properties]:
The Python-2 version of this package is version 2.x of this package.
2020-09-01 02:13:54 +02:00
Tobias Geerinckx-Rice
46eb357973
gnu: python-nbval: Update to 0.9.6.
...
* gnu/packages/python-check.scm (python-nbval): Update to 0.9.6.
2020-08-31 20:32:50 +02:00
Tobias Geerinckx-Rice
f575aff3f5
gnu: perl-archive-extract: Update to 0.86.
...
* gnu/packages/perl-compression.scm (perl-archive-extract): Update to 0.86.
2020-08-31 20:32:50 +02:00
Tobias Geerinckx-Rice
742c70cde9
gnu: perl-io-compress: Update to 2.096.
...
* gnu/packages/perl-compression.scm (perl-io-compress): Update to 2.096.
2020-08-31 20:32:50 +02:00
Tobias Geerinckx-Rice
465290eae4
gnu: perl-compress-raw-zlib: Update to 2.096.
...
* gnu/packages/perl-compression.scm (perl-compress-raw-zlib): Update to 2.096.
2020-08-31 20:32:50 +02:00
Tobias Geerinckx-Rice
410e8ccbc7
gnu: perl-compress-raw-bzip2: Update to 2.096.
...
* gnu/packages/perl-compression.scm (perl-compress-raw-bzip2): Update to 2.096.
2020-08-31 20:32:50 +02:00
Tobias Geerinckx-Rice
d45cec3919
gnu: python-pytools: Update to 2020.4.
...
* gnu/packages/opencl.scm (python-pytools): Update to 2020.4.
2020-08-31 20:32:50 +02:00
Tobias Geerinckx-Rice
2d3370c4ec
gnu: ocamlify: Update to 0.0.2.
...
* gnu/packages/ocaml.scm (ocamlify): Update to 0.0.2.
[arguments]: Add a ‘disable-safe-string’ phase.
2020-08-31 20:32:50 +02:00
Tobias Geerinckx-Rice
4a7243fcfb
gnu: ocamlify: Parametrize source URI.
...
* gnu/packages/ocaml.scm (ocamlify)[source]: Construct with VERSION.
2020-08-31 20:32:50 +02:00
Tobias Geerinckx-Rice
55d6b357a9
gnu: rtmpdump: Don't install the static library.
...
* gnu/packages/networking.scm (rtmpdump)[arguments]: Add
an ‘omit-static-library’ phase.
2020-08-31 20:32:50 +02:00
Tobias Geerinckx-Rice
5237aa444d
gnu: rtmpdump: Update to 2.4.
...
* gnu/packages/networking.scm (rtmpdump): Update to 2.4.
[arguments]: Fix RUNPATH.
2020-08-31 20:32:50 +02:00
Tobias Geerinckx-Rice
c1d3f5841d
gnu: x42-plugins: Update to 20200714.
...
* gnu/packages/music.scm (x42-plugins): Update to 20200714.
[source]: Download over HTTPS.
2020-08-31 20:32:49 +02:00
Tobias Geerinckx-Rice
f46379c18a
gnu: yoshimi: Update to 1.7.2.
...
* gnu/packages/music.scm (yoshimi): Update to 1.7.2.
[source]: Use URL-FETCH once more.
2020-08-31 18:03:11 +02:00
Tobias Geerinckx-Rice
312789abc5
gnu: sooperlooper: Update to 1.7.4.
...
* gnu/packages/music.scm (sooperlooper): Update to 1.7.4.
[source]: Remove upstreamed patch.
* gnu/packages/patches/sooperlooper-build-with-wx-30.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-08-31 18:03:11 +02:00
Tobias Geerinckx-Rice
fff9d1f715
gnu: pd: Update to 0.51-1.
...
* gnu/packages/music.scm (pd): Update to 0.51-1.
2020-08-31 17:49:13 +02:00
Tobias Geerinckx-Rice
54c995cc7e
gnu: zabbix-agentd: Update to 5.0.3.
...
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.0.3.
2020-08-31 17:49:13 +02:00
Tobias Geerinckx-Rice
506dc9279a
gnu: mutt: Update to 1.14.7.
...
* gnu/packages/mail.scm (mutt): Update to 1.14.7.
2020-08-31 17:49:13 +02:00
Tobias Geerinckx-Rice
1034141111
gnu: vala@0.48: Update to 0.48.9.
...
* gnu/packages/gnome.scm (vala-0.48): Update to 0.48.9.
2020-08-31 17:49:12 +02:00
Julien Lepiller
7b2ac47687
Makefile.am: Set iso label.
...
* Makefile.am (release): Add version number in disk image label.
2020-08-31 16:12:36 +02:00
Julien Lepiller
f43ec1c5b0
gnu: ci: Set label in iso9660 jobs.
...
* gnu/ci.scm (image-jobs): Set label of generated ISOs.
2020-08-31 16:12:31 +02:00
Julien Lepiller
036f23f053
guix: system: Add `--label' option.
...
* guix/scripts/system.scm (%options): Add `--label'.
(system-derivation-for-action): Take a #:label key to set volume ID.
(perform-action): Take a #:label key.
(%default-options): Add default label value.
(process-action): Pass label value from command-line to perform-action.
* gnu/system/image.scm (image-with-label): New procedure.
2020-08-31 16:12:16 +02:00
Ludovic Courtès
7e90e28a15
guix system: Clarify what happens where service upgrade fails.
...
* guix/scripts/system.scm (report-shepherd-error): Use 'warning' instead
of 'report-error'. Add extra 'warning' and 'display-hint' calls.
2020-08-31 15:50:35 +02:00
Ludovic Courtès
a4e81ff325
guix system: reconfigure: Tell users about 'herd status'.
...
* guix/scripts/system.scm (perform-action): Mention 'herd status' when
'upgrade-shepherd-services' completes.
2020-08-31 15:50:35 +02:00
Ludovic Courtès
7eeb78157d
vm: Disable caching for writable file system mappings.
...
Fixes <https://bugs.gnu.org/43062 >.
Reported by elaexuotee@wilsonb.com .
* gnu/system/vm.scm (mapping->file-system)[options]: Disable loose
caching when WRITABLE? is true.
2020-08-31 15:50:35 +02:00
Ludovic Courtès
83ec969cc7
packages: <content-hash> printer gracefully handle #f values.
...
Suggested by Robin Green <greenrd@greenrd.org >.
* guix/packages.scm (print-content-hash): Gracefully deal with cases
with 'content-hash-value' returns #f, as is the case for 'linux-libre'.
2020-08-31 15:50:35 +02:00
Ludovic Courtès
b03267df6d
ssh: 'send-files' displays a progress bar.
...
* guix/store.scm (export-paths): Add #:start, #:progress, and #:finish
parameters and honor them.
* guix/ssh.scm (prepare-to-send, notify-transfer-progress)
(notify-transfer-completion): New procedures.
(send-files): Pass #:start, #:progress, and #:finish to 'export-paths'.
2020-08-31 15:50:31 +02:00
Efraim Flashner
7ae0456166
gnu: Add rust-gfa-0.6.
...
* gnu/packages/crates-io.scm (rust-gfa-0.6): New variable.
2020-08-31 12:05:54 +03:00
Efraim Flashner
6869d31183
gnu: rust-libssh2-sys-0.2: Update to 0.2.19.
...
* gnu/packages/crates-io.scm (rust-libssh2-sys-0.2): Update to 0.2.19.
2020-08-31 12:05:54 +03:00
Efraim Flashner
6d32c701e7
gnu: rust-libz-sys-1.0: Rename rust-libz-sys-1.
...
* gnu/packages/crates-io.scm (rust-libz-sys-1.0): Rename rust-libz-sys-1.
(rust-curl-sys-0.4, rust-flate2-1.0, rust-freetype-sys-0.9,
rust-libgit2-sys-0.10, rust-libgit2-sys-0.7, rust-libssh2-sys-0.2)
[arguments]: Adjust accordingly.
* gnu/packages/syndication.scm (newsboat)[arguments]: Same.
2020-08-31 12:05:54 +03:00
Efraim Flashner
faafd6bcde
gnu: rust-pcre2-sys-0.2: Update to 0.2.5.
...
* gnu/packages/crates-io.scm (rust-pcre2-sys-0.2): Update to 0.2.5.
2020-08-31 12:05:54 +03:00
Efraim Flashner
8d3f80d75f
gnu: rust-openssl-sys-0.9: Update to 0.9.58.
...
* gnu/packages/crates-io.scm (rust-openssl-sys-0.9): Update to 0.9.58.
[arguments]: Replace rust-autocfg-0.1 with 1.0 in cargo-inputs.
2020-08-31 12:05:53 +03:00
Efraim Flashner
bbb4fcbf3a
gnu: rust-libz-sys-1.0: Update to 1.1.1.
...
* gnu/packages/crates-io.scm (rust-libz-sys-1.0): Update to 1.1.1.
[source]: Update snippet to remove more bundled code.
[arguments]: Add rust-cmake-0.1 to cargo-inputs.
2020-08-31 12:05:53 +03:00
Efraim Flashner
0acca7ffc5
gnu: rust-libnghttp2-sys-0.1: Update to 0.1.4+1.41.0.
...
* gnu/packages/crates-io.scm (rust-libnghttp2-sys-0.1): Update to
0.1.4+1.41.0.
[source]: Add snippet to add dependency on rust-pkg-config.
[arguments]: Don't skip build. Add rust-pkg-config-0.3 to cargo-inputs.
[inputs]: Replace nghttp2 with nghttp2:lib.
2020-08-31 12:05:53 +03:00
Efraim Flashner
76de60be53
gnu: rust-bzip2-sys-0.1: Update to 0.1.9+1.0.8.
...
* gnu/packages/crates-io.scm (rust-bzip2-sys-0.1): Update to 0.1.9+1.0.8.
[source]: Update snippet.
[arguments]: Add rust-pkg-config-0.3 to cargo-inputs.
2020-08-31 12:05:53 +03:00
Efraim Flashner
8cfcc6aca4
gnu: rust-backtrace-sys-0.1: Update to 0.1.37.
...
* gnu/packages/crates-io.scm (rust-backtrace-sys-0.1): Update to 0.1.37.
2020-08-31 12:05:53 +03:00
Efraim Flashner
cd862cca18
gnu: rust-autocfg-1.0: Update to 1.0.1.
...
* gnu/packages/crates-io.scm (rust-autocfg-1.0): Update to 1.0.1.
2020-08-31 12:05:52 +03:00
Martin Becze
e060709354
gnu: Add guile-srfi-158.
...
* gnu/packages/guile-xyz.scm (guile-srfi-158): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-31 09:56:01 +02:00
Leo Prikler
68be4da830
gnu: emacs: Strip double wrap.
...
* gnu/packages/emacs.scm (emacs)[#:phases]: Add 'strip-double-wrap.
(emacs-minimal emacs-xwidgets emacs-no-x)
(emacs-no-x-toolkit guile-emacs)[#:phases]: Delete 'strip-double-wrap.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-31 08:48:54 +02:00
Brendan Tildesley
a2ebc7426a
gnu: racket-minimal: Fix hash for version 7.8.
...
* gnu/packages/scheme.scm (racket-minimal): Fix hash.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-08-31 05:08:07 +02:00
Tobias Geerinckx-Rice
123612d314
gnu: feh: Enable inotify support.
...
* gnu/packages/image-viewers.scm (feh)[arguments]: Add ‘inotify=1’
to #:make-flags.
2020-08-31 04:58:34 +02:00
Tobias Geerinckx-Rice
5044a6eb68
gnu: feh: Update to 3.5.
...
* gnu/packages/image-viewers.scm (feh): Update to 3.5.
2020-08-31 04:58:34 +02:00
Tobias Geerinckx-Rice
1c17a61bdc
gnu: phodav: Update to 2.5.
...
* gnu/packages/gnome.scm (phodav): Update to 2.5.
[arguments]: Work around a test failure.
[native-inputs]: Add docbook-xml-4.3.
2020-08-31 04:58:34 +02:00
Tobias Geerinckx-Rice
5cea72818d
gnu: facter: Update to 4.0.35.
...
* gnu/packages/admin.scm (facter): Update to 4.0.35.
2020-08-31 04:58:34 +02:00
Lars-Dominik Braun
bc8be17c4d
environment: Set USER and LOGNAME in container
...
* guix/scripts/environment.scm (launch-environment/container): Set
username environment variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-08-30 23:51:03 +02:00
Ricardo Wurmus
769b948f7f
gnu: r-tidyr: Update to 1.1.2.
...
* gnu/packages/statistics.scm (r-tidyr): Update to 1.1.2.
2020-08-30 23:29:57 +02:00
Ricardo Wurmus
1eb454f00b
gnu: r-r-utils: Update to 2.10.1.
...
* gnu/packages/statistics.scm (r-r-utils): Update to 2.10.1.
2020-08-30 23:29:57 +02:00
Ricardo Wurmus
9d28f8ee73
gnu: r-r-oo: Update to 1.24.0.
...
* gnu/packages/statistics.scm (r-r-oo): Update to 1.24.0.
2020-08-30 23:29:57 +02:00
Ricardo Wurmus
c885a0c25e
gnu: r-r-methodss3: Update to 1.8.1.
...
* gnu/packages/statistics.scm (r-r-methodss3): Update to 1.8.1.
2020-08-30 23:29:57 +02:00
Ricardo Wurmus
40f624d78c
gnu: r-backports: Update to 1.1.9.
...
* gnu/packages/statistics.scm (r-backports): Update to 1.1.9.
2020-08-30 23:29:57 +02:00
Ricardo Wurmus
87ff3831da
gnu: r-bit64: Update to 4.0.5.
...
* gnu/packages/statistics.scm (r-bit64): Update to 4.0.5.
2020-08-30 23:29:57 +02:00
Ricardo Wurmus
7bc58f36d9
gnu: r-mgcv: Update to 1.8-33.
...
* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-33.
2020-08-30 23:29:57 +02:00
Ricardo Wurmus
e8ebe088b5
gnu: r-nlme: Update to 3.1-149.
...
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-149.
2020-08-30 23:29:57 +02:00
Ricardo Wurmus
63bc330c9c
gnu: r-conquer: Update to 1.0.2.
...
* gnu/packages/cran.scm (r-conquer): Update to 1.0.2.
2020-08-30 23:29:57 +02:00
Ricardo Wurmus
d508cbee58
gnu: r-bdgraph: Update to 2.63.
...
* gnu/packages/cran.scm (r-bdgraph): Update to 2.63.
2020-08-30 23:29:57 +02:00
Ricardo Wurmus
5a1c9f2384
gnu: r-openmx: Update to 2.18.1.
...
* gnu/packages/cran.scm (r-openmx): Update to 2.18.1.
[propagated-inputs]: Add r-lifecycle.
2020-08-30 23:29:57 +02:00
Ricardo Wurmus
4bf90dc213
gnu: r-kableextra: Update to 1.2.1.
...
* gnu/packages/cran.scm (r-kableextra): Update to 1.2.1.
[propagated-inputs]: Remove r-readr.
[native-inputs]: Add r-knitr.
2020-08-30 23:29:57 +02:00
Ricardo Wurmus
0df84248cc
gnu: r-haplo-stats: Update to 1.8.5.
...
* gnu/packages/cran.scm (r-haplo-stats): Update to 1.8.5.
2020-08-30 23:29:56 +02:00
Ricardo Wurmus
b19acea286
gnu: r-rnifti: Update to 1.2.0.
...
* gnu/packages/cran.scm (r-rnifti): Update to 1.2.0.
2020-08-30 23:29:56 +02:00
Ricardo Wurmus
365036300a
gnu: r-deriv: Update to 4.0.1.
...
* gnu/packages/cran.scm (r-deriv): Update to 4.0.1.
2020-08-30 23:29:56 +02:00
Ricardo Wurmus
d2e3156f76
gnu: r-writexl: Update to 1.3.1.
...
* gnu/packages/cran.scm (r-writexl): Update to 1.3.1.
2020-08-30 23:29:56 +02:00
Ricardo Wurmus
9eb89f8fcb
gnu: r-insight: Update to 0.9.1.
...
* gnu/packages/cran.scm (r-insight): Update to 0.9.1.
2020-08-30 23:29:56 +02:00
Ricardo Wurmus
6a689ca417
gnu: r-officer: Update to 0.3.13.
...
* gnu/packages/cran.scm (r-officer): Update to 0.3.13.
2020-08-30 23:29:56 +02:00
Ricardo Wurmus
95cc428ba9
gnu: r-renv: Update to 0.12.0.
...
* gnu/packages/cran.scm (r-renv): Update to 0.12.0.
2020-08-30 23:29:56 +02:00
Ricardo Wurmus
8b74fbd2e7
gnu: r-maptools: Update to 1.0-2.
...
* gnu/packages/cran.scm (r-maptools): Update to 1.0-2.
2020-08-30 23:29:56 +02:00
Ricardo Wurmus
be0c1d7bff
gnu: r-zip: Update to 2.1.1.
...
* gnu/packages/cran.scm (r-zip): Update to 2.1.1.
2020-08-30 23:29:56 +02:00
Ricardo Wurmus
c35973954f
gnu: r-heatmaply: Update to 1.1.1.
...
* gnu/packages/cran.scm (r-heatmaply): Update to 1.1.1.
2020-08-30 23:29:56 +02:00
Ricardo Wurmus
efb0470b7d
gnu: r-ttr: Update to 0.24.1.
...
* gnu/packages/cran.scm (r-ttr): Update to 0.24.1.
2020-08-30 23:29:56 +02:00
Ricardo Wurmus
f8b156d553
gnu: r-vctrs: Update to 0.3.4.
...
* gnu/packages/cran.scm (r-vctrs): Update to 0.3.4.
2020-08-30 23:29:56 +02:00
Ricardo Wurmus
02e47f76cf
gnu: r-squarem: Update to 2020.4.
...
* gnu/packages/cran.scm (r-squarem): Update to 2020.4.
2020-08-30 23:29:56 +02:00
Ricardo Wurmus
dd14f48845
gnu: r-ffbase: Update to 0.13.1.
...
* gnu/packages/cran.scm (r-ffbase): Update to 0.13.1.
2020-08-30 23:29:56 +02:00
Ricardo Wurmus
c03d581606
gnu: r-dendextend: Update to 1.14.0.
...
* gnu/packages/cran.scm (r-dendextend): Update to 1.14.0.
[native-inputs]: Add r-knitr.
2020-08-30 23:29:55 +02:00
Ricardo Wurmus
bdbf2d52d0
gnu: r-glue: Update to 1.4.2.
...
* gnu/packages/cran.scm (r-glue): Update to 1.4.2.
2020-08-30 23:29:55 +02:00
Ricardo Wurmus
314155c943
gnu: r-gprofiler2: Update to 0.2.0.
...
* gnu/packages/cran.scm (r-gprofiler2): Update to 0.2.0.
2020-08-30 23:29:55 +02:00
Ricardo Wurmus
4d2ce7e675
gnu: r-rticles: Update to 0.15.
...
* gnu/packages/cran.scm (r-rticles): Update to 0.15.
2020-08-30 23:29:55 +02:00
Efraim Flashner
e3b11dc7db
gnu: rust-bytemuck-1: Update to 1.4.0.
...
* gnu/packages/crates-io.scm (rust-bytemuck-1): Update to 1.4.0.
[arguments]: Add rust-bytemuck-derive-1 to cargo-inputs.
2020-08-30 23:41:13 +03:00
Efraim Flashner
4501b4fd3f
gnu: Add rust-bytemuck-derive-1.
...
* gnu/packages/crates-io.scm (rust-bytemuck-derive-1): New variable.
2020-08-30 23:40:27 +03:00
Efraim Flashner
319de44a09
gnu: delly: Update to 0.8.3.
...
* gnu/packages/bioinformatics.scm (delly): Update to 0.8.3.
[inputs]: Order alphabetically.
2020-08-30 22:55:48 +03:00
Nicolas Goaziou
f8a369c36f
gnu: libreoffice: Update to 6.4.6.2.
...
* gnu/packages/libreoffice.scm (libreoffice): Update to 6.4.6.2. Fix
indentation.
2020-08-30 20:40:23 +02:00
Leo Famulari
b39541859d
gnu: Remove linux-libre 5.7.
...
The 5.7 kernel series is no longer supported upstream.
* gnu/packages/linux.scm (deblob-scripts-5.7, linux-libre-5.7-version,
linux-libre-5.7-pristine-source, linux-libre-5.7-source,
linux-libre-headers-5.7, linux-libre-5.7) Remove variables.
* gnu/packages/aux-files/linux-libre/5.7-arm.conf,
gnu/packages/aux-files/linux-libre/5.7-arm64.conf,
gnu/packages/aux-files/linux-libre/5.7-i686.conf,
gnu/packages/aux-files/linux-libre/5.7-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
2020-08-30 13:53:55 -04:00
Nicolas Goaziou
71a85fedcd
gnu: emacs-tramp: Update to 2.4.4.2.
...
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.4.2.
2020-08-30 15:21:40 +02:00
Efraim Flashner
a6b72a0f2b
gnu: sdsl-lite: Fix build.
...
* gnu/packages/datastructures.scm (sdsl-lite)[arguments]: Fix typo in
custom 'install-pkgconfig-file phase.
2020-08-30 15:49:47 +03:00
Ricardo Wurmus
0e7731ba80
gnu: guile-studio: Update to 0.0.3-1.5c05b03.
...
* gnu/packages/guile-xyz.scm (guile-studio): Update to 0.0.3-1.5c05b03.
[inputs]: Add emacs-flycheck-guile.
2020-08-30 14:05:35 +02:00
Efraim Flashner
0999168337
gnu: synthing-gtk: Add missing input.
...
* gnu/packages/syncthing.scm (syncthin-gtk)[inputs]: Add librsvg.
2020-08-30 14:45:39 +03:00
Efraim Flashner
ab15bbea60
gnu: sdsl-lite: Install pkgconfig file.
...
* gnu/packages/datastructures.scm (sdsl-lite)[arguments]: Add custom
'install-pkgconfig-file phase to install sdsl-lite.pc.
2020-08-30 14:15:07 +03:00
Efraim Flashner
d9bba529fc
gnu: vowpal-wabbit: Install more headers.
...
* gnu/packages/machine-learning.scm (vowpal-wabbit)[arguments]: Add
'install-more-headers phase to install more headers.
2020-08-30 14:13:32 +03:00
Ricardo Wurmus
841fe2df5e
gnu: emacs-js2-mode: Update to 20190219-1.40aab27.
...
* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to to
20190219-1.40aab27.
2020-08-30 12:44:10 +02:00
Tobias Geerinckx-Rice
e4e03047fb
gnu: squid: Update to 4.13.
...
* gnu/packages/networking.scm (squid): Update to 4.13.
2020-08-30 06:35:22 +02:00
Tobias Geerinckx-Rice
70134af9f5
gnu: python-authres: Edit description.
...
* gnu/packages/mail.scm (python-authres)[synopsis, description]: Edit.
Or, one typo fix run amok.
2020-08-30 06:35:14 +02:00
Tobias Geerinckx-Rice
92bc522932
gnu: xonsh: Update to 0.9.20.
...
* gnu/packages/shells.scm (xonsh): Update to 0.9.20.
2020-08-30 06:34:49 +02:00
Brett Gilio
d560a2c781
gnu: emacs-haskell-mode: Delete test failing on Emacs 27.1.
...
*
gnu/packages/emacs-xyz.scm (emacs-haskell-mode)[arguments]<delete-failing-tests>:
Add "haskell-indent-tests.el" to list of deleted tests as it currently fails
on Emacs 27.1
https://github.com/haskell/haskell-mode/issues/1714
2020-08-29 22:27:09 -05:00
Tobias Geerinckx-Rice
73a3085e34
gnu: libde265: Update to 1.0.6.
...
* gnu/packages/video.scm (libde265): Update to 1.0.6.
2020-08-30 04:52:10 +02:00
Tobias Geerinckx-Rice
989ebdc894
gnu: osinfo-db: Update to 20200813.
...
* gnu/packages/virtualization.scm (osinfo-db): Update to 20200813.
2020-08-30 04:52:10 +02:00
Tobias Geerinckx-Rice
4b05e1a204
gnu: straw-viewer: Update to 0.0.7.
...
* gnu/packages/video.scm (straw-viewer): Update to 0.0.7.
2020-08-30 04:52:10 +02:00
Tobias Geerinckx-Rice
de864032bf
gnu: vapoursynth: Update to 52.
...
* gnu/packages/video.scm (vapoursynth): Update to 52.
2020-08-30 04:52:09 +02:00
Tobias Geerinckx-Rice
f0117fcdc4
gnu: wireguard-tools: Update to 1.0.20200827.
...
* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20200827.
2020-08-30 04:52:09 +02:00
Tobias Geerinckx-Rice
c8046d1b22
gnu: scrypt: Update to 1.3.1.
...
* gnu/packages/crypto.scm (scrypt): Update to 1.3.1.
[arguments]: Patch configure to respect $PATH.
2020-08-30 04:52:09 +02:00
Tobias Geerinckx-Rice
a0484d9ff7
gnu: scrypt: Install licence file with documentation.
...
* gnu/packages/crypto.scm (scrypt)[arguments]: Add a
#:license-file-regexp and install the documentation to the same
standard location.
2020-08-30 04:52:09 +02:00
Tobias Geerinckx-Rice
5a9f2ae19b
gnu: fdupes: Update to 2.1.2.
...
* gnu/packages/admin.scm (fdupes): Update to 2.1.2.
[source]: Use bootstrapped release tarball.
[arguments]: Delete field.
[inputs]: Add ncurses and pcre2.
2020-08-30 04:52:09 +02:00
Tobias Geerinckx-Rice
9925a2347a
gnu: htop: Update to 3.0.0.
...
* gnu/packages/admin.scm (htop): Update to 3.0.0.
[source]: Switch to new upstream. Use GIT-FETCH and GIT-FILE-NAME.
[native-inputs]: Add autoconf and automake.
[home-page]: Switch to new upstream.
2020-08-30 04:52:09 +02:00
Tobias Geerinckx-Rice
0acbcaa90d
gnu: alpine: Update to 2.23.2.
...
* gnu/packages/mail.scm (alpine): Update to 2.23.2.
[source]: Use new git tag.
2020-08-30 04:52:09 +02:00
Tobias Geerinckx-Rice
2bed522233
gnu: fetchmail: Update to 6.4.10.
...
* gnu/packages/mail.scm (fetchmail): Update to 6.4.10.
2020-08-30 04:52:08 +02:00
Oleg Pykhalov
0c9ead5028
gnu: emacs-clojure-mode: Fix build.
...
* gnu/packages/emacs-xyz.scm
(emacs-clojure-mode)[#:phases]: Add "fix-tests" phase.
2020-08-29 23:03:07 +03:00
Danny Milosavljevic
6d69886d73
gnu: Add p2c.
...
* gnu/packages/pascal.scm (p2c): New variable.
2020-08-29 21:44:51 +02:00
Brett Gilio
ac710de16e
gnu: Add emacs-org-webring.
...
* gnu/packages/emacs-xyz.scm (emacs-org-webring): New variable.
2020-08-29 14:28:29 -05:00
Kei Kebreau
fae995d309
gnu: Add fpc.
...
* gnu/packages/pascal.scm: New file.
* gnu/packages/patches/fpc-reproducibility.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add pascal.scm.
(dist_patch_DATA): Register patch.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-29 21:20:05 +02:00
Michael Rohleder
a046c03e13
gnu: reuse: Update to 0.11.1.
...
* gnu/packages/license.scm (reuse): Update to 0.11.1.
[native-inputs]: added python-setuptools-scm.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-29 14:53:15 -04:00
Leo Prikler
a790dfe8c4
gnu: Add libhandy-0.0.
...
As of 355761c2d2 , packages built against libhandy
fail to either build or to run since they require the 0.0.x API.
* gnu/packages/gnome.scm (libhandy-0.0): New variable.
(gnome-tweaks, geary)[inputs]: Use libhandy-0.0 instead of libhandy.
* gnu/packages/gnome.scm (chatty)[inputs]: Likewise.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-29 14:50:30 -04:00
pukkamustard
4aaa27e4d2
gnu: Add hdt-cpp.
...
* gnu/packages/rdf.scm (hdt-cpp): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-29 14:26:23 -04:00
Tobias Geerinckx-Rice
7683be2e3f
gnu: dash: Update to 0.5.11.2.
...
* gnu/packages/shells.scm (dash): Update to 0.5.11.2.
2020-08-29 17:54:39 +02:00
Tobias Geerinckx-Rice
6fa20e1295
gnu: libedit: Update to 20191231-3.1.
...
* gnu/packages/libedit.scm (libedit): Update to 20191231-3.1.
2020-08-29 17:54:38 +02:00
Tobias Geerinckx-Rice
afa3994cab
gnu: tracker-miners: Update to 2.3.4.
...
* gnu/packages/gnome.scm (tracker-miners): Update to 2.3.4.
2020-08-29 17:54:38 +02:00
Tobias Geerinckx-Rice
51780eac7f
gnu: tracker: Update to 2.3.5.
...
* gnu/packages/gnome.scm (tracker): Update to 2.3.5.
2020-08-29 17:54:38 +02:00
Tobias Geerinckx-Rice
40ed1e54fc
gnu: libdatrie: Update to 0.2.12.
...
* gnu/packages/gtk.scm (libdatrie): Update to 0.2.12.
2020-08-29 17:54:38 +02:00
Tobias Geerinckx-Rice
b0c4e0e1d3
gnu: hexedit: Update to 1.5.
...
* gnu/packages/hexedit.scm (hexedit): Update to 1.5.
2020-08-29 17:54:38 +02:00
Timothy Sample
5aaa199592
gnu: idris: Fix for Haskell build system changes.
...
See also 9e5496e0ae and
718dc7d4a5 .
* gnu/packages/idris.scm (idris)[arguments]: Add a phase that sets
'LD_LIBRARY_PATH', and one that restores the 'libidris_rts.a'
library back to the default output.
2020-08-29 11:29:43 -04:00
Ludovic Courtès
61fe9ced7d
copy, offload: Explicitly close SSH channels and sessions.
...
Fixes <https://bugs.gnu.org/42740 >.
* guix/scripts/copy.scm (send-to-remote-host): Keep the result of
'connect-to-remote-daemon' in scope, and explicitly close it after the
call to 'send-files'.
(retrieve-from-remote-host): Explicitly close REMOTE and disconnect
SESSION.
* guix/scripts/offload.scm (transfer-and-offload): Explicitly close
STORE and disconnect SESSION upon completion.
2020-08-29 16:24:17 +02:00
Ludovic Courtès
d7965b58d2
build: Remove references to the 'nix-hash' program.
...
* configure.ac: Remove check for 'nix-hash'.
* tests/base32.scm (%nix-hash, %have-nix-hash?): Remove.
("sha256 & bytevector->nix-base32-string"): Remove test.
* build-aux/pre-inst-env.in: Do not set 'NIX_HASH' environment
variable.
2020-08-29 16:24:17 +02:00
Ludovic Courtès
f5d3a1690c
build: Remove check for Guile 2.2.1 bug.
...
This check is unnecessary since
e688c2df39 .
* m4/guix.m4 (GUIX_ASSERT_SYNTAX_OBJECT_EQUAL): Remove.
* configure.ac: Remove user.
2020-08-29 16:24:17 +02:00
Mathieu Othacehe
6c77a50406
Revert "gnu: emacs: Strip double wrap."
...
This reverts commit 0ec6b8afd7 that prevents the
load of Emacs packages.
2020-08-29 15:58:53 +02:00
Leo Prikler
0ec6b8afd7
gnu: emacs: Strip double wrap.
...
* gnu/packages/emacs.scm (emacs)[#:phases]: Add 'strip-double-wrap.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-29 13:24:50 +02:00
Tobias Geerinckx-Rice
62a68b7382
gnu: grilo-plugins: Update to 0.3.11.
...
* gnu/packages/gnome.scm (grilo-plugins): Update to 0.3.11.
2020-08-29 05:26:56 +02:00
Tobias Geerinckx-Rice
583ea8f5d0
gnu: gnome-mines: Update to 3.36.1.
...
* gnu/packages/gnome.scm (gnome-mines): Update to 3.36.1.
2020-08-29 05:26:55 +02:00
Tobias Geerinckx-Rice
34017e3fea
gnu: debianutils: Update to 4.11.1.
...
* gnu/packages/debian.scm (debianutils): Update to 4.11.1.
2020-08-29 05:26:53 +02:00
Tobias Geerinckx-Rice
332d053e9d
gnu: ndctl: Update to 69.
...
* gnu/packages/disk.scm (ndctl): Update to 69.
2020-08-29 05:26:52 +02:00
Michael Rohleder
e9f56a6df2
gnu: lesspipe: Update to 1.85.
...
* gnu/packages/less.scm (lesspipe): Update to 1.85.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-08-29 03:52:13 +02:00
Leo Prikler
a4782e401e
gnu: komikku: Build desktop file.
...
* gnu/packages/gnome.scm (komikku)[native-inputs]: Add desktop-file-utils
and gettext.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-28 18:31:48 -04:00
Ludovic Courtès
096f442d7d
gnu: guile-ssh: Update to 0.13.1.
...
* gnu/packages/ssh.scm (guile-ssh): Update to 0.13.1.
2020-08-28 23:29:07 +02:00
Ludovic Courtès
4ec66950f0
derivations: Avoid uses of 'write' in 'write-derivation'.
...
This leads a 4% improvement on the wall-clock time of:
guix build -e '(@@ (gnu packages libreoffice) libreoffice)' --no-grafts -d
* guix/derivations.scm (escaped-string): New procedure.
(write-derivation)[write-escaped-string]: New procedure.
[write-string-list, write-output, write-env-var]: Use it.
2020-08-28 23:29:07 +02:00
Ludovic Courtès
3e339c4410
derivations: Avoid uses of 'display' in 'write-derivation'.
...
This yields a 4% improvement on the wall-clock time of:
guix build -e '(@@ (gnu packages libreoffice) libreoffice)' --no-grafts -d
* guix/derivations.scm (write-sequence, write-list, write-tuple): Use
'put-char' instead of 'display'.
(write-derivation): Use 'put-string' and 'put-char', and remove unused
'format' binding.
2020-08-28 23:28:56 +02:00
Martin Becze
cd0c4e4ef8
gnu: chez-srfi: Fix tests.
...
* gnu/packages/chez.scm (chez-srfi)[arguments]: Add 'CHEZ' and
'chezversion' to #:make-flags.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-08-28 23:27:53 +02:00
Ludovic Courtès
3d9ea605c8
store: 'with-store' returns as many values as its body.
...
Fixes <https://bugs.gnu.org/42912 >.
Reported by Ricardo Wurmus <rekado@elephly.net >.
* guix/store.scm (call-with-store)[thunk]: Wrap call to PROC in
'call-with-values'.
* tests/store.scm ("with-store, multiple values"): New test.
2020-08-28 23:27:53 +02:00
Ludovic Courtès
b630840920
doc: Document the 'description' and 'default-value' of <service-type>.
...
* doc/guix.texi (Service Reference): Document the 'description' and
'default-value' fields of <service-type>.
2020-08-28 23:27:53 +02:00
Ludovic Courtès
be1c00ae3c
system: Remove extra line from 'lightweight-desktop.tmpl'.
...
This is a followup to c7af968717 .
* gnu/system/examples/lightweight-desktop.tmpl: Remove extra
'use-package-modules' line.
2020-08-28 23:27:53 +02:00
Oleg Pykhalov
1922811e0e
gnu: emacs-git-auto-commit-mode: Update to 4.7.0.
...
* gnu/packages/emacs-xyz.scm (emacs-git-auto-commit-mode): Update to 4.7.0.
2020-08-29 00:15:54 +03:00
Jonathan Brielmaier
cb3bb849f2
gnu: icedove: Update to 68.12.0.
...
* gnu/packages/gnuzilla.scm (icedove): Update to 68.12.0.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-08-28 21:32:08 +02:00
Tobias Geerinckx-Rice
5720abd992
gnu: pluma: Update to 1.24.1.
...
* gnu/packages/mate.scm (pluma): Update to 1.24.1.
2020-08-28 18:38:28 +02:00
Tobias Geerinckx-Rice
6c64fc0f74
gnu: ncmpc: Update to 0.39.
...
* gnu/packages/mpd.scm (ncmpc): Update to 0.39.
2020-08-28 18:38:28 +02:00
Tobias Geerinckx-Rice
3d25a35d40
gnu: evisum: Update to 0.5.4.
...
* gnu/packages/enlightenment.scm (evisum): Update to 0.5.4.
2020-08-28 18:38:28 +02:00
Tobias Geerinckx-Rice
70e741720a
gnu: odamex: Update to 0.8.3.
...
* gnu/packages/games.scm (odamex): Update to 0.8.3.
2020-08-28 18:38:28 +02:00
Tobias Geerinckx-Rice
686bb9342f
gnu: mame: Update to 0.224.
...
* gnu/packages/emulators.scm (mame): Update to 0.224.
2020-08-28 18:38:27 +02:00
Tobias Geerinckx-Rice
78a684f57d
gnu: gcab: Update to 1.4.
...
* gnu/packages/package-management.scm (gcab): Update to 1.4.
2020-08-28 18:38:27 +02:00
Andreas Enge
95eade1389
gnu: fdroidserver: Update to 1.1.9.
...
* gnu/packages/android.scm (fdroidserver): Update to 1.1.9.
2020-08-28 17:51:19 +02:00
Andreas Enge
46096a0acb
gnu: fdroidserver: Have the package compile with current inputs.
...
* gnu/packages/android.scm (fdroidserver)[arguments]: Accept higher versions
of python-docker-py as required in setup.py.
2020-08-28 17:47:30 +02:00
Andreas Enge
1d99fca6c9
gnu: python-apache-libcloud: Update to 3.1.0.
...
* gnu/packages/python-xyz.scm (python-apache-libcloud): Update to 3.1.0.
[arguments]: Drop test patching, apparently corrected upstream.
2020-08-28 16:47:05 +02:00
Andreas Enge
47ed9ec3b7
gnu: python-requests-mock: Update to 1.8.0.
...
* gnu/packages/python-web.scm (python-requests-mock): Update to 1.8.0.
[native-inputs]: Add python-purl and python-pytest and remove python-testtools.
2020-08-28 16:29:04 +02:00
Andreas Enge
b9f3046eaa
gnu: Add python-purl.
...
* gnu/packages/python-web.scm (python-purl): New variable.
2020-08-28 16:29:04 +02:00
Andreas Enge
3b3cc55335
gnu: Remove python-requests@2.7.
...
This variable has no dependents anymore.
* gnu/packages/python-web.scm (python-requests-2.7): Remove variable.
2020-08-28 16:29:03 +02:00
Jelle Licht
3afa95ed18
gnu: crypto++: Add missing newline to generated file.
...
* gnu/packages/crypto.scm (crypto++)[arguments]
<#:phases>['install-pkg-config]: Add newline after "Description" in generated .pc file.
2020-08-28 15:36:55 +02:00
Efraim Flashner
d0af85b1bc
gnu: ruby-rubocop-ast: Update to 0.3.0.
...
* gnu/packages/ruby.scm (ruby-rubocop-ast): Update to 0.3.0.
2020-08-28 14:34:34 +03:00
Efraim Flashner
19fd7dc3a6
gnu: gnupg: Update to 2.2.22.
...
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.22.
2020-08-28 14:11:33 +03:00
Mathieu Othacehe
d81b89bf02
gnu: rottlog: Do not refer to the canonical coreutils.
...
* gnu/packages/admin.scm (rottlog)[inputs]: Add "coreutils",
[arguments]: and use it in the 'tweak-rc-weekly phase.
2020-08-28 10:29:22 +02:00
Mark H Weaver
36a09d1853
gnu: emacs: Update to 27.1.
...
* gnu/packages/emacs.scm (emacs): Update to 27.1.
[source]: In snippet, use 'find-files' to find 'eshell/esh-groups.el'
if it exists, but gracefully handle its absence.
[arguments]: Add "--with-cairo" to configure-flags. Add 'restore-emacs-pdmp'
and 'make-compressed-files-writable' phases. Explicitly return #t from
'install-site-start' phase.
[inputs]: Add cairo, pango, harfbuzz, jansson, and gmp. Remove imagemagick.
(emacs-next): Remove variable.
(emacs-minimal, emacs-xwidgets): Use 'package/inherit'.
[arguments]: Remove 'restore-emacs-pdmp' phase.
(emacs-no-x): Use 'package/inherit'.
[arguments]: Remove "--with-cairo" from configure-flags. Remove
'restore-emacs-pdmp' phase.
[inputs]: Remove cairo, pango, and harfbuzz.
(emacs-no-x-toolkit): Use 'package/inherit'.
[arguments]: Remove 'restore-emacs-pdmp' phase. Remove superfluous
quasiquote+unquote-splicing pair.
(emacs-wide-int): Use 'package/inherit'.
(guile-emacs): Use 'package/inherit'.
[arguments]: Remove "--with-cairo" from configure-flags. Remove
'restore-emacs-pdmp' phase.
* gnu/packages/patches/emacs-ignore-empty-xim-styles.patch,
gnu/packages/patches/emacs-source-date-epoch.patch: Adapt to
apply cleanly to emacs-27.1.
* gnu/packages/patches/emacs-exec-path.patch: Replace with the previous
contents of 'emacs27-exec-path.patch', but remove the superfluous comment
about it being "like emacs-exec-path.patch, but for Emacs 27".
* gnu/packages/patches/emacs27-exec-path.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove 'emacs27-exec-path.patch'.
2020-08-28 00:13:51 -04:00
Mark H Weaver
c05d2cfcbe
gnu: notmuch: Update to 0.30-0.31rc1.
...
Note: This actually updates to 0.31~rc1, but here we instead use the version
number 0.30-0.31rc1 so that Guix will consider it older than version 0.31.
The rationale for updating to a release candidate is that earlier versions do
not work with Emacs 27.
* gnu/packages/mail.scm (notmuch): Update to 0.30-0.31rc1.
[source]: In the 'uri' field, avoid using the 'version' variable,
which doesn't match the upstream file name. Add a 'file-name' field
to work around the fact that Guix does not allow tildes ("~").
[arguments]: Add 'disable-failing-tests' phase.
2020-08-28 00:13:48 -04:00
Mark H Weaver
e9a442b765
gnu: gpgme: Update to 1.14.0.
...
* gnu/packages/gnupg.scm (gpgme): Update to 1.14.0.
[arguments]: Remove field, which included only a 'disable-failing-test' phase
that is no longer needed.
2020-08-28 00:13:42 -04:00
Prafulla Giri
bf19d5e4b2
gnu: git-lfs: Make usage text available.
...
* gnu/packages/version-control.scm (git-lfs)[arguments]: Add phase
'man-gen to make usage text available for embedding for the 'build
phase.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-08-28 00:46:42 +03:00
Vinicius Monego
828658f8fe
gnu: radicale: Update to 3.0.4.
...
* gnu/packages/dav.scm (radicale): Update to 3.0.4.
[source]: Use git-fetch.
[arguments]: Run the test suite.
[native-inputs]: Add python-pytest, python-pytest-cov, python-pytest-flake8,
python-pytest-isort, python-pytest-runner, python-waitress.
[propagated-inputs]: Remove python-requests. Add python-dateutil,
python-defusedxml, python-passlib, python-vobject.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-27 17:18:52 -04:00
Vinicius Monego
f6ac084d4f
gnu: Add xandikos.
...
* gnu/packages/dav.scm (xandikos): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-27 17:18:52 -04:00
Mark H Weaver
eb622c6b12
gnu: linux-libre: Update to 5.8.5.
...
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.5.
(linux-libre-5.8-pristine-source): Update hash.
2020-08-27 16:13:32 -04:00
Mark H Weaver
92b9399fcf
gnu: linux-libre@5.7: Update to 5.7.19.
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.19.
(linux-libre-5.7-pristine-source): Update hash.
2020-08-27 16:11:17 -04:00
Joshua Branson
3e9c6ee19d
doc: Improve the instructions regarding guix git authenticate.
...
* doc/contributing.texi (Building from Git): Instruct the user to fetch
the 'keyring' branch. Fix a typo.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-27 16:04:12 -04:00
Ludovic Courtès
28dce8f02d
pack: fakechroot: Honor $LD_LIBRARY_PATH.
...
Until now, when using the "fakechroot" engine, $LD_LIBRARY_PATH would
always be ignored. However, it's useful in some cases to allow users to
specify LD_LIBRARY_PATH, so honor it.
* gnu/packages/aux-files/run-in-namespace.c (concat_paths): New function.
(exec_with_loader): Concatenante $LD_LIBRARY_PATH to the relocated
AUDIT_LIBRARY_PATH.
2020-08-27 19:58:16 +02:00
Ludovic Courtès
8df6900dff
gnu: sssd: Pass '--localstatedir=/var' and '--sysconfdir=/etc'.
...
This ensures notably that libnss_sss looks for the mmap cache files in
the right place, /var/lib/sss/mc, rather than in the store.
* gnu/packages/patches/sssd-system-directories.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/sssd.scm (sssd)[source]: Use it.
[arguments]: Pass "--localstatedir" and "--sysconfdir".
2020-08-27 19:58:16 +02:00
Ludovic Courtès
0c9d22c13f
pull: Avoid "Migrating profile" message on the first run.
...
* guix/scripts/pull.scm (ensure-default-profile): Do not call
'migrate-generations' when
%USER-PROFILE-DIRECTORY (~/.config/guix/current) does not exist. This
avoids a confusing "Migrating profile" message when the user runs 'guix
pull' for the first time.
2020-08-27 19:58:16 +02:00
Tanguy Le Carrour
c849446b82
gnu: Add python-safety.
...
* gnu/packages/python-xyz.scm (python-safety): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-27 12:26:25 -04:00
Tanguy Le Carrour
f2d70885c3
gnu: Add python-dparse.
...
* gnu/packages/python-xyz.scm (python-dparse): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-27 12:26:18 -04:00
Guillaume Le Vaillant
35988130c9
gnu: bitcoin-unlimited: Update to 1.9.0.0.
...
* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.0.0.
2020-08-27 17:39:22 +02:00
Efraim Flashner
9bb7534a3d
gnu: Add libflame.
...
* gnu/packages/maths.scm (libflame): New variable.
2020-08-27 18:19:09 +03:00
Efraim Flashner
e8bbb29b59
gnu: vcflib: Install pkgconfig file.
...
* gnu/packages/bioinformatics.scm (vcflib)[arguments]: Adjust custom
'install phase to add vcflib.pc.
2020-08-27 18:18:55 +03:00
Efraim Flashner
6d8dd5bad7
gnu: vcflib: Use shared libraries.
...
* gnu/packages/bioinformatics.scm (vcflib)[source]: Add patch. Add
snippet to adjust files for new locations.
[inputs]: Add fastahack, smithwaterman, tabixpp, xz.
[native-inputs]: Add pkg-config. Remove the package-source of fastahack,
fsom, smithwaterman, tabixpp.
[arguments]: Remove make-flags. Add custom phase to add the output lib
directory to the rpath. Adjust custom 'unpack-submodule-sources for the
change in native-inputs. Adjust custom 'install phase to also install
libraries and headers.
* gnu/packages/patches/vcflib-use-shared-libraries.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2020-08-27 18:18:55 +03:00
Efraim Flashner
4bbcbe93cd
gnu: fastahack: Install pkgconfig file.
...
* gnu/packages/bioinformatics.scm (fastahack)[arguments]: Adjust custom
'install phase to add fastahack.pc.
2020-08-27 18:09:28 +03:00
Efraim Flashner
f075bf09bd
gnu: fastahack: Build and install shared library and headers.
...
* gnu/packages/bioinformatics.scm (fastahack)[arguments]: Add phase to
build PIE objects. Add custom phase to build dynamic library. Adjust
custom 'install phase to install shared library and headers.
2020-08-27 18:08:13 +03:00
Efraim Flashner
5c78997188
gnu: smithwaterman: Install pkgconfig file.
...
* gnu/packages/bioinformatics.scm (smithwaterman)[arguments]: Adjust
custom 'install phase to add smithwaterman.pc file.
2020-08-27 18:06:25 +03:00
Efraim Flashner
afa352223f
gnu: smithwaterman: Build and install shared library and headers.
...
* gnu/packages/bioinformatics.scm (smithwaterman)[arguments]: Add custom
phase to build PIE objects. Add custom 'build-dynamic phase to build
dynamic library. Adjust custom 'install phase to install shared library
and headers.
2020-08-27 18:05:20 +03:00
Efraim Flashner
261bc778b6
gnu: tabixpp: Install pkgconfig file.
...
* gnu/packages/bioinformatics.scm (tabixpp)[arguments]: Adjust custom
'install phase to add tabixpp.pc file.
2020-08-27 18:03:13 +03:00
Efraim Flashner
35cb1bc527
gnu: tabixpp: Build and install shared library and headers.
...
* gnu/packages/bioinformatics.scm (tabixpp)[arguments]: Adjust custom
'build phase to build shared library. Adjust custom 'install phase to
install libraries and header.
2020-08-27 18:02:16 +03:00
Mathieu Othacehe
3dd310087a
Revert "gnu: inetutils: Do not refer to canonical coreutils."
...
This reverts commit 61560d4bef because it
triggers too many rebuilds.
2020-08-27 16:33:13 +02:00
Mathieu Othacehe
61560d4bef
gnu: inetutils: Do not refer to canonical coreutils.
...
Make sure not to retain a reference to the canonical coreutils package. The
Guix System closure size would otherwise be increased by including references
to both canonical and non-canonical version of those packages.
* gnu/packages/admin.scm (inetutils)[inputs]: Add "coreutils",
[arguments]: and point to it with PATHDEF_CP variable.
2020-08-27 16:20:21 +02:00
Mathieu Othacehe
17f168fcad
gnu: isc-dhcp: Do not refer to canonical coreutils.
...
Make sure not to retain a reference to the canonical coreutils and sed
packages. The Guix System closure size would otherwise be increased by
including references to both canonical and non-canonical version of those
packages.
* gnu/packages/admin.scm (isc-dhcp)[inputs]: Add "coreutils" and "sed",
[arguments]: and use them, instead of their canonical counterpart.
2020-08-27 15:46:24 +02:00
Nicolas Goaziou
ad476912b6
gnu: emacs-modus-vivendi-theme: Update to 0.12.0.
...
* gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): Update to 0.12.0.
2020-08-27 15:34:35 +02:00
Nicolas Goaziou
cba77ea9bd
gnu: emacs-modus-operandi-theme: Update to 0.12.0.
...
* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): Update to 0.12.0.
2020-08-27 15:34:28 +02:00
Morgan Smith
3ffceba52d
gnu: Add emacs-auth-source-xoauth2.
...
* gnu/packages/emacs-xyz.scm (emacs-auth-source-xoauth2): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-08-27 15:24:46 +02:00
Andreas Enge
f37e2388d0
gnu: lrslib: Update to 7.1.
...
* gnu/packages/maths.scm (lrslib): Update to 7.1.
2020-08-27 14:53:54 +02:00
Leo Prikler
438c4ee1de
gnu: Add komikku.
...
* gnu/packages/gnome.scm (komikku): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-27 13:51:16 +02:00
Leo Prikler
355761c2d2
gnu: libhandy: Update to 0.90.0.
...
* gnu/packages/gnome.scm (libhandy): Update to 0.90.0.
[source]<url>: Use GNOME gitlab.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-27 13:48:37 +02:00
Leo Prikler
23c68bd915
gnu: Add python-cloudscraper.
...
* gnu/packages/python-web.scm (python-cloudscraper): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-27 13:48:37 +02:00
Leo Prikler
c005550769
gnu: Add python-requests-toolbelt-0.9.1.
...
* gnu/packages/python-web.scm (python-requests-toolbelt-0.9.1): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-27 13:48:37 +02:00
Leo Prikler
f80b800dbe
gnu: Add python-dateparser.
...
* gnu/packages/python-xyz.scm (python-dateparser): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-27 13:48:37 +02:00
Leo Prikler
5f9a9efb69
gnu: Add python-pyparsing-2.4.7.
...
* gnu/packages/python-xyz.scm (python-pyparsing-2.4.7): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-27 13:48:37 +02:00
Leo Prikler
6f1784fa5c
gnu: Add python-pure-protobuf.
...
* gnu/packages/protobuf.scm (python-pure-protobuf): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-27 13:48:36 +02:00
Mathieu Othacehe
41a190b8c6
linux-libre: Enable module compression for all versions.
...
This is a follow-up of 5fe12be0dd . It enables
module compression for all supported Linux versions.
* gnu/packages/aux-files/linux-libre/4.14-arm.conf: Enable GZIP module compression.
* gnu/packages/aux-files/linux-libre/4.14-i686.conf: Ditto.
* gnu/packages/aux-files/linux-libre/4.14-x86_64.conf: Ditto.
* gnu/packages/aux-files/linux-libre/4.19-arm.conf: Ditto.
* gnu/packages/aux-files/linux-libre/4.19-arm64.conf: Ditto.
* gnu/packages/aux-files/linux-libre/4.19-i686.conf: Ditto.
* gnu/packages/aux-files/linux-libre/4.19-x86_64.conf: Ditto.
* gnu/packages/aux-files/linux-libre/4.4-i686.conf: Ditto.
* gnu/packages/aux-files/linux-libre/4.4-x86_64.conf: Ditto.
* gnu/packages/aux-files/linux-libre/4.9-i686.conf: Ditto.
* gnu/packages/aux-files/linux-libre/4.9-x86_64.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.4-arm.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.4-arm64.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.4-i686.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.4-x86_64.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.7-arm.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.7-arm64.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.7-i686.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.7-x86_64.conf: Ditto.
2020-08-27 10:41:51 +02:00
Timotej Lazar
7ed319496f
gnu: kodi: Update to 18.8.
...
* gnu/packages/kodi.scm (kodi): Update to 18.8.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-27 10:30:50 +02:00
Michael Rohleder
64b5aa84ad
gnu: gnome-mines: Update to 3.36.0.
...
* gnu/packages/gnome.scm (gnome-mines): Update to 3.36.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-27 10:13:54 +02:00
Michael Rohleder
80260be438
gnu: libdazzle: Update to 3.37.1.
...
* gnu/packages/gnome.scm (libdazzle): Update to 3.37.1.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-27 10:11:20 +02:00
Vinicius Monego
0a97b172e5
gnu: Add python-trytond-stock-supply.
...
* gnu/packages/tryton.scm (python-trytond-stock-supply): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-27 10:09:10 +02:00
Vinicius Monego
261b5cced5
gnu: Add python-trytond-purchase-request.
...
* gnu/packages/tryton.scm (python-trytond-purchase-request): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-27 10:09:10 +02:00
Vinicius Monego
51459b8f2c
gnu: Add python-trytond-purchase.
...
* gnu/packages/tryton.scm (python-trytond-purchase): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-27 10:09:10 +02:00
Vinicius Monego
7e32de0f56
gnu: Add python-trytond-account-invoice-stock.
...
* gnu/packages/tryton.scm (python-trytond-account-invoice-stock): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-27 10:09:09 +02:00
Vinicius Monego
63c5e70e95
gnu: Add python-trytond-account-invoice.
...
* gnu/packages/tryton.scm (python-trytond-account-invoice): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-27 10:09:09 +02:00
Vinicius Monego
0f14b0c98f
gnu: Add python-trytond-account-product.
...
* gnu/packages/tryton.scm (python-trytond-account-product): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-27 10:09:09 +02:00
Vinicius Monego
e03024f84a
gnu: Add python-trytond-analytic-account.
...
* gnu/packages/tryton.scm (python-trytond-analytic-account): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-27 10:09:09 +02:00
Mark H Weaver
6e7bede9be
gnu: xorg-server: Update replacement to 1.20.9 [security-fixes].
...
Includes fixes for CVE-2020-1436, CVE-2020-14345, CVE-2020-14346,
and CVE-2020-14361.
* gnu/packages/xorg.scm (xorg-server/fixed): Update to 1.20.9.
* gnu/packages/patches/xorg-server-CVE-2020-14347.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-08-27 00:13:38 -04:00
Mark H Weaver
2ab8e6067c
gnu: linux-libre@5.7: Update to 5.7.18.
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.18.
(linux-libre-5.7-pristine-source): Update hash.
(deblob-scripts-5.7): Update to 5.7.18.
2020-08-26 20:57:32 -04:00
Mark H Weaver
169bbfd652
gnu: linux-libre@5.4: Update to 5.4.61.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.61.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.61.
2020-08-26 20:56:27 -04:00
Mark H Weaver
3bcee8c6d3
gnu: linux-libre@4.19: Update to 4.19.142.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.142.
(linux-libre-4.19-pristine-source): Update hash.
(deblob-scripts-4.19): Update to 4.19.142.
2020-08-26 20:55:34 -04:00
Mark H Weaver
425599fbca
gnu: linux-libre@4.14: Update to 4.14.195.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.195.
(linux-libre-4.14-pristine-source): Update hash.
(deblob-scripts-4.14): Update to 4.14.195.
2020-08-26 20:54:33 -04:00
Mark H Weaver
d84444dc29
gnu: linux-libre@4.9: Update to 4.9.234.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.234.
(linux-libre-4.9-pristine-source): Update hash.
(deblob-scripts-4.9): Update to 4.9.234.
2020-08-26 20:53:38 -04:00
Mark H Weaver
f6d2bbfbae
gnu: linux-libre@4.4: Update to 4.4.234.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.234.
(linux-libre-4.4-pristine-source): Update hash.
(deblob-scripts-4.4): Update to 4.4.234.
2020-08-26 20:52:06 -04:00
Jakub Kądziołka
2ba4574d15
gnu: guix: Update to guix-1.1.0-23.2f458a.
...
* gnu/packages/package-management.scm (guix): Update to guix-1.1.0-23.2f458a.
2020-08-26 23:24:16 +02:00
Jakub Kądziołka
2f458ad713
gnu: guix: Rollback to 1.1.0-22.4b5a6f.
...
* gnu/packages/package-management.scm (guix): Rollback to 1.1.0-22.4b5a6f.
2020-08-26 23:15:59 +02:00
Mark H Weaver
9cbe897d26
gnu: linux-libre: Update to 5.8.4.
...
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.4.
(linux-libre-5.8-pristine-source): Update hash.
(deblob-scripts-5.8): Update to 5.8.4.
2020-08-26 16:01:11 -04:00
Tobias Geerinckx-Rice
d73cfd8916
gnu: perl-text-csv-xs: Update to 1.44.
...
* gnu/packages/perl.scm (perl-text-csv-xs): Update to 1.44.
2020-08-26 21:02:26 +02:00
Tobias Geerinckx-Rice
b6d59b585d
gnu: perl-time-hires: Tweak synopsis.
...
* gnu/packages/perl.scm (perl-time-hires)[synopsis]: Tweak.
2020-08-26 21:02:25 +02:00
Tobias Geerinckx-Rice
0d7c95445c
gnu: perl-time-hires: Update to 1.9764.
...
* gnu/packages/perl.scm (perl-time-hires): Update to 1.9764.
2020-08-26 21:02:25 +02:00
Tobias Geerinckx-Rice
8f94079353
gnu: flatpak: Update to 1.8.2.
...
* gnu/packages/package-management.scm (flatpak): Update to 1.8.2.
2020-08-26 21:02:25 +02:00
Tobias Geerinckx-Rice
312485299d
gnu: mate-system-monitor: Update to 1.24.1.
...
* gnu/packages/mate.scm (mate-system-monitor): Update to 1.24.1.
[source]: Hard-code NAME.
2020-08-26 21:02:24 +02:00
Tobias Geerinckx-Rice
44e4332adc
gnu: mate-screensaver: Update to 1.24.1.
...
* gnu/packages/mate.scm (mate-screensaver): Update to 1.24.1.
[source]: Hard-code NAME.
2020-08-26 21:02:24 +02:00
Tobias Geerinckx-Rice
f9c182adc2
gnu: totem-pl-parser: Update to 3.26.5.
...
* gnu/packages/gnome.scm (totem-pl-parser): Update to 3.26.5.
2020-08-26 21:02:24 +02:00
Tobias Geerinckx-Rice
71dc411b21
gnu: grilo: Update to 0.3.12.
...
* gnu/packages/gnome.scm (grilo): Update to 0.3.12.
[source]: Hard-code NAME.
2020-08-26 21:02:23 +02:00
Tobias Geerinckx-Rice
616fa14b8c
gnu: pipewire: Update to 0.3.10.
...
* gnu/packages/linux.scm (pipewire): Update to 0.3.10.
[arguments]: Set the ‘udevrulesdir’ configure flag.
2020-08-26 19:58:30 +02:00
Arun Isaac
17881f944e
services: fcgiwrap: Create parent directory for unix socket.
...
* gnu/services/web.scm (fcgiwrap-activation): New function.
(fcgiwrap-service-type): Extend activation-service-type with
fcgiwrap-activation.
2020-08-26 22:56:37 +05:30
Maxim Cournoyer
6a9581741e
system: image: Do not offload image files.
...
Image files can be very large (multiple gigabytes), and the process of
generating them is primarily I/O bound. As disk access is typically faster
than network access, it makes sense build them locally.
* gnu/system/image.scm (system-disk-image): Pass the #:local-build? #t
parameter to computed-file calls dealing with generating image files.
(system-iso9660-image): Likewise.
2020-08-26 09:35:57 -04:00
Ludovic Courtès
ef5ddb0e17
services: mcron: Validate jobs even in the presence of #:user.
...
Fixes a bug in 949672c923 whereby jobs
specifying a #:user not available in the build environment would fail
validation.
Reported by Maxim Cournoyer.
* gnu/services/mcron.scm (job-files)[validated-file]: Add "prologue"
file and pass it to 'mcron --schedule'.
2020-08-26 15:30:04 +02:00
Hendursaga
ce022b2e14
gnu: Add ssss.
...
* gnu/packages/crypto.scm (ssss): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-08-26 12:04:51 +02:00
Ludovic Courtès
38f789844f
gnu: guix-data-service: Update to ab68b0f.
...
* gnu/packages/web.scm (guix-data-service): Update to ab68b0f.
2020-08-26 12:04:51 +02:00
Ludovic Courtès
193eb46b5b
gnu: guix-data-service: Build against the same Guile as 'guix'.
...
This is a followup to a2991de0f4 .
* gnu/packages/web.scm (guix-data-service)[native-inputs]: Change
"guile" to match that of GUIX.
2020-08-26 12:04:51 +02:00
Michael Rohleder
7e66233811
gnu: drawpile: Build with libmicrohttpd 0.9.71.
...
* gnu/packages/graphics.scm (drawpile): Update to 2.1.17-1.ed1a75deb.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-26 09:24:56 +02:00
Tobias Geerinckx-Rice
d6a454addf
gnu: quadrapassel: Update to 3.36.05.
...
* gnu/packages/games.scm (quadrapassel): Update to 3.36.05.
2020-08-26 06:08:10 +02:00
Tobias Geerinckx-Rice
492e07ea6a
gnu: klavaro: Update to 3.11.
...
* gnu/packages/education.scm (klavaro): Update to 3.11.
2020-08-26 06:08:09 +02:00
Tobias Geerinckx-Rice
5d2b9b0749
gnu: msmtp: Update to 1.8.12.
...
* gnu/packages/mail.scm (msmtp): Update to 1.8.12.
2020-08-26 06:08:08 +02:00
Michael Rohleder
a41b8c9a09
gnu: gnome-chess: Update to 3.37.3.
...
* gnu/packages/games.scm (gnome-chess): Update to 3.37.3.
Signed-off-by: Brett Gilio <brettg@gnu.org >
2020-08-25 22:40:02 -05:00
Ludovic Courtès
253fcfe6fe
gnu: octave: Remove unneeded 'source' field.
...
* gnu/packages/maths.scm (octave)[source]: Remove. It had been
unnecessary since b66741edc9 .
2020-08-26 00:51:57 +02:00
Ludovic Courtès
51c55cedda
gnu: netcdf-parallel-openmpi: Allow MPI tests to pass.
...
* gnu/packages/maths.scm (netcdf-parallel-openmpi)[arguments]: Add
'mip-setup' phase.
2020-08-26 00:51:57 +02:00
Ludovic Courtès
5930963555
gnu: hdf5-parallel-openmpi: Update to 1.10.6.
...
* gnu/packages/maths.scm (hdf5-parallel-openmpi): Inherit from HDF5-1.10.
2020-08-26 00:51:57 +02:00
Ludovic Courtès
949672c923
services: mcron: Validate jobs at build time.
...
That way, run-time errors in the job specs are caught at build time.
* gnu/services/mcron.scm (job-file): Remove.
(job-files): New procedure.
(mcron-shepherd-services): Adjust accordingly.
2020-08-26 00:51:56 +02:00
Ludovic Courtès
4788e55420
gnu: hdf5: Use 'package/inherit' for variants.
...
* gnu/packages/maths.scm (hdf5-1.10, hdf5-parallel-openmpi): Use
'package/inherit'.
2020-08-26 00:51:56 +02:00
Ludovic Courtès
8d0e5c2655
.dir-locals.el: Add indentation rule for 'package/inherit'.
...
* .dir-locals.el (scheme-mode): Add 'package/inherit'.
2020-08-26 00:51:56 +02:00
Ludovic Courtès
3b8eea1c40
gnu: hdf5: Distinguish the default hdf5 version.
...
* gnu/packages/maths.scm (hdf5): Rename to...
(hdf-1.8): ... this.
(hdf5-1.10): Adjust accordingly.
(hdf5): New variable.
2020-08-26 00:51:56 +02:00
Ludovic Courtès
4c5edee1ef
lint: Use 'with-error-handling'.
...
This improves the error message when unable to access ~/.cache as
reported by Jonathan Brielmaier <jonathan.brielmaier@web.de > in
<https://bugs.gnu.org/42859 >.
* guix/scripts/lint.scm (guix-lint): Wrap body in 'with-error-handling'.
2020-08-26 00:51:56 +02:00
Mark H Weaver
e45d7f3198
gnu: icecat: Update to 68.12.0-guix0-preview1 [security fixes].
...
Includes fixes for CVE-2020-15663, CVE-2020-15664, and CVE-2020-15669.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
* gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
2020-08-25 14:52:18 -04:00
Oleg Pykhalov
fdaba559d0
gnu: emacs-org-re-reveal: Update to 3.1.1.
...
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.1.1.
2020-08-25 21:11:08 +03:00
Maxim Cournoyer
fbd36a2334
gnu: guix: Update to 1.1.0-21.29d356.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-20.29d356.
2020-08-25 13:57:35 -04:00
Maxim Cournoyer
29d3569c9c
gnu: guix: Update to 1.1.0-20.537080f.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-20.537080f.
2020-08-25 13:48:17 -04:00
Maxim Cournoyer
4b5a6fbc9b
offload: Modify the build-machine record to accept multiple systems.
...
* guix/scripts/offload.scm (<build-machine>)[systems]: New field.
[system]: Accessor changed to %build-machine-system. Default to #f.
* guix/scripts/offload.scm (build-machine-system): Wrap %build-machine-system
with a deprecation warning.
(build-machine-systems): Access the new systems field or fallback to use
build-machine-system, for backward compatibility.
(machine-matches?): Adjust.
* tests/offload.scm: Add tests...
* Makefile.am (SCM_TESTS): ...and register them.
* doc/guix.texi (Daemon Offload Setup): Update doc.
2020-08-25 13:45:27 -04:00
Efraim Flashner
a5ccf1b522
gnu: git-lfs: Don't install source.
...
* gnu/packages/version-control.scm (git-lfs)[arguments]: Don't install
the sources.
2020-08-25 20:38:52 +03:00
Prafulla Giri
c34a9db3d1
gnu: git-lfs: Update to v2.11.0.
...
* gnu/packages/version-control.scm (git-lfs): Update to v2.11.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-08-25 20:37:44 +03:00
Prafulla Giri
8b76027976
gnu: git-lfs: Install man pages.
...
* gnu/packages/version-control.scm (git-lfs)[arguments]: Add build
phases to build and install man pages.
[native-inputs]: Add ronn-ng.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-08-25 20:35:09 +03:00
Leo Prikler
c6a7ae4f14
gnu: polari: Update to 3.36.3.
...
* gnu/packages/gnome.scm (polari): Update to 3.36.3.
2020-08-25 19:05:26 +02:00
Tobias Geerinckx-Rice
bff22b76f3
doc: Fix typo.
...
* doc/guix.texi (Virtualization Services): Fix typo.
2020-08-25 17:14:50 +02:00
Tobias Geerinckx-Rice
2e832d4b8a
services: ganeti-kvmd-service-type: Fix typo in description.
...
* gnu/services/ganeti.scm (ganeti-kvmd-service-type)[description]:
Fix typo.
2020-08-25 17:14:50 +02:00
Tobias Geerinckx-Rice
4b582791d0
gnu: gnuradio-osmosdr: Update to 0.2.2.
...
* gnu/packages/radio.scm (gnuradio-osmosdr): Update to 0.2.2.
2020-08-25 17:14:50 +02:00
Tobias Geerinckx-Rice
faeddf293f
gnu: libcap-ng: Update to 0.7.11.
...
* gnu/packages/admin.scm (libcap-ng): Update to 0.7.11.
2020-08-25 17:14:50 +02:00
Tobias Geerinckx-Rice
70e4fcfe01
gnu: ruby-public-suffix: Update to 4.0.5.
...
* gnu/packages/ruby.scm (ruby-public-suffix): Update to 4.0.5.
2020-08-25 17:14:49 +02:00
Tobias Geerinckx-Rice
cce2988ddd
gnu: ruby-domain-name: Update to 0.5.20190701.
...
* gnu/packages/ruby.scm (ruby-domain-name): Update to 0.5.20190701.
2020-08-25 17:14:49 +02:00
Tobias Geerinckx-Rice
0e59074062
gnu: fldigi: Update to 4.1.14.
...
* gnu/packages/radio.scm (fldigi): Update to 4.1.14.
2020-08-25 17:14:49 +02:00
Mathieu Othacehe
7f765a9d9c
gnu: cuirass: Update to 0.0.1-43.f2984c7.
...
Cuirass now depends of "guile-zlib" instead of Guix zlib module.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-43.f2984c7,
[inputs]: add "guile-zlib" ...
[arguments]: ... and add it to the dependencies.
2020-08-25 16:38:19 +02:00
Vinicius Monego
06d206a76d
gnu: Add python-trytond-stock-lot.
...
* gnu/packages/tryton.scm (python-trytond-stock-lot): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-25 16:00:18 +02:00
Vinicius Monego
6844d36443
gnu: Add python-trytond-stock.
...
* gnu/packages/tryton.scm (python-trytond-stock): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-25 16:00:17 +02:00
Vinicius Monego
84cca05cd7
gnu: Add python-trytond-account.
...
* gnu/packages/tryton.scm (python-trytond-account): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-25 16:00:17 +02:00
Vinicius Monego
69e983300f
gnu: Add python-simpleeval.
...
* gnu/packages/python-xyz.scm (python-simpleeval): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-25 16:00:17 +02:00
Vinicius Monego
e6e031e99b
gnu: Add python-trytond-product.
...
* gnu/packages/tryton.scm (python-trytond-product): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-25 16:00:17 +02:00
Vinicius Monego
666489d633
gnu: Add python-trytond-company.
...
* gnu/packages/tryton.scm (python-trytond-company): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-25 16:00:17 +02:00
Vinicius Monego
23dc957cb3
gnu: Add python-trytond-currency.
...
* gnu/packages/tryton.scm (python-trytond-currency): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-25 16:00:16 +02:00
Vinicius Monego
9b170887ce
gnu: Add python-forex-python.
...
* gnu/packages/python-xyz.scm (python-forex-python): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-25 16:00:14 +02:00
Efraim Flashner
2612ec80d0
gnu: stepmania: Fix typo.
...
* gnu/packages/games.scm (stepmania)[arguments]: Check for the 'x86_64'
architecture.
2020-08-25 16:11:42 +03:00
Efraim Flashner
eaaeb8f14c
gnu: audacity: Fix typo.
...
* gnu/packages/audio.scm (audacity)[arguments]: Check for the 'x86_64'
architecture.
2020-08-25 16:10:49 +03:00
Mathieu Othacehe
dac7dd1b0b
Remove "guile-zlib" extension when unused.
...
This is a follow-up of 755f365b02 .
As (zlib) is autoloaded in (gnu build linux-modules), "guile-zlib" is needed
as an extension only when it is effectively used.
* gnu/installer.scm (installer-program): Remove "guile-zlib" from the extensions.
* gnu/machine/ssh.scm (machine-check-initrd-modules): Ditto.
* gnu/services.scm (activation-script): Ditto.
* gnu/services/base.scm (default-serial-port): Ditto,
(agetty-shepherd-service): ditto,
(udev-service-type): ditto.
* gnu/system/image.scm (gcrypt-sqlite3&co): Ditto.
* gnu/system/shadow.scm (account-shepherd-service): Ditto.
2020-08-25 12:39:11 +02:00
Mathieu Othacehe
5fe12be0dd
linux-libre: Enable module compression.
...
This commit enables GZIP compression for linux-libre kernel modules, reducing
the size of linux-libre by 63% (165MB).
* gnu/packages/aux-files/linux-libre/5.8-arm.conf: Enable GZ compression.
* gnu/packages/aux-files/linux-libre/5.8-arm64.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.8-i686.conf: Ditto.
* gnu/packages/aux-files/linux-libre/5.8-x86_64.conf: Ditto.
2020-08-25 11:53:21 +02:00
Mathieu Othacehe
755f365b02
linux-libre: Support module compression.
...
This commit adds support for GZIP compression for linux-libre kernel
modules. The initrd modules are kept uncompressed as the initrd is already
compressed as a whole.
The linux-libre kernel also supports XZ compression, but as Guix does not have
any available bindings for now, and the compression time is far more
significant, GZIP seems to be a better option.
* gnu/build/linux-modules.scm (modinfo-section-contents): Use
'call-with-gzip-input-port' to read from a module file using '.gz' extension,
(strip-extension): new procedure,
(dot-ko): adapt to support compression,
(ensure-dot-ko): ditto,
(file-name->module-name): ditto,
(find-module-file): ditto,
(load-linux-module*): ditto,
(module-name->file-name/guess): ditto,
(module-name-lookup): ditto,
(write-module-name-database): ditto,
(write-module-alias-database): ditto,
(write-module-device-database): ditto.
* gnu/installer.scm (installer-program): Add "guile-zlib" to the extensions.
* gnu/machine/ssh.scm (machine-check-initrd-modules): Ditto.
* gnu/services.scm (activation-script): Ditto.
* gnu/services/base.scm (default-serial-port): Ditto,
(agetty-shepherd-service): ditto,
(udev-service-type): ditto.
* gnu/system/image.scm (gcrypt-sqlite3&co): Ditto.
* gnu/system/linux-initrd.scm (flat-linux-module-directory): Add "guile-zlib"
to the extensions and make sure that the initrd only contains
uncompressed module files.
* gnu/system/shadow.scm (account-shepherd-service): Add "guile-zlib" to the
extensions.
* guix/profiles.scm (linux-module-database): Ditto.
2020-08-25 11:53:20 +02:00
Nicolas Goaziou
46ef674b34
gnu: emacs-debbugs: Update to 0.26.
...
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.26.
2020-08-25 10:07:55 +02:00
Nicolas Goaziou
7772c46b9e
gnu: emacs-undo-tree: Update to 0.7.5.
...
* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.5.
2020-08-25 10:07:46 +02:00
Nicolas Goaziou
c8e03dfcd1
gnu: emacs-sparql-mode: Improve description.
...
* gnu/packages/emacs-xyz.scm (emacs-sparql-mode): Improve description.
2020-08-25 09:54:47 +02:00
Michael Rohleder
19b8056c50
gnu: emacs-sparql-mode: Update to 4.0.2.
...
* gnu/packages/emacs-xyz.scm (emacs-sparql-mode): Update to 4.0.2.
[propagated-inputs]: Add emacs-company.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-08-25 09:52:20 +02:00
Michael Rohleder
ed9142a672
gnu: ruby-jekyll-paginate-v2: Update to 3.0.0.
...
* gnu/packages/ruby.scm (ruby-jekyll-paginate-v2): Update to 3.0.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-08-25 09:45:47 +02:00
Michael Rohleder
2f25868ed5
gnu: emacs-restclient: Update to 0-3.ac8aad6.
...
* gnu/packages/emacs-xyz.scm (emacs-restclient): Update to 0-3.ac8aad6.
[propagated-inputs]: Add emacs-jq-mode.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-08-25 09:41:36 +02:00
Michael Rohleder
7df90fd56b
gnu: jekyll: Use GFM parser to parse kramdown.
...
* gnu/packages/ruby.scm (jekyll)[propagated-inputs]: changed kramdown
parser to ruby-kramdown-parser-gfm.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-08-25 09:30:22 +02:00
Ludovic Courtès
fe42e5f39c
services: unattended-upgrade: Log output of the 'guix' commands.
...
Fixes <https://bugs.gnu.org/43011 >.
Reported by Jesse Gibbons <jgibbons2357@gmail.com >.
Until now the stdout/stderr file descriptors were not redirected.
* gnu/services/admin.scm (unattended-upgrade-mcron-jobs)[code]: Remove
'with-logging' and use 'redirect-port' instead.
2020-08-24 23:23:57 +02:00
Ludovic Courtès
384377632c
system: Validate sudoers file when building the system.
...
Suggested by pkill9 <pkill9@runbox.com >.
* gnu/system.scm (validated-sudoers-file): New procedure.
(operating-system-etc-service): Use it.
2020-08-24 23:23:57 +02:00
Ludovic Courtès
0d203eeaa6
services: unattended-upgrade: Add 'operating-system-file' field.
...
* gnu/services/admin.scm (<unattended-upgrade-configuration>)[operating-system-file]:
New field.
(unattended-upgrade-mcron-jobs): Honor it.
* doc/guix.texi (Unattended Upgrades): Document it.
2020-08-24 23:23:57 +02:00
Maxim Cournoyer
54a87b2a0c
offload: Update help string.
...
* guix/scripts/offload.scm (guix-offload): Update help string.
2020-08-24 16:41:08 -04:00
Michael Rohleder
fd69aa524f
gnu: libvterm: Update to 0.1.4.
...
* gnu/packages/terminals.scm (libvterm): Update to 0.1.4.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-24 13:58:27 -04:00
Jakub Kądziołka
7ba7d50f92
guix upgrade: Allow using --do-not-upgrade.
...
* guix/scripts/upgrade.scm (%options): Add "do-not-upgrade" to list of
options inherited from guix package.
2020-08-24 16:29:07 +02:00
Mathieu Othacehe
c88bccc14e
gnu: guix: Update to 1.1.0-19.0c50d72.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-19.0c50d72.
2020-08-24 16:07:38 +02:00
Mathieu Othacehe
0c50d7231b
gnu: guile-lzlib: Fix cross-compilation.
...
* gnu/packages/guile.scm (guile-lzlib)[native-inputs]: Add "guile" when
cross-compiling.
2020-08-24 15:02:29 +02:00
Mathieu Othacehe
65777dce0f
gnu: guile-zlib: Fix cross-compilation.
...
* gnu/packages/guile.scm (guile-zlib)[native-inputs]: Add "guile" when
cross-compiling.
2020-08-24 15:01:38 +02:00
Mathieu Othacehe
4c0c65acfa
Use "guile-zlib" and "guile-lzlib" instead of (guix config).
...
* Makefile.am (MODULES): Remove guix/zlib.scm and guix/lzlib.scm,
(SCM_TESTS): remove tests/zlib.scm, tests/lzlib.scm.
* build-aux/build-self.scm (make-config.scm): Remove unused %libz variable.
* configure.ac: Remove LIBZ and LIBLZ variables and check instead for
Guile-zlib and Guile-lzlib.
* doc/guix.texi ("Requirements"): Remove zlib requirement and add Guile-zlib
and Guile-lzlib instead.
* gnu/packages/package-management.scm (guix)[native-inputs]: Add "guile-zlib"
and "guile-lzlib",
[inputs]: remove "zlib" and "lzlib",
[propagated-inputs]: ditto,
[arguments]: add "guile-zlib" and "guile-lzlib" to Guile load path.
* guix/config.scm.in (%libz, %liblz): Remove them.
* guix/lzlib.scm: Remove it.
* guix/man-db.scm: Use (zlib) instead of (guix zlib).
* guix/profiles.scm (manual-database): Do not stub (guix config) in imported
modules list, instead add "guile-zlib" to the extension list.
* guix/scripts/publish.scm: Use (zlib) instead of (guix zlib) and (lzlib)
instead of (guix lzlib),
(string->compression-type, effective-compression): do not check for zlib and
lzlib availability.
* guix/scripts/substitute.scm (%compression-methods): Do not check for lzlib
availability.
* guix/self.scm (specification->package): Add "guile-zlib" and "guile-lzlib"
and remove "zlib" and "lzlib",
(compiled-guix): remove "zlib" and "lzlib" arguments and add guile-zlib and
guile-lzlib to the dependencies, also do not pass "zlib" and "lzlib" to
"make-config.scm" procedure,
(make-config.scm): remove "zlib" and "lzlib" arguments as well as %libz and
%liblz variables.
* guix/utils.scm (lzip-port): Use (lzlib) instead of (guix lzlib) and do not
check for lzlib availability.
* guix/zlib.scm: Remove it.
* m4/guix.m4 (GUIX_LIBZ_LIBDIR, GUIX_LIBLZ_FILE_NAME): Remove them.
* tests/lzlib.scm: Use (zlib) instead of (guix zlib) and (lzlib)
instead of (guix lzlib), and do not check for zlib and lzlib availability.
* tests/publish.scm: Ditto.
* tests/substitute.scm: Do not check for lzlib availability.
* tests/utils.scm: Ditto.
* tests/zlib.scm: Remove it.
2020-08-24 13:35:24 +02:00
Tobias Geerinckx-Rice
5abbf435fc
gnu: nano: Update to 5.2.
...
* gnu/packages/nano.scm (nano): Update to 5.2.
2020-08-24 13:28:22 +02:00
Vinicius Monego
cb4ebb7f04
gnu: python-trytond-party: Update to 5.6.0.
...
* gnu/packages/tryton.scm (python-trytond-party): Update to 5.6.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-24 13:24:08 +02:00
Vinicius Monego
106dd72bc5
gnu: python-trytond-country: Update to 5.6.0.
...
* gnu/packages/tryton.scm (python-trytond-country): Update to 5.6.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-24 13:23:53 +02:00
Vinicius Monego
a5bdb72d69
gnu: python-proteus: Update to 5.6.0.
...
* gnu/packages/tryton.scm (python-proteus): Update to 5.6.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-24 13:22:57 +02:00
Vinicius Monego
d649704ebc
gnu: python-trytond: Update to 5.6.5.
...
* gnu/packages/tryton.scm (python-trytond): Update to 5.6.5.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-24 13:22:57 +02:00
Vinicius Monego
6de7e59f8b
gnu: tryton: Update to 5.6.3.
...
* gnu/packages/tryton.scm (tryton): Update to 5.6.3.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-24 13:22:55 +02:00
Michael Rohleder
cafde61d81
gnu: Add emacs-jq-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-jq-mode): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-08-24 12:42:35 +02:00
Michael Rohleder
e1cab74a0b
gnu: Add ruby-kramdown-parser-gfm.
...
* gnu/packages/ruby.scm (ruby-kramdown-parser-gfm): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-08-24 12:38:48 +02:00
Mathieu Othacehe
afc3cd84d1
tests: Add a debug output to "fold-available-packages with/without cache".
...
This should help to debug test failures due to duplicated packages.
* tests/packages ("fold-available-packages with/without cache"): Print
duplicated packages.
2020-08-24 11:54:30 +02:00
Mathieu Othacehe
2f2dbde921
gnu: Remove duplicated linux-libre-arm64-generic-5.8.
...
This fixes a test failure in "fold-available-packages with/without cache".
* gnu/packages/linux.scm (linux-libre-arm64-generic-5.8): Remove it as it
duplicates linux-libre-arm64-generic.
2020-08-24 11:54:30 +02:00
Efraim Flashner
7bcc8004b1
gnu: scroll: Fix build.
...
* gnu/packages/haskell-apps.scm (scroll)[arguments]: Add custom phase to
add a place-holder file to the static output.
2020-08-24 12:03:29 +03:00
Mathieu Othacehe
e9f8a7e215
Use guile-zlib extension in build-side code.
...
* Makefile.am (MODULES): Move guix/build/download-nar.scm to ...
(MODULES_NOT_COMPILED): ... here.
* guix/build/download-nar.scm: Use (zlib) instead of (guix zlib).
* guix/cvs-download.scm (cvs-fetch): Do not stub (guix config) in imported
modules list, instead add "guile-zlib" to the extension list.
* guix/git-download.scm (git-fetch): Ditto.
* guix/hg-download.scm (hg-fetch): Do not stub (guix config) in imported
modules list, instead add "guile-zlib" to the extension list.
2020-08-24 10:41:06 +02:00
Tobias Geerinckx-Rice
c6872990b5
gnu: dovecot: Enable FTS stemming.
...
* gnu/packages/mail.scm (dovecot)[inputs]: Add libstemmer.
2020-08-24 04:36:52 +02:00
Tobias Geerinckx-Rice
cc82816416
gnu: python-parted: Update to 3.11.6.
...
* gnu/packages/disk.scm (python-parted): Update to 3.11.6.
(python2-parted): Drop unsupported Python 2 variant.
2020-08-24 04:36:52 +02:00
Tobias Geerinckx-Rice
56b4a1d53f
gnu: bind: Note that isc-dhcp bundles a BIND.
...
This follows up on commit dad963a439 .
* gnu/packages/admin.scm (isc-bind): Comment.
2020-08-24 04:36:52 +02:00
Tobias Geerinckx-Rice
e5d9a7d405
gnu: xterm: Update to 359.
...
* gnu/packages/xorg.scm (xterm): Update to 359.
2020-08-24 04:36:52 +02:00
Tobias Geerinckx-Rice
747873e81b
gnu: evisum: Update to 0.5.3.
...
* gnu/packages/enlightenment.scm (evisum): Update to 0.5.3.
2020-08-24 04:36:51 +02:00
Tobias Geerinckx-Rice
5e9e232c84
gnu: xapian: Update to 1.4.17.
...
* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to
1.4.17.
2020-08-24 04:36:51 +02:00
Tobias Geerinckx-Rice
a2765029c2
gnu: electrum: Fix share/ location.
...
* gnu/packages/finance.scm (electrum)[arguments]: Rename the ‘patch-home’
phase to ‘fix-prefix’. Do so.
2020-08-24 04:36:51 +02:00
Tobias Geerinckx-Rice
44da87334d
gnu: electron-cash: Fix share/ location.
...
* gnu/packages/finance.scm (electron-cash)[arguments]: Drop bogus
‘local/share’ subdirectory: rename ‘patch-home’ to
‘create-output-directories’ and adjust body to match.
2020-08-24 04:36:51 +02:00
Tobias Geerinckx-Rice
110888f85f
gnu: electron-cash: Return #t from phases.
...
* gnu/packages/finance.scm (electron-cash)[arguments]: Return truth from
all phases.
2020-08-24 04:36:51 +02:00
Tobias Geerinckx-Rice
8ee3e4d9e9
gnu: electrum: Return #t from phases.
...
* gnu/packages/finance.scm (electrum)[arguments]: Return truth from
‘patch-home’.
2020-08-24 04:36:51 +02:00
Tobias Geerinckx-Rice
598afe95c3
gnu: wireguard-tools: Cross-compile.
...
* gnu/packages/vpn.scm (wireguard-tools)[arguments]: Use CC-FOR-TARGET.
2020-08-24 04:32:48 +02:00
Tobias Geerinckx-Rice
f4ba46a2df
gnu: wireguard-tools: Update to 1.0.20200820.
...
* gnu/packages/vpn.scm (wireguard-tools): Update to 1.0.20200820.
2020-08-24 04:32:48 +02:00
Brendan Tildesley
29f61501f3
gnu: ebook.scm: Remove duplicate module import.
...
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-23 21:00:23 -04:00
Martin Becze
7afbaefea0
gnu: Added guile-srfi-145.
...
* gnu/packages/guile-xyz.scm (guile-srfi-145): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-23 17:36:06 -04:00
Alexey Abramov
9e2a49db8c
gnu: dovecot: Add lucene library to support fts indexing.
...
* gnu/packages/mail.scm (dovecot)[inputs]: Add ice4c, clucene.
[arguments]: Add --with-lucene configuration switch.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-08-24 00:19:27 +03:00
Martin Becze
e343816dcb
gnu: Add akku.
...
* gnu/packages/package-management.scm (akku): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-23 17:17:11 -04:00
Ludovic Courtès
d10474c38d
lint: formatting: Gracefully handle relative file names.
...
Fixes <https://bugs.gnu.org/42543 >.
Reported by Jack Hill <jackhill@jackhill.us >.
* guix/lint.scm (check-formatting): Always return a list (previously we
would return #f when 'search-path' returns #f). Check whether
LOCATION's file is a relative file name. Return a warning if not.
* tests/guix-lint.sh: Add test.
2020-08-23 23:05:16 +02:00
Ludovic Courtès
68193624d1
lint: Avoid calls to 'package-field-location' with #f as the field.
...
* guix/lint.scm (%make-warning): Call 'package-field-location' only when
FIELD is true.
2020-08-23 23:05:16 +02:00
Oleg Pykhalov
a8c8f6fe91
gnu: emacs-bash-completion: Update to 3.1.0.
...
* gnu/packages/emacs-xyz.scm (emacs-bash-completion): Update to 3.1.0.
2020-08-23 19:36:58 +03:00
Tobias Geerinckx-Rice
509906c201
gnu: sane-backends-minimal: Update to 1.0.31.
...
* gnu/packages/scanner.scm (sane-backends-minimal): Update to 1.0.31.
[inputs]: Add libxml2.
2020-08-23 18:19:59 +02:00
Tobias Geerinckx-Rice
7e33054be8
gnu: parallel: Update to 20200822.
...
* gnu/packages/parallel.scm (parallel): Update to 20200822.
2020-08-23 18:19:57 +02:00
Oleg Pykhalov
045fb51efe
gnu: emacs-find-file-in-project: Update to 5.7.10.
...
* gnu/packages/emacs-xyz.scm (emacs-find-file-in-project): Update to 5.7.10.
2020-08-23 18:54:01 +03:00
Oleg Pykhalov
77a0bcacce
gnu: emacs-ghub: Update to 3.4.1.
...
* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.4.1.
2020-08-23 14:23:20 +03:00
Oleg Pykhalov
825b2d95f4
gnu: emacs-lsp-ui: Update to 7.0.1.
...
* gnu/packages/emacs-xyz.scm (emacs-lsp-ui): Update to 7.0.1.
2020-08-23 13:49:24 +03:00
Oleg Pykhalov
3f2d2236cf
gnu: emacs-org-re-reveal: Update to 3.1.0.
...
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.1.0.
2020-08-23 13:49:24 +03:00
Efraim Flashner
24cc25be89
gnu: python-rpy2: Update to 3.3.5.
...
* gnu/packages/statistics.scm (python-rpy2): Update to 3.3.5.
[source]: Add patches to fix test failures.
[arguments]: Adjust custom 'check phase.
2020-08-23 11:13:16 +03:00
Oleg Pykhalov
d0fc1e832c
doc: cookbook: Add chapter about Guix environment.
...
* doc/guix-cookbook.texi (Environment management): New chapter.
2020-08-23 10:47:35 +03:00
Tobias Geerinckx-Rice
dc12a37a0d
gnu: net-snmp: Update to 5.9 [fixes CVE-2019-20892].
...
* gnu/packages/networking.scm (net-snmp): Update to 5.9.
[inputs]: Add ncurses.
[native-inputs]: Add pkg-config.
2020-08-23 06:15:20 +02:00
Jakub Kądziołka
c9f01b73cb
gnu: sameboy: Update to 0.13.6.
...
* gnu/packages/emulators.scm (sameboy): Update to 0.13.6.
2020-08-22 23:47:18 +02:00
Michael Rohleder
5a4990b982
gnu: lesspipe: Patch paths to inputs.
...
* gnu/packages/less.scm (lesspipe)[arguments]: Add phase to patch
paths to tput and file.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-22 17:45:42 -04:00
Danny Milosavljevic
1bb4fd64b7
gnu: fc-host-tools: Update to 13.
...
* gnu/packages/embedded.scm (fc-host-tools): Update to 13.
[description]: Modify.
2020-08-22 20:37:41 +02:00
Adam Kandur
ca7eada918
gnu: Add sbcl-livesupport.
...
* gnu/packages/lisp-xyz.scm (sbcl-livesupport, cl-livesupport, ecl-livesupport):
New variables.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-22 14:21:58 -04:00
Timotej Lazar
e5391dcc6b
gnu: lxqt: Enable keyboard shortcuts.
...
* gnu/packages/lxqt.scm (lxqt)[propagated-inputs]: Add lxqt-globalkeys.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-22 14:11:35 -04:00
Brendan Tildesley
d8e83969a9
gnu: piper: Update to 0.5.1. Disable broken tests.
...
* gnu/packages/gnome.scm (piper): Update to 0.5.1. Disable tests.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-22 14:06:07 -04:00
Brendan Tildesley
3403679276
gnu: libratbag: Update to 0.14.
...
* gnu/packages/gnome.scm (libratbag): Update to 0.14.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-22 14:06:07 -04:00
Paul Garlick
40fc8992db
gnu: Add fullswof-2d.
...
* gnu/packages/simulation.scm (fullswof-2d): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-22 13:57:35 -04:00
Vinicius Monego
b6568c3526
gnu: Add rtaudio.
...
* gnu/packages/audio.scm (rtaudio): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-22 13:39:28 -04:00
Hendursaga
2183887ba9
gnu: Add dosage.
...
* gnu/packages/python-xyz.scm (dosage): New variable.
2020-08-22 13:13:59 -04:00
Martin Becze
7a3af1ae88
gnu: Add nicotine.
...
* gnu/packages/nicotine.scm (nicotine): New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-22 12:50:55 -04:00
Oleg Pykhalov
4536c5a0a3
gnu: emacs-epkg: Update to 3.2.2.
...
* gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 3.2.2.
2020-08-22 15:52:49 +03:00
Michael Rohleder
b7e76699d2
gnu: jekyll: Loosen the requirement for kramdown.
...
* gnu/packages/ruby.scm (jekyll): Loosen the requirement for kramdown.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-08-22 13:22:16 +02:00
Mark H Weaver
dad963a439
gnu: isc-dhcp: Update bundled BIND to 9.11.22 [security fixes].
...
Includes fixes for CVE-2020-8617, CVE-2020-8619, CVE-2020-8622,
CVE-2020-8623, and CVE-2020-8624.
* gnu/packages/admin.scm (isc-dhcp): Update bundled BIND to 9.11.22.
2020-08-21 21:55:24 -04:00
Mark H Weaver
1bdc6f127f
gnu: linux-libre@4.9: Update to 4.9.233.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.233.
(linux-libre-4.9-pristine-source): Update hash.
(deblob-scripts-4.9): Update to 4.9.232.
2020-08-21 21:45:50 -04:00
Mark H Weaver
1413074d94
gnu: linux-libre@4.4: Update to 4.4.233.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.233.
(linux-libre-4.4-pristine-source): Update hash.
(deblob-scripts-4.4): Update to 4.4.232.
2020-08-21 21:44:24 -04:00
Mark H Weaver
e292224da6
gnu: linux-libre: Update to 5.8.3.
...
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.3.
(linux-libre-5.8-pristine-source): Update hash.
2020-08-21 21:01:17 -04:00
Mark H Weaver
f54f3a8c24
gnu: linux-libre@5.7: Update to 5.7.17.
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.17.
(linux-libre-5.7-pristine-source): Update hash.
2020-08-21 21:00:39 -04:00
Mark H Weaver
518d06d132
gnu: linux-libre@5.4: Update to 5.4.60.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.60.
(linux-libre-5.4-pristine-source): Update hash.
2020-08-21 20:59:52 -04:00
Mark H Weaver
10df5c487b
gnu: linux-libre@4.19: Update to 4.19.141.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.141.
(linux-libre-4.19-pristine-source): Update hash.
2020-08-21 20:58:49 -04:00
Mark H Weaver
c6f92ba5e0
gnu: linux-libre@4.14: Update to 4.14.194.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.194.
(linux-libre-4.14-pristine-source): Update hash.
2020-08-21 20:56:13 -04:00
Leo Famulari
7bb0527cef
gnu: linux-libre: Update to 5.8.2.
...
* gnu/packages/aux-files/linux-libre/5.8-arm.conf,
gnu/packages/aux-files/linux-libre/5.8-arm64.conf,
gnu/packages/aux-files/linux-libre/5.8-i686.conf,
gnu/packages/aux-files/linux-libre/5.8-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Add them.
* gnu/packages/linux.scm (linux-libre-5.8): New variable.
(linux-libre-version, linux-libre-pristine-source, linux-libre-source,
linux-libre): Point to linux-libre-5.8*.
2020-08-21 17:59:42 -04:00
Leo Famulari
1bc275034f
gnu: Use a descriptive file-name for linux-libre deblobbing scripts.
...
Fixes <https://bugs.gnu.org/42789 >.
* gnu/packages/linux.scm (linux-libre-deblob-scripts): Set the file-name of the
deblob and deblob-check scripts.
2020-08-21 17:59:38 -04:00
Prafulla Giri
c02398edf4
gnu: Add ronn-ng
...
* gnu/packages/groff.scm (ronn-ng): New public variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-08-21 14:33:17 +02:00
Tobias Geerinckx-Rice
cc16c576a5
gnu: dovecot: Support zstd compression.
...
* gnu/packages/mail.scm (dovecot)[inputs]: Add zstd:lib.
2020-08-21 05:17:22 +02:00
Jakub Kądziołka
19ab580074
gnu: vim: Update to 8.2.1500.
...
* gnu/packages/vim.scm (vim): Update to 8.2.1500.
2020-08-21 02:25:05 +02:00
Jakub Kądziołka
3e09a2be74
gnu: vim: Install man pages.
2020-08-21 02:25:04 +02:00
Julien Lepiller
c5b20437ed
gnu: enchant: Depend on hunspell.
...
* gnu/packages/enchant.scm (enchant): Add hunspell as an input.
2020-08-21 01:42:43 +02:00
Julien Lepiller
2a29f4767f
gnu: hunspell-dict-en: Install all affix files.
...
* gnu/packages/aspell.scm (aspell-word-list): Install affix files
corresponding to installed dictionary files.
2020-08-21 01:41:58 +02:00
Eric Bavier
1cc75fef12
gnu: libmhash: Fix use-after-free in tests.
...
* gnu/packages/patches/libmhash-hmac-fix-uaf.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/mcrypt.scm (libmhash)[source]: Use it.
2020-08-20 15:28:13 -05:00
Ricardo Wurmus
c6443c2c8f
gnu: r-fourcseq: Update to 1.22.1.
...
* gnu/packages/cran.scm (r-fourcseq): Update to 1.22.1.
2020-08-20 21:25:34 +02:00
Ricardo Wurmus
4e0acfe5e7
gnu: r-complexheatmap: Update to 2.4.3.
...
* gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 2.4.3.
2020-08-20 21:25:34 +02:00
Ricardo Wurmus
e9d2cab0bf
gnu: r-gage: Update to 2.38.3.
...
* gnu/packages/bioinformatics.scm (r-gage): Update to 2.38.3.
[propagated-inputs]: Add r-go-db.
2020-08-20 21:25:34 +02:00
Ricardo Wurmus
9da4a25b33
gnu: r-annotationhub: Update to 2.20.2.
...
* gnu/packages/bioinformatics.scm (r-annotationhub): Update to 2.20.2.
2020-08-20 21:25:34 +02:00
Ricardo Wurmus
67f8477fb5
gnu: r-delayedarray: Update to 0.14.1.
...
* gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.14.1.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus
b414add3d1
gnu: r-annotationdbi: Update to 1.50.3.
...
* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.50.3.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus
e9128480d4
gnu: r-biocviews: Update to 1.56.2.
...
* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.56.2.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus
b828c3ea90
gnu: r-biocset: Update to 1.2.2.
...
* gnu/packages/bioconductor.scm (r-biocset): Update to 1.2.2.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus
a27a402eba
gnu: r-experimenthub: Update to 1.14.2.
...
* gnu/packages/bioconductor.scm (r-experimenthub): Update to 1.14.2.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus
1bdc770dc6
gnu: r-variancepartition: Update to 1.18.3.
...
* gnu/packages/bioconductor.scm (r-variancepartition): Update to 1.18.3.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus
1bf630660b
gnu: r-rsubread: Update to 2.2.6.
...
* gnu/packages/bioconductor.scm (r-rsubread): Update to 2.2.6.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus
a20538ab7e
gnu: r-rbowtie: Update to 1.28.1.
...
* gnu/packages/bioconductor.scm (r-rbowtie): Update to 1.28.1.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus
4a504b80c2
gnu: r-biocfilecache: Update to 1.12.1.
...
* gnu/packages/bioconductor.scm (r-biocfilecache): Update to 1.12.1.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus
82cb9a99f8
gnu: r-rbowtie2: Update to 1.10.1.
...
* gnu/packages/bioconductor.scm (r-rbowtie2): Update to 1.10.1.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus
a8840a04d7
gnu: r-motifstack: Update to 1.32.1.
...
* gnu/packages/bioconductor.scm (r-motifstack): Update to 1.32.1.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus
69f3b27822
gnu: r-clusterprofiler: Update to 3.16.1.
...
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 3.16.1.
[propagated-inputs]: Add r-rlang.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus
fc1c3c6f9f
gnu: r-gosemsim: Update to 2.14.1.
...
* gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.14.1.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus
0827e0be36
gnu: r-oligo: Update to 1.52.1.
...
* gnu/packages/bioconductor.scm (r-oligo): Update to 1.52.1.
2020-08-20 21:25:33 +02:00
Ricardo Wurmus
1c43c6fa6b
gnu: r-oligoclasses: Update to 1.50.4.
...
* gnu/packages/bioconductor.scm (r-oligoclasses): Update to 1.50.4.
2020-08-20 21:25:29 +02:00
Tobias Geerinckx-Rice
15593de33c
gnu: bind: Update to 9.16.6 [multiple CVE fixes].
...
Fixes CVE-2020-8620, CVE-2020-8621, CVE-2020-8622, CVE-2020-8623, and
CVE-2020-8624.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.6.
2020-08-20 21:17:06 +02:00
Tobias Geerinckx-Rice
3f28ebd0ff
gnu: perl-catalyst-plugin-configloader: Update to 0.35.
...
* gnu/packages/web.scm (perl-catalyst-plugin-configloader): Update to 0.35.
2020-08-20 21:17:05 +02:00
Tobias Geerinckx-Rice
a7841fc486
gnu: perl-catalyst-devel: Update to 1.41.
...
* gnu/packages/web.scm (perl-catalyst-devel): Update to 1.41.
2020-08-20 21:17:04 +02:00
Tobias Geerinckx-Rice
a5526c75b8
gnu: ne: Update to 3.3.0.
...
* gnu/packages/text-editors.scm (ne): Update to 3.3.0.
2020-08-20 21:17:04 +02:00
Tobias Geerinckx-Rice
149d91814c
gnu: p11-kit: Update to 0.23.21.
...
* gnu/packages/tls.scm (p11-kit): Update to 0.23.21.
2020-08-20 21:17:03 +02:00
Ricardo Wurmus
d7f578f8c2
gnu: r-pbapply: Update to 1.4-3.
...
* gnu/packages/statistics.scm (r-pbapply): Update to 1.4-3.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus
800d95fe73
gnu: r-chron: Update to 2.3-56.
...
* gnu/packages/statistics.scm (r-chron): Update to 2.3-56.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus
5e1c17a750
gnu: r-dplyr: Update to 1.0.2.
...
* gnu/packages/statistics.scm (r-dplyr): Update to 1.0.2.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus
bc438f5a8f
gnu: r-mgcv: Update to 1.8-32.
...
* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-32.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus
5eb753a276
gnu: r-mass: Update to 7.3-52.
...
* gnu/packages/statistics.scm (r-mass): Update to 7.3-52.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus
4be3979e99
gnu: r-stanheaders: Update to 2.21.0-6.
...
* gnu/packages/cran.scm (r-stanheaders): Update to 2.21.0-6.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus
69939ce955
gnu: r-showtext: Update to 0.9.
...
* gnu/packages/cran.scm (r-showtext): Update to 0.9.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus
4dcbea180d
gnu: r-haplo-stats: Update to 1.8.2.
...
* gnu/packages/cran.scm (r-haplo-stats): Update to 1.8.2.
[propagated-inputs]: Add r-arsenal.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus
c4a48418f7
gnu: r-emmeans: Update to 1.5.0.
...
* gnu/packages/cran.scm (r-emmeans): Update to 1.5.0.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus
88bf81c61b
gnu: r-abjutils: Update to 0.3.1.
...
* gnu/packages/cran.scm (r-abjutils): Update to 0.3.1.
[propagated-inputs]: Remove r-devtools, r-furrr, r-future, r-glue, r-httr, r-progress, r-readr, r-scales, and r-tibble.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus
432c62787c
gnu: r-hdf5r: Update to 1.3.3.
...
* gnu/packages/cran.scm (r-hdf5r): Update to 1.3.3.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus
74b438e563
gnu: r-hardyweinberg: Update to 1.6.6.
...
* gnu/packages/cran.scm (r-hardyweinberg): Update to 1.6.6.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus
c764026c26
gnu: r-jomo: Update to 2.7-2.
...
* gnu/packages/cran.scm (r-jomo): Update to 2.7-2.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus
4e6aa9aa6f
gnu: r-ape: Update to 5.4-1.
...
* gnu/packages/cran.scm (r-ape): Update to 5.4-1.
2020-08-20 19:32:24 +02:00
Ricardo Wurmus
677e83a927
gnu: Add r-arsenal.
...
* gnu/packages/cran.scm (r-arsenal): New variable.
2020-08-20 19:32:23 +02:00
Andreas Enge
280455809d
gnu: python-fpylll: Update to 0.5.2.
...
* gnu/packages/algebra.scm (python-fpylll): Update to 0.5.2.
2020-08-20 19:27:10 +02:00
Andreas Enge
b9ef00258c
gnu: fplll: Update to 5.3.2.
...
* gnu/packages/algebra.scm (fplll): Update to 5.3.2.
2020-08-20 19:23:03 +02:00
Tobias Geerinckx-Rice
d9461f688c
gnu: python-libtmux: Update to 0.8.3.
...
* gnu/packages/tmux.scm (python-libtmux): Update to 0.8.3.
2020-08-20 18:40:45 +02:00
Tobias Geerinckx-Rice
37e64053b3
gnu: vis: Run most tests.
...
* gnu/packages/text-editors.scm (vis)[arguments]: Add ‘unpack-test-suite’
and ‘set-up-tests’ phase. Run the tests after wrapping vis.
[native-inputs]: Add vis-test origin.
2020-08-20 18:40:44 +02:00
Tobias Geerinckx-Rice
d198eca0b3
gnu: vis: Fetch sources from git.
...
* gnu/packages/text-editors.scm (vis)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2020-08-20 18:40:43 +02:00
Tobias Geerinckx-Rice
c82cf31def
gnu: vis: Update to 0.6.
...
* gnu/packages/text-editors.scm (vis): Update to 0.6.
2020-08-20 18:40:43 +02:00
Michael Rohleder
25a6846462
gnu: emacs-browse-at-remote: Update to 0.14.0.
...
* gnu/packages/emacs-xyz.scm (emacs-browse-at-remote): Update to 0.14.0.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-08-20 19:27:32 +03:00
Michael Rohleder
dfe4d0134b
gnu: emacs-perspective: Update to 2.10.
...
* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.10.
(arguments): Run tests suite.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-08-20 19:27:32 +03:00
Michael Rohleder
c00ebfd6d7
gnu: emacs-ob-restclient: Update to 0.02-2.f7449b2.
...
* gnu/packages/emacs-xyz.scm (emacs-ob-restclient): Update to 0.02-2.f7449b2.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-08-20 19:26:08 +03:00
Michael Rohleder
fba499cb07
gnu: emacs-visual-regexp: Update to 1.1.2.
...
* gnu/packages/emacs-xyz.scm (emacs-visual-regexp): Update to 1.1.2.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-08-20 19:09:54 +03:00
Nicolas Goaziou
e6e5b797f3
gnu: keepassxc: Update to 2.6.1.
...
* gnu/packages/password-utils.scm (keepassxc): Update to 2.6.1.
2020-08-20 16:07:51 +02:00
Nicolas Goaziou
19da905921
gnu: emacs-org-superstar: Update to 1.4.0.
...
* gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.4.0.
2020-08-20 14:08:32 +02:00
Jakub Kądziołka
a9e961b0c3
gnu: ccextractor: Fix build.
...
* gnu/packages/gstreamer.scm (ccextractor): Add LEPTONICA to inputs.
2020-08-20 13:53:01 +02:00
Tobias Geerinckx-Rice
2ca5b4858f
gnu: chrony: Update to 3.5.1 [fixes CVE-2020-14367].
...
* gnu/packages/ntp.scm (chrony): Update to 3.5.1.
2020-08-20 12:53:06 +02:00
Nicolas Goaziou
3c8ab1f3bf
gnu: grammalecte: Update to 1.12.0.
...
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.12.0.
2020-08-20 12:52:04 +02:00
Morgan Smith
8aa31b9305
gnu: emacs-doom-modeline: Update to 3.0.0.
...
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 3.0.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-08-20 09:19:49 +02:00
Tobias Geerinckx-Rice
cdbb0e55c1
gnu: blender: Add colour management support.
...
* gnu/packages/graphics.scm (blender)[inputs]: Add opencolorio.
2020-08-20 06:20:11 +02:00
Tobias Geerinckx-Rice
2283cf4c1d
gnu: Add opencolorio.
...
* gnu/packages/image-processing.scm (opencolorio): New public variable.
2020-08-20 06:20:10 +02:00
Tobias Geerinckx-Rice
48d9c7c59a
gnu: wireshark: Update to 3.2.6.
...
* gnu/packages/networking.scm (wireshark): Update to 3.2.6.
2020-08-20 06:16:46 +02:00
Tobias Geerinckx-Rice
cecaa0b383
gnu: libostree: Update to 2020.5.
...
* gnu/packages/package-management.scm (libostree): Update to 2020.5.
2020-08-20 06:16:45 +02:00
Tobias Geerinckx-Rice
b14a139c96
gnu: iperf: Update to 3.9.
...
* gnu/packages/networking.scm (iperf): Update to 3.9.
2020-08-20 06:16:45 +02:00
Tobias Geerinckx-Rice
77c96b5cb7
gnu: nng: Update to 1.3.2.
...
* gnu/packages/networking.scm (nng): Update to 1.3.2.
2020-08-20 06:16:44 +02:00
Tobias Geerinckx-Rice
ac570f00b0
gnu: mate-power-manager: Update to 1.24.2.
...
* gnu/packages/mate.scm (mate-power-manager): Update to 1.24.2.
[source]: Hard-code NAME.
2020-08-20 06:16:44 +02:00
Timothy Sample
8d06906017
gnu: agda: Adjust for using shared libraries.
...
See also 9e5496e0ae .
* gnu/packages/agda.scm (agda)[arguments]: Add a phase that sets
'LD_LIBRARY_PATH'; update the 'configure' phase to match the current
Haskell build system code.
2020-08-19 23:58:47 -04:00
Timothy Sample
856def7bb3
gnu: ganeti: Tell GHC to use shared libraries.
...
Fixes <https://bugs.gnu.org/42934 >.
Reported by Marius Bakke <marius@gnu.org >.
* gnu/packages/virtualization.scm (ganeti)[arguments]: Add a phase
that tells GHC to use shared libraries.
2020-08-19 23:58:47 -04:00
Timothy Sample
991ca49961
gnu: ghc-regex-pcre: Set '#:extra-directories'.
...
This is a follow-up to commit 54a5fd0791 .
* gnu/packages/haskell-xyz.scm (ghc-regex-pcre)[arguments]: Set
'#:extra-directories'.
2020-08-19 23:58:47 -04:00
Timothy Sample
a928f35b2c
gnu: ghc-pcre-light: Set '#:extra-directories'.
...
This is a follow-up to commit 54a5fd0791 .
* gnu/packages/haskell-xyz.scm (ghc-pcre-light)[arguments]: Set
'#:extra-directories'.
2020-08-19 23:58:46 -04:00
Tobias Geerinckx-Rice
9c5e3fb6a5
gnu: blender: Update to 2.83.5.
...
* gnu/packages/graphics.scm (blender): Update to 2.83.5.
2020-08-20 05:14:15 +02:00
Tobias Geerinckx-Rice
9372337f62
gnu: xtl: Update to 0.6.16.
...
* gnu/packages/cpp.scm (xtl): Update to 0.6.16.
2020-08-20 05:14:15 +02:00
Tobias Geerinckx-Rice
c28f242b44
gnu: mailutils: Update to 3.10.
...
* gnu/packages/mail.scm (mailutils): Update to 3.10.
[arguments]: Patch a failing moderator test.
2020-08-20 05:14:15 +02:00
Mark H Weaver
8502974c34
gnu: linux-libre: Update to 5.7.16.
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.16.
(linux-libre-5.7-pristine-source): Update hash.
(deblob-scripts-5.7): Update to 5.7.16.
2020-08-19 19:35:03 -04:00
Mark H Weaver
2046529ebc
gnu: linux-libre@5.8: Update to 5.8.2.
...
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.2.
(linux-libre-5.8-pristine-source): Update hash.
(deblob-scripts-5.8): Update to 5.8.2.
2020-08-19 19:34:04 -04:00
Mark H Weaver
95ff922c3e
gnu: linux-libre@5.4: Update to 5.4.59.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.59.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.59.
2020-08-19 19:33:00 -04:00
Mark H Weaver
0c3799efde
gnu: linux-libre@4.19: Update to 4.19.140.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.140.
(linux-libre-4.19-pristine-source): Update hash.
(deblob-scripts-4.19): Update to 4.19.140.
2020-08-19 19:30:42 -04:00
Tobias Geerinckx-Rice
4c7d16c551
gnu: unknown-horizons: Fix build with python@3.8 and python-pytest@5.
...
* gnu/packages/games.scm (unknown-horizons)[source]: Add patch.
[arguments]: Add a ‘fix-tests-with-pytest>=4’ phase.
[native-inputs]: Add python-distro.
* gnu/packages/patches/unknown-horizons-python-3.8-distro.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2020-08-19 23:02:26 +02:00
Tobias Geerinckx-Rice
5c83e8ec11
gnu: unknown-horizons: Return #t from all phases.
...
* gnu/packages/games.scm (unknown-horizons)[arguments]: Return #t from ‘set-HOME’.
2020-08-19 23:02:26 +02:00
Tobias Geerinckx-Rice
6f4d4ccc75
gnu: geocode-glib: Update to 3.26.2.
...
* gnu/packages/gnome.scm (geocode-glib): Update to 3.26.2.
2020-08-19 20:44:18 +02:00
Tobias Geerinckx-Rice
65b6682ee2
gnu: nuspell: Update to 3.1.2.
...
* gnu/packages/enchant.scm (nuspell): Update to 3.1.2.
2020-08-19 20:44:18 +02:00
Tobias Geerinckx-Rice
7f9018aaf6
services: Allow (service accountsservice-service-type).
...
* gnu/services/desktop.scm (accountsservice-service-type)
[default-value]: Set to accountsservice.
2020-08-19 20:44:18 +02:00
Efraim Flashner
e188d2f8aa
gnu: cmh: Update home-page.
...
* gnu/packages/algebra.scm (cmh)[home-page]: Update to new home-page.
2020-08-19 21:34:41 +03:00
Tobias Geerinckx-Rice
0fa01ccd34
gnu: tslib: Update to 1.22.
...
* gnu/packages/video.scm (tslib): Update to 1.22.
2020-08-19 20:03:56 +02:00
Tobias Geerinckx-Rice
e48c12a3bb
gnu: libopenmpt: Update to 0.5.1.
...
* gnu/packages/audio.scm (libopenmpt): Update to 0.5.1.
[source]: Hard-code NAME.
2020-08-19 20:03:56 +02:00
Tobias Geerinckx-Rice
c96f9178b1
gnu: simple-scan: Update to 3.36.4.
...
* gnu/packages/gnome.scm (simple-scan): Update to 3.36.4.
2020-08-19 20:03:56 +02:00
Tobias Geerinckx-Rice
2577a0196f
gnu: xf86-video-geode: Remove unnecessary patch.
...
* gnu/packages/xorg.scm (xf86-video-geode)[source]: Remove patch.
* gnu/packages/patches/xf86-video-geode-glibc-2.20.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-08-19 20:03:55 +02:00
Tobias Geerinckx-Rice
b137d320b0
gnu: xf86-video-geode: Update to 2.11.20.
...
* gnu/packages/xorg.scm (xf86-video-geode): Update to 2.11.20.
2020-08-19 20:03:55 +02:00
Raghav Gururajan
798441b67d
gnu: gst-plugins-good: Update package definition.
...
* gnu/packages/gstreamer.scm (gst-plugins-good): Update package definition.
[arguments]<#:glib-or-gtk?>: New argument.
<#:phases>['disable-tests-for-armhf]: Remove phase.
['disable-failing-tests]: Remove phase.
['patch-docbook-xml]: New phase.
['pre-check]: New phase.
[native-inputs]: Add docbook-xml, gettext-minimal, gobject-introspection,
gsettings-desktop-schemas, perl, libxml2 and xorg-server-for-tests.
[inputs]: Add bzip2, glib, glib-networking, glu, libgudev, libx11,
libxdamage, libxfixes, libxext, libxshmfence, mesa and v4l-utils.
Remove gst-plugins-base.
[propagated-inputs]: Add gstreamer and gst-plugins-base.
[synopsis]: Modify.
[description]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-19 18:22:45 +02:00
Roel Janssen
d26bf52948
gnu: virtuoso-use: Remove static libraries.
...
* gnu/packages/databases.scm (virtuoso-ose): Remove static libraries from
the build output.
2020-08-19 18:08:00 +02:00
Nicolas Goaziou
2b5b7809b6
gnu: ruby-kramdown: Update to 2.3.0.
...
* gnu/packages/ruby.scm (ruby-kramdown): Update to 2.3.0.
2020-08-19 17:28:52 +02:00
Nicolas Goaziou
499942227c
gnu: Add ruby-mustache.
...
* gnu/packages/ruby.scm (ruby-mustache): New variable.
2020-08-19 17:21:09 +02:00
Nicolas Goaziou
901d74298a
gnu: emacs-posframe: Update to 0.8.0.
...
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.0.
[description]: Stick to upstream name.
2020-08-19 16:34:04 +02:00
Efraim Flashner
c0153167e8
gnu: fvwm: Use make-desktop-entry-file.
...
* gnu/packages/fvwm.scm (fvwm)[arguments]: Adjust 'install-xsession to
use make-desktop-entry-file.
2020-08-19 16:31:59 +03:00
Efraim Flashner
678fdbb37a
gnu: fvwm: Use https.
...
* gnu/packages/fvwm.scm (fvwm)[home-page]: Use https.
2020-08-19 16:14:57 +03:00
Efraim Flashner
433309d92e
gnu: akonadi: Update home-page.
...
* gnu/packages/kde-pim.scm (akonadi-calendar, akonadi-contacts,
akonadi-mime, akonadi-notes, akonadi-search)[home-page]: Update to
new home-page.
2020-08-19 16:08:46 +03:00
Tobias Geerinckx-Rice
b06dc2bbd1
gnu: lvm2: Default to an HTTPS mirror.
...
* gnu/packages/linux.scm (lvm2)[source]: Talk HTTPS to sourceware.org.
2020-08-19 12:56:16 +02:00
Ricardo Wurmus
6e5be7ffad
gnu: pigx-chipseq: Update to 0.0.43.
...
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.43.
2020-08-19 12:12:42 +02:00
Raghav Gururajan
3d9fddb268
gnu: graphene: Update package definition.
...
* gnu/packages/gtk.scm (graphene): Update package definition.
[source]<origin>[method]: Change from url-fetch to git-fetch.
[uri]: Add git-reference.
[sha256]: Modify base32.
[arguments]<#:glib-or-gtk?>: New argument.
[native-inputs]: Add git-minimal and mutest.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-19 11:14:10 +02:00
Raghav Gururajan
b030bc0c27
gnu: librsvg-next: Update package definition.
...
* gnu/packages/gnome.scm (librsvg-next): Remove inheritance from librsvg.
[outputs]: Add "doc".
[arguments]<#:phases>['patch-docbook-xml]: New phase.
[arguments]<#:configure-flags>: Add --with-html-dir.
[native-inputs]: Add docbook-xml, python, ruby.
[inputs]: Add fontconfig, freetype, harfbuzz.
[propagated-inputs]: Add cairo, gdk-pixbuf, glib.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-19 10:45:10 +02:00
Raghav Gururajan
97787a24df
gnu: gtk-vnc: Update package definition.
...
* gnu/packages/gnome.scm (gtk-vnc) [version]: Update to 1.0.0.
[source]<origin>[sha256]: Modify base32.
[build-system]: Change from gnu to meson.
[arguments]<#:glib-or-gtk?>: New argument.
[native-inputs]: Add gjs, node and perl.
[inputs]: Add cairo, gdk-pixbuf+svg, libx11 and zlib.
[synopsis]: Modify.
[description]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-19 10:45:10 +02:00
Efraim Flashner
d1a769d68f
gnu: rust-bytemuck-1: Update to 1.3.1.
...
* gnu/packages/crates-io.scm (rust-bytemuck-1): Update to 1.3.1.
[synopsis]: Appease 'guix lint'.
2020-08-19 11:24:39 +03:00
Efraim Flashner
2f3d23e12a
gnu: waybar: Remove unrecognized configure flag.
...
* gnu/packages/wm.scm (waybar)[arguments]: Remove field.
2020-08-19 11:05:05 +03:00
Efraim Flashner
d2ec1f8ed6
gnu: libfive: Fix build.
...
* gnu/packages/engineering.scm (libfive)[source]: Remove snippet.
[arguments]: Remove custom phase to find catch's header.
[native-inputs]: Remove catch-framework2.
2020-08-19 11:05:05 +03:00
Brendan Tildesley
56c39a07c8
gnu: waybar: Build documentation.
...
* gnu/packages/wm.scm (waybar)native-inputs]: Add scdoc.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-08-19 11:05:02 +03:00
Oleg Pykhalov
75a43e53e1
gnu: emacs-git-auto-commit-mode: Update to 4.6.0-1.23abaff.
...
* gnu/packages/emacs-xyz.scm
(emacs-git-auto-commit-mode)[version]: Update to 4.6.0-1.23abaff.
[native-inputs]: Add emacs-buttercup and git.
[arguments]: Run tests suite.
2020-08-19 09:44:12 +03:00
Efraim Flashner
b180d6d284
gnu: Remove duplicate libcloudproviders definition.
...
* gnu/packages/gnome.scm (libcloudproviders): Remove duplicate.
2020-08-19 09:37:50 +03:00
Tobias Geerinckx-Rice
525304e1b9
gnu: python-aiosmtpd: Update to 1.2.1.
...
* gnu/packages/mail.scm (python-aiosmtpd): Update to 1.2.1.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
2020-08-19 04:24:25 +02:00
Tobias Geerinckx-Rice
bf2727c1b4
gnu: python-dkimpy: Update to 1.0.5.
...
* gnu/packages/mail.scm (python-dkimpy): Update to 1.0.5.
2020-08-19 04:24:25 +02:00
Tobias Geerinckx-Rice
d74a85ec61
gnu: libpipeline: Update to 1.5.3.
...
* gnu/packages/man.scm (libpipeline): Update to 1.5.3.
2020-08-19 04:24:25 +02:00
Tobias Geerinckx-Rice
748b2c8578
gnu: lvm2: Update to 2.03.10.
...
* gnu/packages/linux.scm (lvm2): Update to 2.03.10.
2020-08-19 04:24:25 +02:00
Tobias Geerinckx-Rice
95cd53c187
gnu: sysprof: Expand description.
...
* gnu/packages/gnome.scm (synopsis, description): Elongate.
2020-08-19 04:24:25 +02:00
Tobias Geerinckx-Rice
f9812690a9
gnu: sysprof: Update to 3.36.0.
...
* gnu/packages/gnome.scm (sysprof): Update to 3.36.0.
2020-08-19 04:24:25 +02:00
Tobias Geerinckx-Rice
b478c9b090
gnu: sysprof: Update home page.
...
* gnu/packages/gnome.scm (sysprof)[home-page]: Use an up-to-date alternative.
2020-08-19 04:24:25 +02:00
Tobias Geerinckx-Rice
083496ebf5
gnu: engrampa: Update to 1.24.1.
...
* gnu/packages/mate.scm (engrampa): Update to 1.24.1.
[source]: Hard-code NAME.
2020-08-19 04:24:24 +02:00
Tobias Geerinckx-Rice
2719691f0f
gnu: eom: Update to 1.24.1.
...
* gnu/packages/mate.scm (eom): Update to 1.24.1.
[source]: Hard-code NAME.
2020-08-19 04:24:24 +02:00
Tobias Geerinckx-Rice
4d0737140b
gnu: mate-calc: Update to 1.24.1.
...
* gnu/packages/mate.scm (mate-calc): Update to 1.24.1.
[source]: Hard-code NAME.
2020-08-19 04:24:24 +02:00
Tobias Geerinckx-Rice
e2a67c0178
gnu: mate-control-center: Update to 1.24.1.
...
* gnu/packages/mate.scm (mate-control-center): Update to 1.24.1.
[source]: Hard-code NAME.
2020-08-19 04:24:24 +02:00
Tobias Geerinckx-Rice
68d4f1fffe
gnu: caja-extensions: Update to 1.24.1.
...
* gnu/packages/mate.scm (caja-extensions): Update to 1.24.1.
[source]: Hard-code NAME.
2020-08-19 04:24:24 +02:00
Tobias Geerinckx-Rice
5d29b70552
gnu: mate-media: Update to 1.24.1.
...
* gnu/packages/mate.scm (mate-media): Update to 1.24.1.
[source]: Hard-code NAME.
2020-08-19 04:24:24 +02:00
Tobias Geerinckx-Rice
7e5585ed41
gnu: mate-applets: Update to 1.24.1.
...
* gnu/packages/mate.scm (mate-applets): Update to 1.24.1.
[source]: Hard-code NAME.
2020-08-19 04:24:24 +02:00
Tobias Geerinckx-Rice
723e99faba
gnu: mate-menus: Update to 1.24.1.
...
* gnu/packages/mate.scm (mate-menus): Update to 1.24.1.
[source]: Hard-code NAME.
2020-08-19 04:24:23 +02:00
Tobias Geerinckx-Rice
870e12b51f
gnu: libmatekbd: Update to 1.24.1.
...
* gnu/packages/mate.scm (libmatekbd): Update to 1.24.1.
[source]: Hard-code NAME.
2020-08-19 04:24:23 +02:00
Tobias Geerinckx-Rice
a8f29138e4
gnu: libmatemixer: Update to 1.24.1.
...
* gnu/packages/mate.scm (libmatemixer): Update to 1.24.1.
[source]: Hard-code NAME.
2020-08-19 04:24:23 +02:00
Tobias Geerinckx-Rice
0674db61bb
gnu: mate-settings-daemon: Update to 1.24.1.
...
* gnu/packages/mate.scm (mate-settings-daemon): Update to 1.24.1.
[source]: Hard-code NAME.
2020-08-19 04:24:23 +02:00
Tobias Geerinckx-Rice
f163bb6867
gnu: mate-session-manager: Update to 1.24.1.
...
* gnu/packages/mate.scm (mate-session-manager): Update to 1.24.1.
[source]: Hard-code NAME.
2020-08-19 04:24:23 +02:00
Tobias Geerinckx-Rice
0d553270a9
gnu: mate-terminal: Update to 1.24.1.
...
* gnu/packages/mate.scm (mate-terminal): Update to 1.24.1.
2020-08-19 04:24:23 +02:00
Tobias Geerinckx-Rice
3ae745fed3
gnu: libmateweather: Update to 1.24.1.
...
* gnu/packages/mate.scm (libmateweather): Update to 1.24.1.
[source]: Hard-code NAME. Remove obsolete snippet.
2020-08-19 04:24:23 +02:00
Tobias Geerinckx-Rice
5f6589281f
gnu: mate-desktop: Update to 1.24.1.
...
* gnu/packages/mate.scm (mate-desktop): Update to 1.24.1.
[source]: Hard-code NAME.
2020-08-19 04:24:22 +02:00
Danny Milosavljevic
9765e2de2f
gnu: font-fantasque-sans: Fix build.
...
* gnu/packages/fonts.scm (font-fantasque-sans)[native-inputs]: Add woff2:bin.
2020-08-19 03:02:04 +02:00
Raghav Gururajan
eaa147c488
gnu: libwpe: Update package definition.
...
* gnu/packages/webkit.scm (libwpe): Update package definition.
[native-inputs]: Add python-wrapper.
[synopsis]: Modify.
[description]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-19 02:59:00 +02:00
Raghav Gururajan
acc8a0c10b
gnu: woff2: Update package definition.
...
* gnu/packages/fontutils.scm (woff2): Update package definition.
[outputs]: New output "bin".
[arguments]<#:configure-flags>[-DCMAKE_INSTALL_BINDIR]: New flag.
[-DCMAKE_INSTALL_INCLUDEDIR]: New flag.
[-DCMAKE_INSTALL_LIBDIR]: New flag.
[-DBUILD_SHARED_LIBS]: Remove flag.
<#:phases>['patch-installation]: New phase.
[synopsis]: Modify.
[description]: Modify.
[home-page]: Modify.
[license]: Change to expat.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-19 02:53:45 +02:00
Raghav Gururajan
aa4557a223
gnu: gst-libav: Update package definition.
...
* gnu/packages/gstreamer.scm (gst-libav): Update package definition.
[arguments]<#:phases>['patch-docbook-xml]: New phase.
[native-inputs]: Add docbook-xml, perl and ruby.
[inputs]: Remove gst-plugins-base, orc and zlib.
[propagated-inputs]: Add gstreamer and gst-plugins-base.
[synopsis]: Modify.
[description]: Modify.
[license]: Change from gpl2+ to lgpl2.0+.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-19 02:50:37 +02:00
Raghav Gururajan
f65cfc6d67
gnu: gst-plugins-ugly: Update package definition.
...
* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update package definition.
[arguments]<#:glib-or-gtk?>: New argument.
<#:phases>['patch-docbook-xml]: New phase.
['pre-check]: New phase.
[native-inputs]: Add docbook-xml, gettext-minimal, gsettings-desktop-schemas,
perl and xorg-server-for-tests.
[inputs]: Add glib, glib-networking and opencore-amr. Remove gst-plugins-base.
[propagated-inputs]: Add gstreamer and gst-plugins-base.
[synopsis]: Modify.
[description]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-19 02:49:21 +02:00
Raghav Gururajan
ce49fdc62b
gnu: Add transcode.
...
* gnu/packages/video.scm (transcode): New variable.
* gnu/packages/patches/transcode-ffmpeg.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-19 02:29:13 +02:00
Danny Milosavljevic
45b1ec3817
gnu: rust-rgb: Fix package definition.
...
Follow-up to 797bb73b00 .
* gnu/packages/crates-io.scm (rust-rgb-0.8)<#:cargo-inputs>: Fix references.
2020-08-19 02:17:56 +02:00
Raghav Gururajan
797bb73b00
gnu: rust-rgb: Update to 0.8.20.
...
* gnu/packages/crates-io.scm (rust-rgb-0.8): Update to 0.8.20.
[arguments]<#:cargo-inputs>: Add rust-bytemuck-1.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-19 02:14:41 +02:00
Danny Milosavljevic
df2f7f5b1f
gnu: faad2: Re-add home-page.
...
Follow-up to 31f226c44a .
* gnu/packages/audio.scm (faad2)[home-page]: New field.
2020-08-19 01:34:11 +02:00
Raghav Gururajan
63d71ff006
gnu: Add libcloudproviders.
...
* gnu/packages/gnome.scm (libcloudproviders): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-19 01:32:09 +02:00
Raghav Gururajan
31f226c44a
gnu: faad2: Update to 2.8.8.
...
* gnu/packages/audio.scm (faad2): Update to 2.8.8.
[license]: Update to gpl2+.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-19 01:20:57 +02:00
Raghav Gururajan
cb9d0aa860
gnu: Add rust-tinyvec@0.3.3.
...
* gnu/packages/crates-io.scm (rust-tinyvec-0.3): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-19 01:14:59 +02:00
Raghav Gururajan
e44e45cd8b
gnu: Add rust-pin-project@0.4.22.
...
* gnu/packages/crates-io.scm (rust-pin-project-0.4): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-19 01:14:56 +02:00
Raghav Gururajan
e630771e71
gnu: Add rust-pin-project-internal@0.4.22.
...
* gnu/packages/crates-io.scm (rust-pin-project-internal-0.4): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-19 01:14:52 +02:00
Raghav Gururajan
2cd4dd63af
gnu: Add rust-serial-test@0.4.0.
...
* gnu/packages/crates-io.scm (rust-serial-test-0.4): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-19 01:14:49 +02:00
Raghav Gururajan
91193f2dd4
gnu: Add rust-serial-test-derive@0.4.0.
...
* gnu/packages/crates-io.scm (rust-serial-test-derive-0.4): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-19 01:14:46 +02:00
Raghav Gururajan
8c6b127bea
gnu: Add rust-downcast-rs@1.2.0.
...
* gnu/packages/crates-io.scm (rust-downcast-rs-1.2): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-19 01:14:43 +02:00
Tobias Geerinckx-Rice
cb9fd8de86
gnu: libde265: Omit static library.
...
* gnu/packages/video.scm (libde265)[arguments]: Pass ‘--disable-static’.
2020-08-19 01:10:43 +02:00
Tobias Geerinckx-Rice
186b7d536f
gnu: Remove duplicate libde265.
...
The CMake-built output differs greatly from the autotools one, and not
in a good way. Keep the more recent gnu-build-system variant.
This reverts commit fad176c4e2 . Sorry
Vinicius.
* gnu/packages/video.scm: Remove duplicate libde265 variable definition.
2020-08-19 01:10:42 +02:00
Tobias Geerinckx-Rice
5f524bdd04
Revert "Revert "gnu: Add libde265.""
...
This reverts commit 0d792f37cd .
2020-08-19 01:10:42 +02:00
Tobias Geerinckx-Rice
eb86a44254
gnu: sysstat: Update to 12.4.0.
...
* gnu/packages/linux.scm (sysstat): Update to 12.4.0.
2020-08-19 01:10:42 +02:00
Danny Milosavljevic
0d792f37cd
Revert "gnu: Add libde265."
...
This reverts commit 7f3c9116bd , which
would have introduced a duplicate definition.
2020-08-19 00:53:31 +02:00
Danny Milosavljevic
f87860166e
Revert "gnu: Add sysprof."
...
This reverts commit 4e36c8a07b , which had added
a duplicate sysprof variable.
2020-08-19 00:43:11 +02:00
Marius Bakke
7e9544c352
gnu: jucipp: Fix syntax highlighting.
...
* gnu/packages/text-editors.scm (jucipp)[arguments]: Add 'wrap' phase.
2020-08-19 00:24:22 +02:00
Marius Bakke
d4d79bc94f
gnu: ungoogled-chromium: Update to 84.0.4147.125-0.57244cd.
...
* gnu/packages/chromium.scm (%ungoogled-revision, %ungoogled-origin): Update
to commit 57244cdfc21dc05910862152d91cc528103c988a.
(ungoogled-chromium): Update to 84.0.4147.125.
2020-08-19 00:24:22 +02:00
Tobias Geerinckx-Rice
9e371e9595
Disambiguate ‘expat’ in (gnu packages man).
...
This follows up on commit e445ae9ae1 .
* gnu/packages/man.scm: Import (guix licences) with a ‘license:’ prefix.
Adjust all users.
2020-08-19 00:21:41 +02:00
Tobias Geerinckx-Rice
affae3241c
gnu: java-snappy: Update to 1.1.7.5.
...
* gnu/packages/java-compression.scm (java-snappy): Update to 1.1.7.5.
2020-08-19 00:21:41 +02:00
Tobias Geerinckx-Rice
6a00302bd8
Import (gnu packages libffi) from (gnu packages gnome).
...
This follows up on commit 77d7bbf4bd ,
which broke ‘guix pull’.
* gnu/packages/gnome.scm: Import (gnu packages libffi).
2020-08-19 00:00:08 +02:00
Tobias Geerinckx-Rice
275e66b8b4
etc: indent-code.el: Match not only ‘(define-public’.
...
* etc/indent-code.el (main): Also match ‘(define’, as intended.
2020-08-18 23:54:55 +02:00
Tobias Geerinckx-Rice
c524972606
gnu: postgis: Update to 3.0.2.
...
* gnu/packages/geo.scm (postgis): Update to 3.0.2.
2020-08-18 23:54:55 +02:00
Tobias Geerinckx-Rice
ade5a61677
gnu: python-lmdb: Update to 0.99.
...
* gnu/packages/databases.scm (python-lmdb): Update to 0.99.
2020-08-18 23:54:55 +02:00
Tobias Geerinckx-Rice
108c2257dc
gnu: nnn: Update to 3.4.
...
* gnu/packages/admin.scm (nnn): Update to 3.4.
2020-08-18 23:54:55 +02:00
Tobias Geerinckx-Rice
db2afe0055
gnu: fio: Update to 3.22.
...
* gnu/packages/benchmark.scm (fio): Update to 3.22.
2020-08-18 23:54:55 +02:00
Tobias Geerinckx-Rice
397daaa8e1
gnu: r-libcoin: Update to 1.0-6.
...
* gnu/packages/cran.scm (r-libcoin): Update to 1.0-6.
2020-08-18 23:54:55 +02:00
Raghav Gururajan
8d82df1376
gnu: Add egl-wayland.
...
* gnu/packages/graphics.scm (egl-wayland): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:26:18 +02:00
Raghav Gururajan
e7db21bd10
gnu: Add eglexternalplatform.
...
* gnu/packages/graphics.scm (eglexternalplatform): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:26:17 +02:00
Raghav Gururajan
de3f0ac66d
gnu: Add brltty.
...
* gnu/packages/accessibility.scm (brltty): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:26:16 +02:00
Raghav Gururajan
edaa508100
gnu: Add libbraille.
...
* gnu/packages/accessibility.scm (libbraille): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:26:15 +02:00
Raghav Gururajan
22e4409473
gnu: Add latex2html.
...
* gnu/packages/documentation.scm (latex2html): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:26:14 +02:00
Raghav Gururajan
8205fe4493
gnu: Add liblouisutdml.
...
* gnu/packages/language.scm (liblouisutdml): New variable.
* gnu/packages/patches/liblouisutdml-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:25:58 +02:00
Raghav Gururajan
899784fb21
gnu: Add liblouis.
...
* gnu/packages/languages.scm (liblouis): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:25:57 +02:00
Raghav Gururajan
a29eb73971
gnu: Add libstemmer.
...
* gnu/packages/language.scm (libstemmer): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:25:52 +02:00
Raghav Gururajan
f10b58ca4b
gnu: Add libgrss.
...
* gnu/packages/gnome.scm (libgrss): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:11:16 +02:00
Raghav Gururajan
7239c674ee
gnu: Add dnssec-trigger.
...
* gnu/packages/dns.scm (dnssec-trigger): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:11:16 +02:00
Raghav Gururajan
6a7256fc80
gnu: Add ldns.
...
* gnu/packages/dns.scm (ldns): New variable.
* gnu/packages/patches/ldns-drill-examples.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:11:16 +02:00
Danny Milosavljevic
14528483fb
gnu: seed: Fix tests.
...
* gnu/packages/gnome.scm (seed)[arguments]<#:phases>[patch-tests]: New phase.
2020-08-18 23:11:16 +02:00
Raghav Gururajan
7295171e26
gnu: Add memphis.
...
* gnu/packages/geo.scm (memphis): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:11:16 +02:00
Raghav Gururajan
77d7bbf4bd
gnu: Add seed.
...
* gnu/packages/gnome.scm (seed): New variable.
* gnu/packages/patches/seed-webkit.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:11:16 +02:00
Raghav Gururajan
c1082b0287
gnu: Add gnome-js-common.
...
* gnu/packages/gnome.scm (gnome-js-common): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:11:15 +02:00
Raghav Gururajan
d668963d3e
gnu: Add libdmapsharing.
...
* gnu/packages/gnome.scm (libdmapsharing): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:11:15 +02:00
Raghav Gururajan
c648fa4186
gnu: Add pedansee.
...
* gnu/packages/check.scm (pedansee): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:11:15 +02:00
Raghav Gururajan
d4cb5347d7
gnu: Add mrg.
...
* gnu/packages/gimp.scm (mrg): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:11:15 +02:00
Raghav Gururajan
6bd347c94e
gnu: Add mmm.
...
* gnu/packages/graphics.scm (mmm): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:11:15 +02:00
Raghav Gururajan
64976b9b4c
gnu: Add poly2tri-c.
...
* gnu/packages/gimp.scm (poly2tri-c): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:11:15 +02:00
Raghav Gururajan
70f33d3c6a
gnu: Add zeitgeist.
...
* gnu/packages/gnome.scm (zeitgeist): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:11:12 +02:00
Raghav Gururajan
8fd769ddc9
gnu: Add dee.
...
* gnu/packages/gnome.scm (dee): New variable.
* gnu/packages/patches/dee-vapi.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:10:57 +02:00
Raghav Gururajan
c15ff23724
gnu: Add gtx.
...
* gnu/packages/gnome.scm (gtx): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:10:48 +02:00
Raghav Gururajan
7fa2df44a8
gnu: Add pangomm-2.42.
...
* gnu/packages/gtk.scm (pangomm-2.42): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:10:05 +02:00
Raghav Gururajan
5173bb55ad
gnu: Add glibmm-2.64.
...
*gnu/packages/glib.scm (glibmm-2.64): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:10:05 +02:00
Raghav Gururajan
30a592b519
gnu: Add cairomm-1.13.
...
* gnu/packages/gtk.scm (cairomm-1.13): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:10:05 +02:00
Raghav Gururajan
b3b47dabaf
gnu: Add libsigc++-2.
...
* gnu/packages/glib.scm (libsigc++-2): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:10:05 +02:00
Raghav Gururajan
e047b26517
gnu: Add xmltoman.
...
* gnu/packages/man.scm (xmltoman): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:10:04 +02:00
Raghav Gururajan
9c430c2861
gnu: Add libcamera.
...
* gnu/packages/networking.scm (libcamera): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:10:04 +02:00
Raghav Gururajan
f8a6cc2240
gnu: Add wpewebkit.
...
* gnu/packages/webkit.scm (wpewebkit): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:10:04 +02:00
Raghav Gururajan
5c57328ef7
gnu: Add libthai.
...
* gnu/packages/gtk.scm (libthai): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:10:04 +02:00
Raghav Gururajan
20842b795e
gnu: Add libdatrie.
...
* gnu/packages/gtk.scm (libdatrie): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:10:04 +02:00
Raghav Gururajan
3f03bd3728
gnu: Add openjpeg-data.
...
* gnu/packages/image.scm (openjpeg-data): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:10:04 +02:00
Raghav Gururajan
08d048a06b
gnu: Add opensles.
...
* gnu/packages/audio.scm (opensles): New variable.
* gnu/packages/patches/opensles-add-license-file.patch: New file.
* gnu/local.mk (opensles-add-license-file.patch): New reference.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:10:04 +02:00
Raghav Gururajan
7508378d1f
gnu: Add openni2.
...
* gnu/packages/gstreamer.scm (openni2): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 23:09:55 +02:00
Raghav Gururajan
433bb35336
gnu: Add libnice.
...
* gnu/packages/networking.scm (libnice): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:42 +02:00
Raghav Gururajan
63a1783d3a
gnu: Add rtmpdump.
...
* gnu/packages/networking.scm (rtmpdump): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:41 +02:00
Raghav Gururajan
c42526e947
gnu: Add iqa.
...
* gnu/packages/image.scm (iqa): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:41 +02:00
Raghav Gururajan
9068eb166d
gnu: Add zxing-cpp.
...
* gnu/packages/aidc.scm (zxing-cpp): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:40 +02:00
Raghav Gururajan
3afbc16bfa
gnu: Add wildmidi.
...
* gnu/packages/audio.scm (wildmidi): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:39 +02:00
Raghav Gururajan
94e8c8905a
gnu: Add webrtc-audio-processing.
...
* gnu/packages/audio.scm (webrtc-audio-processing): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:39 +02:00
Raghav Gururajan
5ca56bd555
gnu: Add vo-aacenc.
...
* gnu/packages/audio.scm (vo-aacenc): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:38 +02:00
Raghav Gururajan
a56e1a84ae
gnu: Add svt-hevc.
...
* gnu/packages/video.scm (svt-hevc): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:37 +02:00
Raghav Gururajan
71a77016c0
gnu: Add mediasdk.
...
* gnu/packages/video.scm (mediasdk): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:36 +02:00
Raghav Gururajan
63d18ff6b9
gnu: Add srt.
...
* gnu/packages/networking.scm (srt): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:35 +02:00
Raghav Gururajan
24a2aaf3ff
gnu: Add lksctp-tools.
...
* gnu/packages/networking.scm (lksctp-tools): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:35 +02:00
Raghav Gururajan
d4bd5c60da
gnu: Add tinyalsa.
...
* gnu/packages/audio.scm (tinyalsa): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:34 +02:00
Raghav Gururajan
d6ef1039fe
gnu: Add libopenmpt.
...
* gnu/packages/audio.scm (libopenmpt): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:33 +02:00
Raghav Gururajan
38375ce952
gnu: Add libofa.
...
* gnu/packages/audio.scm (libofa): New variable.
* gnu/packages/patches/libofa-ftbfs-1.diff: New file.
* gnu/packages/patches/libofa-curl.diff: New file.
* gnu/packages/patches/libofa-ftbfs-2.diff: New file.
* gnu/local.mk (dist_patch_DATA): Add them.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:32 +02:00
Raghav Gururajan
502114de11
gnu: Add mjpegtools.
...
* gnu/packages/video.scm (mjpegtools): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:31 +02:00
Raghav Gururajan
0444187de4
gnu: Add libquicktime.
...
* gnu/packages/video.scm (libquicktime): New variable.
* gnu/packages/patches/libquicktime-ffmpeg.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:30 +02:00
Raghav Gururajan
d6a413a7ed
gnu: Add schroedinger.
...
* gnu/packages/video.scm (schroedinger): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:29 +02:00
Raghav Gururajan
97f3fe7c04
gnu: Add libmms.
...
* gnu/packages/video.scm (libmms): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:29 +02:00
Raghav Gururajan
7f3c9116bd
gnu: Add libde265.
...
* gnu/packages/video.scm (libde265): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:28 +02:00
Raghav Gururajan
02c05485fd
gnu: Add libvideogfx.
...
* gnu/packages/video.scm (libvideogfx): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:27 +02:00
Raghav Gururajan
1178ae47d1
gnu: Add ffmpeg-2.8.
...
* gnu/packages/video.scm (ffmpeg-2.8): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:26 +02:00
Raghav Gururajan
8dde7a8694
gnu: Add flite.
...
* gnu/packages/speech.scm (flite): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:26 +02:00
Raghav Gururajan
de4ca09341
gnu: Add faac.
...
* gnu/packages/audio.scm (faac): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:25 +02:00
Raghav Gururajan
286716f877
gnu: Add directfb.
...
* gnu/packages/graphics.scm (directfb): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:24 +02:00
Raghav Gururajan
568af1bdc0
gnu: Add libtimidity.
...
* gnu/packages/audio.scm (libtimidity): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:23 +02:00
Raghav Gururajan
d54fb33ace
gnu: Add flux.
...
* gnu/packages/graphics.scm (flux): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:22 +02:00
Raghav Gururajan
1a6bc33d3f
gnu: Add tslib.
...
* gnu/packages/video.scm (tslib): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:21 +02:00
Raghav Gururajan
09fd9898c7
gnu: Add libmpeg3.
...
* gnu/packages/video.scm (libmpeg3): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:56:19 +02:00
Raghav Gururajan
84b63357d6
gnu: Add libdc1394.
...
* gnu/packages/gstreamer.scm (libdc1394): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:54:54 +02:00
Raghav Gururajan
2aa73609d6
gnu: Add ccextractor.
...
* gnu/packages/gstreamer.scm (ccextractor): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:54:12 +02:00
Raghav Gururajan
9eafab1838
gnu: Add nng.
...
* gnu/packages/networking.scm (nng): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:54:12 +02:00
Raghav Gururajan
0b4327fe44
gnu: Add nanomsg.
...
* gnu/packages/networking.scm (nanomsg): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:54:11 +02:00
Raghav Gururajan
d1e1a93e3e
gnu: Add libvisual-plugins.
...
* gnu/packages/gstreamer.scm (libvisual-plugins): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:54:10 +02:00
Raghav Gururajan
55cc7dcdb4
gnu: Add libvisual.
...
* gnu/packages/gstreamer.scm (libvisual): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:54:09 +02:00
Raghav Gururajan
702f243a9b
gnu: Add esound.
...
* gnu/packages/gstreamer.scm (esound): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:54:08 +02:00
Raghav Gururajan
986aea0c3e
gnu: Add mutest.
...
* gnu/packages/check.scm (mutest): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:54:08 +02:00
Raghav Gururajan
4e36c8a07b
gnu: Add sysprof.
...
* gnu/packages/gnome.scm (sysprof): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:54:07 +02:00
Raghav Gururajan
d3ed745e47
gnu: Add presage.
...
* gnu/packages/fcitx.scm (presage): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:54:06 +02:00
Raghav Gururajan
5c5dfb6d9e
gnu: Add nuspell.
...
* gnu/packages/enchant.scm (nuspell): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:54:05 +02:00
Raghav Gururajan
e445ae9ae1
gnu: Add ronn.
...
* gnu/packages/man.scm (ronn): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:54:04 +02:00
Raghav Gururajan
56db7a6613
gnu: Add gnome-photos.
...
* gnu/packages/gnome.scm (gnome-photos): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:54:03 +02:00
Raghav Gururajan
1aefe65007
gnu: Add gnome-music.
...
* gnu/packages/gnome.scm (gnome-music): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:54:02 +02:00
Raghav Gururajan
72e20842c6
gnu: Add libxmlb.
...
* gnu/packages/xml.scm (libxmlb): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:54:01 +02:00
Raghav Gururajan
72fd1b3f11
gnu: Add portablexdr.
...
* gnu/packages/gnome.scm (portablexdr): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:53:59 +02:00
Raghav Gururajan
08684798a8
gnu: Add malcontent.
...
* gnu/packages/freedesktop.scm (malcontent): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:53:57 +02:00
Raghav Gururajan
bd8a6a89f0
gnu: Add libglib-testing.
...
* gnu/packages/freedesktop.scm (libglib-testing): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:53:55 +02:00
Raghav Gururajan
30003a64d1
gnu: Add tepl.
...
* gnu/packages/gnome.scm (tepl): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:53:52 +02:00
Raghav Gururajan
2e6bc59539
gnu: Add krb5-auth-dialog.
...
* gnu/packages/gnome.scm (krb5-auth-dialog): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-18 22:53:44 +02:00
Andreas Enge
5f8ea8e491
gnu: mpfrcx: Update to 0.6.
...
* gnu/packages/algebra.scm (mpfrcx): Update to 0.6.
2020-08-18 16:50:32 +02:00
Guillaume Le Vaillant
ee1b6558be
gnu: txr: Update to 242.
...
* gnu/packages/lisp.scm (txr): Update to 242.
2020-08-18 15:05:29 +02:00
Ricardo Wurmus
3d633a1e1c
gnu: guile2.2-gi: Fix build.
...
* gnu/packages/guile-xyz.scm (guile2.2-gi)[native-inputs]: Remove.
[inputs]: Replace "guile" with "guile-2.2".
2020-08-18 13:25:15 +02:00
Ricardo Wurmus
e4ef0d7cc9
gnu: guile-gi: Install extension to sub-directory, use glib-or-gtk build system.
...
* gnu/packages/guile-xyz.scm (guile-gi)[build-system]: Use
glib-or-gtk-build-system.
[arguments]: Install the extension to the "extensions" sub-directory.
2020-08-18 13:15:55 +02:00
Ricardo Wurmus
346ea4b5fc
gnu: bowtie1: Add missing Python input.
...
Reported-by: Marcel Schilling <marcel.schilling@mdc-berlin.de >
* gnu/packages/bioinformatics.scm (bowtie1)[inputs]: Add python-wrapper.
2020-08-18 12:38:38 +02:00
Ricardo Wurmus
51c2fef1e2
gnu: Add r-nabor.
...
* gnu/packages/cran.scm (r-nabor): New variable.
2020-08-18 12:29:37 +02:00
Tobias Geerinckx-Rice
106014094a
gnu: ghcid: Update to 0.8.7.
...
* gnu/packages/haskell-apps.scm (ghcid): Update to 0.8.7.
2020-08-18 05:38:39 +02:00
Tobias Geerinckx-Rice
fe55ff3851
gnu: python-igraph: Update to 0.8.2.
...
* gnu/packages/graph.scm (python-igraph): Update to 0.8.2.
2020-08-18 05:38:39 +02:00
Tobias Geerinckx-Rice
2b1c4a5c52
gnu: igraph: Update to 0.8.2.
...
* gnu/packages/graph.scm (igraph): Update to 0.8.2.
2020-08-18 05:38:38 +02:00
Tobias Geerinckx-Rice
84ee898867
gnu: cfitsio: Update to 3.49.
...
* gnu/packages/astronomy.scm (cfitsio): Update to 3.49.
[source]: Hard-code NAME.
2020-08-18 05:38:38 +02:00
Tobias Geerinckx-Rice
b94cb3be2a
gnu: jc: Update to 1.13.4.
...
* gnu/packages/admin.scm (jc): Update to 1.13.4.
2020-08-18 05:38:38 +02:00
Tobias Geerinckx-Rice
01af05bf0b
gnu: blender: Update to 2.83.4.
...
* gnu/packages/graphics.scm (blender): Update to 2.83.4.
2020-08-18 05:38:38 +02:00
Maxim Cournoyer
2a20c22dcf
doc: Fix a typo in the AutoSSH service documentation.
...
* doc/guix.texi (Networking Services)[autossh-configuration]: Fix typo.
2020-08-17 15:41:21 -04:00
Nicolas Goaziou
1a9ebe3b0a
gnu: rclone: Update to 1.52.3.
...
* gnu/packages/sync.scm (rclone): Update to 1.52.3.
2020-08-17 17:33:47 +02:00
Timothy Sample
e13fefbcff
gnu: git-annex: Create fake static output.
...
This is a work-around for a problem introduced by commit
718dc7d4a5 .
* gnu/packages/haskell-apps.scm (git-annex)[arguments]: Add a phase
to generate the "static" output.
2020-08-17 11:03:58 -04:00
Nicolas Goaziou
02554a58a2
gnu: fet: Update to 5.46.0.
...
* gnu/packages/education.scm (fet): Update to 5.46.0.
2020-08-17 15:23:04 +02:00
Nicolas Goaziou
c9d9ea1f92
gnu: mame: Update to 0.223.
...
* gnu/packages/emulators.scm (mame): Update to 0.223.
2020-08-17 15:05:20 +02:00
Nicolas Goaziou
accdd9dd97
gnu: emacs-clojure-mode: Update to 5.12.0.
...
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.12.0.
[native-inputs]: Add emacs-paredit.
2020-08-17 10:39:22 +02:00
Nicolas Goaziou
40cd24a60c
gnu: emacs-ediprolog: Update to 2.1.
...
* gnu/packages/emacs-xyz.scm (emacs-ediprolog): Update to 2.1.
2020-08-17 10:36:30 +02:00
Nicolas Goaziou
7e199d8ea7
gnu: emacs-gnuplot: Switch to Emacs build system.
...
* gnu/packages/emacs-xyz.scm (emacs-gnuplot)[source]: Update URL.
[native-inputs]: Remove.
[arguments]: Remove.
[home-page]: Update URL.
[description]: Improve typography.
2020-08-17 10:31:57 +02:00
Efraim Flashner
952a7fc893
gnu: vim: Update to 8.2.1471.
...
* gnu/packages/vim.scm (vim): Update to 8.2.1471.
[arguments]: Adjust custom 'patch-absolute-paths, 'skip-failing-tests
phases for changes in the sources.
2020-08-17 11:07:23 +03:00
Efraim Flashner
b2df3aece6
gnu: python-rpy2: Update home-page.
...
* gnu/packages/statistics.scm (python-rpy2)[home-page]: Update to new
home-page.
2020-08-17 11:07:23 +03:00
Pierre Langlois
f869ad42e4
gnu: Add emacs-fancy-battery.
...
* gnu/packages/emacs-xyz.scm (emacs-fancy-battery): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-08-17 10:32:19 +03:00
Efraim Flashner
46886728a7
utils: Add version-major+minor+point.
...
* guix/utils.scm (version-major+minor+point): New procedure.
2020-08-17 07:57:23 +03:00
Vinicius Monego
6a1f35937a
gnu: Add python-hypercorn.
...
* gnu/packages/python-web.scm (python-hypercorn): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-08-17 07:54:17 +03:00
Vinicius Monego
e87b063f4c
gnu: Add python-priority.
...
* gnu/packages/python-web.scm (python-priority): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-08-17 07:52:44 +03:00
Vinicius Monego
3ede1e4d69
gnu: Add python-wsproto.
...
* gnu/packages/python-web.scm (python-wsproto): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-08-17 07:46:41 +03:00
Vinicius Monego
fc9be8db2d
gnu: Add python-h11.
...
* gnu/packages/python-web.scm (python-h11): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-08-17 07:45:16 +03:00
Maxim Cournoyer
aee0f559f2
gnu: guile-ssh: Update to commit 688d7f.
...
Fixes <https://issues.guix.gnu.org/42740 >.
* gnu/packages/ssh.scm (guile-ssh): Update to commit
688d7f3797b5155257a6c2ee4ea5084b3d8cc244.
[arguments]: Enable parallel tests.
Reported-by: Ludovic Courtès <ludo@gnu.org >
2020-08-16 23:17:22 -04:00
Tobias Geerinckx-Rice
87257e6d37
gnu: weechat: Update to 2.9.
...
* gnu/packages/irc.scm (weechat): Update to 2.9.
[arguments]: Remove obsolete test fixes. JavaScript plugins are now
disabled by default.
2020-08-16 23:36:27 +02:00
Tobias Geerinckx-Rice
6a513960c4
gnu: gpsd: Update to 3.21.
...
* gnu/packages/gps.scm (gpsd): Update to 3.21.
2020-08-16 23:36:27 +02:00
Tobias Geerinckx-Rice
4364d0f861
gnu: srain: Update to 1.1.2.
...
* gnu/packages/irc.scm (srain): Update to 1.1.2.
2020-08-16 23:36:27 +02:00
Tobias Geerinckx-Rice
caf4df50b1
gnu: grim: Update to 1.3.1.
...
* gnu/packages/image.scm (grim): Update to 1.3.1.
2020-08-16 23:36:27 +02:00
Tobias Geerinckx-Rice
147dae8eab
gnu: emacs-slime: Update to 2.26.
...
* gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.26.
2020-08-16 23:36:27 +02:00
Kei Kebreau
93d9737d2b
gnu: wxwidgets: Fix MIME type loading.
...
* gnu/packages/wxwidgets.scm (wxwidgets)[inputs]: Add shared-mime-info.
[arguments]: Update 'refer-to-inputs phase so wxwidgets looks in the correct
directory for MIME type information.
2020-08-16 17:31:09 -04:00
Kei Kebreau
e79fe4f675
gnu: wxmaxima: Update to 20.06.6.
...
* gnu/packages/maths.scm (wxmaxima): Update to 20.06.6.
[arguments]: Add 'patch-doc-path phase.
2020-08-16 17:30:55 -04:00
Leo Prikler
bc549a276c
gnu: webkitgtk: Expose all font locations to the bubblewrap sandbox.
...
Fixes <https://issues.guix.gnu.org/41174 > and <https://issues.guix.gnu.org/42618 >.
The webkitgtk library relied on by Epiphany and others uses bubblewrap to
sandbox its process. This sandbox was only exposing fonts relative to
XDG_DATA_HOME. Extend it so that it honors font locations specified via
XDG_DATA_DIRS as well, which is what Guix uses.
* gnu/packages/patches/webkitgtk-bind-all-fonts.patch: Add patch.
* gnu/local.mk: Register it.
* gnu/packages/webkit.scm (webkitgtk)[source]<patches>: Use it.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com >
2020-08-16 16:07:47 -04:00
Jan (janneke) Nieuwenhuizen
d7d362b7dd
gnu: emacs-guix: Update to 0.5.2-58a840d067.
...
This fixes several missing autoloads (for Guile 3.0).
* gnu/packages/emacs-xyz.scm (emacs-guix): Update to 0.5.2-58a840d067.
2020-08-16 20:21:04 +02:00
Ricardo Wurmus
4d55432fd0
gnu: pigx-bsseq: Update to 0.1.2.
...
* gnu/packages/bioinformatics.scm (pigx-bsseq): Update to 0.1.2.
[inputs]: Add r-ggrepel, bwa-meth, methyldackel, multiqc, and samblaster.
2020-08-16 15:57:27 +02:00
Ricardo Wurmus
6f5530b9bc
gnu: pigx-scrnaseq: Use statically linked Pandoc.
...
* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[inputs]: Use pandoc and
pandoc-citeproc instead of ghc-pandoc and ghc-pandoc-citeproc.
2020-08-16 15:57:27 +02:00
Ricardo Wurmus
ac6eba4eb4
gnu: pigx-bsseq: Use statically linked Pandoc.
...
* gnu/packages/bioinformatics.scm (pigx-bsseq)[inputs]: Use pandoc and
pandoc-citeproc instead of ghc-pandoc and ghc-pandoc-citeproc.
2020-08-16 15:57:27 +02:00
Ricardo Wurmus
c0ad6dc976
gnu: pigx-chipseq: Use statically linked Pandoc.
...
* gnu/packages/bioinformatics.scm (pigx-chipseq)[inputs]: Use pandoc and
pandoc-citeproc instead of ghc-pandoc and ghc-pandoc-citeproc.
2020-08-16 15:57:27 +02:00
Ricardo Wurmus
2cb9f0f2a6
gnu: pigx-rnaseq: Use statically linked Pandoc.
...
* gnu/packages/bioinformatics.scm (pigx-rnaseq)[inputs]: Use pandoc and
pandoc-citeproc instead of ghc-pandoc and ghc-pandoc-citeproc.
2020-08-16 15:57:27 +02:00
Ricardo Wurmus
a749dc9403
gnu: r-loo: Use pandoc and pandoc-citeproc instead of the libraries.
...
* gnu/packages/cran.scm (r-loo)[inputs]: Replace ghc-pandoc with pandoc, and
ghc-pandoc-citeproc with pandoc-citeproc.
2020-08-16 15:57:27 +02:00
Ricardo Wurmus
4b3af162af
gnu: r-rstan: Use pandoc instead of ghc-pandoc.
...
* gnu/packages/cran.scm (r-rstan)[native-inputs]: Replace ghc-pandoc with
pandoc.
2020-08-16 15:57:27 +02:00
Ricardo Wurmus
8e596bc4ec
gnu: r-rstantools: Use pandoc instead of ghc-pandoc.
...
* gnu/packages/cran.scm (r-rstantools)[inputs]: Replace ghc-pandoc with
pandoc.
2020-08-16 15:57:26 +02:00
Ricardo Wurmus
fe69ceda2e
gnu: r-stanheaders: Use pandoc instead of ghc-pandoc.
...
* gnu/packages/cran.scm (r-stanheaders)[inputs]: Replace ghc-pandoc with
pandoc.
2020-08-16 15:57:26 +02:00
Ricardo Wurmus
45e6f1c6b7
gnu: r-rstanarm: Use pandoc instead of ghc-pandoc.
...
* gnu/packages/cran.scm (r-rstanarm)[inputs]: Replace ghc-pandoc with pandoc
and ghc-pandoc-citeproc with pandoc-citeproc.
2020-08-16 15:57:26 +02:00
Ricardo Wurmus
a9901b830a
gnu: r-nbconvertr: Use pandoc instead of ghc-pandoc.
...
* gnu/packages/cran.scm (r-nbconvertr)[inputs]: Replace ghc-pandoc with
pandoc.
2020-08-16 15:57:26 +02:00
Ricardo Wurmus
8fe3ef5d5a
gnu: r-abseqr: Add pandoc-citeproc.
...
* gnu/packages/bioconductor.scm (r-abseqr)[inputs]: Add pandoc-citeproc.
2020-08-16 15:57:26 +02:00
Ricardo Wurmus
6fa5e4aaae
gnu: r-abseqr: Use pandoc instead of ghc-pandoc.
...
* gnu/packages/bioconductor.scm (r-abseqr)[inputs]: Replace ghc-pandoc with
pandoc.
2020-08-16 15:57:26 +02:00
Ricardo Wurmus
a82236c5ce
gnu: r-filematrix: Use pandoc-citeproc instead of ghc-pandoc-citeproc.
...
* gnu/packages/cran.scm (r-filematrix)[native-inputs]: Replace
ghc-pandoc-citeproc with pandoc-citeproc.
2020-08-16 15:57:26 +02:00
Ricardo Wurmus
3db9543e64
gnu: r-bookdown: Use pandoc instead of ghc-pandoc.
...
* gnu/packages/cran.scm (r-bookdown)[propagated-inputs]: Replace ghc-pandoc
with pandoc.
2020-08-16 15:57:26 +02:00
Ricardo Wurmus
4713a7c978
gnu: r-rgl: Use pandoc instead of ghc-pandoc.
...
* gnu/packages/cran.scm (r-rgl)[inputs]: Replace ghc-pandoc with pandoc.
2020-08-16 15:57:26 +02:00
Ricardo Wurmus
fddbf088a8
gnu: r-bayesplot: Use pandoc instead of ghc-pandoc
...
* gnu/packages/cran.scm (r-bayesplot)[inputs]: Replace ghc-pandoc with pandoc.
2020-08-16 15:57:26 +02:00
Ricardo Wurmus
19afa4d58f
gnu: r-rcas: Use pandoc instead of ghc-pandoc.
...
* gnu/packages/bioinformatics.scm (r-rcas)[propagated-inputs]: Replace
ghc-pandoc with pandoc.
2020-08-16 15:57:25 +02:00
Efraim Flashner
0ba3a38bb2
services: connman-shepherd-service: Don't use short flags.
...
* gnu/services/networking.scm (connman-shepherd-service): Use the long
flag options for the start command.
2020-08-16 16:33:55 +03:00
Tobias Geerinckx-Rice
50dee556f5
gnu: ola: Build with protobuf@3.
...
* gnu/packages/lighting.scm (ola)[propagated-inputs]: Use default protobuf version.
2020-08-16 12:16:07 +02:00
Tobias Geerinckx-Rice
784e7d7ae9
gnu: ola: Build with libmicrohttpd 0.9.71.
...
* gnu/packages/lighting.scm (ola)[source]: Update to 0.10.7-0.5d88293.
[source]: Use GIT-FETCH & GIT-FILE-NAME. Remove patch.
[native-inputs]: Add autoconf, automake, and libtool.
* gnu/packages/patches/ola-readdir-r.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-08-16 12:16:07 +02:00
Christopher Baines
f27a7e4156
gnu: Add kxstitch.
...
* gnu/packages/kde-utils.scm (kxstitch): New variable.
2020-08-16 10:42:54 +01:00
Alexey Abramov
2b68a96422
services: docker: Add 'enable-iptables?' argument.
...
* gnu/services/docker.scm (docker-configuration): Define the argument.
* gnu/services/docker.scm (docker-shepherd-service): Use it.
* doc/guix.texi (Docker Service): Document it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-16 11:07:50 +02:00
Efraim Flashner
e0945a02a4
gnu: Add dbxfs.
...
* gnu/packages/file-systems.scm (dbxfs): New variable.
* gnu/packages/patches/dbxfs-remove-sentry-sdk.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2020-08-16 11:43:34 +03:00
Efraim Flashner
cfa7d0cbdc
gnu: Add python-dropbox.
...
* gnu/packages/file-systems.scm (python-dropbox): New variable.
2020-08-16 11:38:42 +03:00
Michael Rohleder
5630675d4c
gnu: libmicrohttpd: Update to 0.9.71.
...
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.71.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-16 09:43:29 +02:00
Vinicius Monego
fad176c4e2
gnu: Add libde265.
...
* gnu/packages/video.scm (libde265): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-16 09:43:28 +02:00
Vinicius Monego
d2b014aab3
gnu: Add python-sgp4.
...
* gnu/packages/python-science.scm (python-sgp4): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-16 09:42:36 +02:00
Vinicius Monego
d474052b95
gnu: Add libinstpatch.
...
* gnu/packages/audio.scm (libinstpatch): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-16 09:42:34 +02:00
Vinicius Monego
7294cbecdd
gnu: Add veusz.
...
* gnu/packages/maths.scm (veusz): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-16 09:36:21 +02:00
Vinicius Monego
0c73eed36b
gnu: Add entangle.
...
* gnu/packages/photo.scm (entangle): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-16 09:16:53 +02:00
Brendan Tildesley
8e76ffefdb
gnu: bitlbee-discord: Fix typo in description.
...
* gnu/packages/messaging.scm (bitlbee-discord)[description]: Fix typo.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-08-16 09:44:37 +03:00
Efraim Flashner
11c3bb3285
gnu: pspp: Update to 1.4.0.
...
* gnu/packages/statistics.scm (pspp): Update to 1.4.0.
2020-08-16 08:20:41 +03:00
Efraim Flashner
b8ca792fe1
gnu: spread-sheet-widget: Update to 0.6.
...
* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.6.0.
2020-08-16 08:06:12 +03:00
Efraim Flashner
9a95985ffb
gnu: khard: Update to 0.17.0.
...
* gnu/packages/mail.scm (khard): Update to 0.17.0.
[inputs]: Remove python-pyyaml.
2020-08-16 07:47:52 +03:00
Tobias Geerinckx-Rice
9a299d4d9e
gnu: vala@0.48: Update to 0.48.7.
...
* gnu/packages/gnome.scm (vala-0.48): Update to 0.48.7.
2020-08-16 03:49:05 +02:00
Tobias Geerinckx-Rice
ee3be810d6
gnu: gnome-shell-extension-dash-to-panel: Update to 38.
...
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update to 38.
2020-08-16 03:49:05 +02:00
Tobias Geerinckx-Rice
ec6cf66c28
gnu: ltris: Update to 1.2.1.
...
* gnu/packages/games.scm (ltris): Update to 1.2.1.
2020-08-16 03:47:14 +02:00
Tobias Geerinckx-Rice
603628e449
gnu: gtkwave: Update to 3.3.106.
...
* gnu/packages/fpga.scm (gtkwave): Update to 3.3.106.
2020-08-16 03:47:14 +02:00
Tobias Geerinckx-Rice
5b882f47c2
gnu: gupnp: Update to 1.2.4.
...
* gnu/packages/gnome.scm (gupnp): Update to 1.2.4.
2020-08-16 03:47:14 +02:00
Tobias Geerinckx-Rice
c257e0ec82
gnu: gssdp: Update to 1.2.3.
...
* gnu/packages/gnome.scm (gssdp): Update to 1.2.3.
2020-08-16 03:47:14 +02:00
Tobias Geerinckx-Rice
3a4a5be170
gnu: lftp: Update to 4.9.2.
...
* gnu/packages/ftp.scm (lftp): Update to 4.9.2.
2020-08-16 03:47:13 +02:00
Tobias Geerinckx-Rice
66c1613efd
gnu: lmdb: Update to 0.9.26.
...
* gnu/packages/databases.scm (lmdb): Update to 0.9.26.
2020-08-16 00:14:16 +02:00
Tobias Geerinckx-Rice
e918eaf552
gnu: python-stdnum: Update to 1.14.
...
* gnu/packages/finance.scm (python-stdnum): Update to 1.14.
2020-08-16 00:14:16 +02:00
Efraim Flashner
d079145de7
gnu: go-github-com-muesli-reflow-wordwrap: Declare source file-name.
...
* gnu/packages/golang.scm (go-github-com-muesli-reflow-wordwrap)
[source]: Declare a source file-name.
2020-08-15 23:29:18 +03:00
Tobias Geerinckx-Rice
907d5ed19f
gnu: sparsehash: Update to 2.0.4.
...
* gnu/packages/datastructures.scm (sparsehash): Update to 2.0.4.
2020-08-15 22:09:07 +02:00
Tobias Geerinckx-Rice
3d8cfac3d0
gnu: facter: Update to 4.0.34.
...
* gnu/packages/admin.scm (facter): Update to 4.0.34.
2020-08-15 22:09:07 +02:00
Tobias Geerinckx-Rice
6319c2f7a6
gnu: gitolite: Update to 3.6.12.
...
* gnu/packages/version-control.scm (gitolite): Update to 3.6.12.
2020-08-15 22:09:07 +02:00
Tobias Geerinckx-Rice
9e7fccdaa7
gnu: python-trezor: Update to 0.12.1.
...
* gnu/packages/finance.scm (python-trezor): Update to 0.12.1.
2020-08-15 22:09:07 +02:00
Tobias Geerinckx-Rice
4d13d0f81c
gnu: seabios: Update to 1.14.0.
...
* gnu/packages/firmware.scm (seabios): Update to 1.14.0.
2020-08-15 22:09:06 +02:00
Tobias Geerinckx-Rice
eefa30c1c6
gnu: flint: Update to 2.6.3.
...
* gnu/packages/algebra.scm (flint): Update to 2.6.3.
[license]: Update to LGPL 2.1+.
2020-08-15 22:09:06 +02:00
Kei Kebreau
95b90decd3
gnu: gvfs: Fix build with libplist 2.2.0.
...
* gnu/packages/gnome.scm (gvfs)[source]: Add patch.
* gnu/packages/patches/gvfs-add-support-for-libplist-2.2.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2020-08-15 13:17:55 -04:00
Oleg Pykhalov
d82a5e70c8
gnu: emacs-with-editor: Update to 2.9.4.
...
* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 2.9.4.
2020-08-15 13:50:23 +03:00
Ricardo Wurmus
e6bdc6949b
gnu: hisat2: Use pandoc instead of ghc-pandoc.
...
* gnu/packages/bioinformatics.scm (hisat2)[native-inputs]: Replace ghc-pandoc
with pandoc.
2020-08-15 10:10:39 +02:00
Ricardo Wurmus
3d7bf5a393
gnu: r-rmarkdown: Use pandoc instead of ghc-pandoc.
...
* gnu/packages/statistics.scm (r-rmarkdown)[propagated-inputs]: Replace
ghc-pandoc with pandoc.
2020-08-15 09:43:40 +02:00
Ricardo Wurmus
97aa6a07a4
gnu: earlyoom: Use pandoc instead of ghc-pandoc.
...
* gnu/packages/linux.scm (earlyoom)[native-inputs]: Use pandoc instead of
ghc-pandoc.
2020-08-15 09:43:04 +02:00
Ricardo Wurmus
47908a75f5
gnu: xsecurelock: Use pandoc instead of ghc-pandoc.
...
* gnu/packages/xdisorg.scm (xsecurelock)[native-inputs]: Replace ghc-pandoc
with pandoc.
2020-08-15 09:29:12 +02:00
Ricardo Wurmus
be672e2dc6
Merge remote-tracking branch 'origin/master' into wip-haskell
2020-08-15 09:06:05 +02:00
Oleg Pykhalov
1a27596230
gnu: emacs-esup: Update to 0.7.
...
* gnu/packages/emacs-xyz.scm (emacs-esup): Update to 0.7.
[arguments]: Add check phase after install.
2020-08-15 08:09:25 +03:00
Tobias Geerinckx-Rice
0d0c51857b
gnu: man-pages: Update to 5.08.
...
* gnu/packages/man.scm (man-pages): Update to 5.08.
2020-08-15 03:26:23 +02:00
Tobias Geerinckx-Rice
556e33c805
gnu: gfbgraph: Update to 0.2.4.
...
* gnu/packages/gnome.scm (gfbgraph): Update to 0.2.4.
[native-inputs]: Add autoconf, automake, libtool, and which.
2020-08-15 03:26:22 +02:00
Tobias Geerinckx-Rice
492ad09f41
gnu: gfbgraph: Remove obsolete configure flag.
...
* gnu/packages/gnome.scm (gfbgraph)[arguments]: Build gtk-doc documentation.
[native-inputs]: Add gtk-doc.
2020-08-15 03:26:21 +02:00
Tobias Geerinckx-Rice
2b4dc589e9
gnu: acpica: Update to 20200717.
...
* gnu/packages/admin.scm (acpica): Update to 20200717.
2020-08-15 03:26:21 +02:00
Kei Kebreau
4de6f4d7a5
gnu: usbmuxd: Update to 1.1.1.
...
* gnu/packages/libusb.scm (usbmuxd): Update to 1.1.1.
[source, home-page]: Update URLs.
2020-08-14 20:21:49 -04:00
Kei Kebreau
c0d0688edb
gnu: ifuse: Update to 1.1.4.
...
* gnu/packages/libusb.scm (ifuse): Update to 1.1.4.
[source, home-page]: Update URL.
2020-08-14 20:21:49 -04:00
Kei Kebreau
83503258ec
gnu: libimobiledevice: Update to 1.3.0.
...
* gnu/packages/libusb.scm (%libimobiledevice-patches): Delete variable.
(libimobiledevice): Update to 1.3.0.
[source, home-page]: Update URLs.
[arguments]: Delete 'force-bootstrap phase. Add argument to detect the correct
Python binary.
[propagated-inputs]: Replace openssl-1.0 with openssl.
[native-inputs]: Remove autoconf, automake, and libtool.
2020-08-14 20:21:49 -04:00
Kei Kebreau
bea887c8e8
gnu: libusbmuxd: Update to 2.0.2.
...
* gnu/packages/libusb.scm (libusbmuxd): Update to 2.0.2.
[source, home-page]: Update URLs.
2020-08-14 20:21:49 -04:00
Kei Kebreau
8729c8be1b
gnu: libplist: Update to 2.2.0.
...
* gnu/packages/libusb.scm (libplist): Update to 2.2.0.
[source]: Use 'url-fetch' instead of 'git-fetch'.
[home-page]: Update URL.
2020-08-14 20:21:43 -04:00
Martin Becze
fb6b9f3b72
gnu: Add guile-srfi-89.
...
* gnu/packages/guile-xyz.scm (guile-srfi-89): New varible.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-08-14 17:18:02 -04:00
Tobias Geerinckx-Rice
b73ca5a53e
gnu: icedove: Update to 68.11.0.
...
* gnu/packages/gnuzilla.scm (icedove): Update to 68.11.0.
2020-08-14 17:53:07 +02:00
Tobias Geerinckx-Rice
58410eb402
Revert "gnu: opencv: Fix build with new version of jasper."
...
This reverts commit 2759d4ca74 . The
substitution, it does nothing! (We already applied an upstream patch).
2020-08-14 17:51:20 +02:00
Raghav Gururajan
2759d4ca74
gnu: opencv: Fix build with new version of jasper.
...
* gnu/packages/image-processing.scm (opencv): Fix build failure.
[arguments]<#:phases>[fix-jasper]: New phase.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org >
2020-08-14 16:08:17 +02:00
Ricardo Wurmus
4ca80a2b95
gnu: singularity: Replace references to grep.
...
* gnu/packages/linux.scm (singularity)[arguments]: Replace references to grep.
2020-08-14 15:37:03 +02:00
Ricardo Wurmus
ba4e73322e
gnu: Add r-spectrum.
...
* gnu/packages/cran.scm (r-spectrum): New variable.
2020-08-14 14:51:00 +02:00
Ricardo Wurmus
35b1ba704a
gnu: Add r-clusterr.
...
* gnu/packages/cran.scm (r-clusterr): New variable.
2020-08-14 14:51:00 +02:00
Ricardo Wurmus
a86f51dcca
gnu: Add r-rfast.
...
* gnu/packages/cran.scm (r-rfast): New variable.
2020-08-14 14:50:59 +02:00
Ricardo Wurmus
2220400957
gnu: Add r-rcppziggurat.
...
* gnu/packages/cran.scm (r-rcppziggurat): New variable.
2020-08-14 14:50:59 +02:00
EuAndreh via Guix-patches via
9c814c3379
gnu: Add yeganesh.
...
* gnu/packages/wm.scm (yeganesh): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-08-14 15:33:40 +03:00
Efraim Flashner
8b3b19881b
gnu: mcron: Update to 1.2.0.
...
* gnu/packages/guile-xyz.scm (mcron): Update to 1.2.0.
2020-08-14 14:27:27 +03:00
Guillaume Le Vaillant
39cc879ae5
gnu: monero-gui: Update to 0.16.0.3.
...
* gnu/packages/finance.scm (monero-gui): Update to 0.16.0.3.
2020-08-13 20:14:20 +02:00
Efraim Flashner
773ba8aec1
gnu: megatools: Install bash completion.
...
* gnu/packages/sync.scm (megatools)[arguments]: Add custom phase to
install bash completion file.
2020-08-13 19:21:53 +03:00
Efraim Flashner
9f17068241
gnu: megatools: Update to 1.10.3.
...
* gnu/packages/sync.scm (megatools): Update to 1.10.3.
2020-08-13 19:19:13 +03:00
Efraim Flashner
fad22f09b6
gnu: Add qtmips.
...
* gnu/packages/emulators.scm (qtmips): New variable.
2020-08-13 19:10:04 +03:00
Ricardo Wurmus
e380ef14cf
gnu: Add pandoc-citeproc.
...
* gnu/packages/haskell-xyz.scm (pandoc-citeproc): New variable.
2020-08-13 16:44:58 +02:00
Ricardo Wurmus
d4e4a3824d
gnu: Add pandoc.
...
* gnu/packages/haskell-xyz.scm (pandoc): New variable.
2020-08-13 16:44:58 +02:00
Ricardo Wurmus
c18e4f3ec0
gnu: ghc-pandoc: Fix tests.
...
* gnu/packages/haskell-xyz.scm (ghc-pandoc)[arguments]: Add build phase
"find-library".
2020-08-13 16:44:58 +02:00
Ricardo Wurmus
f79e4b1fcd
gnu: ghc-http: Prevent embedding of spurious references.
...
* gnu/packages/haskell-web.scm (ghc-http)[arguments]: Add build phase
"create-simple-paths-module" to avoid retaining unnecessary references.
2020-08-13 16:44:58 +02:00
Ricardo Wurmus
c7891956cd
gnu: ghc-pandoc-types: Avoid embedding spurious references.
...
* gnu/packages/haskell-xyz.scm (ghc-pandoc-types)[arguments]: Add build phase
"create-simple-paths-module" to prevent retaining unnecessary references.
2020-08-13 16:44:58 +02:00
Ricardo Wurmus
78215a14b1
gnu: ghc-distributive: Update to 0.6.2.
...
* gnu/packages/haskell-xyz.scm (ghc-distributive): Update to 0.6.2.
2020-08-13 16:44:58 +02:00
Ricardo Wurmus
2b3466de99
gnu: ghc-unliftio: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-unliftio)[outputs]: Add "doc" output next
to "out" and "static".
2020-08-13 16:44:57 +02:00
Ricardo Wurmus
95eb946b43
gnu: ghc-semigroupoids: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-semigroupoids)[outputs]: Add "doc" output
next to "out" and "static".
2020-08-13 16:44:57 +02:00
Ricardo Wurmus
af2f91ec41
gnu: ghc-rerebase: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-rerebase)[outputs]: Add "doc" output next
to "out" and "static".
2020-08-13 16:44:57 +02:00
Ricardo Wurmus
54c8209e70
gnu: ghc-regex-tdfa: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-regex-tdfa)[outputs]: Add "doc" output
next to "out" and "static".
2020-08-13 16:44:57 +02:00
Ricardo Wurmus
e396e93675
gnu: ghc-rebase: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-rebase)[outputs]: Add "doc" output next to
"out" and "static".
2020-08-13 16:44:57 +02:00
Ricardo Wurmus
1ad496e57f
gnu: ghc-profunctors: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-profunctors)[outputs]: Add "doc" output
next to "out" and "static".
2020-08-13 16:44:57 +02:00
Ricardo Wurmus
3e6ecfebfd
gnu: ghc-mono-traversable: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-mono-traversable)[outputs]: Add "doc"
output next to "out" and "static".
2020-08-13 16:44:57 +02:00
Ricardo Wurmus
7e62ebb3ae
gnu: ghc-lib-parser: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-lib-parser)[outputs]: Add "doc" output
next to "out" and "static".
2020-08-13 16:44:57 +02:00
Ricardo Wurmus
b35361e928
gnu: ghc-lens: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-lens)[outputs]: Add "doc" output next to
"out" and "static".
2020-08-13 16:44:57 +02:00
Ricardo Wurmus
a023e7d0c5
gnu: ghc-juicypixels: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-juicypixels)[outputs]: Add "doc" output
next to "out" and "static".
2020-08-13 16:44:57 +02:00
Ricardo Wurmus
cad59e53da
gnu: ghc-haskell-src-exts: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-haskell-src-exts)[outputs]: Add "doc"
output next to "out" and "static".
2020-08-13 16:44:57 +02:00
Ricardo Wurmus
80e0a08598
gnu: ghc-generics-sop: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-generics-sop)[outputs]: Add "doc" output
next to "out" and "static".
2020-08-13 16:44:57 +02:00
Ricardo Wurmus
32bb6b4106
gnu: ghc-generic-deriving: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-generic-deriving)[outputs]: Add "doc"
output next to "out" and "static".
2020-08-13 16:44:57 +02:00
Ricardo Wurmus
91769cee6c
gnu: ghc-free: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-free)[outputs]: Add "doc" output next to
"out" and "static".
2020-08-13 16:44:57 +02:00
Ricardo Wurmus
6a7fb82827
gnu: ghc-foundation: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-foundation)[outputs]: Add "doc" output
next to "out" and "static".
2020-08-13 16:44:57 +02:00
Ricardo Wurmus
b3c79a8398
gnu: ghc-foldl: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-foldl)[outputs]: Add "doc" output next to
"out" and "static".
2020-08-13 16:44:57 +02:00
Ricardo Wurmus
20e5edb10d
gnu: ghc-conduit: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-conduit)[outputs]: Add "doc" output next
to "out" and "static".
2020-08-13 16:44:56 +02:00
Ricardo Wurmus
3e54544381
gnu: ghc-cmdargs: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-cmdargs)[outputs]: Add "doc" output next
to "out" and "static".
2020-08-13 16:44:56 +02:00
Ricardo Wurmus
3d7ee2f8e3
gnu: ghc-base-prelude: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-base-prelude)[outputs]: Add "doc" output
next to "out" and "static".
2020-08-13 16:44:56 +02:00
Ricardo Wurmus
05f7f8bed8
gnu: ghc-basement: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-basement)[outputs]: Add "doc" output next
to "out" and "static".
2020-08-13 16:44:56 +02:00
Ricardo Wurmus
e2b021dfcc
gnu: ghc-base-compat: Add "doc" output.
...
* gnu/packages/haskell-xyz.scm (ghc-base-compat)[outputs]: Add "doc" output
next to "out" and "static".
2020-08-13 16:44:56 +02:00
Ricardo Wurmus
3a6f490c48
gnu: ghc-hxt: Add "doc" output.
...
* gnu/packages/haskell-web.scm (ghc-hxt)[outputs]: Add "doc" output next to
"out" and "static".
2020-08-13 16:44:56 +02:00
Ricardo Wurmus
b2509e608a
gnu: ghc-aeson: Add "doc" output.
...
* gnu/packages/haskell-web.scm (ghc-aeson)[outputs]: Add "doc" output next to
"out" and "static".
2020-08-13 16:44:56 +02:00
Ricardo Wurmus
d39512776f
gnu: ghc-blaze-html: Add "doc" output.
...
* gnu/packages/haskell-web.scm (ghc-blaze-html)[outputs]: Add "doc" output
next to "out" and "static".
2020-08-13 16:44:56 +02:00
Ricardo Wurmus
b48e8c45ea
gnu: ghc-cryptonite: Add "doc" output.
...
* gnu/packages/haskell-crypto.scm (ghc-cryptonite)[outputs]: Add "doc" output
next to "out" and "static".
2020-08-13 16:44:56 +02:00
Ricardo Wurmus
64041c6c25
gnu: ghc-crypto-api-tests: Add "doc" output.
...
* gnu/packages/haskell-crypto.scm (ghc-crypto-api-tests)[outputs]: Add "doc"
output next to "out" and "static".
2020-08-13 16:44:56 +02:00
Ricardo Wurmus
d65a302546
gnu: ghc-hspec: Add "doc" output.
...
* gnu/packages/haskell-check.scm (ghc-hspec)[outputs]: Add "doc" output next
to "out" and "static".
2020-08-13 16:44:56 +02:00
Ricardo Wurmus
f737d3ddd8
gnu: ghc-8.6: Remove unnecessary references.
...
* gnu/packages/haskell.scm (ghc-8.6)[arguments]: Add phase
"remove-unnecessary-references" to remove references to build tools and
inter-output references.
2020-08-13 16:44:56 +02:00
Ricardo Wurmus
534d6caa0b
gnu: Add "static" output to Haskell packages with custom outputs.
...
All these packages have non-standard outputs. As a result the build system
cannot automatically add the "static" output, so we do this manually.
* gnu/packages/haskell-check.scm (ghc-quickcheck, ghc-hunit)[outputs]: Add
"static" output.
* gnu/packages/haskell-web.scm (ghc-http)[outputs]: Same.
* gnu/packages/haskell-xyz.scm (ghc-case-insensitive, ghc-fgl, ghc-hashable,
ghc-network, ghc-network-uri, ghc-parallel, ghc-paths, ghc-primitive,
ghc-random, ghc-split, ghc-syb, ghc-tf-random, ghc-unordered-containers,
ghc-vector, ghc-zlib)[outputs]: Same.
2020-08-13 16:44:56 +02:00
Ricardo Wurmus
aa1a75cc0e
build-system/haskell: Do not pass "--bindir" during configure.
...
The "--bindir" option is not as useful as it seems as the configured location
is embedded in the outputs. Instead of using "--bindir" it seems better to
build a statically linked binary and move the binary to its own output to
avoid references between the "out" and "bin" outputs.
* guix/build/haskell-build-system.scm (configure): Do not pass "--bindir".
2020-08-13 16:44:56 +02:00
Timothy Sample
54a5fd0791
build-system/haskell: Add 'extra-directories' keyword.
...
See <https://bugs.gnu.org/39309 >.
* guix/build-system/haskell.scm (lower): Include the transitive
propagated inputs of 'extra-directories' inputs.
(haskell-build): Add the 'extra-directories' keyword and pass it through
to the builder.
* guix/build/haskell-build-system.scm (configure): Use it to select
which inputs get passed via 'extra-include-dirs' and 'extra-lib-dirs' to
Cabal.
* gnu/packages/haskell-xyz.scm (ghc-alsa-core, ghc-hmatrix,
ghc-hmatrix-gsl, ghc-hslua, ghc-iwlib, ghc-libyaml, ghc-ncurses,
ghc-openglraw, ghc-x11, ghc-x11-xft, ghc-zlib): Set 'extra-directories'.
* gnu/packages/haskell-crypto.scm (ghc-digest, ghc-hsopenssl): Likewise.
2020-08-13 16:44:52 +02:00
Tobias Geerinckx-Rice
da4df2f9fb
gnu: python-typing: Update to 3.7.4.3.
...
* gnu/packages/python-xyz.scm (python-typing): Update to 3.7.4.3.
2020-08-13 16:09:42 +02:00
Tobias Geerinckx-Rice
10d115545b
gnu: xonsh: Update to 0.9.19.
...
* gnu/packages/shells.scm (xonsh): Update to 0.9.19.
2020-08-13 16:09:42 +02:00
Tobias Geerinckx-Rice
967fa5d072
gnu: libmatroska: Update to 1.6.2.
...
* gnu/packages/video.scm (libmatroska): Update to 1.6.2.
2020-08-13 16:09:42 +02:00
Tobias Geerinckx-Rice
1c63b39728
gnu: kakoune: Update to 2020.08.04.
...
* gnu/packages/text-editors.scm (kakoune): Update to 2020.08.04.
2020-08-13 16:09:42 +02:00
Tobias Geerinckx-Rice
87de620e6d
gnu: mediainfo: Update to 20.08.
...
* gnu/packages/video.scm (mediainfo): Update to 20.08.
2020-08-13 16:09:42 +02:00
Tobias Geerinckx-Rice
398389758a
gnu: libmediainfo: Update to 20.08.
...
* gnu/packages/video.scm (libmediainfo): Update to 20.08.
2020-08-13 16:09:41 +02:00
Tobias Geerinckx-Rice
3a176be045
gnu: aha: Cross-compile.
...
* gnu/packages/textutils.scm (aha)[arguments]: Use CC-FOR-TARGET.
2020-08-13 16:09:41 +02:00
Tobias Geerinckx-Rice
7d98468cec
gnu: aha: Update to 0.5.1.
...
* gnu/packages/textutils.scm (aha): Update to 0.5.1.
2020-08-13 16:09:41 +02:00
Tobias Geerinckx-Rice
f1c294e0fa
gnu: python-crashtest: Update to 0.3.1.
...
* gnu/packages/python-xyz.scm (python-crashtest): Update to 0.3.1.
2020-08-13 16:09:41 +02:00
Tobias Geerinckx-Rice
8bf704262d
gnu: opencv: Fix build with Jasper 2.0.19.
...
* gnu/packages/image-processing.scm (opencv)[source]: Add patch.
* gnu/packages/patches/opencv-fix-build-of-grfmt_jpeg2000.cpp.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2020-08-13 16:09:40 +02:00
Tobias Geerinckx-Rice
d1c37def6e
gnu: php: Update to 7.4.9.
...
* gnu/packages/php.scm (php): Update to 7.4.9.
2020-08-13 16:09:40 +02:00
Tobias Geerinckx-Rice
5180360198
gnu: yapet: Update to 2.4.
...
* gnu/packages/password-utils.scm (yapet): Update to 2.4.
2020-08-13 16:09:40 +02:00
Tobias Geerinckx-Rice
ca1e978586
gnu: python-aenum: Update to 2.2.4.
...
* gnu/packages/python-xyz.scm (python-aenum): Update to 2.2.4.
2020-08-13 16:09:40 +02:00
Tobias Geerinckx-Rice
f57e86ff1d
gnu: ceph: Update to 14.2.11.
...
* gnu/packages/storage.scm (ceph): Update to 14.2.11.
2020-08-13 16:09:40 +02:00
Timotej Lazar
0f50b7e7b9
gnu: lxqt-panel: Show icons in menus.
...
* gnu/packages/lxqt.scm (lxqt-panel)[propagated-inputs]: Add lxmenu-data.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-13 10:42:02 +02:00
Michael Rohleder
7ae3b11a24
gnu: cpuid: Update to 20200427.
...
* gnu/packages/linux.scm (cpuid): Update to 20200427.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-13 10:37:39 +02:00
Kyle Meyer
35e24fab73
gnu: git-annex: Update to 8.20200810.
...
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200810.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-13 10:36:39 +02:00
Efraim Flashner
f90b26917a
gnu: dlib: Install shared library.
...
Reported by Hamzeh Nasajpour <h.nasajpour@pantherx.org >.
* gnu/packages/machine-learning.scm (dlib)[arguments]: Add
configure-flag to build shared library. Remove custom
'delete-static-library phase.
2020-08-13 11:29:36 +03:00
your friendly localhost admin
9ac2a4ee34
gnu: Added drawpile (UPnP support pending) at version 2.1.17
...
* gnu/packages/graphics.scm (drawpile): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-08-13 11:02:02 +03:00
Tobias Geerinckx-Rice
6b44b35a57
gnu: httpd: Update to 2.4.46.
...
* gnu/packages/web.scm (httpd): Update to 2.4.46.
2020-08-13 00:17:23 +02:00
Tobias Geerinckx-Rice
428a3621d5
gnu: nginx: Update to 1.19.2.
...
* gnu/packages/web.scm (nginx): Update to 1.19.2.
2020-08-13 00:17:23 +02:00
Tobias Geerinckx-Rice
7e8458aae3
gnu: nginx-documentation: Update to 1.19.2-2581-324ca14c3003.
...
* gnu/packages/web.scm (nginx-documentation): Update to 1.19.2-2581-324ca14c3003.
2020-08-13 00:17:23 +02:00
Tobias Geerinckx-Rice
525ed49563
gnu: perl-catalyst-view-tt: Update to 0.45.
...
* gnu/packages/web.scm (perl-catalyst-view-tt): Update to 0.45.
2020-08-13 00:17:22 +02:00
Tobias Geerinckx-Rice
3f0d94552f
gnu: luakit: Update to 2.2.
...
* gnu/packages/web-browsers.scm (luakit): Update to 2.2.
2020-08-13 00:17:22 +02:00
Tobias Geerinckx-Rice
336b6d3cfb
gnu: bspwm: Update to 0.9.10.
...
* gnu/packages/wm.scm (bspwm): Update to 0.9.10.
2020-08-13 00:17:22 +02:00
Ricardo Wurmus
638ef1e81d
gnu: conda: Update to 4.8.3.
...
* gnu/packages/package-management.scm (python-conda): Define as deprecated
alias for conda.
(python2-conda): Remove variable.
(conda)[arguments]: Add phases "fix-permissions",
"correct-python-executable-name", "do-not-use-python-root-as-prefix", and
"init"; remove phase "remove-failing-tests"; update "check" phase.
[inputs]: Add python-wrapper.
[native-inputs]: Move them all to...
[propagated-inputs]: ...this field. Add python-conda-package-handling,
python-tqdm, and zstd.
[description]: Remove line about Conda as a library.
2020-08-13 00:00:54 +02:00
Ricardo Wurmus
c9ec3c0763
gnu: python-pycosat: Update to 0.6.3.
...
* gnu/packages/python-xyz.scm (python-pycosat): Update to 0.6.3.
2020-08-12 23:35:08 +02:00
Ricardo Wurmus
bcdc61bfa1
gnu: tophat: Hide default GCC.
...
* gnu/packages/bioinformatics.scm (tophat)[arguments]: Add build phase
"hide-default-gcc".
2020-08-12 21:55:06 +02:00
Ricardo Wurmus
c9a1672841
gnu: Add python-conda-package-handling.
...
* gnu/packages/package-management.scm (python-conda-package-handling): New
variable.
2020-08-12 21:50:42 +02:00
Ricardo Wurmus
73092df468
gnu: libgtextutils: Hide default GCC.
...
* gnu/packages/textutils.scm (libgtextutils)[arguments]: Add phase
hide-default-gcc.
2020-08-12 21:26:40 +02:00
Nicolas Goaziou
2b16dbc3da
gnu: musescore: Update to 3.5.
...
* gnu/packages/music.scm (musescore): Update to 3.5.
[origin]: Remove unused google_analytics library.
2020-08-12 18:51:06 +02:00
Morgan Smith
df403985ed
gnu: Add emacs-explain-pause-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-explain-pause-mode): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-08-12 19:47:38 +03:00
Nicolas Goaziou
9856346be4
gnu: emacs-org-superstar: Update to 1.3.0.
...
* gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.3.0.
2020-08-12 17:41:56 +02:00
Morgan Smith
5d15d44987
gnu: Add emacs-kana.
...
* gnu/packages/emacs-xyz.scm (emacs-kana): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-08-12 17:35:21 +02:00
Morgan Smith
ed0b773ff6
gnu: Add emacs-kanji.
...
* gnu/packages/emacs-xyz.scm (emacs-kanji): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-08-12 17:22:50 +02:00
Jesse Gibbons
8677e8699a
gnu: freedink-engine: Fix SDL hints.
...
* gnu/packages/games.scm: freedink: [patches]: Add fix.
* gnu/packages/patches/freedink-engine-fix-sdl-hints.patch: New file.
* gnu/local.mk: Add it.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-08-12 17:08:47 +02:00
Jesse Gibbons
e7e69e56f5
gnu: freedink-engine: Call autoreconf.
...
* gnu/packages/games.scm: freedink-engine (phases): add 'autoreconf
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-08-12 17:08:40 +02:00
Tobias Geerinckx-Rice
e77989bdcb
gnu: dovecot: Update to 2.3.11.3 [security fixes].
...
Fixes CVE-2020-12100, CVE-2020-12673, CVE-2020-10967, and CVE-2020-12674.
* gnu/packages/mail.scm (dovecot): Update to 2.3.11.3.
2020-08-12 15:28:17 +02:00
Ricardo Wurmus
3f7922cbf5
haskell-build-system: register: Remove references to the doc output.
...
* guix/build/haskell-build-system.scm (register): Strip references to the doc
output from the generated package config files; move the haddock files from
the "doc" output to the "lib" output.
2020-08-12 14:45:49 +02:00
Ricardo Wurmus
75bda3c648
haskell-build-system: register: Respect lib output.
...
* guix/build/haskell-build-system.scm (register): Use lib output if it exists.
2020-08-12 14:45:49 +02:00
Ricardo Wurmus
718dc7d4a5
build-system/haskell: Add default output "static".
...
* guix/build-system/haskell.scm (lower): Add OUTPUTS keyword and add the
"static" output in the common case.
(haskell-build): Set the default value for the OUTPUTS keyword to include the
"static" output.
* guix/build/haskell-build-system.scm (install): Move static libraries to the
"static" output if it exists.
2020-08-12 14:45:48 +02:00
Ricardo Wurmus
9e5496e0ae
build-system/haskell: Configure to link with shared libraries.
...
* guix/build/haskell-build-system.scm (configure): Add configure flags to
build shared libraries by default, to generate position independent code, and
to set the RUNPATH.
2020-08-12 14:45:48 +02:00
Ricardo Wurmus
0347888a7e
build-system/haskell: Refactor configure step.
...
* guix/build/haskell-build-system.scm (configure): Replace append
with quasiquotes and splicing.
2020-08-12 14:45:48 +02:00
Ricardo Wurmus
67cb9fa235
build-system/haskell: Support parallel builds.
...
* guix/build-system/haskell.scm (haskell-build): Add keyword PARALLEL-BUILD?
and pass it on to the builder.
* guix/build/haskell-build-system.scm (build): Accept keyword PARALLEL-BUILD?
and pass the number of parallel jobs to GHC.
2020-08-12 14:45:48 +02:00
Timothy Sample
54c9b5bfd7
gnu: Add ghc-8.8.
...
* gnu/packages/haskell.scm (ghc-8.8): New variable.
2020-08-12 14:45:44 +02:00
Ricardo Wurmus
1c831f42cf
gnu: r-car: Update to 3.0-9.
...
* gnu/packages/statistics.scm (r-car): Update to 3.0-9.
2020-08-12 13:57:15 +02:00
Ricardo Wurmus
d7570fc79b
gnu: r-fit-models: Update to 0.64.
...
* gnu/packages/statistics.scm (r-fit-models): Update to 0.64.
2020-08-12 13:57:15 +02:00
Ricardo Wurmus
15d4f9e109
gnu: r-rrcov: Update to 1.5-5.
...
* gnu/packages/statistics.scm (r-rrcov): Update to 1.5-5.
2020-08-12 13:57:15 +02:00
Ricardo Wurmus
6cb15e098c
gnu: r-hmisc: Update to 4.4-1.
...
* gnu/packages/statistics.scm (r-hmisc): Update to 4.4-1.
[propagated-inputs]: Remove r-acepack.
2020-08-12 13:57:15 +02:00
Ricardo Wurmus
1713df8e9a
gnu: r-tidyr: Update to 1.1.1.
...
* gnu/packages/statistics.scm (r-tidyr): Update to 1.1.1.
[propagated-inputs]: Remove r-rcpp and r-stringi; add r-cpp11.
2020-08-12 13:57:15 +02:00
Ricardo Wurmus
06576a5bd0
gnu: r-dt: Update to 0.15.
...
* gnu/packages/statistics.scm (r-dt): Update to 0.15.
2020-08-12 13:57:15 +02:00
Ricardo Wurmus
47b57ce5dc
gnu: r-xml: Update to 3.99-0.5.
...
* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.5.
2020-08-12 13:57:15 +02:00
Ricardo Wurmus
228a197278
gnu: r-rcpparmadillo: Update to 0.9.900.2.0.
...
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.900.2.0.
2020-08-12 13:57:15 +02:00
Ricardo Wurmus
210ae7ba60
gnu: r-devtools: Update to 2.3.1.
...
* gnu/packages/statistics.scm (r-devtools): Update to 2.3.1.
[propagated-inputs]: Remove r-crayon, r-digest, r-glue, and r-git2r.
2020-08-12 13:57:15 +02:00
Ricardo Wurmus
c2b02b1b49
gnu: r-httr: Update to 1.4.2.
...
* gnu/packages/statistics.scm (r-httr): Update to 1.4.2.
[native-inputs]: Add r-knitr.
2020-08-12 13:57:15 +02:00
Ricardo Wurmus
81cc043322
gnu: r-data-table: Update to 1.13.0.
...
* gnu/packages/statistics.scm (r-data-table): Update to 1.13.0.
[native-inputs]: Add r-knitr.
2020-08-12 13:57:15 +02:00
Ricardo Wurmus
4a791a2f6d
gnu: r-dplyr: Update to 1.0.1.
...
* gnu/packages/statistics.scm (r-dplyr): Update to 1.0.1.
2020-08-12 13:57:15 +02:00
Ricardo Wurmus
b4552eba89
gnu: r-ggdendro: Update to 0.1.21.
...
* gnu/packages/statistics.scm (r-ggdendro): Update to 0.1.21.
[propagated-inputs]: Remove r-knitr.
[native-inputs]: Add r-knitr.
2020-08-12 13:57:15 +02:00
Ricardo Wurmus
284caaf505
gnu: r-bit64: Update to 4.0.2.
...
* gnu/packages/statistics.scm (r-bit64): Update to 4.0.2.
2020-08-12 13:57:14 +02:00
Ricardo Wurmus
d9dc684dce
gnu: r-bit: Update to 4.0.4.
...
* gnu/packages/statistics.scm (r-bit): Update to 4.0.4.
[native-inputs]: Add r-knitr.
2020-08-12 13:57:14 +02:00
Ricardo Wurmus
4ebeb5329b
gnu: r-brms: Update to 2.13.5.
...
* gnu/packages/cran.scm (r-brms): Update to 2.13.5.
2020-08-12 13:57:14 +02:00
Ricardo Wurmus
b65959fa72
gnu: r-rxnat: Update to 1.0.12.
...
* gnu/packages/cran.scm (r-rxnat): Update to 1.0.12.
[propagated-inputs]: Add r-dplyr.
2020-08-12 13:57:14 +02:00
Ricardo Wurmus
c8ccc115a4
gnu: r-aws: Update to 2.4-3.
...
* gnu/packages/cran.scm (r-aws): Update to 2.4-3.
2020-08-12 13:57:14 +02:00
Ricardo Wurmus
8754e5b761
gnu: r-rstanarm: Update to 2.21.1.
...
* gnu/packages/cran.scm (r-rstanarm): Update to 2.21.1.
[native-inputs]: Add r-knitr.
2020-08-12 13:57:14 +02:00
Ricardo Wurmus
ad53122f35
gnu: r-rstan: Update to 2.21.2.
...
* gnu/packages/cran.scm (r-rstan): Update to 2.21.2.
[propagated-inputs]: Add r-withr.
2020-08-12 13:57:14 +02:00
Ricardo Wurmus
f74941f7d9
gnu: r-quanteda: Update to 2.1.1.
...
* gnu/packages/cran.scm (r-quanteda): Update to 2.1.1.
2020-08-12 13:57:14 +02:00
Ricardo Wurmus
7094d92aaa
gnu: r-shinycssloaders: Update to 1.0.0.
...
* gnu/packages/cran.scm (r-shinycssloaders): Update to 1.0.0.
2020-08-12 13:57:14 +02:00
Ricardo Wurmus
d222c7527d
gnu: r-adamethods: Update to 1.2.1.
...
* gnu/packages/cran.scm (r-adamethods): Update to 1.2.1.
2020-08-12 13:57:14 +02:00
Ricardo Wurmus
ac6ce7bb52
gnu: r-fda: Update to 5.1.5.1.
...
* gnu/packages/cran.scm (r-fda): Update to 5.1.5.1.
2020-08-12 13:57:14 +02:00
Ricardo Wurmus
eaa1cc3bb6
gnu: r-rgdal: Update to 1.5-16.
...
* gnu/packages/cran.scm (r-rgdal): Update to 1.5-16.
2020-08-12 13:57:14 +02:00
Ricardo Wurmus
1f5bc20aca
gnu: r-parameters: Update to 0.8.2.
...
* gnu/packages/cran.scm (r-parameters): Update to 0.8.2.
2020-08-12 13:57:14 +02:00
Ricardo Wurmus
3ea13fd105
gnu: r-dalex: Update to 1.3.1.1.
...
* gnu/packages/cran.scm (r-dalex): Update to 1.3.1.1.
2020-08-12 13:57:13 +02:00
Ricardo Wurmus
606dd761ac
gnu: r-ibreakdown: Update to 1.3.1.
...
* gnu/packages/cran.scm (r-ibreakdown): Update to 1.3.1.
2020-08-12 13:57:13 +02:00
Ricardo Wurmus
a2989498a7
gnu: r-ingredients: Update to 1.3.1.
...
* gnu/packages/cran.scm (r-ingredients): Update to 1.3.1.
2020-08-12 13:57:13 +02:00
Ricardo Wurmus
30b1b051e6
gnu: r-gbm: Update to 2.1.8.
...
* gnu/packages/cran.scm (r-gbm): Update to 2.1.8.
[propagated-inputs]: Remove r-gridextra.
[native-inputs]: Add r-knitr.
2020-08-12 13:57:13 +02:00
Ricardo Wurmus
fb883e0dfe
gnu: r-hierfstat: Update to 0.5-7.
...
* gnu/packages/cran.scm (r-hierfstat): Update to 0.5-7.
[propagated-inputs]: Add r-gaston.
[native-inputs]: Add r-knitr.
2020-08-12 13:57:13 +02:00
Ricardo Wurmus
42fdd90252
gnu: r-ibdreg: Update to 0.3.1.
...
* gnu/packages/cran.scm (r-ibdreg): Update to 0.3.1.
2020-08-12 13:57:13 +02:00
Ricardo Wurmus
487473b26c
gnu: r-rms: Update to 6.0-1.
...
* gnu/packages/cran.scm (r-rms): Update to 6.0-1.
2020-08-12 13:57:13 +02:00
Ricardo Wurmus
adc4117137
gnu: r-sf: Update to 0.9-5.
...
* gnu/packages/cran.scm (r-sf): Update to 0.9-5.
2020-08-12 13:57:13 +02:00
Ricardo Wurmus
5d8ec45aec
gnu: r-deldir: Update to 0.1-28.
...
* gnu/packages/cran.scm (r-deldir): Update to 0.1-28.
2020-08-12 13:57:13 +02:00
Ricardo Wurmus
36acbb1cc8
gnu: r-irkernel: Update to 1.1.1.
...
* gnu/packages/cran.scm (r-irkernel): Update to 1.1.1.
2020-08-12 13:57:13 +02:00
Ricardo Wurmus
4283064baf
gnu: r-lavaan: Update to 0.6-7.
...
* gnu/packages/cran.scm (r-lavaan): Update to 0.6-7.
2020-08-12 13:57:13 +02:00
Ricardo Wurmus
e92f723188
gnu: r-compositions: Update to 2.0-0.
...
* gnu/packages/cran.scm (r-compositions): Update to 2.0-0.
[propagated-inputs]: Add r-mass.
[native-inputs]: Add r-knitr.
2020-08-12 13:57:13 +02:00
Ricardo Wurmus
48b55f3194
gnu: r-epi: Update to 2.41.
...
* gnu/packages/cran.scm (r-epi): Update to 2.41.
2020-08-12 13:57:13 +02:00
Ricardo Wurmus
4e5445bdba
gnu: r-assertive: Update to 0.3-6.
...
* gnu/packages/cran.scm (r-assertive): Update to 0.3-6.
[native-inputs]: Add r-knitr.
2020-08-12 13:57:13 +02:00
Ricardo Wurmus
9119cbafb5
gnu: r-assertive-datetimes: Update to 0.0-3.
...
* gnu/packages/cran.scm (r-assertive-datetimes): Update to 0.0-3.
2020-08-12 13:57:12 +02:00
Ricardo Wurmus
58cbcdeec0
gnu: r-assertive-reflection: Update to 0.0-5.
...
* gnu/packages/cran.scm (r-assertive-reflection): Update to 0.0-5.
2020-08-12 13:57:12 +02:00
Ricardo Wurmus
c1e908a198
gnu: r-arm: Update to 1.11-2.
...
* gnu/packages/cran.scm (r-arm): Update to 1.11-2.
[propagated-inputs]: Add r-hmisc.
2020-08-12 13:57:12 +02:00
Ricardo Wurmus
30426a5799
gnu: r-remotes: Update to 2.2.0.
...
* gnu/packages/cran.scm (r-remotes): Update to 2.2.0.
[native-inputs]: Add r-knitr.
2020-08-12 13:57:12 +02:00
Ricardo Wurmus
47fc38086b
gnu: r-fs: Update to 1.5.0.
...
* gnu/packages/cran.scm (r-fs): Update to 1.5.0.
[native-inputs]: Remove pkg-config.
2020-08-12 13:57:12 +02:00
Ricardo Wurmus
7476244a83
gnu: r-effectsize: Update to 0.3.2.
...
* gnu/packages/cran.scm (r-effectsize): Update to 0.3.2.
2020-08-12 13:57:12 +02:00
Ricardo Wurmus
66e1d3860b
gnu: r-ggeffects: Update to 0.15.1.
...
* gnu/packages/cran.scm (r-ggeffects): Update to 0.15.1.
2020-08-12 13:57:12 +02:00
Ricardo Wurmus
daebdd3339
gnu: r-performance: Update to 0.4.8.
...
* gnu/packages/cran.scm (r-performance): Update to 0.4.8.
2020-08-12 13:57:12 +02:00
Ricardo Wurmus
45d99950f0
gnu: r-bayestestr: Update to 0.7.2.
...
* gnu/packages/cran.scm (r-bayestestr): Update to 0.7.2.
2020-08-12 13:57:12 +02:00
Ricardo Wurmus
ee7b486b3e
gnu: r-tmb: Update to 1.7.18.
...
* gnu/packages/cran.scm (r-tmb): Update to 1.7.18.
2020-08-12 13:57:12 +02:00
Ricardo Wurmus
930bdc3d84
gnu: r-parmigene: Update to 1.1.0.
...
* gnu/packages/cran.scm (r-parmigene): Update to 1.1.0.
2020-08-12 13:57:12 +02:00
Ricardo Wurmus
6e05f0ebae
gnu: r-raster: Update to 3.3-13.
...
* gnu/packages/cran.scm (r-raster): Update to 3.3-13.
2020-08-12 13:57:12 +02:00
Ricardo Wurmus
be6afce26f
gnu: r-insight: Update to 0.9.0.
...
* gnu/packages/cran.scm (r-insight): Update to 0.9.0.
2020-08-12 13:57:12 +02:00
Ricardo Wurmus
16fe6f5686
gnu: r-zip: Update to 2.1.0.
...
* gnu/packages/cran.scm (r-zip): Update to 2.1.0.
2020-08-12 13:57:11 +02:00
Ricardo Wurmus
92e1fe6c13
gnu: r-radiant-data: Update to 1.3.10.
...
* gnu/packages/cran.scm (r-radiant-data): Update to 1.3.10.
2020-08-12 13:57:11 +02:00
Ricardo Wurmus
2a48a370e2
gnu: r-expm: Update to 0.999-5.
...
* gnu/packages/cran.scm (r-expm): Update to 0.999-5.
2020-08-12 13:57:11 +02:00
Ricardo Wurmus
38add85d0f
gnu: r-ttr: Update to 0.24.0.
...
* gnu/packages/cran.scm (r-ttr): Update to 0.24.0.
2020-08-12 13:57:11 +02:00
Ricardo Wurmus
f7968548cd
gnu: r-tinytex: Update to 0.25.
...
* gnu/packages/cran.scm (r-tinytex): Update to 0.25.
2020-08-12 13:57:11 +02:00
Ricardo Wurmus
53144c4e59
gnu: r-vctrs: Update to 0.3.2.
...
* gnu/packages/cran.scm (r-vctrs): Update to 0.3.2.
2020-08-12 13:57:11 +02:00
Ricardo Wurmus
9aa2a8d1f2
gnu: r-xfun: Update to 0.16.
...
* gnu/packages/cran.scm (r-xfun): Update to 0.16.
2020-08-12 13:57:11 +02:00
Ricardo Wurmus
ede39b4948
gnu: r-mice: Update to 3.11.0.
...
* gnu/packages/cran.scm (r-mice): Update to 3.11.0.
2020-08-12 13:57:11 +02:00
Ricardo Wurmus
514594c110
gnu: r-stringdist: Update to 0.9.6.
...
* gnu/packages/cran.scm (r-stringdist): Update to 0.9.6.
2020-08-12 13:57:11 +02:00
Ricardo Wurmus
365dbcf013
gnu: r-psych: Update to 2.0.7.
...
* gnu/packages/cran.scm (r-psych): Update to 2.0.7.
2020-08-12 13:57:11 +02:00
Ricardo Wurmus
6701931b1a
gnu: r-distillery: Update to 1.1.
...
* gnu/packages/cran.scm (r-distillery): Update to 1.1.
2020-08-12 13:57:11 +02:00
Ricardo Wurmus
4885d52f73
gnu: r-ff: Update to 4.0.2.
...
* gnu/packages/cran.scm (r-ff): Update to 4.0.2.
2020-08-12 13:57:11 +02:00
Ricardo Wurmus
84ec7e8804
gnu: r-pkgbuild: Update to 1.1.0.
...
* gnu/packages/cran.scm (r-pkgbuild): Update to 1.1.0.
2020-08-12 13:57:11 +02:00
Ricardo Wurmus
4afd8223e8
gnu: r-ps: Update to 1.3.4.
...
* gnu/packages/cran.scm (r-ps): Update to 1.3.4.
2020-08-12 13:57:10 +02:00
Ricardo Wurmus
61371fad05
gnu: r-pls: Update to 2.7-3.
...
* gnu/packages/cran.scm (r-pls): Update to 2.7-3.
2020-08-12 13:57:10 +02:00
Ricardo Wurmus
58899b1902
gnu: r-servr: Update to 0.18.
...
* gnu/packages/cran.scm (r-servr): Update to 0.18.
2020-08-12 13:57:10 +02:00
Ricardo Wurmus
d11bcf3926
gnu: r-rvest: Update to 0.3.6.
...
* gnu/packages/cran.scm (r-rvest): Update to 0.3.6.
[native-inputs]: Add r-knitr.
2020-08-12 13:57:10 +02:00
Ricardo Wurmus
c316f2b8b7
gnu: r-sys: Update to 3.4.
...
* gnu/packages/cran.scm (r-sys): Update to 3.4.
2020-08-12 13:57:10 +02:00
Ricardo Wurmus
8ca7141c02
gnu: r-seurat: Update to 3.2.0.
...
* gnu/packages/bioinformatics.scm (r-seurat): Update to 3.2.0.
[propagated-inputs]: Remove r-tsne; add r-jsonlite, r-miniui, r-shiny, r-spatstat, and r-tibble.
2020-08-12 13:57:10 +02:00
Ricardo Wurmus
0a41d9be2e
gnu: r-nmf: Update to 0.23.0.
...
* gnu/packages/bioconductor.scm (r-nmf): Update to 0.23.0.
[native-inputs]: Add r-knitr.
2020-08-12 13:57:10 +02:00
Ricardo Wurmus
dec2a0c928
gnu: Add r-cpp11.
...
* gnu/packages/cran.scm (r-cpp11): New variable.
2020-08-12 13:57:10 +02:00
Ricardo Wurmus
06d6de773b
gnu: Add r-gaston.
...
* gnu/packages/cran.scm (r-gaston): New variable.
2020-08-12 13:57:10 +02:00
Ricardo Wurmus
2fc3021790
gnu: Add r-spatstat.
...
* gnu/packages/cran.scm (r-spatstat): New variable.
2020-08-12 13:57:10 +02:00
Ricardo Wurmus
6fb3799601
gnu: Add r-spatstat-data.
...
* gnu/packages/cran.scm (r-spatstat-data): New variable.
2020-08-12 13:57:10 +02:00
Ricardo Wurmus
e1bf91c396
gnu: Add r-spatstat-utils.
...
* gnu/packages/cran.scm (r-spatstat-utils): New variable.
2020-08-12 13:57:10 +02:00
Ricardo Wurmus
b07b4a7df2
gnu: Add r-tensor.
...
* gnu/packages/cran.scm (r-tensor): New variable.
2020-08-12 13:57:10 +02:00
Ricardo Wurmus
44706254ff
gnu: Add r-goftest.
...
* gnu/packages/cran.scm (r-goftest): New variable.
2020-08-12 13:57:06 +02:00
Efraim Flashner
31b1455c0b
gnu: terminology: Update to 1.8.1.
...
* gnu/packages/enlightenment.scm (terminology): UPdate to 1.8.1.
2020-08-12 14:21:41 +03:00
Tobias Geerinckx-Rice
5b893f4398
gnu: nano: Update to 5.1.
...
* gnu/packages/nano.scm (nano): Update to 5.1.
2020-08-12 12:45:28 +02:00
Oleg Pykhalov
029d892e9d
gnu: emacs-buttercup: Update to 1.23.
...
* gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.23.
2020-08-12 08:01:08 +03:00
Vagrant Cascadian
611d45f690
gnu: Add linux-libre-arm64-generic at version 5.4.
...
* gnu/packages/linux (linux-libre-arm64-generic-5.4): New variable.
2020-08-11 15:36:51 -07:00
Michael Rohleder
489f9909a6
gnu: emacs-treepy: Update to 0.1.2.
...
* gnu/packages/emacs-xyz.scm (emacs-treepy): Update to 0.1.2.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-08-11 23:36:34 +02:00
Tobias Geerinckx-Rice
b6a6843613
gnu: uhttpmock: Update to 0.5.3.
...
* gnu/packages/web.scm (uhttpmock): Update to 0.5.3.
2020-08-11 23:36:34 +02:00
Tobias Geerinckx-Rice
4e4b81d060
gnu: uhttpmock: Download over HTTPS.
...
* gnu/packages/web.scm (uhttpmock)[source]: Use HTTPS.
2020-08-11 23:36:33 +02:00
Mark H Weaver
1db4bc5658
gnu: linux-libre: Update to 5.7.15.
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.15.
(linux-libre-5.7-pristine-source): Update hash.
2020-08-11 17:34:48 -04:00
Mark H Weaver
6082e7aa63
gnu: linux-libre@5.8: Update to 5.8.1.
...
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.1.
(linux-libre-5.8-pristine-source): Update hash.
2020-08-11 17:34:09 -04:00
Mark H Weaver
0c7bff21af
gnu: linux-libre@5.4: Update to 5.4.58.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.58.
(linux-libre-5.4-pristine-source): Update hash.
2020-08-11 17:33:30 -04:00
Mark H Weaver
fbe69acb08
gnu: linux-libre@4.19: Update to 4.19.139.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.139.
(linux-libre-4.19-pristine-source): Update hash.
2020-08-11 17:32:26 -04:00
Oleg Pykhalov
a0121643d6
gnu: emacs-lsp-mode: Update to 7.0.1.
...
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 7.0.1.
2020-08-12 00:07:56 +03:00
Oleg Pykhalov
9bfb237931
gnu: emacs-nix-mode: Update to 1.4.4.
...
* gnu/packages/emacs-xyz.scm (emacs-nix-mode): Update to 1.4.4.
2020-08-11 23:56:47 +03:00
Tobias Geerinckx-Rice
aa16544e18
gnu: links: Update to 2.21.
...
* gnu/packages/web-browsers.scm (links): Update to 2.21.
2020-08-11 22:26:16 +02:00
Tobias Geerinckx-Rice
80817888a1
gnu: waybar: Update to 0.9.3.
...
* gnu/packages/wm.scm (waybar): Update to 0.9.3.
[native-inputs]: Compile with GCC 8.
2020-08-11 22:26:16 +02:00
Tobias Geerinckx-Rice
4582e7156e
gnu: sxhkd: Update to 0.6.2.
...
* gnu/packages/xdisorg.scm (sxhkd): Update to 0.6.2.
2020-08-11 22:26:15 +02:00
Tobias Geerinckx-Rice
5c1ef5fdd8
gnu: tumbler: Update to 0.2.9.
...
* gnu/packages/xfce.scm (tumbler): Update to 0.2.9.
2020-08-11 22:26:15 +02:00
Tobias Geerinckx-Rice
915c2ad373
gnu: gnome-boxes: Update to 3.36.6.
...
* gnu/packages/gnome.scm (gnome-boxes): Update to 3.36.6.
2020-08-11 22:26:15 +02:00
Tobias Geerinckx-Rice
2e60eafb47
gnu: goffice: Update to 0.10.47.
...
* gnu/packages/gnome.scm (goffice): Update to 0.10.47.
2020-08-11 22:26:15 +02:00
Tobias Geerinckx-Rice
eed886f8e8
gnu: geos: Update to 3.8.1.
...
* gnu/packages/geo.scm (geos): Update to 3.8.1.
2020-08-11 22:26:14 +02:00
Tobias Geerinckx-Rice
4338d9742a
gnu: bitcoin-abc: Update to 0.21.12.
...
* gnu/packages/finance.scm (bitcoin-abc): Update to 0.21.12.
2020-08-11 22:26:14 +02:00
Tobias Geerinckx-Rice
e6a3155669
gnu: burp: Update to 2.3.32.
...
* gnu/packages/backup.scm (burp): Update to 2.3.32.
2020-08-11 22:26:14 +02:00
Tobias Geerinckx-Rice
04072ac87b
gnu: xpra: Update to 4.0.3.
...
* gnu/packages/xorg.scm (xpra): Update to 4.0.3.
2020-08-11 22:26:14 +02:00
Tobias Geerinckx-Rice
86f8472b6a
gnu: readosm: Update to 1.1.0a.
...
* gnu/packages/geo.scm (readosm): Update to 1.1.0a.
2020-08-11 22:26:14 +02:00
Vagrant Cascadian
8a54e42b7b
gnu: Add linux-libre-arm-generic at version 5.4.
...
* gnu/packages/linux (linux-libre-arm-generic-5.4): New variable.
2020-08-11 12:33:37 -07:00
Ricardo Wurmus
5f022a51c4
gnu: clang-runtime-3.5: Fix build.
...
* gnu/packages/patches/clang-runtime-3.5-libsanitizer-mode-field.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/llvm.scm (clang-runtime-3.5): Add patch.
2020-08-11 17:54:49 +02:00
Tobias Geerinckx-Rice
145484e8f5
gnu: flatpack: Update to 1.8.1.
...
* gnu/packages/package-management.scm (flatpack): Update to 1.8.1.
2020-08-11 16:25:06 +02:00
Tobias Geerinckx-Rice
ec291843ce
gnu: musl: Update to 1.2.1.
...
* gnu/packages/musl.scm (musl): Update to 1.2.1.
2020-08-11 16:25:06 +02:00
Tobias Geerinckx-Rice
fa5e2f26d1
gnu: fping: Update to 5.0.
...
* gnu/packages/networking.scm (fping): Update to 5.0.
2020-08-11 16:25:06 +02:00
Tobias Geerinckx-Rice
2113ddb742
gnu: libmaxminddb: Cross-compile.
...
* gnu/packages/geo.scm (libmaxminddb)[arguments]: Use CC-FOR-TARGET.
Pass CC as a make flag instead of an environment variable.
2020-08-11 16:25:06 +02:00
Tobias Geerinckx-Rice
07c0b3cea2
gnu: libmaxminddb: Update to 1.4.3.
...
* gnu/packages/geo.scm (libmaxminddb): Update to 1.4.3.
2020-08-11 16:25:05 +02:00
Tobias Geerinckx-Rice
505ceff606
gnu: pioneers: Download over HTTPS.
...
* gnu/packages/games.scm (pioneers)[source]: Use HTTPS.
2020-08-11 16:25:05 +02:00
Tobias Geerinckx-Rice
f2922d9ea1
gnu: pioneers: Update to 15.6.
...
* gnu/packages/games.scm (pioneers): Update to 15.6.
2020-08-11 16:25:05 +02:00
Tobias Geerinckx-Rice
73996c0250
gnu: innoextract: Update to 1.9.
...
* gnu/packages/compression.scm (innoextract): Update to 1.9.
[source]: Download from official home page.
[arguments]: Remove obsolete configure flag.
2020-08-11 16:25:05 +02:00
Tobias Geerinckx-Rice
2d25c635f2
gnu: libtorrent-rasterbar: Update to 1.2.8.
...
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.2.8.
2020-08-11 16:25:04 +02:00
Tobias Geerinckx-Rice
a7e3aec0b3
gnu: libtorrent-rasterbar: Fix typo in description.
...
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[synopsis]
[description]: Add missing hyphen.
2020-08-11 16:25:04 +02:00
Efraim Flashner
7dffabf8ce
gnu: nextpnr-ice40: Sort inputs alphabetically.
...
* gnu/packages/fpga.scm (nextpnr-ice40)[inputs]: Sort alphabetically.
2020-08-11 16:11:43 +03:00
Efraim Flashner
29bf0aa324
gnu: nextpnr-ice40: Re-indent.
...
* gnu/packages/fpga.scm (nextpnr-ice40): Re-indent code.
2020-08-11 16:09:53 +03:00
Malte Frank Gerdes
09d18c6774
gnu: nextpnr-ice40: Update to 0.0.0-1.fbe486d.
...
* gnu/packages/fpga.scm (nextpnr-ice40): Update to 0.0.0-1.fbe486d.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-08-11 16:08:23 +03:00
Julien Lepiller
ed62aa0af5
gnu: android-liblog: Install headers.
...
* gnu/packages/android.scm (android-liblog): Install headers in a new
phase.
2020-08-11 13:12:28 +02:00
Michael Rohleder
a2954e2a44
gnu: kdenlive: Update to 20.04.1.
...
* gnu/packages/kde.scm (kdenlive): Update to 20.04.1.
[propagated-inputs]: Move mlt to ...
[inputs]: ... here and add rttr, qtmultimedia, qtquickcontrols2.
[arguments]: Add MLT_PREFIX to wrap-program.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-11 11:51:36 +02:00
Ricardo Wurmus
0b8c7e4bb5
gnu: Add r-m3c.
...
* gnu/packages/bioconductor.scm (r-m3c): New variable.
2020-08-11 11:27:06 +02:00
Michael Rohleder
697e54b2a1
gnu: Add rttr.
...
* gnu/packages/cpp.scm (rttr): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-11 10:59:04 +02:00
Maxim Cournoyer
12bb72fb0f
gnu: qtserialbus: Add libsocketcan support.
...
* gnu/packages/qt.scm (qtserialbus)[inputs]: Add libsocketcan.
[phases]{patch-libsocketcan-reference}: Add phase.
2020-08-11 00:12:40 -04:00
Maxim Cournoyer
34d4bed23c
gnu: Add libsocketcan.
...
* gnu/packages/networking.scm (libsocketcan): New variable.
2020-08-11 00:12:40 -04:00
Tobias Geerinckx-Rice
95b599bd48
gnu: sslh: Update to 1.21c.
...
* gnu/packages/networking.scm (sslh): Update to 1.21c.
2020-08-11 05:20:38 +02:00
Tobias Geerinckx-Rice
edbbb331de
gnu: ethtool: Update to 5.8.
...
* gnu/packages/networking.scm (ethtool): Update to 5.8.
2020-08-11 05:20:38 +02:00
Tobias Geerinckx-Rice
0d9c120a76
gnu: fmit: Update to 1.2.14.
...
* gnu/packages/music.scm (fmit): Update to 1.2.14.
2020-08-11 05:20:38 +02:00
Tobias Geerinckx-Rice
fa125a76b4
gnu: qtractor: Update to 0.9.16.
...
* gnu/packages/music.scm (qtractor): Update to 0.9.16.
2020-08-11 05:20:37 +02:00
Tobias Geerinckx-Rice
e2c4d7fe9d
gnu: padthv1: Update to 0.9.16.
...
* gnu/packages/music.scm (padthv1): Update to 0.9.16.
2020-08-11 05:20:37 +02:00
Tobias Geerinckx-Rice
8a7784381a
gnu: samplv1: Update to 0.9.16.
...
* gnu/packages/music.scm (samplv1): Update to 0.9.16.
2020-08-11 05:20:37 +02:00
Tobias Geerinckx-Rice
e338ba87df
gnu: drumkv1: Update to 0.9.16.
...
* gnu/packages/music.scm (drumkv1): Update to 0.9.16.
2020-08-11 05:20:37 +02:00
Tobias Geerinckx-Rice
2bf6ee3b1c
gnu: synthv1: Update to 0.9.16.
...
* gnu/packages/music.scm (synthv1): Update to 0.9.16.
2020-08-11 05:20:36 +02:00
Tobias Geerinckx-Rice
c19b2df129
gnu: mate-panel: Update to 1.24.1.
...
* gnu/packages/mate.scm (mate-panel): Update to 1.24.1.
2020-08-11 05:20:36 +02:00
Tobias Geerinckx-Rice
2b00bf2459
gnu: marco: Update to 1.24.1.
...
* gnu/packages/mate.scm (marco): Update to 1.24.1.
2020-08-11 05:20:36 +02:00
Michael Rohleder
92b9cdd569
gnu: system-config-printer: Make namespace Gdk available.
...
Fixes <http://issues.guix.gnu.org/40834 >.
* gnu/packages/gnome.scm (system-config-printer)[inputs]: Add gtk+.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-08-11 05:19:58 +02:00
Tobias Geerinckx-Rice
e4d51494e8
gnu: openfst: Update to 1.7.9.
...
* gnu/packages/machine-learning.scm (openfst): Update to 1.7.9.
2020-08-11 03:15:35 +02:00
Tobias Geerinckx-Rice
1bf6cdc4be
gnu: strace: Update to 5.8.
...
* gnu/packages/linux.scm (strace): Update to 5.8.
2020-08-11 03:15:34 +02:00
Tobias Geerinckx-Rice
38265b55db
gnu: mu: Update to 1.4.13.
...
* gnu/packages/mail.scm (mu): Update to 1.4.13.
2020-08-11 03:15:34 +02:00
Ricardo Wurmus
a62aadf216
gnu: Add phast.
...
* gnu/packages/bioinformatics.scm (phast): New variable.
2020-08-10 21:58:38 +02:00
Ricardo Wurmus
698673699e
gnu: Add clapack.
...
* gnu/packages/maths.scm (clapack): New variable.
2020-08-10 21:58:38 +02:00
Vagrant Cascadian
2d4c25f016
gnu: Add linux-libre-arm64-generic at version 5.8.
...
* gnu/packages/linux (linux-libre-arm64-generic-5.8): New variable.
2020-08-10 12:18:27 -07:00
Efraim Flashner
554b13f35a
gnu: evisum: Update to 0.5.2.
...
* gnu/packages/enlightenment.scm (evisum): Update to 0.5.2.
2020-08-10 21:40:43 +03:00
Tobias Geerinckx-Rice
aea589121d
gnu: iproute2: Update to 5.8.0.
...
* gnu/packages/linux.scm (iproute2): Update to 5.8.0.
2020-08-10 20:35:44 +02:00
Tobias Geerinckx-Rice
ec36caf510
gnu: alacritty: Fix on Wayland.
...
* gnu/packages/terminals.scm (alacritty)[arguments]: Wrap alacritty to
find libwayland-client and libxkbcommon.
2020-08-10 20:35:44 +02:00
Maxim Cournoyer
8c3cc4839a
gnu: can-utils: Update to 2020.02.04.
...
* gnu/packages/networking.scm (can-utils): Update to 2020.02.04.
2020-08-10 14:10:24 -04:00
Leo Famulari
6408f9f6b9
gnu: linux-libre: Fix typo in the configuration for 5.7 on x86_64.
...
* gnu/packages/aux-files/linux-libre/5.7-x86_64.conf: Fix typo.
2020-08-10 11:32:05 -04:00
Mathieu Othacehe
6463578384
gnu: Remove duplicated linux-libre packages.
...
Remove linux-libre-arm-generic-5.7 and linux-libre-arm64-generic-5.7 that are
respectively duplicating linux-libre-arm-generic and linux-libre-arm64-generic.
Fixes: https://issues.guix.gnu.org/42794 .
* gnu/packages/linux.scm (linux-libre-arm-generic-5.7,
linux-libre-arm64-generic-5.7): Remove them.
2020-08-10 14:37:54 +02:00
Tanguy Le Carrour
5d6ff1e828
gnu: Add python-devtools.
...
* gnu/packages/python-xyz.scm (python-devtools): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-10 12:10:26 +02:00
Tanguy Le Carrour
0f89ec799e
gnu: Add python-pydantic.
...
* gnu/packages/python-xyz.scm (python-pydantic): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-10 12:02:53 +02:00
Michael Rohleder
e79e3ffadc
gnu: emacs-vterm: Update to f41849c.
...
* gnu/packages/emacs-xyz.scm (emacs-vterm): Update to f41849c.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-10 11:51:24 +02:00
Michael Rohleder
32ae5c6209
gnu: emacs-calibredb: Update to 2.5.0.
...
* gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.5.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-10 11:51:12 +02:00
Vinicius Monego
47ad589f41
gnu: Add python-bottleneck.
...
* gnu/packages/python-science.scm (python-bottleneck): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-10 11:49:56 +02:00
Vinicius Monego
07d859cc06
gnu: Add libredwg.
...
* gnu/packages/engineering.scm (libredwg): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-10 11:40:01 +02:00
Michael Rohleder
5389e030bd
gnu: mlt: Update to 6.22.1.
...
* gnu/packages/video.scm (mlt): Update to 6.22.1,
[inputs]: add libexif, libvorbis, rubberband.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-10 11:35:47 +02:00
Michael Rohleder
fb21bc2323
gnu: xterm: Update to 358.
...
This fixes: <https://issues.guix.gnu.org/42346 >.
* gnu/packages/xorg.scm (xterm): Update to 358,
[inputs]: add libxcursor.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-10 11:00:04 +02:00
Tobias Geerinckx-Rice
4beabb04aa
gnu: exfatprogs: Update to 1.0.4.
...
* gnu/packages/file-systems.scm (exfatprogs): Update to 1.0.4.
2020-08-10 01:36:16 +02:00
Tobias Geerinckx-Rice
7b403575fa
gnu: json-modern-cxx: Update to 3.9.1.
...
* gnu/packages/cpp.scm (json-modern-cxx): Update to 3.9.1.
[arguments]: Remove obsolete ‘fix-pkg-config-install’ phase.
2020-08-10 00:37:48 +02:00
Tobias Geerinckx-Rice
6376cb34b1
doc: Fix a typo.
...
* doc/guix.texi (operating-system Reference): Fix a typo & sigh.
Reported by Jakub Kądziołka <kuba@kadziolka.net >.
2020-08-10 00:37:47 +02:00
Morgan Smith
d98e0a27a7
build-system/emacs: Allow usage of #:parallel-tests? key
...
* guix/build-system/emacs.scm (emacs-build): Pass parallel-tests? to
builder.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net >
2020-08-09 22:12:40 +02:00
Michael Rohleder
d8787cb569
gnu: libvterm: Update to 0.1.3.
...
* gnu/packages/terminals.scm (libvterm): Update to 0.1.3.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-08-09 21:38:20 +02:00
Michael Rohleder
f58947e01c
gnu: go-ipfs: Update to 0.6.0.
...
* gnu/packages/ipfs.scm (go-ipfs): Update to 0.6.0.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-08-09 21:38:19 +02:00
Tobias Geerinckx-Rice
007000ac38
gnu: python-alembic: Update to 1.4.2.
...
* gnu/packages/databases.scm (python-alembic): Update to 1.4.2.
[source]: Remove patch.
* gnu/packages/patches/python-alembic-exceptions-cause.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-08-09 21:12:32 +02:00
Tobias Geerinckx-Rice
ce13a54aa1
gnu: mycli: Update to 1.22.2.
...
* gnu/packages/databases.scm (mycli): Update to 1.22.2.
2020-08-09 21:12:32 +02:00
Tobias Geerinckx-Rice
05e9709898
doc: Shrink width of deeply-indented code sample.
...
This follows up on commit 4cafdce210 .
* doc/guix.texi (operating-system Reference): Shorten comments to fit
everything on an 80-character punch card.
2020-08-09 21:12:31 +02:00
Tobias Geerinckx-Rice
c1a326e7bf
gnu: python-pytest-flakes: Update to 4.0.1.
...
* gnu/packages/check.scm (python-pytest-flakes): Update to 4.0.1.
2020-08-09 21:12:31 +02:00
Tobias Geerinckx-Rice
ed43b09bac
gnu: umockdev: Update to 0.14.2.
...
* gnu/packages/check.scm (umockdev): Update to 0.14.2.
2020-08-09 19:41:25 +02:00
Tobias Geerinckx-Rice
6dce1251a6
gnu: freexl: Update to 1.0.6.
...
* gnu/packages/xml.scm (freexl): Update to 1.0.6.
2020-08-09 19:41:24 +02:00
Tobias Geerinckx-Rice
4edc6bbdc9
gnu: freexl: Download over HTTPS.
...
* gnu/packages/xml.scm (freexl)[source]: Use HTTPS. Hard-code NAME.
2020-08-09 19:41:24 +02:00
Tobias Geerinckx-Rice
4cafdce210
doc: Explain how to select system package outputs.
...
* doc/guix.texi (operating-system Reference): Document that PACKAGES may
contain traces of tuples and give an example.
2020-08-09 19:40:06 +02:00
Tobias Geerinckx-Rice
3de419b957
doc: Fix typo.
...
* doc/guix.texi (operating-system Reference): Add missing ‘of’.
2020-08-09 19:40:06 +02:00
Tobias Geerinckx-Rice
f4d3285fb3
gnu: pencil2d: Update to 0.6.5.
...
* gnu/packages/animation.scm (pencil2d): Update to 0.6.5.
2020-08-09 16:41:16 +02:00
Tobias Geerinckx-Rice
6de0dcb607
gnu: snd: Update to 20.6.
...
* gnu/packages/audio.scm (snd): Update to 20.6.
2020-08-09 16:41:15 +02:00
Tobias Geerinckx-Rice
57f5a77483
gnu: html-xml-utils: Update to 7.9.
...
* gnu/packages/xml.scm (html-xml-utils): Update to 7.9.
2020-08-09 16:41:14 +02:00
Tobias Geerinckx-Rice
b92e8d70ca
gnu: font-misc-ethiopic: Update to 1.0.4.
...
* gnu/packages/xorg.scm (font-misc-ethiopic): Update to 1.0.4.
2020-08-09 16:41:13 +02:00
Tobias Geerinckx-Rice
80f5f95338
gnu: font-alias: Update to 1.0.4.
...
* gnu/packages/xorg.scm (font-alias): Update to 1.0.4.
2020-08-09 16:41:13 +02:00
Tobias Geerinckx-Rice
150f2afc92
gnu: android-udev-rules: Update to 20200613.
...
* gnu/packages/android.scm (android-udev-rules): Update to 20200613.
2020-08-09 16:41:12 +02:00
Tobias Geerinckx-Rice
44d66cf764
gnu: facter: Update to 4.0.33.
...
* gnu/packages/admin.scm (facter): Update to 4.0.33.
2020-08-09 16:41:12 +02:00
Tobias Geerinckx-Rice
c43c4d8b39
gnu: facter: Embed more absolute references.
...
* gnu/packages/admin.scm (facter)[arguments]: Rename the
‘embed-iproute-reference’ phase to ‘embed-absolute-references’ and make
it generic. Implicit inputs like coreutils are captured. References
depend on what's found, not a hard-coded list.
[inputs]: Add dmidecode, inetutils, pciutils, and util-linux.
2020-08-09 16:41:11 +02:00
Tobias Geerinckx-Rice
6a67aad88e
gnu: duplicity: Update to 0.8.15.
...
* gnu/packages/backup.scm (duplicity): Update to 0.8.15.
2020-08-09 16:41:11 +02:00
Oleg Pykhalov
fdb77b3625
gnu: Add chezmoi.
...
* gnu/packages/configuration-management.scm (chezmoi): New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add this.
2020-08-09 17:22:26 +03:00
Oleg Pykhalov
920c113f22
gnu: Add gopkg-in-errgo-fmt-errors.
...
* gnu/packages/golang.scm (gopkg-in-errgo-fmt-errors): New variable.
2020-08-09 17:19:27 +03:00
Oleg Pykhalov
d30ba2671b
gnu: Add go-github-com-rogpeppe-go-internal.
...
* gnu/packages/golang.scm (go-github-com-rogpeppe-go-internal): New variable.
2020-08-09 17:19:26 +03:00
Oleg Pykhalov
f4d548b89a
gnu: Add go-etcd-io-bbolt.
...
* gnu/packages/golang.scm (go-etcd-io-bbolt): New variable.
2020-08-09 17:19:26 +03:00
Oleg Pykhalov
ea60163a9d
gnu: Add go-github-com-zalando-go-keyring.
...
* gnu/packages/golang.scm (go-github-com-zalando-go-keyring): New variable.
2020-08-09 17:19:26 +03:00
Oleg Pykhalov
cff62457cc
gnu: Add go-github-com-godbus-dbus.
...
* gnu/packages/golang.scm (go-github-com-godbus-dbus): New variable.
2020-08-09 17:19:26 +03:00
Oleg Pykhalov
e3997ad797
gnu: Add go-github-com-twpayne-go-xdg.
...
* gnu/packages/golang.scm (go-github-com-twpayne-go-xdg): New variable.
2020-08-09 17:19:26 +03:00
Oleg Pykhalov
ded1792ef4
gnu: Add go-github-com-twpayne-go-vfsafero.
...
* gnu/packages/golang.scm (go-github-com-twpayne-go-vfsafero): New variable.
2020-08-09 17:19:25 +03:00
Oleg Pykhalov
ae11020356
gnu: Add go-github-com-twpayne-go-vfs.
...
* gnu/packages/golang.scm (go-github-com-twpayne-go-vfs): New variable.
2020-08-09 17:19:25 +03:00
Oleg Pykhalov
fb1cc65af1
gnu: Add go-github-com-twpayne-go-shell.
...
* gnu/packages/golang.scm (go-github-com-twpayne-go-shell): New variable.
2020-08-09 17:19:25 +03:00
Oleg Pykhalov
55ce6fe9b8
gnu: Add go-github-com-pkg-diff.
...
* gnu/packages/golang.scm (go-github-com-pkg-diff): New variable.
2020-08-09 17:19:25 +03:00
Oleg Pykhalov
bb547efd4c
gnu: Add go-github-com-google-renameio.
...
* gnu/packages/golang.scm (go-github-com-google-renameio): New variable.
2020-08-09 17:19:25 +03:00
Oleg Pykhalov
697eb08750
gnu: Add go-github-com-google-go-github.
...
* gnu/packages/golang.scm (go-github-com-google-go-github): New variable.
2020-08-09 17:19:25 +03:00
Oleg Pykhalov
3981835434
gnu: Add go-github-com-google-go-querystring.
...
* gnu/packages/golang.scm (go-github-com-google-go-querystring): New variable.
2020-08-09 17:19:24 +03:00
Oleg Pykhalov
c7452d2364
gnu: Add go-github-go-git.
...
* gnu/packages/version-control.scm (go-github-go-git): New variable.
2020-08-09 17:19:24 +03:00
Oleg Pykhalov
911de79e70
gnu: Factorize go-github-com-jbenet-go-context.
...
* gnu/packages/golang.scm
(go-github-com-jbenet-go-context-io): Delete variable.
(go-github-com-jbenet-go-context): New variable.
2020-08-09 17:19:24 +03:00
Oleg Pykhalov
e0f1789d2b
gnu: Add go-github-com-go-git-go-git-fixtures.
...
* gnu/packages/golang.scm (go-github-com-go-git-go-git-fixtures): New variable.
2020-08-09 17:19:24 +03:00
Oleg Pykhalov
fd2a3046a8
gnu: Add go-github-com-alcortesm-tgz.
...
* gnu/packages/golang.scm (go-github-com-alcortesm-tgz): New variable.
2020-08-09 17:19:24 +03:00
Oleg Pykhalov
507da2fef8
gnu: Factorize go-github-com-emirpasic-gods.
...
* gnu/packages/golang.scm
(go-github-com-emirpasic-gods-trees-binaryheap,
go-github-com-emirpasic-gods-containers,
go-github-com-emirpasic-gods-lists-arraylist,
go-github-com-emirpasic-gods-utils): Delete variables.
(go-github-com-emirpasic-gods): New variable.
2020-08-09 17:19:24 +03:00
Oleg Pykhalov
b186a8c52b
gnu: Add go-github-com-xanzy-ssh-agent.
...
* gnu/packages/golang.scm (go-github-com-xanzy-ssh-agent): New variable.
2020-08-09 17:19:23 +03:00
Oleg Pykhalov
159a9ec0b7
gnu: Add go-github-com-kevinburke-ssh-config.
...
* gnu/packages/golang.scm (go-github-com-kevinburke-ssh-config): New variable.
2020-08-09 17:19:23 +03:00
Oleg Pykhalov
c562048ce8
gnu: Add go-github-com-jbenet-go-context-io.
...
* gnu/packages/golang.scm (go-github-com-jbenet-go-context-io): New variable.
2020-08-09 17:19:23 +03:00
Oleg Pykhalov
c99318761c
gnu: Add go-github-com-go-git-go-billy.
...
* gnu/packages/golang.scm (go-github-com-go-git-go-billy): New variable.
2020-08-09 17:19:23 +03:00
Oleg Pykhalov
b3cd7c9bff
gnu: Add go-github-com-go-git-gcfg.
...
* gnu/packages/golang.scm (go-github-com-go-git-gcfg): New variable.
2020-08-09 17:19:23 +03:00
Oleg Pykhalov
f18df4f9de
gnu: Add go-gopkg-in-warnings.
...
* gnu/packages/golang.scm (go-gopkg-in-warnings): New variable.
2020-08-09 17:19:22 +03:00
Oleg Pykhalov
b554842620
gnu: Add go-github-com-emirpasic-gods-utils.
...
* gnu/packages/golang.scm (go-github-com-emirpasic-gods-utils): New variable.
2020-08-09 17:19:22 +03:00
Oleg Pykhalov
715bb62f50
gnu: Add go-github-com-emirpasic-gods-lists-arraylist.
...
* gnu/packages/golang.scm (go-github-com-emirpasic-gods-lists-arraylist): New variable.
2020-08-09 17:19:22 +03:00
Oleg Pykhalov
ffa2e84f7c
gnu: Add go-github-com-emirpasic-gods-containers.
...
* gnu/packages/golang.scm (go-github-com-emirpasic-gods-containers): New variable.
2020-08-09 17:19:22 +03:00
Oleg Pykhalov
9a9bd333bf
gnu: Add go-github-com-emirpasic-gods-trees-binaryheap.
...
* gnu/packages/golang.scm (go-github-com-emirpasic-gods-trees-binaryheap): New variable.
2020-08-09 17:19:22 +03:00
Oleg Pykhalov
b955cd4a14
gnu: Add go-github-com-coreos-go-semver.
...
* gnu/packages/golang.scm (go-github-com-coreos-go-semver): New variable.
2020-08-09 17:19:22 +03:00
Oleg Pykhalov
2ab8fad7af
gnu: Add go-github-com-charmbracelet-glamour.
...
* gnu/packages/golang.scm (go-github-com-charmbracelet-glamour): New variable.
2020-08-09 17:19:21 +03:00
Oleg Pykhalov
5e8a102f87
gnu: Add go-github-com-yuin-goldmark.
...
* gnu/packages/golang.scm (go-github-com-yuin-goldmark): New variable.
2020-08-09 17:19:21 +03:00
Oleg Pykhalov
f63b2dd7db
gnu: Add go-github-com-olekukonko-tablewriter.
...
* gnu/packages/golang.scm (go-github-com-olekukonko-tablewriter): New variable.
2020-08-09 17:19:21 +03:00
Oleg Pykhalov
55374b806c
gnu: Add go-github-com-muesli-termenv.
...
* gnu/packages/golang.scm (go-github-com-muesli-termenv): New variable.
2020-08-09 17:19:21 +03:00
Oleg Pykhalov
e465f72fbb
gnu: Add go-github-com-google-goterm.
...
* gnu/packages/golang.scm (go-github-com-google-goterm): New variable.
2020-08-09 17:19:21 +03:00
Oleg Pykhalov
4ac7a763d8
gnu: Add go-github-com-muesli-reflow-padding.
...
* gnu/packages/golang.scm (go-github-com-muesli-reflow-padding): New variable.
2020-08-09 17:19:21 +03:00
Oleg Pykhalov
5137a0535e
gnu: Add go-github-com-muesli-reflow-indent.
...
* gnu/packages/golang.scm (go-github-com-muesli-reflow-indent): New variable.
2020-08-09 17:19:20 +03:00
Oleg Pykhalov
001c278ff0
gnu: Add go-github-com-muesli-reflow-ansi.
...
* gnu/packages/golang.scm (go-github-com-muesli-reflow-ansi): New variable.
2020-08-09 17:19:20 +03:00
Oleg Pykhalov
633a182112
gnu: Add go-github-com-muesli-reflow.
...
* gnu/packages/golang.scm (go-github-com-muesli-reflow): New variable.
2020-08-09 17:19:20 +03:00
Oleg Pykhalov
36fcbafdb0
gnu: Add go-github-com-microcosm-cc-bluemonday.
...
* gnu/packages/golang.scm (go-github-com-microcosm-cc-bluemonday): New variable.
2020-08-09 17:19:20 +03:00
Oleg Pykhalov
d3346140e7
gnu: Add go-github-com-chris-ramon-douceur.
...
* gnu/packages/golang.scm (go-github-com-chris-ramon-douceur): New variable.
2020-08-09 17:19:20 +03:00
Oleg Pykhalov
0a99022229
gnu: Add go-github-com-aymerick-douceur.
...
* gnu/packages/golang.scm (go-github-com-aymerick-douceur): New variable.
2020-08-09 17:19:20 +03:00
Oleg Pykhalov
fa70d264dd
gnu: Add go-github-com-gorilla-css.
...
* gnu/packages/golang.scm (go-github-com-gorilla-css): New variable.
2020-08-09 17:19:19 +03:00
Oleg Pykhalov
fc8d9df75f
gnu: Add go-github-com-puerkitobio-goquery.
...
* gnu/packages/golang.scm (go-github-com-puerkitobio-goquery): New variable.
2020-08-09 17:19:19 +03:00
Oleg Pykhalov
1a1463c20e
gnu: Add go-github-com-andybalholm-cascadia.
...
* gnu/packages/golang.scm (go-github-com-andybalholm-cascadia): New variable.
2020-08-09 17:19:19 +03:00
Oleg Pykhalov
f12cca097b
gnu: Add go-github-com-alecthomas-chroma.
...
* gnu/packages/golang.scm (go-github-com-alecthomas-chroma): New variable.
2020-08-09 17:19:19 +03:00
Oleg Pykhalov
24f0001648
gnu: Add go-github-com-alecthomas-assert.
...
* gnu/packages/golang.scm (go-github-com-alecthomas-assert): New variable.
2020-08-09 17:19:19 +03:00
Oleg Pykhalov
1871d26444
gnu: Add go-github-com-sergi-go-diff.
...
* gnu/packages/golang.scm (go-github-com-sergi-go-diff): New variable.
2020-08-09 17:19:19 +03:00
Oleg Pykhalov
9b363021e9
gnu: Add go-github-com-alecthomas-repr.
...
* gnu/packages/golang.scm (go-github-com-alecthomas-repr): New variable.
2020-08-09 17:19:18 +03:00
Oleg Pykhalov
1a53f5b998
gnu: Add go-github-com-alecthomas-colour.
...
* gnu/packages/golang.scm (go-github-com-alecthomas-colour): New variable.
2020-08-09 17:19:18 +03:00
Oleg Pykhalov
1d47f75266
gnu: Add go-github-com-dlclark-regexp2.
...
* gnu/packages/golang.scm (go-github-com-dlclark-regexp2): New variable.
2020-08-09 17:19:18 +03:00
Oleg Pykhalov
bdb5a10880
gnu: Add go-github-com-bmatcuk-doublestar.
...
* gnu/packages/golang.scm (go-github-com-bmatcuk-doublestar): New variable.
2020-08-09 17:19:18 +03:00
Oleg Pykhalov
26db4c956d
gnu: Add go-github-com-masterminds-sprig.
...
* gnu/packages/golang.scm (go-github-com-masterminds-sprig): New variable.
2020-08-09 17:19:18 +03:00
Oleg Pykhalov
c08dd5c5f9
gnu: Add go-github-com-mitchellh-copystructure.
...
* gnu/packages/golang.scm (go-github-com-mitchellh-copystructure): New variable.
2020-08-09 17:19:18 +03:00
Oleg Pykhalov
37cb391ea6
gnu: Add go-github-com-mitchellh-reflectwalk.
...
* gnu/packages/golang.scm (go-github-com-mitchellh-reflectwalk): New variable.
2020-08-09 17:19:17 +03:00
Oleg Pykhalov
0b7442491e
gnu: Add go-github-com-imdario-mergo.
...
* gnu/packages/golang.scm (go-github-com-imdario-mergo): New variable.
2020-08-09 17:19:17 +03:00
Oleg Pykhalov
75a0cab4a1
gnu: Add go-github-com-huandu-xstrings.
...
* gnu/packages/golang.scm (go-github-com-huandu-xstrings): New variable.
2020-08-09 17:19:17 +03:00
Oleg Pykhalov
4ca2f9d86f
gnu: Add go-github-com-google-uuid.
...
* gnu/packages/golang.scm (go-github-com-google-uuid): New variable.
2020-08-09 17:19:17 +03:00
Oleg Pykhalov
8dd626ee14
gnu: Add go-github-com-masterminds-semver.
...
* gnu/packages/golang.scm (go-github-com-masterminds-semver): New variable.
2020-08-09 17:19:17 +03:00
Oleg Pykhalov
38713d5a8f
gnu: Add go-github-com-masterminds-goutils.
...
* gnu/packages/golang.scm (go-github-com-masterminds-goutils): New variable.
2020-08-09 17:19:17 +03:00
Efraim Flashner
e8f0433170
gnu: Add python-pamela.
...
* gnu/packages/linux.scm (python-pamela): New variable.
2020-08-09 15:45:33 +03:00
Efraim Flashner
5e5c695dea
gnu: Add python-certipy.
...
* gnu/packages/python-crypto.scm (python-certipy): New variable.
2020-08-09 15:37:28 +03:00
Efraim Flashner
ab04b25717
gnu: Add python-cfgraph.
...
* gnu/packages/rdf.scm (python-cfgraph): New variable.
2020-08-09 15:33:03 +03:00
Vinicius Monego
51431f0b9f
gnu: Add python-pytest-trio.
...
* gnu/packages/python-check.scm (python-pytest-trio): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-08-09 14:53:20 +03:00
Vinicius Monego
deca924aa5
gnu: Add python-trio.
...
* gnu/packages/python-xyz.scm (python-trio): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-08-09 14:49:24 +03:00
Vinicius Monego
960dafce5c
gnu: Add python-trustme.
...
* gnu/packages/python-crypto.scm (python-trustme): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-08-09 14:48:00 +03:00
Vinicius Monego
7d7ad3c946
gnu: Add python-outcome.
...
* gnu/packages/python-xyz.scm (python-outcome): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-08-09 14:44:16 +03:00
Guillaume Le Vaillant
8809696efa
gnu: monero: Update to 0.16.0.3.
...
* gnu/packages/finance.scm (monero): Update to 0.16.0.3.
2020-08-09 09:48:00 +02:00
Maxim Cournoyer
d6fcc67de5
gnu: lib2geom: Update to commit 17e0d21f.
...
* gnu/packages/patches/lib2geom-enable-assertions.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
* gnu/packages/graphics.scm (lib2geom): Update to commit
17e0d21f0afc8489656f9184bff7ad024a42394a, and remove obsolete patch.
2020-08-08 23:54:32 -04:00
Mark H Weaver
cb97d07649
gnu: Add linux-libre@5.8 source and headers.
...
Note that this commit adds only the deblobbed source and headers.
The kernel packages for 5.8 will be provided in later commit(s).
* gnu/packages/linux.scm (deblob-scripts-5.8, linux-libre-5.8-version)
(linux-libre-5.8-pristine-source, linux-libre-5.8-source)
(linux-libre-headers-5.8): New variables.
2020-08-08 23:25:56 -04:00
Efraim Flashner
8e6344a5fb
gnu: Add python-pep517.
...
* gnu/packages/python-xyz.scm (python-pep517): New variable.
2020-08-08 23:45:57 +03:00
Tobias Geerinckx-Rice
2d80caa86c
gnu: flint: Add a comment about the licence.
...
* gnu/packages/algebra.scm (flint): Note the upstream licence change/fix.
Reported by Max Horn <max@quendi.de >.
2020-08-08 21:22:39 +02:00
Julien Lepiller
dd98135a56
gnu: josm: Update to 16731.
...
* gnu/packages/geo.scm (josm): Update to 16731.
2020-08-08 16:20:13 +02:00
Arun Isaac
c87d737da6
gnu: public-inbox: Update to 1.5.0.
...
* gnu/packages/mail.scm (public-inbox): Update to 1.5.0.
2020-08-08 18:52:08 +05:30
Tobias Geerinckx-Rice
a8139e9785
gnu: flint: Update to 2.6.2.
...
* gnu/packages/algebra.scm (flint): Update to 2.6.2.
2020-08-08 14:27:07 +02:00
Oleg Pykhalov
413c7522b6
gnu: Add xdialog.
...
* gnu/packages/xorg.scm (xdialog): New variable.
2020-08-08 12:53:13 +03:00
Oleg Pykhalov
1db15d00cb
gnu: Add idesk.
...
* gnu/packages/wm.scm (idesk): New variable.
2020-08-08 12:53:13 +03:00
Pierre Neidhardt
763b52dc54
gnu: emacs-helm-selector: Update to 0.3.
...
* gnu/packages/emacs-xyz.scm (emacs-helm-selector): Update to 0.3.
2020-08-08 10:59:41 +02:00
Pierre Neidhardt
4aa2b6d0cd
gnu: emacs-emms: Fix build of emms-print-metadata.
...
* gnu/packages/emacs-xyz.scm (emacs-emms): Inherit from
emacs-emms-print-metadata.
[inputs]: Add emms-print-metadata.
[arguments]: Fix path to emms-print-metadata.
2020-08-08 10:42:06 +02:00
Pierre Neidhardt
54d63b5ba4
gnu: emacs-csound-mode: Fix typo in description.
...
* gnu/packages/emacs-xyz.scm (emacs-multi)[description]: Fix sonud -> sound
typo.
2020-08-08 10:41:30 +02:00
Jack Hill
c9eb5ad6b0
gnu: emacs-doom-themes: Update to 2.1.6-5.
...
* gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to 2.1.6-5.
[arguments]: Remove disable-breaking-compilation phase.
Signed-off-by: Brett Gilio <brettg@gnu.org >
2020-08-07 21:29:05 -05:00
Brett Gilio
6286737229
gnu: emacs-telega: Remove comment about libtgvoip linkage.
...
* gnu/packages/emacs-xyz.scm (emacs-telega)[arguments]: Remove no-longer
relevant portions of comment.
2020-08-07 21:13:30 -05:00
Diego Nicola Barbato
580414376b
gnu: libtgvoip: Fix loading of shared libraries.
...
* gnu/packages/telephony.scm (libtgvoip)[arguments]<#:phases>[patch-dlopen]:
New phase.
Fixes <https://debbugs.gnu.org/40408 >.
Signed-off-by: Brett Gilio <brettg@gnu.org >
2020-08-07 21:12:35 -05:00
Brett Gilio
612ed88b10
gnu: swi-prolog: Update to 8.3.5.
...
* gnu/packages/prolog.scm (swi-prolog): Update to 8.3.5.
2020-08-07 20:56:47 -05:00
Mark H Weaver
72e7763d43
gnu: linux-libre: Update to 5.7.14.
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.14.
(linux-libre-5.7-pristine-source): Update hash.
(deblob-scripts-5.7): Update to 5.7.14.
2020-08-07 21:37:11 -04:00
Mark H Weaver
df3709c50a
gnu: linux-libre@5.4: Update to 5.4.57.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.57.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.57.
2020-08-07 21:36:19 -04:00
Mark H Weaver
47fa9d423b
gnu: linux-libre@4.19: Update to 4.19.138.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.138.
(linux-libre-4.19-pristine-source): Update hash.
(deblob-scripts-4.19): Update to 4.19.138.
2020-08-07 21:35:22 -04:00
Mark H Weaver
e36629ea8a
gnu: linux-libre@4.14: Update to 4.14.193.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.193.
(linux-libre-4.14-pristine-source): Update hash.
(deblob-scripts-4.14): Update to 4.14.193.
2020-08-07 21:31:56 -04:00
Brett Gilio
99c5f00b36
gnu: Add emacs-csound-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-csound-mode): New variable.
2020-08-07 20:26:54 -05:00
Brett Gilio
1218114e0d
gnu: Add emacs-multi.
...
* gnu/packages/emacs-xyz.scm (emacs-multi): New variable.
2020-08-07 20:26:37 -05:00
Brett Gilio
5b73b22bb1
gnu: Add emacs-highlight.
...
* gnu/packages/emacs-xyz.scm (emacs-highlight): New variable.
2020-08-07 20:26:19 -05:00
Michael Rohleder
93538a0a5b
gnu: emacs-helm-swoop: Update to 3.0.0.
...
* gnu/packages/emacs-xyz.scm (emacs-helm-swoop): Update to 3.0.0.
Signed-off-by: Brett Gilio <brettg@gnu.org >
2020-08-07 13:33:47 -05:00
Michael Rohleder
7e9c56a77a
gnu: emacs-cider: Update to 0.26.0.
...
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.26.0.
Signed-off-by: Brett Gilio <brettg@gnu.org >
2020-08-07 13:18:12 -05:00
Efraim Flashner
672b9bb210
Revert "gnu: python-pyfakefs: Update to 4.1.0."
...
This update breaks diffoscope.
This reverts commit 6ff6912de9 .
2020-08-07 18:54:32 +03:00
Efraim Flashner
3f0d604093
gnu: python-astroid: Update to 2.4.2.
...
* gnu/packages/python-xyz.scm (python-astroid): Update to 2.4.2.
[source]: Add snippet to loosen version requirements of dependants.
2020-08-07 18:26:57 +03:00
Efraim Flashner
7c2b6eb11b
gnu: python-lazy-object-proxy: Update to 1.5.1.
...
* gnu/packages/python-xyz.scm (python-lazy-object-proxy): Update to 1.5.1.
2020-08-07 18:26:57 +03:00
Efraim Flashner
6ff6912de9
gnu: python-pyfakefs: Update to 4.1.0.
...
* gnu/packages/check.scm (python-pyfakefs.scm): Update to 4.1.0.
2020-08-07 18:26:54 +03:00
Pierre Neidhardt
ec3c3aa7ec
gnu: Add hu.dwim.defclass-star.
...
* gnu/packages/lisp-xyz.scm (cl-hu.dwim.defclass-star,
ecl-hu.dwim.defclass-star, sbcl-hu.dwim.defclass-star): New variables.
2020-08-07 15:58:16 +02:00
Pierre Neidhardt
89a3fec558
gnu: Add hu.dwim.common.
...
* gnu/packages/lisp-xyz.scm (cl-hu.dwim.common, ecl-hu.dwim.common,
sbcl-hu.dwim.common): New variables.
2020-08-07 15:58:13 +02:00
Pierre Neidhardt
635e8b0775
gnu: Add hu.dwim.common-lisp.
...
* gnu/packages/lisp-xyz.scm (cl-hu.dwim.common-lisp, ecl-hu.dwim.common-lisp,
sbcl-hu.dwim.common-lisp): New variables.
2020-08-07 15:56:50 +02:00
Ricardo Wurmus
92b34df789
gnu: clipper: Update to 2.0.
...
* gnu/packages/bioinformatics.scm (clipper): Update to 2.0.
[source]: Remove snippet.
[arguments]: Build with Python 3; remove phase "fix-typo", add phase
"make-files-writable".
[inputs]: Replace all Python 2 variants with Python 3 variants.
[native-inputs]: Add python-setuptools-git.
2020-08-07 12:53:23 +02:00
Ludovic Courtès
bc2b1484f7
ssh: Really report Guile setup errors in 'send-files'.
...
This is a followup to commit 8f53d73493 ,
which did not have the desired effect: the 'resolve-module' call was
bound to succeed since the inferior runs 'guix repl'.
* guix/ssh.scm (store-import-channel)[import]: Add call to
'resolve-module' and write '(module-error) upon error. Write
'(importing) when we're ready.
(send-files)[inferior-remote-eval*]: Remove.
[missing]: Remove call to 'resolve-module'.
Call 'handle-import/export-channel-error' when PORT doesn't
return '(importing).
(handle-import/export-channel-error): New procedure.
(retrieve-files*): Use it.
2020-08-07 11:31:58 +02:00
Jack Hill
dc98472a41
gnu: emacs-ample-regexps: Update to 0.1-2.
...
* gnu/packages/emacs-xyz.scm (emacs-ample-regexps): Update to 0.1-2. This
commit revision adds support for Emacs 27.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-07 11:13:35 +02:00
Nicolas Goaziou
c10fb9fda4
gnu: parlatype: Update to 2.1.
...
* gnu/packages/gnome.scm (parlatype): Update to 2.1.
2020-08-07 11:04:55 +02:00
Leo Prikler
d8fcde01b4
gnu: Add minetest-mineclone.
...
* gnu/packages/games.scm (minetest-mineclone): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-07 11:01:13 +02:00
Nicolas Goaziou
f801ca1304
gnu: emacs-modus-vivendi-theme: Update to 0.11.0.
...
* gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): Update to 0.11.0.
2020-08-07 10:57:10 +02:00
Nicolas Goaziou
1c95006e16
gnu: emacs-modus-operandi-theme: Update to 0.11.0.
...
* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): Update to 0.11.0.
2020-08-07 10:57:04 +02:00
Nicolas Goaziou
b9330b95ff
gnu: snap: Update to 6.1.4.
...
* gnu/packages/education.scm (snap): Update to 6.1.4.
2020-08-07 10:53:57 +02:00
Denis 'GNUtoo' Carikli
7105487875
gnu: android: Export android-platform-system-core.
...
* gnu/packages/android.scm (android-platform-system-core): Export it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-07 10:22:26 +02:00
Denis 'GNUtoo' Carikli
0c46e1b510
gnu: android: Export android-platform-version.
...
* gnu/packages/android.scm (android-platform-version): Export it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-07 10:22:26 +02:00
Oleg Pykhalov
ea51821a9d
gnu: Add emacs-habitica.
...
* gnu/packages/emacs-xyz.scm (emacs-habitica): New variable.
2020-08-07 11:10:10 +03:00
Jakub Kądziołka
29e703c7bc
gnu: sameboy: Update to 0.13.5.
...
* gnu/packages/emulators.scm (sameboy): Update to 0.13.5.
2020-08-06 21:28:24 +02:00
Pierre Neidhardt
59b8daf2d2
gnu: Add noisetorch.
...
* gnu/packages/pulseaudio.scm (noisetorch): New variable.
2020-08-06 18:54:03 +02:00
Pierre Neidhardt
a32605fee7
gnu: Add rnnoise.
...
* gnu/packages/pulseaudio.scm (rnnoise): New variable.
2020-08-06 18:51:38 +02:00
Nicolas Goaziou
416fe466a6
gnu: ode: Update to 0.16.2.
...
* gnu/packages/game-development.scm (ode): Update to 0.16.2.
2020-08-06 16:55:12 +02:00
Nicolas Goaziou
39b8e41927
gnu: mgba: Update to 0.8.3.
...
* gnu/packages/emulators.scm (mgba): Update to 0.8.3.
2020-08-06 16:49:50 +02:00
Nicolas Goaziou
64a0edf305
gnu: asymptote: Update to 2.67.
...
* gnu/packages/plotutils.scm (asymptote): Update to 2.67.
2020-08-06 16:48:40 +02:00
Vinicius Monego
509bd7a75f
gnu: Add python-sniffio.
...
* gnu/packages/python-xyz.scm (python-sniffio): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-06 16:16:28 +02:00
Vinicius Monego
ce3ce4f7cd
gnu: Add python-curio.
...
* gnu/packages/python-xyz.scm (python-curio): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-06 16:06:08 +02:00
Vinicius Monego
647bbd9e9a
gnu: Add python-immutables.
...
* gnu/packages/python-xyz.scm (python-immutables): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-06 16:05:14 +02:00
Vinicius Monego
f8380178d5
gnu: Add python-h2.
...
* gnu/packages/python-web.scm (python-h2): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-06 16:00:42 +02:00
Vinicius Monego
22d112400f
gnu: Add python-hpack.
...
* gnu/packages/python-web.scm (python-hpack): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-06 16:00:42 +02:00
Vinicius Monego
03239548b8
gnu: Add python-hyperframe.
...
* gnu/packages/python-web.scm (python-hyperframe): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-06 16:00:41 +02:00
Efraim Flashner
b4d6e378ba
gnu: guile-zlib: Declare a source file-name.
...
* gnu/packages/guile.scm (guile-zlib)[source]: Add file-name field.
2020-08-06 16:25:19 +03:00
Efraim Flashner
90748666a1
gnu: guile-lzlib: Declare a source file-name.
...
* gnu/packages/guile.scm (guile-lzlib)[source]: Add file-name field.
2020-08-06 16:24:39 +03:00
Pierre Neidhardt
eb44d3b856
gnu: Add hddtemp.
...
* gnu/packages/disk.scm (hddtemp): New variable.
2020-08-06 12:28:29 +02:00
Pierre Neidhardt
85c4f486b4
gnu: Add metapixel.
...
* gnu/packages/image-processing.scm (metapixel): New variable.
2020-08-06 12:04:58 +02:00
Pierre Neidhardt
68c858de75
gnu: Add ogmtools.
...
* gnu/packages/video.scm (ogmtools): New variable.
2020-08-06 12:04:58 +02:00
Pierre Neidhardt
1518c40e86
gnu: racket: Update to 7.8.
...
* gnu/packages/scheme.scm (racket): Update to 7.8.
2020-08-06 12:03:44 +02:00
Mathieu Othacehe
5697a524a7
installer: Remove logical devices.
...
If a device contains an active logical volume, BLKRRPART will report that the
device is busy. This will cause this device to be filtered by
"non-install-devices" procedure, which is not desired.
Make sure to deactivate all logical volumes before device probing.
Fixes <https://issues.guix.gnu.org/42683 >.
* gnu/installer.scm (installer-program): Add lvm2-static to the inputs.
* gnu/installer/parted.scm (remove-logical-devices): New procedure,
(init-parted): call it.
2020-08-06 11:31:38 +02:00
HiPhish
738c0d9621
gnu: neovim: Update to 0.4.4.
...
* gnu/package/vim.scm (neovim): Update to 0.4.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-08-06 12:19:16 +03:00
Efraim Flashner
327ebd55ca
gnu:guile-json-1: Update to 1.3.2.
...
* gnu/packages/guile.scm (guile-json-1): Update to 1.3.2.
[arguments]: Add make-flag to supress guild warnings.
2020-08-06 10:03:33 +03:00
Efraim Flashner
a220ed0758
gnu: guile-json: Update to 4.3.2.
...
* gnu/packages/guile.scm (guile-json): Update to 4.3.2.
2020-08-06 10:00:41 +03:00
Efraim Flashner
10b4048974
gnu: json-c: Fix CVE-2020-12762.
...
* gnu/packages/web.scm (json-c)[replacement]: New field.
(json-c-0.13, json-c-0.12)[source]: Add patch.
(json-c/fixed): New variable.
* gnu/packages/patches/json-c-CVE-2020-12762.patch,
gnu/packages/patches/json-c--0.13-CVE-2020-12762.patch,
gnu/packages/patches/json-c--0.12-CVE-2020-12762.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
2020-08-06 09:44:24 +03:00
Efraim Flashner
7941e05947
gnu: binutils-gold: build with canonical gcc:lib.
...
* gnu/packages/base.scm (binutils-gold)[inputs]: Replace gcc:lib with
the canonical-package of gcc.
2020-08-06 09:04:13 +03:00
Efraim Flashner
58c367367e
gnu: go-1.4: Build with canonical gcc:lib.
...
* gnu/packages/golang.scm (go-1.4)[inputs]: Replace gcc:lib with the
canonical-package of gcc.
2020-08-06 09:04:13 +03:00
Efraim Flashner
bfebc59829
gnu: ghc-c2hs: Enable tests.
...
* gnu/packages/haskell-xyz.scm (ghc-c2hs)[arguments]: Enable tests.
2020-08-06 09:04:13 +03:00
Efraim Flashner
a723d36d01
gnu: ghc-c2hs: Remove extra input.
...
* gnu/packages/haskell-xyz.scm (ghc-c2hs)[native-inputs]: Remove gcc.
2020-08-06 09:04:13 +03:00
Efraim Flashner
d416723395
gnu: v: Remove unnecessary input.
...
* gnu/packages/vlang.scm (v)[inputs]: Remove gcc.
2020-08-06 09:04:12 +03:00
Maxim Cournoyer
0531ea982b
gnu: jami: Always remove contrib tarballs from the sources of Jami.
...
The origin used as the "sfl-patches" input contained bundled library tarballs,
and weighed 217 MiB. After this change, it weighs 3.3 MiB.
* gnu/packages/jami.scm (jami-source): Rename #:without-daemon to
\#:keep-contrib-patches. Delete the daemon/contrib/tarballs sub-directory even
when keeping the patches. Delete extraneous code.
(%sfl-patches, %jami-sources): New variables.
(pjproject-jami, ffmpeg-jami, libring): Adjust to use the above variables.
2020-08-06 00:01:50 -04:00
Maxim Cournoyer
4c91f184a1
gnu: ruby-chunky-png: Update to 1.3.12.
...
* gnu/packages/ruby.scm (ruby-chunky-png): Update to 1.3.12.
2020-08-05 22:25:24 -04:00
Maxim Cournoyer
e6062b6195
gnu: pjproject: Update the pkg-config patch.
...
* gnu/packages/patches/pjproject-fix-pkg-config-ldflags.patch: Update patch.
2020-08-05 21:51:38 -04:00
Jakub Kądziołka
d9a412bd94
gnu: perf: Fix build.
...
This is a follow-up to commit 843344273c .
* gnu/packages/linux.scm (perf)[native-inputs]: Add python-3 for
bpf_helpers_doc.py
2020-08-06 01:39:44 +02:00
Ludovic Courtès
05f3d34094
ui: Report key-and-arg exceptions correctly.
...
Fixes <https://bugs.gnu.org/42601 >.
Reported by Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl >.
Regression introduced in efe037fc5c
whereby errors like 'wrong-type-arg' would be improperly reported:
guix environment: error: Wrong type argument in position ~A (expecting ~A): ~S
See also commit a07d5e558b .
* guix/ui.scm (call-with-error-handling): Move 'message-condition?'
clause after '&exception-with-kind-and-args' clause.
2020-08-05 22:28:28 +02:00
Tanguy Le Carrour
fc45f2fcf8
gnu: poetry: Fix problems with some dependencies.
...
* gnu/packages/python-xyz.scm (poetry)
[arguments]: Modify the required versions of python-tomlkit, python-clikit
and python-cleo.
Signed-off-by: Kei Kebreau <kkebreau@posteo.net >
2020-08-05 16:07:18 -04:00
Tanguy Le Carrour
993391c0e1
gnu: python-cleo: Update to 0.8.1.
...
* gnu/packages/python-xyz.scm (python-cleo): Update to 0.8.1.
Signed-off-by: Kei Kebreau <kkebreau@posteo.net >
2020-08-05 16:07:18 -04:00
Mark H Weaver
2a11d231d9
gnu: linux-libre: Update to 5.4.56.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.56.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.56.
2020-08-05 15:23:59 -04:00
Mark H Weaver
1744d7c429
gnu: linux-libre@5.7: Update to 5.7.13.
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.13.
(linux-libre-5.7-pristine-source): Update hash.
(deblob-scripts-5.7): Update to 5.7.13.
2020-08-05 15:23:57 -04:00
Mark H Weaver
6e02de4da8
gnu: linux-libre@4.19: Update to 4.19.137.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.137.
(linux-libre-4.19-pristine-source): Update hash.
(deblob-scripts-4.19): Update to 4.19.137.
2020-08-05 15:23:55 -04:00
Mark H Weaver
db20b04dac
gnu: linux-libre@4.14: Update to 4.14.192.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.192.
(linux-libre-4.14-pristine-source): Update hash.
(deblob-scripts-4.14): Update to 4.14.192.
2020-08-05 15:23:52 -04:00
Jakub Kądziołka
0012df64fc
gnu: sameboy: Update to 0.13.4.
...
* gnu/packages/emulators.scm (sameboy): Update to 0.13.4.
2020-08-05 21:17:48 +02:00
Leo Famulari
843344273c
gnu: linux-libre: Update to 5.7.12.
...
* gnu/packages/aux-files/linux-libre/5.7-arm.conf,
gnu/packages/aux-files/linux-libre/5.7-arm64.conf,
gnu/packages/aux-files/linux-libre/5.7-i686.conf,
gnu/packages/aux-files/linux-libre/5.7-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Update accordingly.
* gnu/packages/linux.scm: (linux-libre-5.7): New variable.
(linux-libre-version, linux-libre-pristine-source)
(linux-libre-source, linux-libre): Point to linux-libre-5.7*.
2020-08-05 13:22:41 -04:00
Kei Kebreau
09dfb0c466
gnu: stapler: Update to 1.0.0.
...
* gnu/packages/pdf.scm (stapler): Update to 1.0.0.
[source]: Fetch from pypi.
[inputs]: Remove python2-pypdf2.
[propagated-inputs]: Add python-more-itertools and python-pypdf2.
[arguments]: Remove #:python argument. Replace 'fix-pypdf-version-requirement
phase with 'fix-more-itertools-version-requirement phase.
2020-08-05 12:39:02 -04:00
Jelle Licht
4764e83ce9
gnu: python-m2crypto: Add swig as native-input.
...
* gnu/packages/python-crypto.scm (python-m2crypto)[native-inputs]: Add swig.
2020-08-05 15:09:30 +02:00
Michael Rohleder
43708b60b7
gnu: hydrogen: Update to 1.0.0.
...
* gnu/packages/music.scm (hydrogen): Update to 1.0.0.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-08-05 12:59:08 +02:00
Efraim Flashner
a9a2742b22
gnu: Add confclerk.
...
* gnu/packages/calendar.scm (confclerk): New variable.
2020-08-05 13:10:14 +03:00
Michael Rohleder
3866a9aef4
gnu: isync: Update to 1.3.3.
...
* gnu/packages/mail.scm (isync): Update to 1.3.3.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-05 11:35:57 +02:00
Michael Rohleder
519fe9d61f
gnu: roffit: Update to 0.12.
...
* gnu/packages/groff.scm (roffit): Update to 0.12.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-05 11:34:35 +02:00
Michael Rohleder
c1baf5a917
gnu: Add paprefs.
...
* gnu/packages/pulseaudio.scm (paprefs): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-05 11:32:47 +02:00
Brett Gilio
0ca7b108b7
gnu: emacs-lsp-ui: Update to 7.0.
...
* gnu/packages/emacs-xyz.scm (emacs-lsp-ui): Update to 7.0.
2020-08-04 21:08:01 -05:00
Peter Lo
763453e18e
gnu: Add r-iml.
...
* gnu/packages/cran.scm (r-iml): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net >
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-08-04 23:06:59 +02:00
Peter Lo
a74f854074
gnu: Add r-metrics.
...
* gnu/packages/cran.scm (r-metrics): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-08-04 23:06:59 +02:00
Jakub Kądziołka
1f96a29ec3
gnu: rust-tokio-test-0.2: Don't skip build.
...
We already use Rust 1.39.
* gnu/packages/crates-io.scm (rust-tokio-test-0.2): Don't skip build.
2020-08-04 21:08:00 +02:00
Jakub Kądziołka
e6e7a71894
gnu: rust-tokio-rustls-0.12: Don't skip build.
...
We already use Rust 1.39.
* gnu/packages/crates-io.scm (rust-tokio-rustls-0.12)[arguments]: Don't skip
build. Skip tests that require networking.
2020-08-04 21:08:00 +02:00
Jakub Kądziołka
cb8811d4d9
gnu: rust-tokio-macros-0.2: Don't skip build.
...
We already use Rust 1.39.
* gnu/packages/crates-io.scm (rust-tokio-macros-0.2): Don't skip build.
2020-08-04 21:08:00 +02:00
Jakub Kądziołka
d075b21a08
gnu: rust-http-body-0.3: Don't skip build.
...
We already use Rust 1.39.
* gnu/packages/crates-io.scm (rust-http-body-0.3): Don't skip build.
2020-08-04 21:07:59 +02:00
Jakub Kądziołka
4a6f2a3d0e
gnu: rust-http: Don't skip build.
...
We already use Rust 1.39.
* gnu/packages/crates-io.scm (rust-http-0.2, rust-http-0.1): Don't skip
build.
(rust-http-0.1)[cargo-development-inputs]: Use correct quickcheck version.
2020-08-04 21:07:59 +02:00
Jakub Kądziołka
6f72a8b1c1
gnu: rust-bytes: Don't skip build.
...
We already use Rust 1.39.
* gnu/packages/crates-io.scm (rust-bytes-0.5, rust-bytes-0.4): Don't
skip build.
2020-08-04 21:07:58 +02:00
Kei Kebreau
485ecd21ad
gnu: wmnd: Update to 0.4.18.
...
* gnu/packages/gnustep.scm (wmnd): Update to 0.4.18.
2020-08-04 12:04:32 -04:00
Jan (janneke) Nieuwenhuizen
abe3c5ed7d
gnu: mcrl2: Update to 202006.0.
...
* gnu/packages/maths.scm (mcrl2): Update to 202006.0.
2020-08-04 17:02:09 +02:00
Peter Lo
285bd00cd4
gnu: Add r-fastshap.
...
* gnu/packages/cran.scm (r-fastshap): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-08-04 16:46:37 +02:00
Rafael Luque Leiva
822e2173ed
gnu: Add r-rticles.
...
* gnu/packages/cran.scm (r-rticles): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-08-04 16:20:18 +02:00
Ricardo Wurmus
317ed8d073
gnu: r-dae: Update to 3.1-27.
...
* gnu/packages/cran.scm (r-dae): Update to 3.1-27.
2020-08-04 16:11:43 +02:00
Arne Babenhauserheide
cbfb8812f1
gnu: Add r-dae.
...
* gnu/packages/cran.scm (r-dae): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net >
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-08-04 16:11:43 +02:00
Michael Rohleder
1a9acdef39
gnu: neofetch: Update to 7.1.0.
...
* gnu/packages/admin.scm (neofetch): Update to 7.1.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-08-04 17:08:09 +03:00
Jakub Kądziołka
b958e4be15
gnu: Add watchexec.
...
* gnu/packages/rust-apps.scm (watchexec): New variable.
2020-08-04 15:57:35 +02:00
Jakub Kądziołka
6743345774
gnu: rust-notify-4: Update to 4.0.15.
...
* gnu/packages/crates-io.scm (rust-notify-4): Update to 4.0.15.
[cargo-inputs]: Remove rust-kernel32-sys-0.2, replace rust-inotify-0.6
with -0.7.
[cargo-development-inputs]: Replace rust-tempdir-0.3 with
rust-tempfile-3.
2020-08-04 15:57:35 +02:00
Jakub Kądziołka
af656e964d
gnu: Add rust-inotify-0.7.
...
* gnu/packages/crates-io.scm (rust-inotify-0.7): New variable.
(rust-inotify-0.6): Inherit from rust-inotify-0.7.
2020-08-04 15:57:35 +02:00
Jakub Kądziołka
264a5a6ee2
gnu: rust-clap-2: Update to 2.33.1
...
* gnu/packages/crates-io.scm (rust-clap-2): Update to 2.33.1.
2020-08-04 15:57:35 +02:00
Jakub Kądziołka
5f4f5edd61
gnu: Add rust-derive-builder-0.9.
...
* gnu/packages/crates-io.scm (rust-derive-builder-0.9,
rust-derive-builder-core-0.9): New variables.
(rust-derive-builder-0.5, rust-derive-builder-core-0.2): Inherit from
newer versions.
2020-08-04 15:57:34 +02:00
Jakub Kądziołka
b20099df8c
gnu: Add rust-darling-0.10.
...
* gnu/packages/crates-io.scm (rust-darling-0.10, rust-darling-core-0.10,
rust-darling-macro-0.10): New variables.
2020-08-04 15:57:34 +02:00
Jakub Kądziołka
fc8374aa11
gnu: Add rust-ident-case-1.
...
* gnu/pacages/crates-io.scm (rust-ident-case-1): New variable.
2020-08-04 15:57:34 +02:00
Jakub Kądziołka
12c6b558eb
gnu: rust-syn: Don't include minor version in variable name.
...
* gnu/packages/crates-io.scm (rust-syn-1.0): Rename to...
(rust-syn-1): ...this.
* gnu/packagess/rust-apps.scm (rust-cbindgen): Fixup dependency list.
2020-08-04 15:57:33 +02:00
Jakub Kądziołka
d0faf9c203
gnu: rust-quote: Don't include minor version in variable name.
...
* gnu/packages/crates-io.scm (rust-quote-1.0): Rename to...
(rust-quote-1): ...this.
* gnu/packagess/rust-apps.scm (rust-cbindgen): Fixup dependency list.
2020-08-04 15:57:33 +02:00
Jakub Kądziołka
0a568bbcde
gnu: rust-proc-macro2: Don't include minor version in variable name.
...
* gnu/packages/crates-io.scm (rust-proc-macro2-1.0): Rename to...
(rust-proc-macro2-1): ...this.
* gnu/packages/rust-apps.scm (rust-cbindgen): Fixup dependency list.
* gnu/packages/sequoia.scm (sequoia): Likewise.
2020-08-04 15:57:33 +02:00
Jakub Kądziołka
751c63e99c
gnu: rust-void: Don't include minor version in variable name.
...
* gnu/packages/crates-io.scm (rust-void-1.0): Rename to...
(rust-void-1): ...this.
2020-08-04 15:57:33 +02:00
Jakub Kądziołka
1209cc470b
gnu: rust-cc: Don't include minor version in variable name.
...
* gnu/packages/crates-io.scm (rust-cc-1.0): Rename to...
(rust-cc-1): ...this.
* gnu/packages/video.scm (rav1e): Adjust dependency list.
2020-08-04 15:57:32 +02:00
Jakub Kądziołka
005bad3cac
gnu: rust-fnv: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-fnv-1)[arguments]: Don't skip build.
2020-08-04 15:57:32 +02:00
Jakub Kądziołka
379f171826
gnu: rust-fnv: Don't include minor version in variable name.
...
* gnu/packages/crates-io.scm (rust-fnv-1.0): Rename to...
(rust-fnv-1): ...this.
2020-08-04 15:57:32 +02:00
Jakub Kądziołka
00403ff385
gnu: rust-nix-0.14: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-nix-0.14)[arguments]: Inherit from
rust-nix-0.15.
2020-08-04 15:57:31 +02:00
Jakub Kądziołka
b79e249aa0
gnu: Add rust-nix-0.17.
...
* gnu/packages/crates-io.scm (rust-nix-0.17): New variable.
(rust-nix-0.15): Inherit from rust-nix-0.17.
2020-08-04 15:57:31 +02:00
Jakub Kądziołka
ea660581c7
gnu: rust-nix-0.15: Fix build.
...
* gnu/packages/crates-io.scm (rust-nix-0.15)[snippet]: Unpin dependency version.
2020-08-04 15:57:31 +02:00
Jakub Kądziołka
cc73028b21
gnu: rust-new-debug-unreachable: Don't include minor version in variable name.
...
* gnu/packages/crates-io.scm (rust-new-debug-unreachable-1.0): Rename to...
(rust-new-debug-unreachable-1): ...this.
2020-08-04 15:57:31 +02:00
Jakub Kądziołka
93b3287eb0
gnu: rust-walkdir: Don't include minor version in variable name.
...
* gnu/packages/crates-io.scm (rust-walkdir-2.3): Rename to...
(rust-walkdir-2): ...this.
(rust-walkdir-1.0): Rename to...
(rust-walkdir-1): ...this.
2020-08-04 15:57:30 +02:00
Ricardo Wurmus
37cf7c17e0
gnu: Add tascam-gtk.
...
* gnu/packages/music.scm (tascam-gtk): New variable.
2020-08-04 15:13:18 +02:00
Ricardo Wurmus
c2bb58f62c
gnu: Add libxmlplusplus-2.6.
...
* gnu/packages/xml.scm (libxmlplusplus-2.6): New variable.
2020-08-04 15:13:18 +02:00
Ricardo Wurmus
cc53718760
gnu: Add libxmlplusplus.
...
* gnu/packages/xml.scm (libxmlplusplus): New variable.
2020-08-04 15:13:18 +02:00
Oleg Pykhalov
062448f359
gnu: Add paperview.
...
* gnu/packages/games.scm (paperview): New variable.
2020-08-04 11:11:08 +03:00
Efraim Flashner
7f101e7ceb
gnu: catch-framework2: Update to 2.13.0.
...
* gnu/packages/check.scm (catch-framework2): Update to 2.13.0.
* gnu/packages/engineering.scm (libfive)[arguments]: Adjust custom
'find-catch phase for updated include path.
* gnu/packages/xdisorg.scm (j4-dmenu-desktop)[arguments]: Add custom
'find-catch phase to search for updated catch2 include directory.
2020-08-04 10:30:31 +03:00
Maxim Cournoyer
a5b44d999f
gnu: pjproject-jami: Reuse more of the base pjproject.
...
Now that the base pjproject is built as a shared library, the cost of adding
dependencies shared with Jami is minimal. The pjproject-jami now differs only
by its added patches.
* gnu/packages/jami.scm (pjproject-jami)[arguments]: Use the
substitute-keyword-arguments macro to reuse the base pjproject package
arguments, adding only the 'apply-patches phase.
2020-08-03 23:30:12 -04:00
Maxim Cournoyer
9f7dc76451
gnu: opendht: Propagate gnutls.
...
Propagate gnutls as it's included by the opendht/crypto.h header file.
* gnu/packages/networking.scm (opendht)[inputs]: Move gnutls...
[propagated-inputs]: ...to here. Move argon2 to inputs.
2020-08-03 23:30:12 -04:00
Maxim Cournoyer
5cba0f4805
gnu: pjproject: Enable shared libraries.
...
* gnu/packages/telephony.scm (pjproject)[outputs]: Add a "static" output.
[phases]: Move the 'check phase after the 'install phase.
{move-static-libraries}: Add phase.
[configure-flags]: Set LDFLAGS to add a runpath reference to self.
2020-08-03 23:30:12 -04:00
Maxim Cournoyer
3557d7d8bc
gnu: pjproject: Include sensible configure flags from pjproject-jami.
...
This is done so the regular pjproject has more in common with
pjproject-jami, which allows simplifying its definition.
* gnu/packages/telephony.scm (pjproject)[configure-flags]: Add
'--enable-epoll' when the system is Linux. Define CFLAGS with
the '-DNDEBUG' options.
2020-08-03 23:30:11 -04:00
Maxim Cournoyer
839bb42f0c
gnu: pjproject: Fix problem in pkg-config file.
...
* gnu/packages/patches/pjproject-correct-the-cflags-field.patch: Add patch.
* gnu/packages/patches/pjproject-fix-pkg-config-ldflags.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Register the new patches.
* gnu/packages/telephony.scm (pjproject): Use them.
* gnu/packages/jami.scm (pjproject-jami): Remove a patch from
pjproject-jami that is already applied against pjproject.
2020-08-03 23:30:11 -04:00
Maxim Cournoyer
742c49bafe
gnu: pjproject: Fix build and enable tests.
...
* gnu/packages/telephony.scm (pjproject)[origin]: Simplify snippet definition
and remove all bundled libraries.
[outputs]: Add a debug output.
[arguments]: Enable tests, and explicit the configure flags now required to
build using only system libraries.
[phases]{make-source-files-writable}: Add phase.
{disable-some-tests}: Overhaul phase.
[inputs]: Add bcg729, gsm, libsamplerate, opus, portaudio and speexdsp.
2020-08-03 23:30:11 -04:00
Maxim Cournoyer
ce34e87c8d
gnu: resample: Improve synopsis and description.
...
The synopsis mentioned a library but it is instead a set of command line
utilities.
* gnu/packages/audio.scm (resample)[synopsis]: Mention these are utilities.
[description]: Describe the two included command line utilities in more
detail.
2020-08-03 23:30:11 -04:00
Brett Gilio
c0a4cde04c
gnu: Add inspircd.
...
* gnu/packages/irc.scm (inspircd): New variable.
2020-08-03 22:12:41 -05:00
Mark H Weaver
4fe1b2e69e
gnu: libjpeg-turbo: Replace with 2.0.5 [fixes CVE-2020-13790].
...
* gnu/packages/image.scm (libjpeg-turbo/fixed): New variable.
(libjpeg-turbo)[replacement]: New field.
2020-08-03 17:10:33 -04:00
Mark H Weaver
3883fad295
gnu: libjpeg: Update to 9d [security fixes].
...
Includes fixes for CVE-2020-13790 and CVE-2020-14152.
* gnu/packages/image.scm (ijg-libjpeg): Update to 9d.
2020-08-03 17:10:31 -04:00
Mark H Weaver
03c0a7cd90
gnu: Remove libjpeg@8d.
...
This version of ijg-libjpeg contains security vulnerabilities
and is not used by any other package in Guix.
* gnu/packages/image.scm (ijg-libjpeg-8): Remove variable.
2020-08-03 17:10:24 -04:00
Michael Rohleder
b2dc793879
gnu: libxfce4util: Update source URI.
...
* gnu/packages/xfce.scm (libxfce4util)[source]: Update URI.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-08-03 22:28:53 +03:00
Michael Rohleder
189aa52543
gnu: emacs-hl-todo: Update to 3.1.2.
...
* gnu/packages/emacs-xyz.scm (emacs-hl-todo): Update to 3.1.2.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-08-03 21:20:17 +03:00
Jakub Kądziołka
4ad8f5ff6c
gnu: rust-1.45: Update to 1.45.2.
...
* gnu/packages/rust.scm (rust-1.45): Update to 1.45.2.
2020-08-03 18:00:29 +02:00
Ludovic Courtès
86c926d7f2
file-systems: Leave room for extension in serialized specs.
...
* gnu/system/file-systems.scm (spec->file-system): Ignore extra fields.
(file-system->spec): Add comment.
2020-08-03 17:44:38 +02:00
Ludovic Courtès
898e6d0a07
scripts: Pass #:verbosity to 'build-notifier'.
...
* guix/scripts/archive.scm (guix-archive): Pass #:verbosity to
'build-notifier'.
* guix/scripts/build.scm (guix-build): Likewise.
* guix/scripts/copy.scm (guix-copy): Likewise.
* guix/scripts/deploy.scm (guix-deploy): Likewise.
* guix/scripts/environment.scm (guix-environment): Likewise.
* guix/scripts/pack.scm (guix-pack): Likewise.
* guix/scripts/package.scm (guix-package*): Likewise.
* guix/scripts/pull.scm (guix-pull): Likewise.
* guix/scripts/system.scm (verbosity-level): New procedure.
(process-action): Pass #:verbosity to 'build-notifier'.
(guix-system): Use 'verbosity-level' for 'with-status-verbosity'.
2020-08-03 17:18:37 +02:00
Ludovic Courtès
a55d83b546
ui: Add #:verbosity to 'show-what-to-build'.
...
* guix/ui.scm (%default-verbosity): New variable.
(show-what-to-build): Add #:verbosity and honor it.
(build-notifier): Add #:verbosity and pass it to 'show-what-to-build'.
2020-08-03 17:17:41 +02:00
Ludovic Courtès
c471d4733f
doc: Document 'mount-may-fail?' field.
...
This is a followup to 7c27bd115b .
* doc/guix.texi (File Systems): Document 'mount-may-fail?'.
2020-08-03 17:14:54 +02:00
Michael Rohleder
48f4927c10
gnu: emacs-guix: Update to latest gitlab version.
...
* gnu/packages/emacs-xyz.scm (emacs-guix): Update to a 0.5.2 snapshot.
fix https://issues.guix.gnu.org/41063
[source] changes to git-getch.
[snippet] removed.
[native-inputs] added tools to build.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-08-03 16:58:49 +02:00
Efraim Flashner
948b59dfd5
gnu: easyrpg-player: Update to 0.6.2.1.
...
* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.2.1.
2020-08-03 16:43:28 +03:00
Michael Rohleder
d9a3d4bf76
gnu: xfce4-terminal: Update to 0.8.9.2.
...
* gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.9.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-08-03 16:28:34 +03:00
Michael Rohleder
73ee3f05c9
gnu: xfce4-time-out-plugin: Update to 1.1.1.
...
* gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.1.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-08-03 16:25:26 +03:00
Leo Prikler
f574f859ee
gnu: emacs: Ignore empty XIM styles.
...
As of libx11 version 1.6.10, xim may be NULL, which causes a segmentation
fault in the execution of ARRAYELTS. As a cautionary measure, we
short-circuit this logic.
* gnu/packages/patches/emacs-ignore-empty-xim-styles.patch: New file.
* gnu/packages/emacs.scm (emacs emacs-next)[patches]: Use it.
* gnu/local.mk: Register it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-03 12:26:02 +02:00
Denis 'GNUtoo' Carikli
87194d5783
gnu: android: Export android-liblog.
...
* gnu/packages/android.scm (android-liblog): Export it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-03 09:10:50 +02:00
Denis 'GNUtoo' Carikli
b3981bba78
gnu: android: Export android-libcutils.
...
* gnu/packages/android.scm (android-libcutils): Export it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-03 09:10:22 +02:00
Michael Rohleder
c214e607d0
gnu: xfce4-stopwatch-plugin: Update to 0.4.0.
...
* gnu/packages/xfce.scm (xfce4-stopwatch-plugin): Update to 0.4.0.
[arguments]: Enable "tests".
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-03 09:06:41 +02:00
Vinicius Monego
b654037403
gnu: Add python-onnx.
...
* gnu/packages/machine-learning.scm (python-onnx): New variable.
* gnu/packages/patches/python-onnx-use-system-googletest.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-03 08:59:52 +02:00
Vinicius Monego
ba4d96d22f
gnu: python-protobuf: Update to 3.12.4.
...
* gnu/packages/protobuf.scm (python-protobuf): Update to 3.12.4.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-03 08:54:26 +02:00
Mathieu Othacehe
eb09a99f81
gnu: cuirass: Update to 0.0.1-42.d332955.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-42.d332955.
2020-08-02 19:19:56 +02:00
Mathieu Othacehe
811f357c59
gnu: cuirass: Update to 0.0.1-41.614ea05.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-41.614ea05.
2020-08-02 18:45:03 +02:00
Oleg Pykhalov
1acbed64e3
gnu: emacs-dhall-mode: Update to 0.1.3-1.484bcf8.
...
* gnu/packages/emacs-xyz.scm (emacs-dhall-mode): Update to 0.1.3-1.484bcf8.
2020-08-02 18:50:57 +03:00
Pierre Langlois
d036bce087
gnu: emacs-org-roam: Update to 1.2.1.
...
* gnu/packages/emacs.scm (emacs-org-roam): Update to 1.2.1.
[propagated-inputs]: Replace emacs-emacsql with emacs-emacsql-sqlite3.
[home-page]: Update URL.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-08-02 18:05:44 +03:00
Pierre Langlois
9bddc4b298
gnu: Add emacs-emacsql-sqlite3.
...
* gnu/packages/emacs-xyz.scm (emacs-emacsql-sqlite3): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-08-02 18:05:44 +03:00
Efraim Flashner
587e0d911d
services: Add zram-device-service.
...
* gnu/services/linux.scm (<zram-device-configuration>): New record.
(zram-device-service-type): New variable.
* doc/guix.texi (Linux Services): Document it.
* tests/services/linux.scm (zram-swap-device-test): New tests.
2020-08-02 15:54:37 +03:00
Adam Kandur
a05edef2ac
gnu: Add cl-qbase64.
...
* gnu/packages/lisp-xyz.scm (sbcl-qbase64, cl-qbase64, ecl-qbase64): New
variables.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net >
2020-08-02 09:26:48 +02:00
Guillaume Le Vaillant
c203be27cf
gnu: sbcl-eos: Update to 0.0.0-2.b4413bc.
...
* gnu/packages/lisp-xyz.scm (sbcl-eos): Update to 0.0.0-2.b4413bc.
2020-08-02 09:07:53 +02:00
Oleg Pykhalov
95c9785b42
gnu: Add emacs-jenkinsfile-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-jenkinsfile-mode): New variable.
2020-08-02 09:54:16 +03:00
Eric Bavier
86f86cffd8
gnu: Add Remake.
...
* gnu/packages/debug.scm (remake): New variable.
* gnu/packages/patches/remake-impure-dirs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2020-08-01 14:00:47 -05:00
Mike Rosset
a987f128b5
gnu: nomad: Update to 0.2.0-alpha.
...
* gnu/packages/guile-xyz.scm (nomad): Update to 0.2.0-alpha.
This is a significant update to Nomad. This removes the majority of C code and
replaces it with gobject introspection using g-golf.
In the process the nomad package expression has changed significantly.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-01 20:03:46 +02:00
Kei Kebreau
dcb74405e1
gnu: starfighter: Update to 2.3.1.
...
* gnu/packages/games.scm (starfighter): Update to 2.3.1.
2020-08-01 12:10:27 -04:00
Mark H Weaver
cf1d1f4f79
gnu: xorg-server: Fix CVE-2020-14347 via graft.
...
* gnu/packages/patches/xorg-server-CVE-2020-14347.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xorg.scm (xorg-server/fixed): New variable.
(xorg-server)[replacement]: New field.
(xorg-server-wayland): Use package/inherit.
2020-08-01 11:11:58 -04:00
Mark H Weaver
d7d85c6412
gnu: libx11: Replace with 1.6.10 [fixes CVE-2020-14344].
...
* gnu/packages/xorg.scm (libx11/fixed): New variable.
(libx11)[replacement]: New field.
2020-08-01 11:11:51 -04:00
Mathieu Othacehe
256d2b2e84
gnu: cuirass: Update to 0.0.1-40.153b49c.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-40.153b49c.
2020-08-01 13:27:11 +02:00
Pierre Neidhardt
1f9c9aed8c
gnu: sbcl: Update to 2.0.7.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.0.7.
2020-08-01 12:28:32 +02:00
Pierre Neidhardt
1f0a41e955
doc: Explain how to use psql with peer authentication.
...
* doc/guix.texi (Database Services): Add example of shell commands to use psql
as system user. Also add troubleshooting tip when service fails to start
because of incompatible cluster.
2020-08-01 11:54:41 +02:00
Pierre Neidhardt
3bf4761e39
services: postgresql: Provide postgresql commands.
...
* gnu/services/databases.scm (postgresql-service-type): Extend
profile-service-type to provide postgresql commands.
2020-08-01 11:54:41 +02:00
Oleg Pykhalov
dec43e9f88
gnu: Add git-cal.
...
* gnu/packages/version-control.scm (git-cal): New variable.
2020-08-01 12:47:46 +03:00
Nicolas Goaziou
eaf5df6b11
gnu: texmacs: Update to 1.99.13.
...
* gnu/packages/text-editors.scm (texmacs): Update to 1.99.13.
[source]: Remove unnecessary snippet.
[native-inputs]: Add xdg-utils.
[inputs]: Replace qt-4 with qtbase.
[arguments]: Add a phase to fix hard-coded paths.
[description]: Fix small typo.
2020-08-01 10:27:38 +02:00
Vinicius Monego
1619d350a3
gnu: Add python-wurlitzer.
...
* gnu/packages/python-xyz.scm (python-wurlitzer): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-01 09:32:44 +02:00
Michael Rohleder
3cc8b4fa26
gnu: pulsemixer: Update to 1.5.1.
...
* gnu/packages/pulseaudio.scm (pulsemixer): Update to 1.5.1.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-01 09:30:31 +02:00
Michael Rohleder
f32d10d557
gnu: xfce4-notifyd: Update to 0.6.1.
...
* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.6.1.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-01 09:13:43 +02:00
Michael Rohleder
033b43b268
gnu: plantuml: Update to 1.2020.15.
...
* gnu/packages/uml.scm (plantuml): Update to 1.2020.15.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-01 09:13:40 +02:00
Hendursaga
08447d3a75
gnu: Update xxhash to 0.8.0.
...
* gnu/packages/digest.scm (xxhash): Update to 0.8.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-01 09:00:44 +02:00
Vinicius Monego
6364610174
gnu: Add python-pytest-ordering.
...
* gnu/packages/python-check.scm (python-pytest-ordering): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-01 08:53:10 +02:00
Michael Rohleder
a0a55309a7
gnu: qtimageformats: Fix build.
...
Reported by <nefix> on IRC.
* gnu/packages/qt.scm (qtimageformats)[arguments]: Add a 'fix-build phase.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-01 08:53:08 +02:00
Lars-Dominik Braun
7caa3506ea
guix: lint: Ignore unsupported source URL’s.
...
* guix/lint.scm (check-source): Add match case for #f.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-01 08:30:57 +02:00
Michael Rohleder
c7fe7f2c24
gnu: pavucontrol: Update to 4.0.
...
From 5312ae2b7bff23268a6546ce89cd349f3183bd2c Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de >
Date: Thu, 30 Jul 2020 08:08:38 +0200
Subject: [PATCH] gnu: pavucontrol: Update to 4.0.
* gnu/packages/pulseaudio.scm (pavucontrol): Update to 4.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-01 08:25:13 +02:00
Michael Rohleder
7d456e528b
gnu: Add zeal.
...
* gnu/packages/documentation.scm (zeal): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-08-01 08:23:58 +02:00
Brett Gilio
be8d67309f
gnu: emacs-dimmer: Update to 0.4.2.
...
* gnu/packages/emacs-xyz.scm (emacs-dimmer): Update to 0.4.2.
2020-08-01 00:34:56 -05:00
Brett Gilio
c8377e8062
gnu: emacs-google-translate: Update to 0.12.0.
...
* gnu/packages/emacs-xyz.scm (emacs-google-translate): Update to 0.12.0.
2020-08-01 00:34:44 -05:00
Brett Gilio
34d41b561e
gnu: emacs-datetime: Update to 0.6.6.
...
* gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.6.6.
[inputs]: Add emacs-extmap.
2020-08-01 00:34:22 -05:00
Brett Gilio
7caf919c57
gnu: Add emacs-extmap.
...
* gnu/packages/emacs-xyz.scm (emacs-extmap): New variable.
2020-08-01 00:33:59 -05:00
Brett Gilio
937e1ed1a1
gnu: chibi-scheme: Update to 0.9.
...
* gnu/packages/scheme.scm (chibi-scheme): Update to 0.9.
2020-07-31 23:41:48 -05:00
Mark H Weaver
b00a1f2d09
gnu: linux-libre: Update to 5.4.55.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.55.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.55.
2020-08-01 00:07:08 -04:00
Mark H Weaver
3653ca690e
gnu: linux-libre@5.7: Update to 5.7.12.
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.12.
(linux-libre-5.7-pristine-source): Update hash.
(deblob-scripts-5.7): Update to 5.7.12.
2020-08-01 00:05:21 -04:00
Mark H Weaver
96a655a77b
gnu: Add blender@2.79b.
...
Restore blender@2.79b , the last version that does not require OpenGL 3,
and therefore the last version to work on many older computers. Note
that this commit relies on blender-2.79-newer-ffmpeg.patch and
blender-2.79-python-3.7-fix.patch, which were left in the tree when
blender@2.79b was previously removed in commit
1f14453eed .
* gnu/packages/patches/blender-2.79-gcc8.patch,
gnu/packages/patches/blender-2.79-gcc9.patch,
gnu/packages/patches/blender-2.79-oiio2.patch,
gnu/packages/patches/blender-2.79-python-3.8-fix.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/graphics.scm (blender-2.79): New variable.
2020-07-31 13:38:47 -04:00
Mark H Weaver
d4c9e81c07
gnu: openimageio: Update to 2.0.13.
...
* gnu/packages/graphics.scm (openimageio): Update to 2.0.13.
[inputs]: Replace python-2 with python-wrapper. Add pybind11
and robin-map.
2020-07-31 13:38:40 -04:00
Mark H Weaver
5eb97480f3
gnu: Add robin-map.
...
* gnu/packages/datastructures.scm (robin-map): New variable.
2020-07-31 13:38:37 -04:00
Mark H Weaver
f8f29ded12
gnu: emacs-transient: All phases return #t.
...
* gnu/packages/emacs-xyz.scm (emacs-transient): Return #t from the
build-info-manual phase.
2020-07-31 13:38:33 -04:00
Mark H Weaver
b23c1f50a5
gnu: ruby-netrc: All phases return #t.
...
* gnu/packages/ruby.scm (ruby-netrc): In check phase, use for-each
instead of map, and return #t.
2020-07-31 13:38:30 -04:00
Mark H Weaver
2bc733e271
gnu: linux-libre@4.19: Update to 4.19.136.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.136.
(linux-libre-4.19-pristine-source): Update hash.
2020-07-31 13:38:26 -04:00
Mark H Weaver
95d44e7a29
gnu: linux-libre@4.14: Update to 4.14.191.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.191.
(linux-libre-4.14-pristine-source): Update hash.
2020-07-31 13:38:23 -04:00
Mark H Weaver
b30974908b
gnu: linux-libre@4.9: Update to 4.9.232.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.232.
(linux-libre-4.9-pristine-source): Update hash.
2020-07-31 13:38:20 -04:00
Mark H Weaver
fe21fe41d1
gnu: linux-libre@4.4: Update to 4.4.232.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.232.
(linux-libre-4.4-pristine-source): Update hash.
2020-07-31 13:38:18 -04:00
Nicolas Goaziou
ab4943a70c
gnu: scintilla: Update to 4.4.4.
...
* gnu/packages/text-editors.scm (scintilla): Update to 4.4.4.
2020-07-31 16:58:24 +02:00
Nicolas Goaziou
a6bf3f7591
gnu: snap: Update to 6.1.0.
...
* gnu/packages/education.scm (snap): Update to 6.1.0.
2020-07-31 16:56:03 +02:00
Nicolas Goaziou
4367e7e826
gnu: thinkfan: Update to 1.2.1.
...
* gnu/packages/linux.scm (thinkfan): Update to 1.2.1.
2020-07-31 16:52:41 +02:00
Mathieu Othacehe
f94835a917
file-system: Add efivarfs support.
...
Tools such as efibootmgr rely on the deprecated /sys/firmware/efi/vars API as
well as on the new /sys/firmware/efi/efivars API. The latter needs to be
mounted.
Reported by Keyhenge here:
https://lists.gnu.org/archive/html/bug-guix/2020-04/msg00274.html
Here is the efivarfs documentation:
https://www.kernel.org/doc/Documentation/filesystems/efivarfs.txt .
* gnu/system/file-systems.scm (%efivars-file-system): New exported variable,
(%base-file-systems): add it.
* gnu/system/install.scm (%efivars-file-system): Add it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-07-31 13:43:36 +02:00
Mathieu Othacehe
7c27bd115b
file-system: Add mount-may-fail? option.
...
* gnu/system/file-systems.scm (<file-system>): Add a mount-may-fail? field.
(file-system->spec): adapt accordingly,
(spec->file-system): ditto.
* gnu/build/file-systems.scm (mount-file-system): If 'system-error is raised
and mount-may-fail? is true, ignore it. Otherwise, re-raise the exception.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-07-31 13:43:20 +02:00
Mathieu Othacehe
6bb07e91e1
file-systems: Add %debug-file-system.
...
* gnu/system/file-systems.scm (%debug-file-system): New variable,
(%base-file-systems): add it.
2020-07-31 12:58:16 +02:00
John Soo
c55acb0732
gnu: Add bpftrace.
...
* gnu/packages/linux.scm (bpftrace): New variable.
* gnu/packages/patches/bpftrace-disable-bfd-disasm.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-07-31 12:57:34 +02:00
Tanguy Le Carrour
636d573b74
gnu: python-mamba: Update to 0.11.1.
...
* gnu/packages/python-xyz.scm (python-mamba): Update to 0.11.1.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-07-30 21:00:25 -04:00
Michael Rohleder
4af67aa2ce
gnu: hashcat: Update to 6.1.1.
...
* gnu/packages/password-utils.scm (hashcat): Update to 6.1.1.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-07-30 20:50:56 -04:00
Tobias Geerinckx-Rice
6ec120b1c7
gnu: vlc: Update to 3.0.11.1.
...
* gnu/packages/video.scm (vlc): Update to 3.0.11.1.
2020-07-31 00:18:43 +02:00
Jakub Kądziołka
8119b7c6f7
gnu: rust-1.45: Update to 1.45.1.
...
* gnu/packages/rust.scm (rust-1.45): Update to 1.45.1.
2020-07-30 21:44:03 +02:00
Tanguy Le Carrour
fbbd536c5b
gnu: python-clikit: Update to 0.6.2.
...
* gnu/packages/python-xyz.scm (python-clikit): Update to 0.6.2.
[arguments] Explicitly disable tests.
[propagated-inputs]: Add python-crashtest.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-07-30 20:47:38 +03:00
Tanguy Le Carrour
74e9c31a10
gnu: Add python-crashtest.
...
* gnu/packages/python-xyz.scm (python-crashtest): New public variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-07-30 20:47:38 +03:00
Ludovic Courtès
a127e52f60
packages: 'generate-package-cache' is deterministic.
...
Fixes <https://bugs.gnu.org/42009 >.
Reported by Marinus <marinus.savoritias@disroot.org >.
* gnu/packages.scm (generate-package-cache)[entry-key, entry<?]
[variables]: New variables.
[expand-cache]: Change to take two arguments.
[exp]: Fold over VARIABLES.
2020-07-30 19:17:20 +02:00
Ludovic Courtès
c9c8c6331e
deploy: Gracefully handle errors.
...
* guix/scripts/deploy.scm (guix-deploy): Wrap body in 'with-error-handling'.
2020-07-30 19:17:20 +02:00
John Soo
cfd8daaf07
gnu: Add bcc.
...
* gnu/packages/linux.scm (bcc): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-07-30 18:57:31 +02:00
Tobias Geerinckx-Rice
c385bd69ad
gnu: git: Update to 2.28.0.
...
* gnu/packages/version-control.scm (git): Update to 2.28.0.
(cherry picked from commit bbee4490d9 )
2020-07-30 18:18:12 +02:00
Marius Bakke
05b90a4ab4
gnu: opam: Fix tests.
...
* gnu/packages/ocaml.scm (opam)[arguments]: Remove #:tests?. Adjust the
pre-check phase to make some files writable, patch a hard-coded file name, and
disable mostly-redundant git tests.
[native-inputs]: Remove GIT and PYTHON. Add OPENSSL, PYTHON-WRAPPER, RSYNC,
UNZIP, and WHICH.
2020-07-30 18:18:12 +02:00
Marius Bakke
3af44aa49c
gnu: public-inbox: Make git a regular input.
...
* gnu/packages/mail.scm (public-inbox)[native-inputs]: Move GIT ...
[inputs]: ... here.
2020-07-30 18:18:12 +02:00
Marius Bakke
07095a301b
gnu: ruby-hoe-git: Do not propagate git.
...
* gnu/packages/ruby.scm (ruby-hoe-git)[propagated-inputs]: Remove GIT.
2020-07-30 18:18:12 +02:00
Marius Bakke
fd93958ea0
gnu: libosmo-dsp: Remove unused input.
...
* gnu/packages/radio.scm (libosmo-dsp)[native-inputs]: Remove GIT-MINIMAL.
2020-07-30 18:18:12 +02:00
Marius Bakke
b73896a638
gnu: gnuradio-osmosdr: Remove unused input.
...
* gnu/packages/radio.scm (gnuradio-osmosdr)[native-inputs]: Remove GIT-MINIMAL.
2020-07-30 18:18:12 +02:00
Marius Bakke
d18afa13e0
gnu: gnuradio: Remove unused input.
...
* gnu/packages/radio.scm (gnuradio)[native-inputs]: Remove GIT.
2020-07-30 18:18:11 +02:00
Marius Bakke
a749caa74e
gnu: elixir: Remove unused input.
...
* gnu/packages/elixir.scm (elixir)[inputs]: Remove GIT.
2020-07-30 18:18:11 +02:00
Marius Bakke
cf73d149e9
gnu: monero: Remove unused input.
...
* gnu/packages/finance.scm (monero)[native-inputs]: Remove GIT.
2020-07-30 18:18:11 +02:00
Marius Bakke
9b047548d9
gnu: vlc: Remove needless input.
...
* gnu/packages/video.scm (vlc)[native-inputs]: Remove GIT.
2020-07-30 18:18:11 +02:00
Nicolas Goaziou
61c40b5726
gnu: emacs-tramp: Update to 2.4.4.1.
...
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.4.1.
2020-07-30 17:45:43 +02:00
Nicolas Goaziou
f3652cfc9e
gnu: emacs-rainbow-mode: Update to 1.0.5.
...
* gnu/packages/emacs-xyz.scm (emacs-rainbow-mode): Update to 1.0.5.
2020-07-30 17:42:14 +02:00
Mathieu Othacehe
e3f25bfee0
gnu: cuirass: Update to 0.0.1-39.0955a11.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-39.0955a11.
2020-07-30 15:51:51 +02:00
Michael Rohleder
39386de244
gnu: python2-setproctitle: Fix build.
...
* gnu/packages/python-xyz.scm (python2-setproctitle): Don't pass ‘--embed’
to python-config.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-07-30 12:09:47 +02:00
Adam Kandur
de681bdb11
gnu: Add cl-inflector.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-inflector, cl-inflector,
ecl-cl-inflector): New variables.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net >
2020-07-30 10:52:53 +02:00
Jakub Kądziołka
6a7bdbfa2d
gnu: paml: Fix build.
...
* gnu/packages/bioinformatics.scm (paml)[snippet]: Fix permissions
before repacking the source tarball.
2020-07-30 03:48:50 +02:00
Jakub Kądziołka
8206a282b1
gnu: bison: Mention yacc in the description.
...
This should help the user find the package if the goal is to satisfy a
dependency on yacc.
* gnu/packages/bison.scm (bison)[synopsis, description]: Explain
compatibility with Yacc.
2020-07-30 02:53:28 +02:00
Tobias Geerinckx-Rice
54369b607f
gnu: spread-sheet-widget: Update to 0.5.
...
* gnu/packages/gtk.scm (spread-sheet-widget): Update to 0.5.
2020-07-30 01:38:34 +02:00
Tobias Geerinckx-Rice
12f5d35b33
gnu: pspp: Fix build.
...
* gnu/packages/statistics.scm (pspp)[inputs]: Use gtksourceview-3.
2020-07-30 01:38:34 +02:00
Michael Rohleder
d343e0fe3e
gnu: python-sqlparse: Update to 0.3.1.
...
* gnu/packages/databases.scm (python-sqlparse): Update to 0.3.1.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-30 00:57:29 +02:00
Boris A. Dekshteyn
61e1a8e426
gnu: krita: Update to 4.3.0.
...
* gnu/packages/kde.scm (krita): Update to 4.3.0.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-30 00:57:29 +02:00
Michael Rohleder
5e707f1252
gnu: gnunet-gtk: Update to 0.13.1.
...
* gnu/packages/gnunet.scm (gnunet-gtk): Update to 0.13.1.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-30 00:57:29 +02:00
Michael Rohleder
299e3598c2
gnu: mumble: Update to 1.3.2.
...
* gnu/packages/telephony.scm (mumble): Update to 1.3.2.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-30 00:57:29 +02:00
Marius Bakke
6ce5411aa6
gnu: python-slugify: Remove unused input.
...
* gnu/packages/python-web.scm (python-slugify)[native-inputs]: Remove.
2020-07-30 00:57:29 +02:00
Tanguy Le Carrour
4f0f00d757
gnu: python-cookiecutter: Update to 1.7.2.
...
* gnu/packages/python-xyz.scm (python-cookiecutter): Update to 1.7.2.
[propagated-inputs]: Add python-slugify, python-text-unidecode.
[home-page]: Update URL.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-30 00:57:29 +02:00
Tanguy Le Carrour
43d8faf8de
gnu: csvkit: Fix problem caused by the update of python-slugify.
...
* gnu/packages/wireservice.scm (csvkit)[inputs]: Add python-text-unidecode.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-30 00:57:28 +02:00
Tanguy Le Carrour
4da627a3ff
gnu: python-slugify: Update to 4.0.1.
...
* gnu/packages/patches/python-slugify-depend-on-unidecode.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-web.scm (python-slugify): Update to 4.0.1. [source] Drop patch.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-30 00:57:28 +02:00
Tanguy Le Carrour
4fae4f9aab
gnu: Add python-mypy.
...
* gnu/packages/python-check.scm (python-mypy): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-30 00:57:28 +02:00
Tanguy Le Carrour
4c12b09ecd
gnu: Add python-flake8-pyi.
...
* gnu/packages/python-xyz.scm (python-flake8-pyi): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-30 00:57:28 +02:00
Tanguy Le Carrour
5eebb4f41b
gnu: Add python-flake8-bugbear.
...
* gnu/packages/python-xyz.scm (python-flake8-bugbear): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-30 00:57:28 +02:00
Tanguy Le Carrour
fdc61e3260
gnu: Add python-hypothesmith.
...
* gnu/packages/check.scm (python-hypothesmith): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-30 00:57:28 +02:00
Tanguy Le Carrour
882979023e
gnu: Add python-lark-parser.
...
* gnu/packages/python-xyz.scm (python-lark-parser): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-30 00:57:27 +02:00
Tanguy Le Carrour
2f60db668a
gnu: Add python-libcst.
...
* gnu/packages/python-xyz.scm (python-libcst): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-30 00:57:27 +02:00
Tanguy Le Carrour
100f7f9d02
gnu: Add python-hypothesis-5.23.
...
* gnu/packages/check.scm (python-hypothesis-5.23): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-30 00:57:27 +02:00
Tanguy Le Carrour
97554fb9ab
gnu: Add python-typing-inspect.
...
* gnu/packages/python-xyz.scm (python-typing-inspect): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-30 00:57:27 +02:00
Tanguy Le Carrour
f755bb0189
gnu: Add python-mypy-extensions.
...
* gnu/packages/python-check.scm (python-mypy-extensions): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-30 00:57:27 +02:00
Lars-Dominik Braun
d4a044239b
gnu: Add nfs4-acl-tools.
...
* gnu/packages/nfs.scm (nfs4-acl-tools): New variable.
* gnu/packages/patches/nfs4-acl-tools-0.3.7-fixpaths.patch: New file.
* gnu/local.mk: Add it.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-30 00:57:27 +02:00
Marius Bakke
0d3063f4bc
gnu: clang: Only install cfi_blacklist.txt for versions >= 3.8.
...
Fixes <https://bugs.gnu.org/42599 >.
Reported by Malte Frank Gerdes <malte.f.gerdes@gmail.com >.
This is a follow-up to commit 300b795520 .
* gnu/packages/llvm.scm (clang-from-llvm): Guard the 'symlink-cfi_blacklist'
phase with a version check, as it first appears in Clang 3.8.
2020-07-30 00:57:26 +02:00
Marius Bakke
ebf3960673
gnu: ungoogled-chromium: Update to 84.0.4147.105-0.cc3e311.
...
* gnu/packages/chromium.scm (%ungoogled-revision, %ungoogled-origin): Update
to cc3e311f33519a5ba961ad1f1dc19507ce98b0d2.
(ungoogled-chromium): Update to 84.0.4147.105-0.
2020-07-30 00:57:26 +02:00
Marius Bakke
295b4f7e17
gnu: json-modern-cxx: Update to 3.9.0.
...
* gnu/packages/cpp.scm (json-modern-cxx): Update to 3.9.0.
[arguments]: New field.
[native-inputs]: Add "json_test_data" origin.
2020-07-30 00:57:26 +02:00
Mark H Weaver
4146cf8605
gnu: linux-libre: Update to 5.4.54.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.54.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.54.
2020-07-29 17:14:00 -04:00
Mark H Weaver
3967d8e277
gnu: linux-libre@5.7: Update to 5.7.11.
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.11.
(linux-libre-5.7-pristine-source): Update hash.
(deblob-scripts-5.7): Update to 5.7.11.
2020-07-29 17:13:14 -04:00
Mark H Weaver
a6aeb5c763
gnu: linux-libre@4.19: Update to 4.19.135.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.135.
(linux-libre-4.19-pristine-source): Update hash.
(deblob-scripts-4.19): Update to 4.19.135.
2020-07-29 17:12:35 -04:00
Mark H Weaver
0ba30cc34f
gnu: linux-libre@4.14: Update to 4.14.190.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.190.
(linux-libre-4.14-pristine-source): Update hash.
(deblob-scripts-4.14): Update to 4.14.190.
2020-07-29 17:10:52 -04:00
Michael Rohleder
8ae2212116
gnu: mycli: Update to 1.22.1.
...
* gnu/packages/databases.scm (mycli): Update to 1.22.1.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-07-29 22:30:27 +03:00
Tobias Geerinckx-Rice
35199959d6
gnu: gloox: Update to 1.0.24.
...
* gnu/packages/messaging.scm (gloox): Update to 1.0.24.
2020-07-29 18:35:58 +02:00
Tobias Geerinckx-Rice
cdc2e2bba9
doc: Extend tlp-service-type example.
...
* doc/guix.texi (Power Management Services): Demonstrate
tlp-configuration usage.
Suggested by rovanion on #guix.
2020-07-29 15:14:57 +02:00
Tobias Geerinckx-Rice
6fdd40b35f
gnu: paps: Update description.
...
Fixes <https://issues.guix.gnu.org/42598 >.
* gnu/packages/pdf.scm (paps)[description]: Update back-end technology.
2020-07-29 15:12:36 +02:00
Tobias Geerinckx-Rice
ab10e460d6
gnu: jasper: Update to 2.0.19.
...
* gnu/packages/image.scm (jasper): Update to 2.0.19.
2020-07-29 13:07:25 +02:00
Tobias Geerinckx-Rice
f6ea0815eb
gnu: Update LXDE home page.
...
* gnu/packages/lxde.scm (libfm, lxappearance, lxtask, lxterminal)
(menu-cache, pcmanfm, spacefm, lxmenu-data, lxde-icon-theme, lxde-common)
(lxinput, lxsession, lxpanel, lxde)[home-page]: Update to working domain.
2020-07-29 13:07:25 +02:00
Tobias Geerinckx-Rice
da11c16b5b
gnu: Remove vte-0.36.
...
* gnu/packages/gnome.scm: Remome vte-0.36.
2020-07-29 13:07:25 +02:00
Tobias Geerinckx-Rice
53865a93e3
gnu: vte: Update to 0.60.3.
...
* gnu/packages/gnome.scm (vte): Update to 0.60.3.
2020-07-29 13:07:25 +02:00
Tobias Geerinckx-Rice
c09f22aaa6
gnu: nano: Update to 5.0.
...
* gnu/packages/nano.scm (nano): Update to 5.0.
2020-07-29 13:07:24 +02:00
Efraim Flashner
eb9f726d22
gnu: sphinxbase: Fix building.
...
* gnu/packages/speech.scm (sphinxbase)[source]: Add patch.
* gnu/packages/patches/sphinxbase-fix-doxygen.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2020-07-29 12:45:36 +03:00
Efraim Flashner
e6b2552a96
gnu: python-rfc3986: Update to 1.4.0.
...
* gnu/packages/python-xyz.scm (python-rfc3986): Update to 1.4.0.
2020-07-29 11:23:38 +03:00
Efraim Flashner
9f665a1482
gnu: python-twine: Update to 1.15.0.
...
* gnu/packages/python-xyz.scm (python-twine): Update to 1.15.0.
[propagated-inputs]: Add python-packaging, python-readme-renderer.
2020-07-29 11:18:43 +03:00
Brett Gilio
ad6dfdcc6b
gnu: emacs-erc-image: Disable make-autoloads phase.
...
* gnu/packages/emacs-xyz.scm (emacs-erc-image)[arguments]: Disable
make-autoloads phase as it causes problematic behavior for the image module.
2020-07-29 01:13:34 -05:00
Brett Gilio
8e04dcdb8f
Revert "gnu: emacs-erc-image: Patch eval-after-load procedure."
...
This reverts commit 6fd2ecedb6 .
This change does not behave as intended. Reverting the change to the original
behavior.
2020-07-29 00:25:19 -05:00
Vinicius Monego
e86b6ef07c
gnu: Add python-nbval.
...
* gnu/packages/python-check.scm (python-nbval): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-07-29 08:13:38 +03:00
Vinicius Monego
48a17846fa
gnu: Add python-libsass.
...
* gnu/packages/python-xyz.scm (python-libsass): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-07-29 08:07:40 +03:00
Oleg Pykhalov
03914b9d8c
examples: Add password for Alice's brother.
...
* gnu/system/examples/desktop.tmpl (users)[bob]: Add password.
2020-07-29 07:50:23 +03:00
Brett Gilio
6fd2ecedb6
gnu: emacs-erc-image: Patch eval-after-load procedure.
...
* gnu/packages/emacs-xyz.scm (emacs-erc-image)[arguments]: Create a phase that
substitutes the ERC module for ERC-AUTO. When ERC is used the autoloader for
for Emacs hangs indefinitely (if daemonized) or fails.
2020-07-28 23:30:05 -05:00
Maxim Cournoyer
f0d7897e8d
gnu: gnome-boxes: Add missing inputs.
...
* gnu/packages/gnome.scm (gnome-boxes)[inputs]: Add glib-networking and
gsettings-desktop-schemas.
[description]: Mention the requirement of having the libvirt and virtlog
services running.
2020-07-28 22:27:18 -04:00
Tobias Geerinckx-Rice
2f04eb4852
gnu: minicom: Don't use a vanished tarball.
...
* gnu/packages/engineering.scm (minicom)[source]: Use GIT-FETCH and
GIT-FILE-NAME. Switch to salsa from dead alioth.
[arguments]: Replace the default ‘bootstrap’ phase.
[native-inputs]: Add autoconf, automake, gettext-minimal, and pkg-config.
[home-page]: Update to salsa from dead alioth.
2020-07-29 04:25:56 +02:00
Mark H Weaver
748ab8b364
gnu: webkitgtk: Update to 2.28.4.
...
* gnu/packages/webkit.scm (webkitgtk): Update to 2.28.4.
2020-07-28 18:31:28 -04:00
Justus Winter
df6fb956c5
gnu: Add python-sop.
...
* gnu/packages/python-crypto.scm (python-sop): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-29 00:22:01 +02:00
Justus Winter
1b11e894b8
gnu: Add python-pgpy.
...
* gnu/packages/python-crypto.scm (python-pgpy): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-29 00:22:01 +02:00
Justus Winter
7b7543376b
gnu: Add rnp.
...
* gnu/packages/openpgp.scm (rnp): New variable.
* gnu/packages/patches/rnp-add-version.cmake.patch: New file.
* gnu/packages/patches/rnp-disable-ruby-rnp-tests.patch: New file.
* gnu/packages/patches/rnp-unbundle-googletest.patch: New file.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-29 00:22:01 +02:00
Michael Rohleder
e402ccd003
gnu: libextractor: Update to 1.10.
...
* gnu/packages/gnunet.scm (libextractor): Update to 1.10.
[arguments]: Add 'fix-exiv2-tests' phase.
[inputs]: Add GIFLIB, remove TIDY-HTML.
* gnu/packages/patches/libextractor-exiv2.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-29 00:22:01 +02:00
Ludovic Courtès
12a3d7d6f7
system: 'operating-system-with-provenance' uses the OS location info.
...
This allows 'guix deploy' to save the config file when it's available.
* gnu/system.scm (operating-system-configuration-file): New procedure.
(operating-system-with-provenance): 'config-file' defaults to the value
returned by 'operating-system-configuration-file'.
2020-07-29 00:22:01 +02:00
Ricardo Wurmus
5c622a0a68
gnu: pcb-rnd: Update to 2.2.3.
...
* gnu/packages/engineering.scm (pcb-rnd): Update to 2.2.3.
2020-07-29 00:11:38 +02:00
Ricardo Wurmus
28cbf3ef42
gnu: lepton-eda: Update to 1.9.11-20200604.
...
* gnu/packages/engineering.scm (lepton-eda): Update to 1.9.11-20200604.
2020-07-29 00:11:34 +02:00
Tobias Geerinckx-Rice
0f7db2a150
gnu: youtube-dl: Update to 2020.07.28.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.07.28.
2020-07-28 23:37:36 +02:00
Tobias Geerinckx-Rice
8410eab8f1
gnu: xfwm4: Update to 4.14.3.
...
* gnu/packages/xfce.scm (xfwm4): Update to 4.14.3.
2020-07-28 23:37:36 +02:00
Tobias Geerinckx-Rice
6bf70cc8e7
gnu: i3-gaps: Update to 4.18.2.
...
* gnu/packages/wm.scm (i3-gaps): Update to 4.18.2.
2020-07-28 23:37:36 +02:00
Tobias Geerinckx-Rice
79fed26e2c
gnu: i3-wm: Update to 4.18.2.
...
* gnu/packages/wm.scm (i3-wm): Update to 4.18.2.
2020-07-28 23:37:36 +02:00
Tobias Geerinckx-Rice
b0bf47f160
gnu: inxi-minimal: Update to 3.1.05-2.
...
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.05-2.
2020-07-28 21:47:23 +02:00
Tobias Geerinckx-Rice
a81a64492f
gnu: anki: Don't phone home for updates.
...
* gnu/packages/education.scm (anki)[arguments]: Add a
‘disable-update-check’ phase.
2020-07-28 21:25:57 +02:00
Tobias Geerinckx-Rice
ccd0a009dc
gnu: conky: Update to 1.11.6.
...
* gnu/packages/conky.scm (conky): Update to 1.11.6.
2020-07-28 21:25:57 +02:00
Tobias Geerinckx-Rice
511bfafa14
gnu: straw-viewer: Comment out .desktop installation.
...
This will only make sense when the GTK version is built.
* gnu/packages/video.scm (straw-viewer)[arguments]: Comment out
‘install-desktop’ phase.
2020-07-28 21:24:12 +02:00
Tobias Geerinckx-Rice
33de9ee42f
gnu: xtl: Update to 0.6.15.
...
* gnu/packages/cpp.scm (xtl): Update to 0.6.15.
2020-07-28 21:24:12 +02:00
Tobias Geerinckx-Rice
468c8f6434
gnu: pixz: Update to 1.0.7.
...
* gnu/packages/compression.scm (pixz): Update to 1.0.7.
2020-07-28 21:24:12 +02:00
Tobias Geerinckx-Rice
0a00d157e6
gnu: freeorion: Update to 0.4.10.
...
* gnu/packages/games.scm (freeorion): Update to 0.4.10.
[inputs]: Use Python 3 and default boost.
2020-07-28 21:24:12 +02:00
Jesse Gibbons
6fba1f4ded
gnu: knights: Fix build.
...
* gnu/packages/games.scm (knights)[arguments]<#:make-flags>: Add
"CXXFLAGS=-lpthread".
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-07-28 21:13:27 +03:00
Mark H Weaver
6a14917a16
gnu: icecat: Update to 68.11.0-guix0-preview1 [security-fixes].
...
Includes fixes for CVE-2020-6463, CVE-2020-6514, CVE-2020-15652, and
CVE-2020-15659.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
* gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
2020-07-28 14:12:31 -04:00
Christopher Lemmer Webber
305b388ca8
gnu: Add emacs-spaceline-next.
...
This version tracks emacs-spaceline from git... the latest stable release is
several years old and has various bugs related to the ERC track bar, amongst
other things.
* gnu/packages/emacs-xyz.scm (emacs-spaceline-next): New variable.
2020-07-28 11:10:24 -04:00
Nicolas Goaziou
0c121f484a
gnu: emacs-popup: Update to 0.5.8.
...
* gnu/packages/emacs-xyz.scm (emacs-popup): Update to 0.5.8.
2020-07-28 15:52:00 +02:00
Ludovic Courtès
c088aa2988
pack: "fakechroot" engine always creates its store.
...
Previously it would silently fail to create the /gnu/store symlink when
the host has a read-only /gnu as is the case in these tests.
* gnu/packages/aux-files/run-in-namespace.c (exec_with_loader): Unlink
the ancestor of ORIGINAL_STORE under NEW_ROOT. Check the return value
of 'symlink' when creating NEW_STORE.
* tests/guix-pack-relocatable.sh: Check the contents of the store as
seen by the wrapped executable, with all three engines, and with both
"/gnu" and "/gnu/store" erased.
2020-07-28 14:41:05 +02:00
Ludovic Courtès
c6c0d5a22c
pack: "fakechroot" execution engine can load its audit module.
...
Fixes <https://bugs.gnu.org/42558 >.
Until now, loading 'pack-audit.so' in a truly non-Guix environment would
usually fail because 'pack-audit.so' depends on 'libgcc_s.so' and
'libc.so', none of which could be found.
Furthermore, the test was not working as expected: the trick
unshare -mrf sh -c 'mount -t tmpfs none /gnu ; ...'
would allow the fakechroot engine to make its store available as
/gnu/store as a result of another bug.
* gnu/packages/aux-files/run-in-namespace.c (relocated_search_path): New
function.
(exec_with_loader): Pass "--library-path" to the loader.
* guix/scripts/pack.scm (wrapped-package)[build](runpath): New procedure.
(elf-loader-compile-flags): Pass "-DLOADER_AUDIT_RUNPATH".
* tests/guix-pack-relocatable.sh: Remove 'STORE_PARENT'.
(run_without_store): New function. Erase $NIX_STORE_DIR instead of
$STORE_PARENT.
Use 'run_without_store' throughout.
2020-07-28 14:41:04 +02:00
Mathieu Othacehe
8b221b64a5
store: deduplication: Handle fs without d_type support.
...
scandir* uses readdir, which means that the file type property can be 'unknown
if the underlying file-system does not support d_type. Make sure to fallback
to lstat in that case.
Fixes: https://issues.guix.gnu.org/issue/42579 .
* guix/store/deduplication.scm (deduplicate): Handle the case where properties
is 'unknown because the underlying file-system does not support d_type.
2020-07-28 14:10:28 +02:00
Pierre Neidhardt
64e8f2ec2d
doc: Warn against using the .scm extension for the channel news file.
...
* doc/guix.texi (Writing Channel News): Explain the issue with using the .scm
extension and possible workarounds; fix the example to use the .txt extension instead.
2020-07-28 13:43:45 +02:00
Michael Rohleder
f2dc025eda
gnu: emacs-yasnippet-snippets: Update to 0.23
...
* gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets): Update to 0.23.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-28 12:46:43 +02:00
Nicolas Goaziou
23f8c10198
gnu: Update copyright.
...
* gnu/packages/qt.scm: Update copyright.
2020-07-28 12:44:54 +02:00
Michael Rohleder
135063495b
gnu: emacs-perspective: Update to 2.9.
...
* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.9.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-28 12:39:08 +02:00
Michael Rohleder
d8d089e8b6
gnu: tidy-html: Update to 5.7.28.
...
* gnu/packages/web.scm (tidy-html): Update to 5.7.28.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-28 12:13:35 +03:00
Efraim Flashner
5f18f36dcf
gnu: evisum: Update to 0.5.1.
...
* gnu/packages/enlightenment.scm (evisum): Update to 0.5.1.
2020-07-28 12:05:00 +03:00
Efraim Flashner
02dcd14f84
gnu: terminology: Update to 1.8.0.
...
* gnu/packages/enlightenment.scm (terminology): Update to 1.8.0.
2020-07-28 12:02:37 +03:00
Jan Wielkiewicz
840d7034ec
gnu: arm-none-eabi-toolchain: Fix compilation.
...
* gnu/packages/embedded.scm (gcc-arm-none-eabi-7-2018-q2-update)
[native-inputs]: Remove gcc-5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-28 10:43:43 +03:00
Maxim Cournoyer
076fd4e791
gnu: lib2geom: Fix more tests.
...
There were still two tests failing on aarch64-linux:
1. rotated-rect-test,
2. ellipse-test.
The first one was removed along with the RotatedRect class in latest upstream,
while the second one is yet numerical accuracy related. It gets fixed by
updating the already existing 'lib2geom-fix-tests' patch.
* gnu/packages/graphics.scm (lib2geom): Bump revision to "2", and update
commit hash to the latest one available.
* gnu/packages/patches/lib2geom-fix-tests.patch: Update patch.
2020-07-28 00:32:00 -04:00
Tobias Geerinckx-Rice
f43458d70a
gnu: python2-ttystatus: Update to 0.38.
...
* gnu/packages/python-xyz.scm (python2-ttystatus): Update to 0.38.
2020-07-28 02:18:47 +02:00
Tobias Geerinckx-Rice
ad4ee037fd
gnu: python-parso: Update to 0.7.1.
...
* gnu/packages/python-xyz.scm (python-parso): Update to 0.7.1.
2020-07-28 02:18:47 +02:00
Tobias Geerinckx-Rice
3d320ae1af
gnu: python2-ttystatus: Don't use unstable tarball.
...
* gnu/packages/python-xyz.scm (python2-ttystatus)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2020-07-28 02:18:47 +02:00
Tobias Geerinckx-Rice
44831ecb11
gnu: lsp-plugins: Update to 1.1.24.
...
* gnu/packages/music.scm (lsp-plugins): Update to 1.1.24.
2020-07-28 02:18:47 +02:00
Julien Lepiller
c1b11a52eb
gnu: java-jakarta-oro: Fix reproducibility issue.
...
* gnu/packages/java.scm (java-jakarta-oro)[arguments]: Do not record
current date.
2020-07-28 02:13:54 +02:00
Julien Lepiller
c1fb0d8ec9
gnu: java-bsh: Fix reproducibility issue.
...
* gnu/packages/java.scm (java-bsh)[arguments]: Do not record current
date.
2020-07-28 01:53:08 +02:00
Andrew Whatson
fc677fae03
gnu: emacs-flycheck-guile: Update to 0.2.
...
* gnu/packages/emacs-xyz.scm (emacs-flycheck-guile): Update to 0.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-28 00:18:41 +02:00
Tobias Geerinckx-Rice
7b58d009a9
gnu: libtextstyle: Update to 0.21.
...
* gnu/packages/gettext.scm (libtextstyle): Update to 0.21.
2020-07-27 20:46:19 +02:00
Tobias Geerinckx-Rice
0cd0263180
gnu: rdiff-backup: Update to 2.0.5.
...
* gnu/packages/backup.scm (rdiff-backup): Update to 2.0.5.
2020-07-27 20:46:19 +02:00
Mathieu Othacehe
4aa7dfe47f
gnu: zlib: Document why "git-fetch" cannot be used.
...
* gnu/packages/guile.scm (guile-zlib): Explain that using "git-fetch" would
create and endless inclusion loop here.
2020-07-27 18:30:21 +02:00
Mathieu Othacehe
69361e8881
gnu: lzlib: Use url-fetch instead of git-fetch.
...
* gnu/packages/guile.scm (guile-lzlib)[source]: Use url-fetch instead of
git-fetch.
2020-07-27 15:48:28 +02:00
Mathieu Othacehe
442413912b
gnu: zlib: Use url-fetch instead of git-fetch.
...
* gnu/packages/guile.scm (guile-zlib)[source]: Use url-fetch instead of
git-fetch.
2020-07-27 15:46:50 +02:00
Mathieu Othacehe
e5758aeb0e
gnu: Move guile-zlib and guile-lzlib packages.
...
* gnu/packages/guile-xyz.scm (guile-zlib, guile-lzlib): Move to ...
* gnu/packages/guile.scm: ... here.
2020-07-27 15:02:33 +02:00
Danny Milosavljevic
bc76f8b1f9
upstream: Handle the case where the file name has no extension.
...
Fixes <https://bugs.gnu.org/42504 >.
Reported by Alexandru-Sergiu Marton <brown121407@posteo.ro >.
* guix/upstream.scm (package-update/url-fetch): Handle the case where the
file name has no extension.
2020-07-27 13:35:49 +02:00
Efraim Flashner
069da2433e
gnu: Add python-mastodon-py.
...
* gnu/packages/mastodon.scm (python-mastodon-py): New variable.
2020-07-27 13:11:37 +03:00
Efraim Flashner
ab8c707dd3
gnu: Add python-http-ece.
...
* gnu/packages/python-web.scm (python-http-ece): New variable.
2020-07-27 13:11:34 +03:00
Ludovic Courtès
1dba0b4557
maint: 'authenticate' runs the user's 'guix git authenticate'.
...
That way, we no longer run the code we want to authenticate.
* Makefile.am (authenticate): Remove "./pre-inst-env".
2020-07-27 12:06:37 +02:00
Ludovic Courtès
e095c73ea0
nls: Update 'fr' translation.
2020-07-27 12:06:37 +02:00
Anders Thuné
e4b8feaf5c
gnu: Add xdg-desktop-portal-gtk.
...
* gnu/packages/freedesktop.scm (xdg-desktop-portal-gtk): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-27 12:06:36 +02:00
Anders Thuné
911504377f
gnu: Add xdg-desktop-portal.
...
* gnu/packages/freedesktop.scm (xdg-desktop-portal): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-27 12:06:36 +02:00
Ludovic Courtès
0c75dc7d0f
gnu: pipewire@0.3: Update to 0.3.7.
...
* gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.7.
2020-07-27 12:06:36 +02:00
Anders Thuné
ef43f74c2b
gnu: Add libportal.
...
* gnu/packages/freedesktop.scm (libportal): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-27 12:06:36 +02:00
Anders Thuné
d888a9c9f9
gnu: Add pipewire-0.3.
...
* gnu/packages/linux.scm (pipewire-0.3): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-27 12:06:36 +02:00
Robin Green
73cb3e103f
services: auditd: Provide default configuration directory.
...
* gnu/services/auditd.scm (auditd.conf)
(%default-auditd-configuration-directory): New variables.
(<auditd-configuration>): Switch to 'define-record-type*'.
[configuration-directory]: New field.
(auditd-shepherd-service): Honor 'configuration-directory'. Pass #:pid-file.
(auditd-service-type)[description]: Tweak.
[default-value]: Provide 'configuration-directory'.
* doc/guix.texi (Miscellaneous Services): Update docs to reflect
changes.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-27 12:06:36 +02:00
Ludovic Courtès
79501f26ab
services: Add 'unattended-upgrade-service-type'.
...
* gnu/services/admin.scm (<unattended-upgrade-configuration>): New
record type.
(%unattended-upgrade-log-file): New variable.
(unattended-upgrade-mcron-jobs, unattended-upgrade-log-rotations): New
procedures.
(unattended-upgrade-service-type): New variable.
* doc/guix.texi (Service Reference): Add 'provenance-service-type' anchor.
(Unattended Upgrades): New section.
2020-07-27 12:06:36 +02:00
Ludovic Courtès
c20e697ea1
gnu: guile-reader: Switch to Guile 3.0.
...
* gnu/packages/guile-xyz.scm (guile-reader)[inputs]: Switch to GUILE-3.0.
(guile2.2-reader): New variable.
* gnu/packages/guile-xyz.scm (haunt)[propagated-inputs]: Add GUILE-READER.
(guile2.2-haunt)[propagated-inputs]: Use GUILE2.2-READER.
* gnu/packages/skribilo.scm (skribilo)[propagated-inputs]: Use
GUILE2.2-READER and GUILE2.2-LIB.
2020-07-27 12:06:36 +02:00
Ludovic Courtès
a7c69419c2
gnu: guile-reader: Update to 0.6.3.
...
* gnu/packages/guile-xyz.scm (guile-reader): Update to 0.6.3.
[native-inputs]: Use GPERF instead of GPERF-3.0.
2020-07-27 12:06:35 +02:00
Ludovic Courtès
a396dd01bc
machine: ssh: Check for potential system downgrades.
...
This is a followup to 8e31736b0a .
* guix/scripts/system/reconfigure.scm (check-forward-update): Add
#:current-channels. Use it instead of OLD.
* gnu/services.scm (sexp->system-provenance): New procedure.
(system-provenance): Use it.
* gnu/machine/ssh.scm (<machine-ssh-configuration>)[allow-downgrades?]:
New field.
(machine-check-forward-update): New procedure.
(check-deployment-sanity)[assertions]: Call it.
* doc/guix.texi (Invoking guix deploy): Document 'allow-downgrades?'
field.
2020-07-27 12:06:35 +02:00
Ludovic Courtès
9296a2e511
processes: Allow 'less' to properly estimate line length.
...
Until now, the first few lines in the output of 'guix processes' could
disappear in 'less'.
* guix/ui.scm (call-with-paginated-output-port): Add #:less-options
parameter and honor it.
(with-paginated-output-port): Allow callers to pass #:less-options.
* guix/scripts/processes.scm (guix-processes): Pass #:less-options to
'with-paginated-output-port'.
2020-07-27 12:06:35 +02:00
Nicolas Goaziou
578a1d794b
gnu: qtspell: Add missing module.
2020-07-27 11:59:14 +02:00
Nicolas Goaziou
3844166f1c
gnu: Add qtspell.
...
* gnu/packages/qt.scm (qtspell): New variable.
2020-07-27 11:57:59 +02:00
Nicolas Goaziou
d8b9904e41
gnu: emacs-slime: Update to 2.25.
...
* gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.25.
2020-07-27 11:28:44 +02:00
Nicolas Goaziou
6de772d9d4
gnu: emacs-magit-popup: Update to 2.13.3.
...
* gnu/packages/emacs-xyz.scm (emacs-magit-popup): Update to 2.13.3.
2020-07-27 11:26:57 +02:00
Nicolas Goaziou
a0a7fdd3d8
gnu: emacs-ebuild-mode: Update to 1.51.
...
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.51.
2020-07-27 11:25:05 +02:00
Nicolas Goaziou
45c4bb10e4
gnu: emacs-company: Update to 0.9.13.
...
* gnu/packages/emacs-xyz.scm (emacs-company): Update to 0.9.13.
[source]: Use GNU ELPA URL.
[arguments]: Remove section.
2020-07-27 11:22:23 +02:00
Maxim Cournoyer
2bd84c50ff
gnu: plotutils: Fix build on non-x86_64 architectures.
...
* gnu/packages/patches/plotutils-spline-test.patch: Add patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/plotutils.scm (plotutils)[patches]: Apply it.
2020-07-27 00:02:10 -04:00
Tobias Geerinckx-Rice
94b688925f
gnu: btrfs-progs: Update to 5.7.
...
* gnu/packages/linux.scm (btrfs-progs): Update to 5.7.
2020-07-27 04:25:30 +02:00
Tobias Geerinckx-Rice
0a76da8480
gnu: s6-rc: Update to 0.5.1.4.
...
* gnu/packages/skarnet.scm (s6-rc): Update to 0.5.1.4.
2020-07-27 04:25:29 +02:00
Tobias Geerinckx-Rice
a4feaef44a
gnu: you-get: Update to 0.4.1456.
...
* gnu/packages/video.scm (you-get): Update to 0.4.1456.
2020-07-27 04:25:28 +02:00
Tobias Geerinckx-Rice
90881528b3
gnu: youtube-viewer: Update to 3.7.7.
...
* gnu/packages/video.scm (youtube-viewer): Update to 3.7.7.
2020-07-27 04:25:27 +02:00
Tobias Geerinckx-Rice
92af56501c
gnu: xfce4-timer-plugin: Update to 1.7.1.
...
* gnu/packages/xfce.scm (xfce4-timer-plugin): Update to 1.7.1.
2020-07-27 04:25:27 +02:00
Tobias Geerinckx-Rice
c6d3654967
gnu: xfce4-whiskermenu-plugin: Update to 2.4.6.
...
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.4.6.
2020-07-27 04:25:25 +02:00
Tobias Geerinckx-Rice
c64f0eea88
gnu: python-jedi: Update to 0.17.2.
...
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.17.2.
[source, arguments]: Remove upstreamed patching.
* gnu/packages/patches/python-jedi-sort-project-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-07-27 04:25:24 +02:00
Tobias Geerinckx-Rice
083bc36215
gnu: python-dbus: Update to 1.2.16.
...
* gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.16.
2020-07-27 04:25:23 +02:00
Hendursaga
0eea55967c
gnu: isync: Update to 1.3.2.
...
* gnu/packages/mail.scm (isync): Update to 1.3.2.
[home-page]: Update home-page.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-07-26 20:09:33 -04:00
Efraim Flashner
e951c9f205
gnu: asciidoc: Don't use unstable tarball.
...
* gnu/packages/documentation.scm (asciidoc)[source]: Download using
git-fetch.
2020-07-26 22:19:12 +03:00
Efraim Flashner
0c6b92d272
gnu: enlightenment: Update to 0.24.2.
...
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.24.2.
2020-07-26 22:08:42 +03:00
Tobias Geerinckx-Rice
15b8b85879
gnu: perl-io-compress: Update to 2.095.
...
* gnu/packages/perl-compression.scm (perl-io-compress): Update to 2.095.
2020-07-26 20:45:02 +02:00
Tobias Geerinckx-Rice
4a0a0c7455
gnu: perl-compress-raw-zlib: Update to 2.095.
...
* gnu/packages/perl-compression.scm (perl-compress-raw-zlib): Update to 2.095.
2020-07-26 20:45:02 +02:00
Tobias Geerinckx-Rice
96743f339d
gnu: perl-compress-raw-bzip2: Update to 2.095.
...
* gnu/packages/perl-compression.scm (perl-compress-raw-bzip2): Update to 2.095.
2020-07-26 20:45:01 +02:00
Tobias Geerinckx-Rice
b1953a196a
gnu: perl-compress-bzip2: Update to 2.28.
...
* gnu/packages/perl-compression.scm (perl-compress-bzip2): Update to 2.28.
2020-07-26 20:45:01 +02:00
Tobias Geerinckx-Rice
430ae98d2b
gnu: zam-plugins: Update to 3.13.
...
* gnu/packages/music.scm (zam-plugins): Update to 3.13.
2020-07-26 20:45:01 +02:00
Tobias Geerinckx-Rice
94050eaff8
gnu: libostree: Update to 2020.4.
...
* gnu/packages/package-management.scm (libostree): Update to 2020.4.
2020-07-26 20:45:01 +02:00
Tobias Geerinckx-Rice
ae383cdfc6
gnu: jasper: Update to 2.0.17.
...
* gnu/packages/image.scm (jasper): Update to 2.0.17.
2020-07-26 20:45:01 +02:00
Tobias Geerinckx-Rice
e6c2c4a022
gnu: libblockdev: Update to 2.24.
...
* gnu/packages/disk.scm (libblockdev): Update to 2.24.
2020-07-26 20:45:01 +02:00
Tobias Geerinckx-Rice
5f39462b6b
gnu: python-psycopg2: Update to 2.8.5.
...
* gnu/packages/databases.scm (python-psycopg2): Update to 2.8.5.
2020-07-26 20:45:00 +02:00
Tobias Geerinckx-Rice
feac55dd58
gnu: fping: Update to 4.4.
...
* gnu/packages/networking.scm (fping): Update to 4.4.
2020-07-26 20:45:00 +02:00
Tobias Geerinckx-Rice
5292f74284
gnu: mu: Update to 1.4.12.
...
* gnu/packages/mail.scm (mu): Update to 1.4.12.
2020-07-26 20:45:00 +02:00
Tobias Geerinckx-Rice
b2c163cec3
gnu: python-bleach: Update to 3.1.5.
...
* gnu/packages/python-xyz.scm (python-bleach): Update to 3.1.5.
2020-07-26 20:45:00 +02:00
Tobias Geerinckx-Rice
310f83497d
gnu: python-flask-sqlalchemy: Update to 2.4.4.
...
* gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.4.4.
2020-07-26 20:45:00 +02:00
Mathieu Othacehe
e5b6ae9154
gnu: guix: Update to 1.1.0-18.0addee1.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-18.0addee1.
2020-07-26 18:51:59 +02:00
Mathieu Othacehe
218a67dfab
installer: Add NTFS support.
...
This adds support for creating and editing NTFS partitions. It is however not
possible yet to create root NTFS partitions, as overlaying on top of a fuse
partition does not seem supported.
* gnu/installer.scm (installer-program): Add "ntfs-3g" to the inputs.
* gnu/installer/parted.scm (user-fs-type-name, user-fs-type->mount-type,
partition-filesystem-user-type, create-ntfs-file-system,
format-user-partitions): Add NTFS support.
* gnu/installer/newt/partition.scm (run-fs-type-page): Add NTFS support.
2020-07-26 18:35:10 +02:00
Mathieu Othacehe
675e56221e
file-systems: Add NTFS support.
...
* gnu/system/uuid.scm (%ntfs-endianness): New macro,
(ntfs-uuid->string): new procedure,
(%ntfs-endianness): new variable,
(string->ntfs-uuid): new exported procedure,
(%uuid-parsers): add NTFS support,
(%uuid-printers): add NTFS support.
* gnu/build/file-systems.scm (%ntfs-endianness): New macro,
(ntfs-superblock?, read-ntfs-superblock, ntfs-superblock-uuid,
check-ntfs-file-system): new procedure,
(%partition-uuid-readers): add NTFS support,
(check-file-system): add NTFS support.
2020-07-26 18:35:10 +02:00
Efraim Flashner
1f322c5eb3
gnu: newsboat: Update to 2.20.1.
...
* gnu/packages/syndication.scm (newsboat): Update to 2.20.1.
[source]: Add snippet to loosen version requirement on crate dependency.
[build-system]: Switch to cargo-build-system.
[native-inputs]: Remove asciidoc, add openssl, asciidoctor.
[arguments]: Add gnu-build-system module. Add vendor-dir, cargo-inputs,
cargo-development-inputs fields. Don't delete 'configure phase. Add
custom 'dont-vendor-self-phase. Replace 'build, 'check, 'install phases
with gnu counterparts.
(newsboat-2.13): New variable.
2020-07-26 19:20:24 +03:00
Nicolas Goaziou
316df38a44
gnu: emacs-ctrlf: Update to 1.1.
...
* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.1.
2020-07-26 17:51:33 +02:00
Nicolas Goaziou
9a5d56e047
gnu: emacs-prescient: Update to 5.0.
...
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 5.0.
2020-07-26 17:50:30 +02:00
Nicolas Goaziou
46d2236404
gnu: emacs-selectrum: Update to 2.0.
...
* gnu/packages/emacs-xyz.scm (emacs-selectrum): Update to 2.0.
2020-07-26 17:49:28 +02:00
Nicolas Goaziou
f01c3c41be
gnu: emacs-chronometrist: Update to 0.5.3.
...
* gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.5.3.
[source]: Update URL.
[arguments]: Add phases.
[propagated-inputs]: Add `emacs-ts'.
[home-page]: Update URL.
2020-07-26 17:45:33 +02:00
Nicolas Goaziou
32e75c78f8
gnu: grammalecte: Update to 1.11.0.
...
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.11.0.
2020-07-26 17:00:38 +02:00
Alexandru-Sergiu Marton
16148623f1
gnu: rust-serde-test-1.0: Remove minor version from package name.
...
* gnu/packages/crates-io.scm (rust-serde-test-1.0): Rename to
rust-serde-test-1.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net >
2020-07-26 15:17:35 +02:00
Alexandru-Sergiu Marton
ef1f71e0ae
gnu: rust-serde-derive-1.0: Remove minor version from package name.
...
* gnu/packages/crates-io.scm (rust-serde-derive-1.0): Rename to
rust-serde-derive-1.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net >
2020-07-26 15:17:05 +02:00
Alexandru-Sergiu Marton
40908e02f3
gnu: rust-serde-json-1.0: Remove minor version from package name.
...
* gnu/packages/crates-io.scm (rust-serde-json-1.0): Rename to rust-serde-json-1.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net >
2020-07-26 15:16:23 +02:00
Alexandru-Sergiu Marton
271161db25
gnu: rust-serde-1.0: Remove minor version from package name.
...
* gnu/packages/crates-io.scm (rust-serde-1.0): Rename to rust-serde-1.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net >
2020-07-26 15:08:27 +02:00
Oleg Pykhalov
6bd6b12350
gnu: Add xmenu.
...
* gnu/packages/wm.scm (xmenu): New variable.
2020-07-26 15:21:14 +03:00
Oleg Pykhalov
ab751d5320
gnu: Add xclickroot.
...
* gnu/packages/wm.scm (xclickroot): New variable.
2020-07-26 15:20:26 +03:00
Marius Bakke
ebd1ba713c
gnu: glibc: Remove old versions.
...
* gnu/packages/patches/glibc-CVE-2015-5180.patch,
gnu/packages/patches/glibc-CVE-2015-7547.patch,
gnu/packages/patches/glibc-CVE-2016-3075.patch,
gnu/packages/patches/glibc-CVE-2016-3706.patch,
gnu/packages/patches/glibc-CVE-2016-4429.patch,
gnu/packages/patches/glibc-CVE-2017-1000366-pt1.patch,
gnu/packages/patches/glibc-CVE-2017-1000366-pt2.patch,
gnu/packages/patches/glibc-CVE-2017-1000366-pt3.patch,
gnu/packages/patches/glibc-o-largefile.patch,
gnu/packages/patches/glibc-vectorized-strcspn-guards.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/base.scm (glibc-2.26, glibc-2.25, glibc-2.24, glibc-2.23,
glibc-2.22): Remove variables.
2020-07-26 13:37:12 +02:00
Marius Bakke
ccc1d743a6
gnu: ungoogled-chromium: Use tcmalloc.
...
* gnu/packages/chromium.scm (%preserved-third-party-files): Preserve the
bundled fork of tcmalloc.
(ungoogled-chromium)[arguments]: Remove "use_allocator" from #:configure-flags.
2020-07-26 13:20:14 +02:00
Ivan Kozlov
f11d429071
gnu: icecat: Add libxscrnsaver to runtime LD_LIBRARY_PATH
...
IceCat loads libXss.so at runtime to inhibit screen locking if other interfaces are unavailable.
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Add libxscrnsaver to
wrap-program arguments.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net >
2020-07-26 13:11:43 +02:00
Oleg Pykhalov
ce9c5bb79c
gnu: emacs-treemacs-extra: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-treemacs-extra)[propagated-inputs]: Add
EMACS-PERSP-MODE.
2020-07-26 12:27:03 +03:00
Oleg Pykhalov
22257dc70e
gnu: Add emacs-org-generate.
...
* gnu/packages/emacs-xyz.scm (emacs-org-generate): New variable.
2020-07-26 12:27:03 +03:00
Oleg Pykhalov
9d36948c54
gnu: Add emacs-cort.
...
* gnu/packages/emacs-xyz.scm (emacs-cort): New variable.
2020-07-26 12:27:00 +03:00
Oleg Pykhalov
ce1c549290
gnu: emacs-ansi: Update to 0.4.1-1.a41d5cc.
...
* gnu/packages/emacs-xyz.scm (emacs-ansi): Update to 0.4.1-1.a41d5cc.
2020-07-26 10:57:22 +03:00
Jakub Kądziołka
74dc65b834
gnu: quassel: Fix icons in Qt interface.
...
* gnu/packages/irc.scm (quassel)[inputs]: Add qtsvg.
[build-system]: Switch to qt-build-system.
2020-07-26 01:36:46 +02:00
Tobias Geerinckx-Rice
19cf83426a
gnu: nomad: Fix build.
...
* gnu/packages/guile-xyz.scm (nomad)[inputs]: Use Guile 2.2 library packages.
[arguments]: Treat warnings as warnings.
2020-07-25 23:56:23 +02:00
Tobias Geerinckx-Rice
fa0c177493
gnu: flint: Update to 2.6.1.
...
* gnu/packages/algebra.scm (flint): Update to 2.6.1.
2020-07-25 22:13:24 +02:00
Tobias Geerinckx-Rice
9f3043625d
gnu: kyotocabinet: Update to 1.2.78.
...
* gnu/packages/databases.scm (kyotocabinet): Update to 1.2.78.
2020-07-25 22:13:24 +02:00
Ludovic Courtès
9a6322774d
guix system: Report file system errors using 'report-error'.
...
* guix/scripts/system.scm (check-file-system-availability)[file-system-location*]:
Return a <location> record instead of a string.
[error]: Use 'report-error' instead of 'format'.
Change callers accordingly.
2020-07-25 19:11:37 +02:00
Ludovic Courtès
d51bfe242f
Use 'formatted-message' instead of '&message' where appropriate.
...
* gnu.scm (%try-use-modules): Use 'formatted-message' instead of
'&message'.
* gnu/machine/digital-ocean.scm (maybe-raise-unsupported-configuration-error):
Likewise.
* gnu/machine/ssh.scm (machine-check-file-system-availability): Likewise.
(machine-check-building-for-appropriate-system): Likewise.
(deploy-managed-host): Likewise.
(maybe-raise-unsupported-configuration-error): Likewise.
* gnu/packages.scm (search-patch): Likewise.
* gnu/services.scm (%service-with-default-value): Likewise.
(files->etc-directory): Likewise.
(fold-services): Likewise.
* gnu/system.scm (locale-name->definition*): Likewise.
* gnu/system/mapped-devices.scm (check-device-initrd-modules): Likewise.
(check-luks-device): Likewise.
* guix/channels.scm (latest-channel-instance): Likewise.
* guix/cve.scm (json->cve-items): Likewise.
* guix/git-authenticate.scm (commit-signing-key): Likewise.
(commit-authorized-keys): Likewise.
(authenticate-commit): Likewise.
(verify-introductory-commit): Likewise.
* guix/remote.scm (remote-pipe-for-gexp): Likewise.
* guix/scripts/graph.scm (assert-package): Likewise.
* guix/scripts/offload.scm (private-key-from-file*): Likewise.
* guix/ssh.scm (authenticate-server*): Likewise.
(open-ssh-session): Likewise.
(remote-inferior): Likewise.
* guix/ui.scm (matching-generations): Likewise.
* guix/upstream.scm (package-update): Likewise.
* tests/channels.scm ("latest-channel-instances, missing introduction for 'guix'"):
Catch 'formatted-message?'.
("authenticate-channel, wrong first commit signer"): Likewise.
* tests/lint.scm ("patches: not found"): Adjust message string.
* tests/packages.scm ("patch not found yields a run-time error"): Catch
'formatted-message?'.
* guix/lint.scm (check-patch-file-names): Handle 'formatted-message?'.
(check-derivation): Ditto.
2020-07-25 19:11:37 +02:00
Ludovic Courtès
252a1926bc
diagnostics: Add '&formatted-message'.
...
This allows 'gettext' to be called on the format string at the site
where the exception is caught (rather than the site where it's thrown).
It also allows for argument highlighting.
* guix/diagnostics.scm (&formatted-message): New condition type.
(check-format-string): New procedure.
(formatted-message): New macro.
* guix/ui.scm (report-load-error): Add clause for 'formatted-message?'.
(warn-about-load-error): Likewise.
(call-with-error-handling): Likewise.
(read/eval): Likewise.
2020-07-25 19:11:36 +02:00
Ludovic Courtès
860f3d7749
diagnostics: Add a procedural variant of diagnostic procedures.
...
Callers can pass 'report-error', 'warning', etc. to 'apply'.
* guix/diagnostics.scm (trivial-format-string?): New procedure, moved
from...
(highlight-argument): ... here.
(define-diagnostic): Add 'identifier?' clause.
(emit-diagnostic): New procedure.
2020-07-25 19:11:36 +02:00
Ludovic Courtès
efe037fc5c
ui: Factorize '&message' handling.
...
* guix/ui.scm (call-with-error-handling): Factorize the three
'message-condition?' clauses into one.
2020-07-25 19:11:36 +02:00
Ludovic Courtès
7a0bf3d533
file-systems: Convey hint via '&fix-hint'.
...
* gnu/system/file-systems.scm (btrfs-store-subvolume-file-name): Use
'&fix-hint' for the hint.
2020-07-25 19:11:36 +02:00
Ludovic Courtès
f9a8dd053c
utils: Move '&fix-hint' to (guix diagnostics).
...
* guix/utils.scm (&fix-hint): Move to...
* guix/diagnostics.scm (&fix-hint): ... here.
* gnu.scm: Adjust imports accordingly.
* gnu/system/mapped-devices.scm: Likewise.
* guix/channels.scm: Likewise.
* guix/profiles.scm: Likewise.
* guix/scripts/system/reconfigure.scm: Likewise.
* guix/ssh.scm: Likewise.
2020-07-25 19:11:36 +02:00
Ludovic Courtès
6a79eed920
utils: Remove compatibility re-export of 'memoize'.
...
The 'memoize' binding was re-exported in 2016, commit
19e1d5f7f9 , as a backwards-compatibility
measure that makes little sense now.
* guix/utils.scm: Don't re-export 'memoize'.
* guix/import/pypi.scm: Adjust imports.
* tests/pypi.scm: Remove duplicate (guix memoization) import.
2020-07-25 19:11:36 +02:00
Ludovic Courtès
a5e2fc7376
utils: Move <location> and '&error-location' to (guix diagnostics).
...
* guix/utils.scm (<location>, source-properties->location)
(location->source-properties, &error-location): Move to...
* guix/diagnostics.scm: ... here.
* gnu.scm: Adjust imports accordingly.
* gnu/machine.scm: Likewise.
* gnu/system.scm: Likewise.
* gnu/tests.scm: Likewise.
* guix/inferior.scm: Likewise.
* tests/channels.scm: Likewise.
* tests/packages.scm: Likewise.
2020-07-25 19:11:36 +02:00
Lars-Dominik Braun
07dbdbd766
gnu: beets: Support replaygain plugin.
...
* gnu/packages/music.scm (beets)[arguments]: Add 'wrap-typelib phase.
[inputs]: Add gstreamer, gst-plugins-base, gst-plugins-good,
gobject-introspection and python-pygobject.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-25 18:47:57 +02:00
Vinicius Monego
581b37c866
gnu: Add python-pre-commit.
...
* gnu/packages/version-control.scm (pre-commit): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-25 18:47:57 +02:00
Vinicius Monego
a5d27dbe8e
gnu: Add python-pytest-env.
...
* gnu/packages/python-check.scm (python-pytest-env): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-25 18:47:57 +02:00
Vinicius Monego
b8bf0f8c2c
gnu: Add python-nodeenv.
...
* gnu/packages/python-xyz.scm (python-nodeenv): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-25 18:47:57 +02:00
Vinicius Monego
48443dc880
gnu: Add python-identify.
...
* gnu/packages/python-xyz.scm (python-identify): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-25 18:47:57 +02:00
Vinicius Monego
9c4d0d29a2
gnu: Add python-cfgv.
...
* gnu/packages/python-xyz.scm (python-cfgv): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-25 18:47:57 +02:00
Vinicius Monego
ea4972e6dc
gnu: Add python-covdefaults.
...
* gnu/packages/python-check.scm (python-covdefaults): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-25 18:47:56 +02:00
Vinicius Monego
8ea5d35e5c
gnu: Add python-pytest-mpl.
...
* gnu/packages/python-check.scm (python-pytest-mpl): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-25 18:47:56 +02:00
Vinicius Monego
04a3cb9984
gnu: Add python-pytest-remotedata.
...
* gnu/packages/python-check.scm (python-pytest-remotedata): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-25 18:47:56 +02:00
Vinicius Monego
8974f7d065
gnu: Add python-pytest-openfiles.
...
* gnu/packages/python-check.scm (python-pytest-openfiles): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-25 18:47:56 +02:00
Vinicius Monego
4202af69b4
gnu: Add python-pytest-filter-subpackage.
...
* gnu/packages/python-check.scm (python-pytest-filter-subpackage): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-25 18:47:56 +02:00
Vinicius Monego
5bec698d47
gnu: Add python-pytest-doctestplus.
...
* gnu/packages/python-check.scm (python-pytest-doctestplus): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-25 18:47:56 +02:00
Vinicius Monego
c0f52c41d8
gnu: Add python-pytest-arraydiff.
...
* gnu/packages/python-check.scm (python-pytest-arraydiff): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-25 18:47:56 +02:00
Tanguy Le Carrour
cd09634ad5
gnu: python-typing-extension: Update to 3.7.4.2.
...
* gnu/packages/python-xyz.scm (python-typing-extension): Update to 3.7.4.2.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-25 18:47:55 +02:00
Giacomo Leidi
29b659ead3
gnu: Add syncthing-gtk.
...
* gnu/packages/syncthing.scm (syncthing-gtk): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-25 18:47:55 +02:00
Marius Bakke
edce3b955d
gnu: procenv: Check is a native input.
...
* gnu/packages/linux.scm (procenv)[inputs]: Move CHECK ...
[native-inputs]: ... here.
2020-07-25 18:47:55 +02:00
Marius Bakke
406f3f9b8a
gnu: libsigrok: Remove unused input.
...
* gnu/packages/electronics.scm (libsigrok)[native-inputs]: Remove CHECK.
2020-07-25 18:47:55 +02:00
Marius Bakke
9ff9a64dd1
gnu: ao: Update source URI.
...
* gnu/packages/xiph.scm (ao)[source](uri): Adjust to current.
2020-07-25 18:47:55 +02:00
Joseph LaFreniere
b8901175b7
gnu: Add emacs-shx.
...
* gnu/packages/emacs-xyz.scm (emacs-shx): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-07-25 17:04:50 +03:00
Mathieu Othacehe
554fd0e869
gnu: Add guile-lzlib.
...
* gnu/packages/guile-xyz.scm (guile-lzlib): New variable.
2020-07-25 16:01:58 +02:00
Mathieu Othacehe
20df47e5a3
gnu: Add guile-zlib.
...
* gnu/packages/guile-xyz.scm (guile-zlib): New variable.
2020-07-25 14:47:47 +02:00
Michael Rohleder
8e969204d5
gnu: emacs-erc-hl-nicks: Update to 1.3.4.
...
* gnu/packages/emacs-xyz.scm (emacs-erc-hl-nicks): Update to 1.3.4.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-07-25 15:42:28 +03:00
Michael Rohleder
cffb787cbb
gnu: emacs-helm: Update to 3.6.4.
...
From 451290515c14b44aa00bd542e13a00a3898d4a90 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de >
Date: Mon, 20 Jul 2020 18:36:09 +0200
Subject: [PATCH] gnu: emacs-helm: Update to 3.6.4.
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.4.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-07-25 15:21:49 +03:00
Michael Rohleder
f92a03e332
gnu: emacs-org-re-reveal: Update to 3.0.2.
...
From 1c27f0dd4ab904319ba2b11c29afea07b7f4aca9 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de >
Date: Mon, 20 Jul 2020 18:55:29 +0200
Subject: [PATCH] gnu: emacs-org-re-reveal: Update to 3.0.2.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.0.2.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-07-25 15:20:08 +03:00
Trevor Hass
fb38560c82
gnu: Add azimuth.
...
* gnu/packages/games.scm (azimuth): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-07-25 15:13:39 +03:00
Tobias Geerinckx-Rice
30d6eb85da
gnu: squeak-vm: Enter build directory once.
...
* gnu/packages/smalltalk.scm (squeak-vm)[arguments]: Use CHDIR instead of
pseudofunctional WITH-DIRECTORY-EXCURSIONs. Drop the custom ‘build’ phase.
2020-07-25 13:55:57 +02:00
Tobias Geerinckx-Rice
b3c1dac11b
gnu: squeak-vm: Update home page.
...
* gnu/packages/smalltalk.scm (squeak-vm)[source, home-page]: Drop ‘www’ subdomain.
2020-07-25 13:55:56 +02:00
Tobias Geerinckx-Rice
db80caa8ca
gnu: wine-staging: Update to 5.13.
...
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 5.13.
2020-07-25 13:13:11 +02:00
Tobias Geerinckx-Rice
46b5e67eaf
gnu: mpg123: Update to 1.26.3.
...
* gnu/packages/mp3.scm (mpg123): Update to 1.26.3.
2020-07-25 13:13:11 +02:00
Tobias Geerinckx-Rice
0b772051d4
gnu: burp: Enable the live status monitor.
...
* gnu/packages/backup.scm (burp)[inputs]: Add ncurses.
2020-07-25 13:13:11 +02:00
Tobias Geerinckx-Rice
73f6a2ba54
gnu: bshapr: Update to 0.9.
...
* gnu/packages/music.scm (bshapr): Update to 0.9.
2020-07-25 13:13:10 +02:00
Tobias Geerinckx-Rice
b6d2e60175
gnu: fswatch: Update to 1.15.0.
...
* gnu/packages/monitoring.scm (fswatch): Update to 1.15.0.
2020-07-25 13:13:10 +02:00
Tanguy Le Carrour
6e06192ca4
gnu: python-tomlkit: Update to 0.6.0.
...
* gnu/packages/python-xyz.scm (python-tomlkit): Update to 0.6.0.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-07-25 13:28:31 +03:00
Tanguy Le Carrour
5a6d0413a9
gnu: python-pifpaf: Update to 2.5.0.
...
* gnu/packages/python-xyz.scm (python-pifpaf): Update to 2.5.0.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-07-25 13:26:37 +03:00
Tanguy Le Carrour
a45a259135
gnu: poetry: Update to 1.0.10.
...
* gnu/packages/python-xyz.scm (poetry): Update to 1.0.10.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-07-25 12:54:19 +03:00
Michael Rohleder
ad06328927
gnu: emacs-writeroom: Update to 3.10.
...
From f5c5d622aaf58bc485f73568513998cda35a8d2e Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de >
Date: Fri, 24 Jul 2020 13:46:39 +0200
Subject: [PATCH] gnu: emacs-writeroom: Update to 3.10.
* gnu/packages/emacs-xyz.scm (emacs-writeroom): Update to 3.10.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-07-25 12:48:29 +03:00
Michael Rohleder
44a2ee1d2b
gnu: emacs-helm-ag: Update to 0.62.
...
From 2a2b347b4abbd91eaf09f61643fdd22b51b21d4d Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de >
Date: Fri, 24 Jul 2020 13:17:59 +0200
Subject: [PATCH] gnu: emacs-helm-ag: Update to 0.62.
* gnu/packages/emacs-xyz.scm (emacs-helm-ag): Update to 0.62.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-07-25 12:48:18 +03:00
Michael Rohleder
1c51efdb55
gnu: emacs-helm-gtags: Update to 1.5.7.
...
From 4399c3eb815a16ae21c85bad33cd3c69e8d43c4f Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de >
Date: Fri, 24 Jul 2020 12:14:34 +0200
Subject: [PATCH] gnu: emacs-helm-gtags: Update to 1.5.7.
* gnu/packages/emacs-xyz.scm (emacs-helm-gtags): Update to 1.5.7.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-07-25 12:46:30 +03:00
Oleg Pykhalov
64c6282e7f
services: nix: Add extra-options.
...
* gnu/services/nix.scm (<nix-configuration>)[extra-options]: New field.
(nix-shepherd-service): Add this.
(nix-activation): Add new line to the end of /etc/nix/nix.conf file.
* doc/guix.texi (Miscellaneous Services)[Nix service]: Document this.
2020-07-25 12:27:35 +03:00
Oleg Pykhalov
3601d802d5
services: nix: Fix typo.
...
* gnu/services/nix.scm (<nix-configuration>): Fix typo.
2020-07-25 12:27:35 +03:00
Peng Mei Yu
ee67d193b3
services: nix: Export nix-configuration.
...
* gnu/services/nix.scm (nix-configuration, nix-configuration?): Export.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-07-25 12:27:35 +03:00
Peng Mei Yu via Guix-patches via
db65d7447c
services: nix: Provide nix commands.
...
* gnu/services/nix.scm (nix-service-type): Extend profile-service-type to
provide nix commands.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-07-25 12:27:35 +03:00
Vinicius Monego
1a29027356
gnu: Add srain.
...
* gnu/packages/irc.scm (srain): New package.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org >
2020-07-25 16:01:34 +08:00
Michael Rohleder
6bbd0fd202
gnu: Add bashtop.
...
* gnu/packages/admin.scm (bashtop): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org >
2020-07-25 15:37:36 +08:00
Ivan Kozlov
144d74f841
gnu: Replace transset-df with transset.
...
transset-df was last updated in 2007. The patches got merged upstream a long
time ago, which is maintained by the X.Org project.
* gnu/packages/xorg.scm (transset): New variable.
(transset-df): Define as ‘deprecated package’.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org >
2020-07-25 15:21:04 +08:00
Evan Straw
30aa5dd7e7
gnu: emacs-use-package: Install texinfo manual.
...
* gnu/packages/emacs-xyz.scm (emacs-use-package).
[native-inputs]: Add texinfo.
[arguments]: Add phase for installation of the texinfo manual.
Signed-off-by: Brett Gilio <brettg@gnu.org >
2020-07-24 21:01:41 -05:00
Jesse Gibbons
982a6e79a2
gnu: chroma: Configure with inline attribute.
...
* gnu/packages/games.scm (chroma)[configure-flags]: Add flag to properly
support inline attribute of STD C89.
Signed-off-by: Brett Gilio <brettg@gnu.org >
2020-07-24 20:14:46 -05:00
Brett Gilio
2621c6a9ea
gnu: emacs-telega: Update to 0.6.28.
...
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.6.28.
2020-07-24 18:35:17 -05:00
Alexandru-Sergiu Marton
cae4798e84
gnu: i3-gaps: Update to 4.18.1.
...
* gnu/packages/wm.scm (i3-gaps): Update to 4.18.1.
Signed-off-by: Brett Gilio <brettg@gnu.org >
2020-07-24 17:42:04 -05:00
Marius Bakke
7a9a27a051
gnu: libseccomp: Skip test that fails in QEMU user-mode emulation.
...
* gnu/packages/linux.scm (libseccomp)[arguments]: Add phase to skip one test.
2020-07-24 21:08:36 +02:00
Marius Bakke
819b8b2728
gnu: libseccomp: Do not build the static library.
...
* gnu/packages/linux.scm (libseccomp)[arguments]: New field.
2020-07-24 21:08:36 +02:00
Marius Bakke
f5bb997d1e
gnu: ccid: Update to 1.4.33.
...
* gnu/packages/security-token.scm (ccid): Update to 1.4.33.
2020-07-24 21:08:36 +02:00
Marius Bakke
2cb20a3e01
gnu: nginx: Update to 1.19.1.
...
* gnu/packages/web.scm (nginx): Update to 1.19.1.
2020-07-24 21:08:36 +02:00
Marius Bakke
6a0f9c8729
gnu: rocksdb: Update to 6.11.4.
...
* gnu/packages/databases.scm (rocksdb): Update to 6.11.4.
2020-07-24 21:08:36 +02:00
Marius Bakke
56a1ffeb68
gnu: libseccomp: Update to 2.5.0.
...
* gnu/packages/linux.scm (libseccomp): Update to 2.5.0.
[native-inputs]: Add GPERF.
2020-07-24 21:08:36 +02:00
Marius Bakke
ffac364a8e
gnu: hitch: Update to 1.6.0.
...
* gnu/packages/web.scm (hitch): Update to 1.6.0.
2020-07-24 21:08:36 +02:00
Marius Bakke
24128818d0
gnu: libaacs: Update to 0.11.0.
...
* gnu/packages/video.scm (libaacs): Update to 0.11.0.
2020-07-24 21:08:35 +02:00
Marius Bakke
edfd70dbe4
gnu: ffmpeg: Update to 4.3.1.
...
* gnu/packages/video.scm (ffmpeg): Update to 4.3.1.
2020-07-24 21:08:35 +02:00
Marius Bakke
8e61934369
gnu: re2: Update to 2020-07-06.
...
* gnu/packages/regex.scm (re2): Update to 2020-07-06.
[source](modules, snippet): Remove.
2020-07-24 21:08:35 +02:00
Marius Bakke
bdbf4d54c4
gnu: spdlog: Update to 1.7.0.
...
* gnu/packages/logging.scm (spdlog): Update to 1.7.0.
2020-07-24 21:08:35 +02:00
Marius Bakke
7e482107e8
gnu: fluidsynth: Update to 2.1.4.
...
* gnu/packages/audio.scm (fluidsynth): Update to 2.1.4.
2020-07-24 21:08:35 +02:00
Marius Bakke
630b75f76a
gnu: exiv2: Update to 0.27.3.
...
* gnu/packages/image.scm (exiv2): Update to 0.27.3.
2020-07-24 21:08:35 +02:00
Marius Bakke
bceadaf42e
gnu: libebml: Update to 1.4.0.
...
* gnu/packages/xml.scm (libebml): Update to 1.4.0.
2020-07-24 21:08:35 +02:00
Marius Bakke
457a9a1343
gnu: libmatroska: Update to 1.6.0.
...
* gnu/packages/video.scm (libmatroska): Update to 1.6.0.
2020-07-24 21:08:35 +02:00
Marius Bakke
271f278640
gnu: LibRaw: Update to 0.20.0 [fixes CVE-2020-15503].
...
* gnu/packages/photo.scm (libraw): Update to 0.20.0.
* gnu/packages/image.scm (freeimage)[source](patches): Add LibRaw
compatibility patch.
2020-07-24 21:08:34 +02:00
Ludovic Courtès
e85d7ed609
quirks: Adjust patch to allow traveling back to Dec. 2018.
...
Fixes <https://bugs.gnu.org/42519 >.
This fixes:
guix time-machine --commit=897f303d2fa61497a931cf5fcb43349eb5f44c14
a commit dated Dec. 2018.
* guix/quirks.scm (%bug-41214-patch)[accesses-guile-2.2-optimization-options?]:
Add second 'match' clause.
2020-07-24 18:56:25 +02:00
Ludovic Courtès
cb3bae900f
doc: Mention the channel keyring branch.
...
Reported by Pierre Neidhardt <mail@ambrevar.xyz >.
* doc/guix.texi (Channels): Mention the keyring branch and the
'keyring-reference' bit in '.guix-channel'.
2020-07-24 18:56:25 +02:00
Ludovic Courtès
9c7581a127
doc: Use an existing commit in channel example.
...
Suggested by zimoun <zimon.toutoune@gmail.com >.
* doc/guix.texi (Channels): Use the commit for 'v1.0.0' instead of a
non-existing commit in example.
2020-07-24 18:56:25 +02:00
Marius Bakke
beb7a28110
gnu: luminance-hdr: Update to 2.6.0.
...
* gnu/packages/patches/luminance-hdr-qt-printer.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/image-viewers.scm (luminance-hdr): Update to 2.6.0.
[inputs]: Add QTSVG and EIGEN.
[arguments]: Add #:tests? #f.
2020-07-24 15:02:14 +02:00
Marius Bakke
0b95f51eae
gnu: enigma: Fix build with GCC >= 6.
...
* gnu/packages/games.scm (enigma)[arguments]: Add phase to substitute faulty
comparison.
2020-07-24 15:02:14 +02:00
Marius Bakke
dc6cd35e6d
gnu: gpscorrelate: Update to 2.0.
...
* gnu/packages/gps.scm (gpscorrelate): Update to 2.0.
[arguments]: Remove #:tests?.
[inputs]: Remove GTK+-2. Add GTK+.
2020-07-24 15:02:01 +02:00
Justus Winter
3922208091
gnu: Add dkgpg.
...
* gnu/packages/openpgp.scm (dkgpg): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-24 14:21:31 +02:00
Justus Winter
d51cb7f85f
gnu: Add libtmcg.
...
* gnu/packages/openpgp.scm: New file.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-24 14:21:31 +02:00
Ludovic Courtès
ac928d3e9e
import: github: Gracefully handle projects that have disappeared.
...
Fixes <https://bugs.gnu.org/42509 >.
Reported by Alexandru-Sergiu Marton <brown121407@posteo.ro >.
* guix/import/github.scm (fetch-releases-or-tags): Use 'http-fetch'
instead of 'json-fetch', and guard against 404 errors. Upon 404, emit a
warning and return the empty vector.
2020-07-24 14:21:30 +02:00
Ludovic Courtès
a553892215
pack: '-R' applies to propagated inputs too.
...
Fixes <https://bugs.gnu.org/42510 >.
* guix/scripts/pack.scm (wrapped-manifest-entry): Recurse on
'dependencies' field.
* tests/guix-pack-relocatable.sh: Add test.
2020-07-24 14:21:30 +02:00
Ludovic Courtès
12dc9f58c4
gnu: gcc: Fix libstdc++ misconfiguration.
...
Fixes <https://bugs.gnu.org/42392 >.
Reported by Maxim Cournoyer and Erik Garrison.
Until now, the generated <bits/c++config.h> would be incorrect (many
_GLIBCXX_HAVE macros would be undefined), which in turn would lead to
build failures for most C++ programs.
* gnu/packages/gcc.scm (gcc-6)[inputs]: Add LIBSTDC++-HEADERS.
(libstdc++, libstdc++-headers): New variables.
* gnu/packages/gcc.scm (gfortran): Change first argument to 'custom-gcc'
to remove dependency on LIBSTDC++-HEADERS.
2020-07-24 14:21:30 +02:00
Ludovic Courtès
b1d3c122e1
gnu: gcc@10: Update to 10.2.0.
...
* gnu/packages/gcc.scm (gcc-10): Update to 10.2.0.
2020-07-24 14:21:30 +02:00
Vinicius Monego
c1f38577c8
gnu: Add sleef.
...
* gnu/packages/maths.scm (sleef): New variable.
Signed-off-by: Brett Gilio <brettg@gnu.org >
2020-07-23 23:01:50 -05:00
Eric Bavier
548d4d810d
gnu: duplicity: Update to 0.8.14.
...
* gnu/packages/backup.scm (duplicity): Update to 0.8.14.
[native-inputs]: Add gettext, python-future, python-pytest,
python-pytest-runner, and python-setuptools-scm. Move other python2 packages
to python.
[propagated-inputs]: Ditto.
[inputs]: Use latest librsync.
[arguments]: Remove #:python argument. Adjust gpg substitution regex for
latest source.
2020-07-23 19:00:31 -05:00
Leo Famulari
0448bfe2d7
gnu: Fix Krita.
...
Fixes <https://bugs.gnu.org/42476 >.
Reported by linka on #guix.
* gnu/packages/patches/qtbase-fix-krita-deadlock.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/qt.scm (qtbase-for-krita): New variable.
* gnu/packages/kde.scm (krita)[inputs]: Replace qtbase with qtbase-for-krita.
2020-07-23 18:14:53 -04:00
Tobias Geerinckx-Rice
e21793fb3f
gnu: blender: Update to 2.83.3.
...
* gnu/packages/graphics.scm (blender): Update to 2.83.3.
2020-07-23 23:51:23 +02:00
Tobias Geerinckx-Rice
07af5c5e7a
gnu: dnsmasq: Update to 2.82.
...
* gnu/packages/dns.scm (dnsmasq): Update to 2.82.
2020-07-23 23:51:22 +02:00
Tobias Geerinckx-Rice
e0cb11734b
gnu: jo: Update to 1.4.
...
* gnu/packages/web.scm (jo): Update to 1.4.
2020-07-23 23:51:22 +02:00
Tobias Geerinckx-Rice
0e001b1f41
gnu: wavpack: Update to 5.3.2.
...
* gnu/packages/audio.scm (wavpack): Update to 5.3.2.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Replace the ‘bootstrap’ phase.
[native-inputs]: Add autoconf, automake, and libtool.
2020-07-23 23:51:22 +02:00
Tobias Geerinckx-Rice
9f38cdac5e
gnu: burp: Add ACL support.
...
* gnu/packages/backup.scm (burp)[inputs]: Add acl.
2020-07-23 23:51:22 +02:00
Tobias Geerinckx-Rice
5d26ba7ee3
gnu: burp: Update to 2.3.30.
...
* gnu/packages/backup.scm (burp): Update to 2.3.30.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[native-inputs]: Add autoconf and automake.
2020-07-23 23:51:22 +02:00
Tobias Geerinckx-Rice
4ba0f3b597
gnu: parallel: Update to 20200722.
...
* gnu/packages/parallel.scm (parallel): Update to 20200722.
2020-07-23 23:51:22 +02:00
Leo Famulari
e61b3bcd79
Revert "gnu: Fix Krita."
...
This reverts commit 5f63905096 .
This commit caused `guix pull` to crash like this:
------
Backtrace:
In ice-9/boot-9.scm:
222:29 19 (map1 _)
222:29 18 (map1 _)
222:29 17 (map1 _)
222:29 16 (map1 _)
222:17 15 (map1 (((gnu packages kde)) ((gnu packages libevent)) ((gnu packages libidn)) ((gnu packages #)) ((?)) ?))
3297:17 14 (resolve-interface (gnu packages kde) #:select _ #:hide _ #:prefix _ #:renamer _ #:version _)
In ice-9/threads.scm:
390:8 13 (_ _)
In ice-9/boot-9.scm:
3223:13 12 (_)
In ice-9/threads.scm:
390:8 11 (_ _)
In ice-9/boot-9.scm:
3507:20 10 (_)
2806:4 9 (save-module-excursion _)
3527:26 8 (_)
In unknown file:
7 (primitive-load-path "gnu/packages/kde" #<procedure 7f68d6fe5da0 at ice-9/boot-9.scm:3514:37 ()>)
In ice-9/eval.scm:
626:19 6 (_ #<directory (gnu packages kde) 7f68d6175b40>)
293:34 5 (_ #<directory (gnu packages kde) 7f68d6175b40>)
173:47 4 (_ #(#<directory (gnu packages kde) 7f68d6175b40> #<promise #<procedure 7f68dc5a5d00 at ice-9/eval.sc?>))
159:9 3 (_ #(#<directory (gnu packages kde) 7f68d6175b40> #<promise #<procedure 7f68dc5a5d00 at ice-9/eval.sc?>))
191:35 2 (_ #(#<directory (gnu packages kde) 7f68d6175b40> #<promise #<procedure 7f68dc5a5d00 at ice-9/eval.sc?>))
223:20 1 (proc #(#<directory (gnu packages kde) 7f68d6175b40> #<promise #<procedure 7f68dc5a5d00 at ice-9/eval?>))
In unknown file:
0 (%resolve-variable (7 . qtbase) #<directory (gnu packages kde) 7f68d6175b40>)
ERROR: In procedure %resolve-variable:
error: qtbase: unbound variable
------
2020-07-23 16:55:02 -04:00
Leo Famulari
5f63905096
gnu: Fix Krita.
...
Fixes <https://bugs.gnu.org/42476 >.
Reported by linka on #guix.
* gnu/packages/patches/qtbase-fix-krita-deadlock.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kde.scm (qtbase-for-krita): New variable.
(krita)[inputs]: Replace qtbase with qtbase-for-krita.
2020-07-23 16:43:33 -04:00
Marius Bakke
e165a2492d
gnu: ungoogled-chromium: Avoid top-level reference to LLD.
...
* gnu/packages/chromium.scm (lld-as-ld, lld-wrapper, lld/wrapped): Move into ...
(make-lld-wrapper): ... here. New procedure.
2020-07-23 19:35:53 +02:00
Brett Gilio
7235ce224e
gnu: Add mercury.
...
* gnu/local.mk (GNU_SYSTEM_MODULES): Add mercury.scm.
* gnu/packages/mercury.scm: New file.
2020-07-23 12:13:59 -05:00
Tobias Geerinckx-Rice
e4d341fa74
gnu: ccache: Update to 3.7.11.
...
* gnu/packages/ccache.scm (ccache): Update to 3.7.11.
2020-07-23 16:25:11 +02:00
Tobias Geerinckx-Rice
4f204533b7
gnu: ansible: Update to 2.9.11.
...
* gnu/packages/admin.scm (ansible): Update to 2.9.11.
2020-07-23 16:25:10 +02:00
Tobias Geerinckx-Rice
56d1ab2537
gnu: rgbds: Update to 0.4.1.
...
* gnu/packages/assembly.scm (rgbds): Update to 0.4.1.
2020-07-23 16:25:10 +02:00
Tobias Geerinckx-Rice
821237566f
gnu: fio: Update to 3.21.
...
* gnu/packages/benchmark.scm (fio): Update to 3.21.
2020-07-23 16:25:10 +02:00
Tobias Geerinckx-Rice
adaff1a481
gnu: warzone2100: Update to 3.4.1.
...
* gnu/packages/games.scm (warzone2100): Update to 3.4.1.
2020-07-23 16:25:09 +02:00
Efraim Flashner
3f8041f9cd
gnu: python-django: Add optional inputs.
...
* gnu/packages/django.scm (python-django)[propagated-inputs]: Add
python-argon2-cffi, python-bcrypt.
2020-07-23 12:25:11 +03:00
Efraim Flashner
f7b7c785b6
gnu: python-django: Update to 1.11.29.
...
* gnu/packages/django.scm (python-django): Update to 1.11.29.
2020-07-23 12:24:45 +03:00
Tanguy Le Carrour
2597e47d9e
gnu: khal: Fix a failing test.
...
* gnu/packages/calendar.scm (khal)[arguments]: Fix a failing test.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-23 11:04:23 +03:00
Brett Gilio
0b5960df47
gnu: polyml: Update to 5.8.1.
...
* gnu/packages/sml.scm (polyml): Update to 5.8.1.
2020-07-22 23:54:52 -05:00
Mark H Weaver
8570fe3b60
gnu: linux-libre: Update to 5.4.53.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.53.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.53.
2020-07-23 00:33:53 -04:00
Mark H Weaver
1c97d12bdb
gnu: linux-libre@5.7: Update to 5.7.10.
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.10.
(linux-libre-5.7-pristine-source): Update hash.
(deblob-scripts-5.7): Update to 5.7.10.
2020-07-23 00:33:50 -04:00
Mark H Weaver
5d24e8735e
gnu: linux-libre@4.19: Update to 4.19.134.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.134.
(linux-libre-4.19-pristine-source): Update hash.
(deblob-scripts-4.19): Update to 4.19.134.
2020-07-23 00:33:48 -04:00
Mark H Weaver
ceaeae8f06
gnu: linux-libre@4.14: Update to 4.14.189.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.189.
(linux-libre-4.14-pristine-source): Update hash.
(linux-libre-4.14-source): Remove %linux-libre-fix-atheros-9271-patch.
(deblob-scripts-4.14): Update to 4.14.189.
(%linux-libre-fix-atheros-9271-patch): Delete variable.
* gnu/packages/patches/linux-libre-fix-atheros-9271.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-07-23 00:33:17 -04:00
Mark H Weaver
19783b7420
gnu: linux-libre@4.9: Update to 4.9.231.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.231.
(linux-libre-4.9-pristine-source): Update hash.
(linux-libre-4.9-source): Remove %linux-libre-fix-atheros-9271-patch.
(deblob-scripts-4.9): Update to 4.9.231.
2020-07-23 00:21:59 -04:00
Mark H Weaver
90ff53af56
gnu: linux-libre@4.4: Update to 4.4.231.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.231.
(linux-libre-4.4-pristine-source): Update hash.
(linux-libre-4.4-source): Remove %linux-libre-fix-atheros-9271-patch.
(deblob-scripts-4.4): Update to 4.4.231.
2020-07-23 00:19:15 -04:00
Tobias Geerinckx-Rice
dc4d01ac71
gnu: nsd: Update to 4.3.2.
...
* gnu/packages/dns.scm (nsd): Update to 4.3.2.
2020-07-23 04:42:32 +02:00
Tobias Geerinckx-Rice
08644a01e3
gnu: wla-dx: Update to 9.11.
...
* gnu/packages/assembly.scm (wla-dx): Update to 9.11.
2020-07-23 03:33:41 +02:00
Tobias Geerinckx-Rice
edef139138
gnu: sslh: Update to 1.21b.
...
* gnu/packages/networking.scm (sslh): Update to 1.21b.
2020-07-23 03:33:41 +02:00
Tobias Geerinckx-Rice
e957bab76f
gnu: ledger: Update to 3.2.1.
...
* gnu/packages/finance.scm (ledger): Update to 3.2.1.
2020-07-23 03:33:40 +02:00
Eric Bavier
c4a9182e87
gnu: rdiff-backup: Update to 2.0.3.
...
* gnu/packages/backup.scm (rdiff-backup): Update to 2.0.3.
[native-inputs]: New field.
[inputs]: Use python3 and latest librsync.
[arguments]: Remove '#:python' argument.
[home-page]: Old url redirects, so use the new url.
2020-07-22 20:17:16 -05:00
Marius Bakke
71c237bdc8
gnu: ungoogled-chromium: Enable all release optimizations.
...
* gnu/packages/chromium.scm (ungoogled-chromium-snippet): Add substitution to
allow using unbundled dependencies in "official" builds.
(lld-as-ld, lld-wrapper, lld/wrapped): New variables.
(ungoogled-chromium)[arguments]: Add "is_official_build" to #:configure-flags.
Remove redundant or unnecessary flags, disable system protobuf. Use llvm-ar
and llvm-nm instead of their binutils equivalents.
[native-inputs]: Add LLD/WRAPPED.
[inputs]: Remove PROTOBUF.
2020-07-23 01:14:59 +02:00
Marius Bakke
300b795520
gnu: Clang: Install the CFI blacklist.
...
* gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Add phase to symlink
cfi_blacklist.txt from CLANG-RUNTIME.
2020-07-23 01:14:59 +02:00
Marius Bakke
66c3a35b1b
gnu: ungoogled-chromium: Add VA-API fix for some Intel systems.
...
* gnu/packages/chromium.scm (%arch-patches): New variable.
(ungoogled-chromium-snippet): Use it.
2020-07-23 01:14:59 +02:00
Arun Isaac
eb404f30ad
gnu: Add font-catamaran.
...
* gnu/packages/fonts.scm (font-catamaran): New variable.
2020-07-23 04:03:48 +05:30
Jesse Gibbons
c984b70ccb
gnu: jupyter-guile-kernel: Update to f25fb90 and build with Guile 3.
...
* gnu/packages/guile-xyz.scm (jupyter-guile-kernel): Update
to f25fb90. Re-indent package definition (using indent.el)
[phases]: Replace /home with /usr/local
[inputs]: Use GUILE-3.0 instead of GUILE-2.2, and GUILE-JSON-3 instead
of GUILE-JSON-1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-23 00:22:25 +02:00
Jesse Gibbons
3a27a3dc8f
gnu: guix-jupyter: Correct kernel search location.
...
gnu/packages/package-management.scm: guix-jupyter:
[phases]: Use guile 3.0 instead of 2.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-23 00:22:25 +02:00
Ludovic Courtès
8e31736b0a
guix system: 'reconfigure' disallows downgrades by default.
...
This is similar to what 9744cc7b46 did for
'guix pull'.
* guix/scripts/system/reconfigure.scm (ensure-forward-reconfigure)
(warn-about-backward-reconfigure, channel-relations)
(check-forward-update): New procedures.
* guix/scripts/system.scm (perform-action): Add #:validate-reconfigure.
Call 'check-forward-update' when ACTION is 'reconfigure.
(%options, show-help): Add "--allow-downgrades".
(%default-options): Add 'validate-reconfigure' key.
(process-action): Pass #:validate-reconfigure to 'perform-action'.
* doc/guix.texi (Invoking guix system): Document 'guix system describe'
more prominently, and document '--allow-downgrades'.
2020-07-23 00:22:25 +02:00
Ludovic Courtès
a620c9d51d
git: 'update-cached-checkout' has a new #:check-out? parameter.
...
* guix/git.scm (update-cached-checkout): Add #:check-out? parameter and
honor it.
2020-07-23 00:22:25 +02:00
Ludovic Courtès
1c058c382a
git: Factorize 'resolve-reference'.
...
* guix/git.scm (resolve-reference): New procedure.
(switch-to-ref): Use it.
2020-07-23 00:22:25 +02:00
Ludovic Courtès
9e0d896bf3
doc: Tweak mcron example.
...
* doc/guix.texi (Scheduled Job Execution): In example, move '%min-level'
definition after 'use-modules'.
2020-07-23 00:22:25 +02:00
Ludovic Courtès
63c799c1c5
doc: Recommend running 'guix git authenticate' when cloning the repo.
...
* doc/contributing.texi (Building from Git): Adjust instruction and
recommend 'guix git authenticate'.
2020-07-23 00:22:25 +02:00
Eric Bavier
2f648809e3
gnu: quadrapassel: Update to 3.36.02.
...
* gnu/packages/games.scm (quadrapassel): Update to 3.36.02.
[inputs]: Add gsound.
2020-07-22 17:14:55 -05:00
Tobias Geerinckx-Rice
d29821c67b
gnu: sudo: Update to 1.9.2.
...
* gnu/packages/admin.scm (sudo): Update to 1.9.2.
2020-07-22 22:48:09 +02:00
Oleg Pykhalov
4656180d5d
services: nix: Fix sandbox.
...
* gnu/tests/package-management.scm: New file.
* gnu/local.mk: Add this.
* gnu/services/nix.scm (<nix-configuration>): New record.
(nix-activation): Generate Nix config file which fixes sandbox.
(nix-service-type): Add default value.
(nix-shepherd-service): Allow provide Nix package.
* doc/guix.texi (Miscellaneous Services)[Nix service]<nix-configuration>:
Document record.
2020-07-22 22:10:11 +03:00
Oleg Pykhalov
cc339cd98d
services: base: Export references-file.
...
* gnu/services/base.scm (references-file): Export procedure.
2020-07-22 22:10:10 +03:00
Andreas Enge
7dcf529673
arb: Update to 2.18.1.
...
* gnu/packages/patches/arb-flint-2.6.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/algebra.scm (arb): Update to 2.18.1.
[source](patches): Remove.
2020-07-22 12:20:24 +02:00
Andreas Enge
e239135c56
gnu: gp2c: Update to 0.0.11pl4.
...
* gnu/packages/algebra.scm (gp2c): Update to 0.0.11pl4.
2020-07-22 12:13:04 +02:00
Marius Bakke
7cce2a6bd4
Revert "gnu: patchelf: Update to 0.11."
...
Patchelf has 700+ dependencies, so this should go through the staging branch.
This reverts commit 20cc8f9487 .
2020-07-22 01:38:19 +02:00
Michael Rohleder
20cc8f9487
gnu: patchelf: Update to 0.11.
...
* gnu/packages/elf.scm (patchelf): Update to 0.11.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-21 23:54:45 +02:00
Kyle Meyer
dbdfbec957
gnu: git-annex: Update to 8.20200720.1.
...
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200720.1.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-21 23:54:45 +02:00
Vinicius Monego
264070986f
gnu: Add chaiscript.
...
* gnu/packages/cpp.scm (chaiscript): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-21 23:54:45 +02:00
Alexandros Theodotou
569959dd66
gnu: Add remid-lv2.
...
* gnu/packages/music.scm (remid-lv2): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-21 23:54:45 +02:00
B. Wilson
f3130c6674
gnu: Add intel-xed.
...
* gnu/packages/assembly.scm (intel-xed): New variable.
* gnu/packages/patches/intel-xed-fix-nondeterminism.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add reference to new patch.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-21 23:54:44 +02:00
Vincent Legoll
737e9d5665
gnu: nsd: Update to 4.3.1.
...
* gnu/packages/dns.scm (nsd): Update to 4.3.1.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-21 23:54:44 +02:00
Marius Bakke
cd9e977af2
gnu: twm: Update to 1.0.11.
...
* gnu/packages/xorg.scm (twm): Update to 1.0.11.
[source](uri): Switch to '.xz' tarball.
2020-07-21 23:54:44 +02:00
Marius Bakke
2195ad6bd7
gnu: libvnc: Update to 0.9.13.
...
* gnu/packages/patches/libvnc-CVE-2018-20750.patch,
gnu/packages/patches/libvnc-CVE-2019-15681.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/vnc.scm (libvnc): Update to 0.9.13.
[source](patches): Remove.
[arguments]: Add phase to patch 'cc' invocation.
2020-07-21 23:54:44 +02:00
Marius Bakke
938f3190e7
services: ganeti: Fix erroneous gexp.
...
* gnu/services/ganeti.scm (ganeti-watcher-command): Add missing parens.
2020-07-21 23:54:44 +02:00
Marius Bakke
94d8924728
gnu: OpenSC: Update to 0.20.0 [security fixes].
...
This fixes CVE-2019-6502, CVE-2019-15946, CVE-2019-15945, CVE-2019-19480,
CVE-2019-19481, and CVE-2019-19479.
* gnu/packages/security-token.scm (opensc): Update to 0.20.0.
2020-07-21 23:54:43 +02:00
Marius Bakke
debcb84ad1
gnu: xorg-server: Update to 1.20.8.
...
* gnu/packages/xorg.scm (xorg-server): Update to 1.20.8.
(xorg-server-for-tests): Stay on 1.20.7.
2020-07-21 23:54:43 +02:00
Marius Bakke
81678e5ef7
gnu: bubblewrap: Build with Python 3.
...
* gnu/packages/virtualization.scm (bubblewrap)[native-inputs]: Change from
PYTHON-2 to PYTHON-WRAPPER.
2020-07-21 23:54:43 +02:00
Brett Gilio
d2e0b16c48
gnu: emacs-telega: Temporarily disable VOIP to work around issue.
...
* gnu/packages/emacs-xyz.scm (emacs-telega).
[source]: Bump to revision 3.
[arguments]: Temporarily disable VOIP functionality as it does not currently
work or link appropriately, causing issues on "foreign" distros. An issue has
been opened upstream. https://github.com/zevlg/telega.el/issues/191
[native-inputs]: Remove libtgvoip.
2020-07-21 16:41:48 -05:00
Brett Gilio
d4b02a6fba
gnu: emacs-telega: Patch to use telega-server from Guix.
...
* gnu/packages/patches/emacs-telega-patch-server-functions.patch: New file.
* gnu/local.mk (dist_patch_DATA): Reference new patch.
* gnu/packages/emacs-xyz.scm (emacs-telega)[source]: Use new patch, bump
revision.
2020-07-21 12:51:04 -05:00
Maxim Cournoyer
1a1369dc3d
gnu: Add emacs-qml-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-qml-mode): New variable.
2020-07-21 13:09:56 -04:00
Tanguy Le Carrour
0a93e8ce32
gnu: Add python-isbnlib.
...
* gnu/packages/python-xyz.scm (python-isbnlib): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-21 18:42:11 +02:00
Tanguy Le Carrour
0c50cad238
gnu: Add python-mamba.
...
* gnu/packages/python-xyz.scm (python-mamba): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-21 18:40:29 +02:00
Mike Rosset
85fcceeea1
gnu: g-golf: Update to git revision 804.
...
* gnu/packages/guile-xyz.scm (g-golf): Update to git revision 804.
[inputs]: Add xorg-server input for test phase..
[arguments]: start-xorg-server phase now starts Xvfg before check phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-21 18:26:57 +02:00
Ludovic Courtès
b3679394ec
git-authenticate: Show fingerprint in missing-key error message.
...
* guix/git-authenticate.scm (commit-signing-key): In the 'missing-key'
case, add call to 'openpgp-format-fingerprint'.
2020-07-21 18:22:49 +02:00
Ludovic Courtès
e5c0005956
lint: source: Always return a list.
...
Fixes a regression introduced in
c10526672e .
Previously we would return *unspecified* for a package whose source is
not an origin.
* guix/lint.scm (check-source): Add alternate 'if' branch.
2020-07-21 17:50:44 +02:00
Ludovic Courtès
fa3d9c4db4
upstream: 'download-tarball' gracefully handles missing signatures.
...
This avoids a backtrace with "guix refresh -u rdiff-backup", which has
".asc" signatures instead of ".sig".
* guix/upstream.scm (download-tarball): Gracefully handle the case where
SIG is false.
* guix/gnu-maintenance.scm (latest-savannah-release): Add comment about
'file->signature'.
2020-07-21 17:50:44 +02:00
Ludovic Courtès
ad5cb62d4a
doc: Mention the 'savannah' updater.
...
* doc/guix.texi (Invoking guix refresh): Mention 'savannah' updater.
2020-07-21 17:50:44 +02:00
Efraim Flashner
2313be9041
gnu: python-pifpaf: Enable tests.
...
* gnu/packages/python-xyz.scm (python-pifpaf)[arguments]: Enable tests.
Use custom 'check phase.
2020-07-21 16:05:47 +03:00
Efraim Flashner
ff7a6c6d5b
gnu: python-django-mailman3: Fix dangling python2- variant.
...
* gnu/packages/mail.scm (python-django-mailman3)[properties]: Correctly
identify the python2- variant.
2020-07-21 15:52:00 +03:00
Efraim Flashner
faec049c3b
gnu: postorius: Update to 1.3.3.
...
* gnu/packages/mail.scm (postorius): Update to 1.3.3.
[arguments]: Build with python-3. Add custom 'check phase.
[inputs]: Replace python2-django, python2-django-mailman3,
python2-django-mailmanclient with python- variants. Add
python-readme-renderer.
[native-inputs]: Add python-beautifulsoup4, python-isort, python-mock,
python-vcrpy.
2020-07-21 15:41:44 +03:00
Efraim Flashner
6fe7d216b2
gnu: Add python-hyperkitty.
...
* gnu/packages/mail.scm (python-hyperkitty): New variable.
2020-07-21 15:35:13 +03:00
Efraim Flashner
a3bdebefab
gnu: Add python-mailman-hyperkitty.
...
* gnu/packages/mail.scm (python-mailman-hyperkitty): New variable.
2020-07-21 15:30:10 +03:00
Efraim Flashner
b0c8358f84
gnu: Add mailman.
...
* gnu/packages/mail.scm (mailman): New variable.
2020-07-21 15:30:10 +03:00
Efraim Flashner
f174246599
gnu: python-mailmanclient: Update to 3.3.1.
...
* gnu/packages/mail.scm (python-mailmanclient): Update to 3.3.1.
[home-page]: Update to new home-page url.
[properties]: Add python2- variant.
2020-07-21 15:30:09 +03:00
Efraim Flashner
ba7816a2ce
gnu: Add python-django-mailman3.
...
* gnu/packages/mail.scm (python-django-mailman3): New variable.
2020-07-21 15:30:09 +03:00
Efraim Flashner
da3dbd61ed
gnu: Add python-django-compressor.
...
* gnu/packages/django.scm (python-django-compressor): New variable.
2020-07-21 15:30:09 +03:00
Efraim Flashner
4fa01b7821
gnu: Add python-django-sekizai.
...
* gnu/packages/django.scm (python-django-sekizai): New variable.
2020-07-21 15:30:09 +03:00
Efraim Flashner
18f1bd255d
gnu: python-django-testing: Update to 0.5.0.
...
* gnu/packages/django.scm (python-django-testing): Update to 0.5.0.
[properties]: Add python2-variant.
(python2-django-testing): Stay at 0.4.6.
2020-07-21 15:30:09 +03:00
Efraim Flashner
ba1c2e5b0d
gnu: python-django-testing: Fix tests.
...
* gnu/packages/django.scm (python-django-tagging)[arguments]: Use custom
'check phase.
[inputs]: Add python-django.
2020-07-21 15:30:08 +03:00
Efraim Flashner
1c24d6d662
gnu: python-django-rq: Fix test suite.
...
* gnu/packages/django.scm (python-django-rq)[arguments]: Adjust custom
'check phase.
2020-07-21 15:30:08 +03:00
Efraim Flashner
5b1a9e0759
gnu: python-django-allauth: Update to 0.40.0.
...
* gnu/packages/django.scm (python-django-allauth): Update to 0.40.0.
[arguments]: Remove 'skip-test-requiring-network-access phase. Adjust
custom 'check phase.
2020-07-21 15:30:08 +03:00
Efraim Flashner
04eba1d046
gnu: Add python-django-classy-tags.
...
* gnu/packages/django.scm (python-django-classy-tags): New variable.
2020-07-21 15:30:08 +03:00
Efraim Flashner
4a82decd87
gnu: Add python-django-haystack.
...
* gnu/packages/django.scm (python-django-haystack): New variable.
2020-07-21 15:30:08 +03:00
Efraim Flashner
63c3f15dc2
gnu: Add python-django-q.
...
* gnu/packages/django.scm (python-django-q): New variable.
2020-07-21 12:27:28 +03:00
Efraim Flashner
e1302edbd9
gnu: Add python-django-picklefield.
...
* gnu/packages/django.scm (python-django-picklefield): New variable.
2020-07-21 12:24:49 +03:00
Efraim Flashner
f4a2f0491c
gnu: gunicorn-bootstrap: Re-indent.
...
* gnu/packages/python-web.scm (gunicorn-bootstrap): Remove stray tabs.
2020-07-21 12:13:17 +03:00
Efraim Flashner
8ee76f611a
gnu: Add python-csscompressor.
...
* gnu/packages/python-xyz.scm (python-csscompressor): New variable.
2020-07-21 12:11:50 +03:00
Efraim Flashner
88b2c1aae2
gnu: Add python-pysolr.
...
* gnu/packages/python-web.scm (python-pysolr): New variable.
2020-07-21 12:10:03 +03:00
Efraim Flashner
97a0117039
gnu: Add python-robot-detection.
...
* gnu/packages/python-web.scm (python-robot-detection): New variable.
2020-07-21 12:10:03 +03:00
Efraim Flashner
bdcb84578d
gnu: Add python-rcssmin.
...
* gnu/packages/python-xyz.scm (python-rcssmin): New variable.
2020-07-21 12:10:03 +03:00
Efraim Flashner
41eb9da388
gnu: Add python-rjsmin.
...
* gnu/packages/python-xyz.scm (python-rjsmin): New variable.
2020-07-21 12:09:58 +03:00
Efraim Flashner
3a98604f5f
gnu: Add python-aiosmtpd.
...
* gnu/packages/mail.scm (python-aiosmtpd): New variable.
2020-07-21 11:37:28 +03:00
Efraim Flashner
bb9061c9e0
gnu: Add python-flufl-testing.
...
* gnu/packages/python-xyz.scm (python-flufl-testing): New variable.
2020-07-21 11:33:58 +03:00
Efraim Flashner
0f1e088280
gnu: Add python-flufl-bounce.
...
* gnu/packages/python-xyz.scm (python-flufl-bounce): New variable.
2020-07-21 11:32:26 +03:00
Efraim Flashner
2bf2153153
gnu: Add python-flufl-i18n.
...
* gnu/packages/python-xyz.scm (python-flufl-i18n): New variable.
2020-07-21 11:30:49 +03:00
Efraim Flashner
cd760d221c
gnu: Add python-flufl-lock.
...
* gnu/packages/python-xyz.scm (python-flufl-lock): New variable.
2020-07-21 11:29:33 +03:00
Efraim Flashner
85fb79f1f6
gnu: Add python-lazr-config.
...
* gnu/packages/python-xyz.scm (python-lazr-config): New variable.
2020-07-21 11:25:52 +03:00
Efraim Flashner
0d6fffc5fd
gnu: Add python-lazr-delegates.
...
* gnu/packages/python-xyz.scm (python-delegates): New variable.
2020-07-21 11:23:20 +03:00
Efraim Flashner
83dd782518
gnu: Add python-authheaders.
...
* gnu/packages/mail.scm (python-authheaders): New variable.
2020-07-21 11:17:58 +03:00
Efraim Flashner
3f795cf8f7
gnu: Add python-zope-copy.
...
* gnu/packages/python-web.scm (python-zope-copy): New variable.
2020-07-21 11:16:15 +03:00
Efraim Flashner
256e8a82fa
gnu: python-zope-component: Update to 4.6.2.
...
* gnu/packages/python-web.scm (python-zope-component): Update to 4.6.2.
[arguments]: Run test suite. Use custom 'check phase.
[native-inputs]: Add python-persistent,
python-zope-configuration-bootstrap, python-zope-i18nmessageid,
python-zope-location-bootstrap, python-zope-proxy-bootstrap,
python-zope-testrunner.
[propagated-inputs]: Move python-i18nmessageid to native-inputs. Add
python-zope-deferredimport, python-zope-deprecation, python-zope-event,
python-zope-hookable.
2020-07-21 11:14:08 +03:00
Efraim Flashner
2ed6491f9c
gnu: Add python-zope-deferredimport.
...
* gnu/packages/python-web.scm (python-zope-deferredimport): New variable.
2020-07-21 11:11:11 +03:00
Efraim Flashner
404d4915db
gnu: Add python-zope-hookable.
...
* gnu/packages/python-web.scm (python-zope-hookable): New variable.
2020-07-21 11:10:39 +03:00
Efraim Flashner
481b0923f4
gnu: Add python-geopy.
...
* gnu/packages/geo.scm (python-geopy): New variable.
2020-07-21 11:02:42 +03:00
Efraim Flashner
7bef1f6cd5
gnu: Add python-readme-renderer.
...
* gnu/packages/python-xyz.scm (python-readme-renderer): New variable.
2020-07-21 11:02:18 +03:00
Efraim Flashner
ff1233d86a
gnu: Add python-geographiclib.
...
* gnu/packages/geo.scm (python-geographiclib): New variable.
2020-07-21 10:58:19 +03:00
Efraim Flashner
4c03a60783
gnu: Add python-blessed.
...
* gnu/packages/python-xyz.scm (python-blessed): New variable.
2020-07-21 10:55:55 +03:00
Efraim Flashner
a1d406e829
gnu: Add python-jinxed.
...
* gnu/packages/python-xyz.scm (python-jinxed): New variable.
2020-07-21 10:54:26 +03:00
Efraim Flashner
3f4bfc3899
gnu: Add python-pytest-aiohttp.
...
* gnu/packages/python-check.scm (python-pytest-aiohttp): New variable.
2020-07-21 10:51:10 +03:00
Efraim Flashner
e297edbfe5
gnu: Add python-brotli.
...
* gnu/packages/python-compression.scm (python-brotli): New variable.
2020-07-21 10:49:31 +03:00
Efraim Flashner
0449f4ebab
gnu: Add python-pytest-services.
...
* gnu/packages/python-check.scm (python-pytest-services): New variable.
2020-07-21 10:47:09 +03:00
Efraim Flashner
5c4332e510
gnu: Add python-dkimpy.
...
* gnu/packages/mail.scm (python-dkimpy): New variable.
2020-07-21 10:42:13 +03:00
Efraim Flashner
4637019ce1
gnu: Add python-importlib-resources.
...
* gnu/packages/python-xyz.scm (python-importlib-resources): New variable.
2020-07-21 10:26:18 +03:00
Efraim Flashner
99d48f7a2c
gnu: Add python-authres.
...
* gnu/packages/mail.scm (python-authres): New variable.
2020-07-21 10:20:56 +03:00
Efraim Flashner
a8f9b9380d
gnu: Add python-atpublic.
...
* gnu/packages/python-check.scm (python-atpublic): New variable.
2020-07-21 10:18:25 +03:00
Michael Rohleder
938bb06a77
gnu: chromaprint: Update to 1.5.0.
...
* gnu/packages/mp3.scm (chromaprint): Update to 1.5.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-21 10:07:07 +03:00
Michael Rohleder
5cdb0f4ad0
gnu: lshw: Update to B.02.19.2.
...
* gnu/packages/linux.scm (lshw): Update to B.02.19.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-21 10:04:52 +03:00
Michael Rohleder
dc4adbf685
gnu: font-jetbrains-mono: Update to 2.001.
...
* gnu/packages/fonts.scm (font-jetbrains-mono): Update to 2.001.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-21 10:03:57 +03:00
Brett Gilio
84d31a5c35
gnu: scrot: Update to 1.4.
...
* gnu/packages/xdisorg.scm (scrot): Update to 1.4.
[inputs]: Add libxcomposite.
2020-07-20 19:51:28 -05:00
Alexandros Theodotou
8aca4f69d6
gnu: Add ttaenc.
...
* gnu/packages/audio.scm (ttaenc): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-21 00:58:03 +02:00
Alexandros Theodotou
7b866af58c
gnu: Add bjumblr.
...
* gnu/packages/music.scm (bjumblr): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-21 00:58:02 +02:00
Alexandros Theodotou
0a62d25bb2
gnu: Add bshapr.
...
* gnu/packages/music.scm (bshapr): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-21 00:58:02 +02:00
Alexandros Theodotou
c82d5092f1
gnu: Add ninjas2.
...
* gnu/packages/music.scm (ninjas2): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-21 00:58:02 +02:00
Alexandros Theodotou
281456b421
gnu: carla: Add gtk2 dependency.
...
* gnu/packages/audio.scm (carla)[inputs]: Add gtk2 to allow bridging
gtk2 plugins in gtk3 hosts.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-21 00:58:02 +02:00
Alexandros Theodotou
9d6093cb38
gnu: carla: Update to 2.1.1.
...
* gnu/packages/audio.scm (carla): Update to 2.1.1.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-07-21 00:58:02 +02:00
Ludovic Courtès
07a0be8079
gnu-maintenance: Recognize "RC" as denoting a pre-release tarball.
...
* guix/gnu-maintenance.scm (%alpha-tarball-rx): Add "RC".
2020-07-20 23:41:22 +02:00
Ludovic Courtès
b579b1c1d1
gnu-maintenance: Handle lists returned by 'origin-uri'.
...
This fixes "guix refresh man-pages", for instance.
* guix/gnu-maintenance.scm (latest-savannah-release)
(latest-kernel.org-release): Handle the case where 'origin-uri' returns
a list.
2020-07-20 23:36:33 +02:00
Ludovic Courtès
a022f5a4c1
gnu-maintenance: Call 'adjusted-upstream-source' only when there's a source.
...
This is a followup to 59a47fb678 .
* guix/gnu-maintenance.scm (latest-savannah-release): Call
'adjusted-upstream-source' only when 'latest-html-release' returns
true.
(latest-kernel.org-release): Likewise.
2020-07-20 23:31:48 +02:00
Lars-Dominik Braun
64066abdb0
gnu: python-aionotify: Fix test cases with Python 3.8.
...
* gnu/packages/python-xyz.scm (patches): Add fix.
* gnu/packages/patches/python-aionotify-0.2.0-py3.8.patch: New file.
* gnu/local.mk: Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-20 23:25:10 +02:00
Ludovic Courtès
4071879c86
json: Re-export 'define-json-mapping' from (json) when available.
...
This prepares for the migration to Guile-JSON 4.3.0.
* guix/json.scm (define-as-needed): New macro.
(define-json-mapping): Use 'define-as-needed' instead of
'define-syntax-rule'.
2020-07-20 23:25:10 +02:00
Ludovic Courtès
59a47fb678
gnu-maintenance: 'kernel.org' and 'savannah' updaters rewrite URLs.
...
This makes sure they return 'mirror://' URLs rather that URLs pointing
to the specific mirror they talk to.
* guix/gnu-maintenance.scm (url-prefix-rewrite)
(adjusted-upstream-source): New procedures.
(latest-savannah-release, latest-kernel.org-release): Use it.
2020-07-20 23:25:10 +02:00
Ludovic Courtès
1c26219f94
upstream: Use 'warning' instead of 'format'.
...
* guix/upstream.scm (update-package-source): Use 'warning' instead of 'format'.
2020-07-20 23:25:10 +02:00
Ludovic Courtès
36a5efd967
download: Add Savannah mirror.
...
* guix/download.scm (%mirrors): Add nongnu.freemirror.org.
2020-07-20 23:25:10 +02:00
Ludovic Courtès
7a6bb2fe5b
gnu-maintenance: Add 'savannah' updater.
...
* guix/gnu-maintenance.scm (savannah-package?, %savannah-base)
(%savannah-updater): New variables.
(latest-savannah-release): New procedure.
(latest-xorg-release): Fix docstring.
2020-07-20 23:25:09 +02:00
Ludovic Courtès
cffaf285c1
gnu-maintenance: 'latest-html-release' honors #:file->signature.
...
* guix/gnu-maintenance.scm (latest-html-release): Call FILE->SIGNATURE
instead of the in-line ".tar.sign" policy.
2020-07-20 23:25:09 +02:00
Ludovic Courtès
b3802495f6
pack: Build the store database under a UTF-8 locale.
...
Fixes <https://bugs.gnu.org/42389 >.
Reported by branjam4@gmail.com .
* guix/scripts/pack.scm (store-database)[build]: Add calls to 'setenv'
and 'setlocale'.
* tests/pack.scm ("self-contained-tarball + localstatedir, UTF-8 file
names"): New test.
2020-07-20 23:25:09 +02:00
Ludovic Courtès
181e0dddd6
pack: 'self-contained-tarball' runs derivation in a UTF-8local.
...
* guix/scripts/pack.scm (self-contained-tarball)
[set-utf8-locale]: New variable.
[build]: Use it.
* tests/pack.scm ("self-contained-tarball"): Use a <profile> record
instead of 'profile-derivation'.
2020-07-20 23:25:09 +02:00
Lars-Dominik Braun
e8088f0b06
ssh: Speed up RPCs by using #:nodelay.
...
Partly fixes <https://bugs.gnu.org/41702 >.
* guix/ssh.scm (open-ssh-session): Enable #:nodelay.
* m4/guix.m4 (GUIX_CHECK_GUILE_SSH): Add feature check for this new parameter.
* doc/guix.texi (Requirements): Adjust.
Co-authored-by: Ludovic Courtès <ludo@gnu.org >
2020-07-20 23:25:09 +02:00
Lars-Dominik Braun
6c451e16b7
gnu: guile-ssh: Update to 0.13.0.
...
* gnu/packages/ssh.scm (guile-ssh): Update to 0.13.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-20 23:25:09 +02:00
Efraim Flashner
4874cae680
gnu: python-zope-security: Update to 5.1.1.
...
* gnu/packages/python-web.scm (python-zope-security): Update to 5.1.1.
[arguments]: Don't skip tests.
[native-inputs]: Add python-btrees, python-zope-component-bootstrap,
python-zope-location-bootstrap. Replace python-zope-configuration with
python-zope-configuration-bootstrap.
2020-07-20 17:56:09 +03:00
Efraim Flashner
7d55bc5e2a
gnu: Adsd python-transaction.
...
* gnu/packages/python-web.scm (python-transaction): New variable.
2020-07-20 17:49:44 +03:00
Efraim Flashner
50566124d1
gnu: Add python-zope-location-bootstrap.
...
* gnu/packages/python-web.scm (python-zope-location-bootstrap): New
hidden package.
2020-07-20 17:48:40 +03:00
Efraim Flashner
b25d148f99
gnu: Add python-zope-configuration-bootstrap.
...
* gnu/packages/python-web.scm (python-zope-configuration-bootstrap): New
hidden variable.
2020-07-20 17:47:43 +03:00
Efraim Flashner
24ba0d37cf
gnu: Add python-zope-component-bootstrap.
...
* gnu/packages/python-web.scm (python-zope-component-bootstrap): New
hidden variable.
2020-07-20 17:46:38 +03:00
Efraim Flashner
79c36951e4
gnu: Add python-btrees.
...
* gnu/packages/python-web.scm (python-btrees): New variable.
2020-07-20 17:45:23 +03:00
Efraim Flashner
54b040a31c
gnu: Add python-persistent.
...
* gnu/packages/python-web.scm (python-persistent): New variable.
2020-07-20 17:44:42 +03:00
Efraim Flashner
047c1f24de
gnu: python-zope-configuration: Update to 4.4.0.
...
* gnu/packages/python-web.scm (python-zope-configuration): Update to
4.4.0.
[arguments]: Don't skip tests.
[native-inputs]: Add python-manuel.
2020-07-20 17:41:52 +03:00
Efraim Flashner
b563526794
gnu: Add python-manuel.
...
* gnu/packages/python-web.scm (python-manuel): New variable.
2020-07-20 17:39:57 +03:00
Efraim Flashner
9c2e651662
gnu: python-zope-schema: Update to 6.0.0.
...
* gnu/packages/python-web.scm (python-zope-schema): Update to 6.0.0.
[arguments]: Don't skip tests. Use custom 'check phase.
2020-07-20 17:37:55 +03:00
Efraim Flashner
6de5b0f03d
gnu: python-zope-interface: Update to 5.1.0.
...
* gnu/packages/python-web.scm (python-zope-interface): Update to 5.1.0.
[arguments]: Skip tests.
[native-inputs]: Add python-coverage, python-nose, python-zope-testing.
2020-07-20 17:31:45 +03:00
Efraim Flashner
556eec71d8
gnu: python-zope-proxy: Update to 4.3.5.
...
* gnu/packages/python-web.scm (python-zope-proxy): Update to 4.3.5.
2020-07-20 17:26:48 +03:00
Efraim Flashner
9085a0c97a
gnu: python-zope-proxy: Run the tests.
...
* gnu/packages/python-web.scm (python-zope-proxy)[arguments]: Don't skip
tests.
[native-inputs]: Add python-zope-security-bootstrap.
2020-07-20 17:25:15 +03:00
Efraim Flashner
e2ba910e38
gnu: Add python-zope-security-bootstrap.
...
* gnu/packages/python-web.scm (python-zope-security-bootstrap): New
hidden package.
2020-07-20 17:22:53 +03:00
Efraim Flashner
f3d446ccf4
gnu: Add python-zope-proxy-bootstrap.
...
* gnu/packages/python-web.scm (python-zope-proxy-bootstrap): New hidden
package.
2020-07-20 17:21:45 +03:00
Efraim Flashner
6ae5d5da65
gnu: python-zope-exceptions: Enable tests.
...
* gnu/packages/python-web.scm (python-zope-exceptions)[arguments]: Use
custom 'check phase.
[native-inputs]: Add python-zope-testrunner-bootstrap.
2020-07-20 17:19:05 +03:00
Efraim Flashner
2f938b634e
gnu: Add python-zope-testrunner-bootstrap.
...
* gnu/packages/python-web.scm (python-zope-testrunner-bootstrap): New
hidden package.
2020-07-20 17:18:20 +03:00
Efraim Flashner
7dc36cdc8f
gnu: Add python-zope-exceptions-bootstrap.
...
* gnu/packages/python-web.scm (python-zope-exceptions-bootstrap): New
hidden package.
2020-07-20 17:17:48 +03:00
Efraim Flashner
845717bb8f
gnu: python-zope-exceptions: Update to 4.4.
...
* gnu/packages/python-web.scm (python-zope-exceptions): Update to 4.4.
2020-07-20 17:14:04 +03:00
Efraim Flashner
3c23ae88ab
gnu: python-zope-testrunner: Update to 5.2.
...
* gnu/packages/python-web.scm (python-zope-testrunner): Update to 5.2.
2020-07-20 17:03:24 +03:00
Efraim Flashner
a3c0a8f410
gnu: Add python-py3dns.
...
* gnu/packages/python-xyz.scm (python-py3dns): New variable.
2020-07-20 16:57:57 +03:00
Tanguy Le Carrour
099516cb3b
gnu: python-click: Update to 7.1.2.
...
* gnu/packages/python-xyz.scm (python-click): Update to 7.1.2.
[arguments] Fix the name of the file to modify. Set PYTHONPATH to make tests pass.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-20 16:27:54 +03:00
John Soo
381ea2b443
gnu: rust-parking-lot-0.10: Upgrade to 0.10.2.
...
* gnu/packages/crates-io.scm (rust-parking-lot-core-0.10): Upgrade to 0.10.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-20 16:16:07 +03:00
John Soo
547551b336
gnu: rust-parking-lot-core-0.7: Update to 0.7.2.
...
* gnu/packages/crates-io.scm (rust-parking-lot-core-0.7): Update to 0.7.2.
[arguments]: In cargo-inputs replace rust-petgraph-0.4 with 0.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-20 16:12:33 +03:00
John Soo
3943c9d6b6
gnu: Add rust-petgraph-0.5.
...
* gnu/packages/crates-io.scm (rust-petgraph-0.5): New variable.
(rust-petgraph-0.4): Inherit from rust-petgraph-0.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-20 16:08:09 +03:00
John Soo
78e831817d
gnu: Add rust-fixedbitset-0.2.
...
* gnu/packages/crates-io.scm (rust-fixedbitset-0.2): New variable.
(rust-fixedbitset-0.1): Inherit from rust-fixedbitset-0.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-20 16:06:59 +03:00
John Soo
87e6e9b7af
gnu: rust-fixedbitset-0.1: Do not skip build.
...
* gnu/packages/crates-io.scm (rust-fixedbitset-0.1): [arguments] Do not skip
build.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-20 16:06:20 +03:00
John Soo
125998c54a
gnu: rust-petgraph-0.4: Do not skip build.
...
* gnu/packages/crates-io.scm (rust-petgraph-0.4): [arguments] Correct
dependencies, ignore failing test, do not skip build.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-20 16:06:09 +03:00
John Soo
cdb4b33c6c
gnu: Add rust-odds-0.2.
...
* gnu/packages/crates-io.scm (rust-odds-0.2): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-20 16:01:14 +03:00
John Soo
0dc782c8a7
gnu: rust-odds-0.3: Do not skip build.
...
* gnu/packages/crates-io.scm (rust-odds-0.3): Do not skip build.
[arguments]: In cargo-development-inputs replace rust-itertools-0.8 with
0.7, rust-lazy-static-1 with 0.2, rust-quickcheck-0.8 with 0.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-20 15:57:12 +03:00
John Soo
810a56494a
gnu: Add rust-itertools-0.5.
...
* gnu/packages/crates-io.scm (rust-itertools-0.5): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-20 15:51:53 +03:00
John Soo
7ff56a6bff
gnu: rust-lock-api-0.3: Update to 0.3.4.
...
* gnu/packages/crates-io.scm (rust-lock-api-0.3): Update to 0.3.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-20 15:50:59 +03:00
Efraim Flashner
d6fedf6bf7
gnu: python-pytest-vcr: Fix integration with pytest-5.
...
* gnu/packages/python-check.scm (python-pytest-vcr): Update to 1.0.2-1.4d6c7b3.
2020-07-20 15:34:23 +03:00
Ricardo Wurmus
cd005bfea5
gnu: java-cisd-jhdf5: Update location of commons-io jar.
...
* gnu/packages/java.scm (java-cisd-jhdf5)[arguments]: Update location of
commons-io jar.
2020-07-20 12:45:53 +02:00
Ricardo Wurmus
3448c7eda3
gnu: java-cisd-base: Update location of commons-io jar.
...
* gnu/packages/java.scm (java-cisd-base)[arguments]: Update location of
commons-io jar.
2020-07-20 12:45:53 +02:00
Michael Rohleder
500ee354ae
gnu: widelands: Update to 21.
...
* gnu/packages/games.scm (widelands): Update to 21.
[arguments]: Remove unneeded 'install-desktop-file-and-icons phase.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-20 13:17:53 +03:00
Alexandru-Sergiu Marton
d33bc2c82e
gnu: Add rust-directories-3.
...
* gnu/packages/crates-io.scm (rust-directories-3): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-20 12:47:26 +03:00
Tanguy Le Carrour
883e91b4a8
gnu: gnunet: Enable more tests.
...
* gnu/packages/gnunet.scm (gnunet)[arguments]: Enable cadet tests.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-20 12:33:07 +03:00
Brett Gilio
cd0c4268d7
gnu: emacs-telega: Update to 0.6.27-1.
...
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.6.27-1.
[source]: Take a new commit that includes the latest .el files from the
contrib subdirectory.
[arguments]: Add a substitute method for the 'telega-install-contrib phase to
know where telega-contrib is located, and use it appropriately.
[arguments]: Manually invoke bytecompilation as a separate step for the
contrib directory.
[arguments]: Add 'telega-install-contrib phase to place the contrib directory
files in a more guix-suitable place.
2020-07-19 23:54:32 -05:00
Leo Famulari
00b6558811
gnu: MPD: Update to 0.21.25.
...
* gnu/packages/mpd.scm (mpd): Update to 0.21.25.
2020-07-19 21:59:08 -04:00
Leo Famulari
271bc79f9f
gnu: libmpdclient: Update to 2.19.
...
* gnu/packages/mpd.scm (libmpdclient): Update to 2.19.
2020-07-19 21:59:08 -04:00
Brett Gilio
8bbc8accda
gnu: lean: Disable test cases for i686 and armhf.
...
* gnu/packages/lean.scm (lean)[arguments]: Individual test cases are currently
failing for 32-bit architectures. Disable them temporarily pending further
investigation as to resolution.
2020-07-19 20:24:00 -05:00
Tobias Geerinckx-Rice
454b374866
gnu: console-setup: Update to 1.196.
...
* gnu/packages/xorg.scm (console-setup): Update to 1.196.
[source]: Use git tag.
2020-07-20 01:48:26 +02:00
Tobias Geerinckx-Rice
b036e370b4
gnu: xev: Update to 1.2.4.
...
* gnu/packages/xorg.scm (xev): Update to 1.2.4.
2020-07-20 01:48:26 +02:00
Tobias Geerinckx-Rice
7915e3e198
gnu: qutebrowser: Update to 1.13.1.
...
* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.13.1.
2020-07-20 01:48:26 +02:00
Tobias Geerinckx-Rice
626bc647c0
gnu: python-pendulum: Update to 2.1.1.
...
* gnu/packages/time.scm (python-pendulum): Update to 2.1.1.
2020-07-20 01:48:26 +02:00
Tobias Geerinckx-Rice
b3763b5330
gnu: zabbix-agentd, zabbix-server: Update to 5.0.2 [fixes CVE-2020-15803].
...
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.0.2.
2020-07-20 01:48:26 +02:00
Tobias Geerinckx-Rice
4437eb1d94
gnu: mc: Update to 4.8.25.
...
* gnu/packages/mc.scm (mc): Update to 4.8.25.
2020-07-20 01:48:26 +02:00
Tobias Geerinckx-Rice
d0ff7e1c94
gnu: mtd-utils: Update to 2.1.2.
...
* gnu/packages/linux.scm (mtd-utils): Update to 2.1.2.
2020-07-20 01:48:25 +02:00
Brett Gilio
c15a2cd906
gnu: libtorrent-rasterbar: Update to 1.2.7.
...
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.2.7.
[source]: Modify the URL.
2020-07-19 15:09:57 -05:00
guy fleury iteriteka
7b2ab96a6e
gnu: Add gdc-toolchain.
...
* gnu/packages/commencement.scm(gdc-toolchain): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-19 20:23:37 +03:00
guy fleury iteriteka
163686d82e
gnu: Add gdc-10.
...
* gnu/packages/gcc.scm (gdc-10): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-19 20:23:00 +03:00
Efraim Flashner
dc9e8f2ed3
gnu: python-fasteners: Update to 0.15.
...
* gnu/packages/python-xyz.scm (python-fasteners): Update to 0.15.
[propagated-inputs]: Move python-testtools ...
[native-inputs]: ... to here.
2020-07-19 20:16:53 +03:00
Eric Bavier
4dfbebdb64
gnu: stress-make: Fix build with make 4.3.
...
* gnu/packages/debug.scm (stress-make): Update to latest upstream commit.
[arguments]: Adjust source file name for substitute*.
2020-07-19 10:39:13 -05:00
Jakub Kądziołka
56f12a65a0
gnu: r-rhdf5lib: Fix libsz substitution.
...
This is a follow-up to commit b7f051db14 -
in the new version, some of the format strings being replaced gained
quotes. This commit fixes build of dependents of r-rhdf5lib, such as
r-hdf5array.
* gnu/packages/bioinformatics (r-rhdf5lib): Remove all instances of libsz.a.
2020-07-19 15:54:48 +02:00
Tobias Geerinckx-Rice
cd6aa38e7f
gnu: perl-gd: Update to 2.72 [fixes CVE-2019-6977].
...
* gnu/packages/gd.scm (perl-gd): Update to 2.72.
2020-07-19 14:46:25 +02:00
Tobias Geerinckx-Rice
54cab3059d
gnu: s-tui: Update to 1.0.2.
...
* gnu/packages/admin.scm (s-tui): Update to 1.0.2.
2020-07-19 14:46:25 +02:00
Marius Bakke
eccdd80e08
doc: Fix Ganeti blog post URL.
...
* doc/guix.texi (Virtualization Services): Adjust Ganeti blog post URL.
2020-07-19 14:23:16 +02:00
Marius Bakke
41daf12865
services: ganeti: Use TLS on the remote API by default.
...
* gnu/services/ganeti.scm (<ganeti-rapi-configuration>): Set SSL? to #t.
* gnu/tests/ganeti.scm (%ganeti-os): Set SSL? to #f.
* doc/guix.texi (Virtualization Services): Adjust accordingly.
2020-07-19 14:23:16 +02:00
Marius Bakke
c91c132fc4
gnu: ungoogled-chromium: Update to 84.0.4147.89-0.df199c0.
...
* gnu/packages/patches/ungoogled-chromium-system-jsoncpp.patch,
gnu/packages/patches/ungoogled-chromium-system-zlib.patch: Delete files.
* gnu/packages/patches/ungoogled-chromium-system-nspr.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for 84.
(%ungoogled-revision): Set to df199c04ff367da59ce52a23a3f3b305dd3b00c3.
(%debian-revision): Set to debian/83.0.4103.116-3.
(%gentoo-revision): Set to f3f649046d31ebdbc8c4a302b2384504eff78027.
(chromium-gcc-patchset, %chromium-gcc-patches): New variables.
(%gentoo-patches): Remove GCC patches, which have been moved to the above
repo. Add ffmpeg compatibility patch.
(%debian-patches): Add zlib and jsoncpp patch; remove nspr patch.
(%ungoogled-origin): Update hash.
(ungoogled-chromium-snippet): Add the new GCC patches. Remove obsolete local
patches, add new.
(xcb-proto/python2): New variable.
(ungoogled-chromium): Update to 84.0.4147.89-0..df199c0.
[arguments]: Add "is_unsafe_developer_build", "max_jobs_per_link",
"exclude_unwind_tables", "xcbproto_path", "perfetto_use_system_protobuf" to
#:configure-flags. Remove "linux_use_bundled_binutils". Adjust vulkan
header substitutions.
[native-inputs]: Remove YASM.
[inputs]: Change from FFMPEG-4.2 to FFMPEG. Add PROTOBUF and XCB-PROTO/PYTHON2.
2020-07-19 14:23:16 +02:00
Marius Bakke
ddedd27270
gnu: python-psutil: Update to 5.7.2.
...
* gnu/packages/python-xyz.scm (python-psutil): Update to 5.7.2.
2020-07-19 14:23:16 +02:00
Guillaume Le Vaillant
1c5901ae4e
gnu: sbcl-mcclim-fonts-truetype: Fix build.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-fonts-truetype)[inputs]: Add
font-dejavu.
[arguments]: Add 'fix-paths' phase and don't disable test phase.
2020-07-19 11:33:52 +02:00
Efraim Flashner
fd7b950858
gnu: python-humanfriendly: Update to 8.2.
...
* gnu/packages/python-xyz.scm (python-humanfriendly): Upgrade to 8.2.
2020-07-19 11:21:15 +03:00
Efraim Flashner
2c7802d2e0
gnu: python-humanfriendly: Don't propagate python-monotonic.
...
python-monotonic targets python-2 and early versions of python-3.
* gnu/packages/python-xyz.scm (python-humanfriendly)[propagated-inputs]:
Remove python-monotonic.
[properties]: New field.
(python2-humanfriendly): Adjust accordingly.
2020-07-19 11:21:14 +03:00
Brett Gilio
3f17586269
gnu: python-language-server: Remove comment in inputs.
...
* gnu/packages/python-xyz.scm (python-language-server)[inputs]: Remove comment
introduced in dcff9bda97 about using special
versions of packages.
2020-07-19 02:55:29 -05:00
Brett Gilio
a5e5e51f33
gnu: python-language-server: Update to 0.34.1.
...
* gnu/packages/python-xyz.scm (python-language-server): Update to 0.34.1.
2020-07-19 02:54:48 -05:00
Brett Gilio
4deab59f5a
gnu: lean: Update to 3.17.1.
...
* gnu/packages/lean.scm (lean): Update to 3.17.1.
2020-07-19 02:29:31 -05:00
Brett Gilio
667903d143
gnu: straw-viewer: Update to 0.0.6.
...
* gnu/packages/video.scm (straw-viewer): Update to 0.0.6.
2020-07-18 23:51:32 -05:00
Brett Gilio
d37eb6bb20
gnu: swi-prolog: Update to 8.3.4.
...
* gnu/packages/prolog.scm (swi-prolog): Update to 8.3.4.
[arguments]: Several test phases now pass that were broken previously, so
'delete-failing-tests-(pre/post) have been removed in favor of a single
'delete-failing-tests phase after unpack. The comment was revised to reflect
this change.
2020-07-18 23:38:10 -05:00
Brett Gilio
282ca4a135
gnu: emacs-telega: Update to 0.6.27.
...
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.6.27.
[arguments]: Move 'telega-paths-patch after check phase to work around
substituting store paths for ffmpeg and ffplay.
2020-07-18 22:19:48 -05:00
Brett Gilio
d3eef42760
gnu: tdlib: Update to 1.6.6.
...
* gnu/packages/messaging.scm (tdlib): Update to 1.6.6.
2020-07-18 22:19:06 -05:00
Eric Bavier
754cfbdcc0
gnu: Add GNOME MultiWriter.
...
* gnu/packages/gnome.scm (gnome-multi-writer): New variable.
2020-07-18 20:04:27 -05:00
Tobias Geerinckx-Rice
7ffec020ae
gnu: clamav: Update to 0.102.4.
...
* gnu/packages/antivirus.scm (clamav): Update to 0.102.4.
2020-07-19 02:19:30 +02:00
Tobias Geerinckx-Rice
6052fd73ae
gnu: 7kaa: Update to 2.15.4p1.
...
* gnu/packages/games.scm (7kaa): Update to 2.15.4p1.
2020-07-19 02:19:30 +02:00
Tobias Geerinckx-Rice
e93253b7a5
gnu: nnn: Update to 3.3.
...
* gnu/packages/admin.scm (nnn): Update to 3.3.
2020-07-19 02:19:30 +02:00
Tobias Geerinckx-Rice
8e80880508
gnu: r-loo: Update to 2.3.1.
...
* gnu/packages/cran.scm (r-loo): Update to 2.3.1.
2020-07-19 02:19:30 +02:00
Tobias Geerinckx-Rice
7e6df0e993
gnu: libzip: Update to 1.7.3.
...
* gnu/packages/compression.scm (libzip): Update to 1.7.3.
2020-07-19 02:19:29 +02:00
Efraim Flashner
1825729f8b
gnu: simplescreenrecorder: Update to 0.4.2.
...
* gnu/packages/video.scm (simplescreenrecorder): Update to 0.4.2.
[inputs]: Add libxinerama.
2020-07-19 00:14:56 +03:00
Tobias Geerinckx-Rice
ba1d9680d6
.guix-authorizations: Add brettgilio (back) to the committers.
...
* .guix-authorizations: Add fingerprint for brettgilio.
2020-07-18 21:12:38 +02:00
Julien Lepiller
7bbe61f8ff
gnu: java-hamcrest-library: Fix race condition.
...
* gnu/packages/java.scm (java-hamcrest-library)[arguments]: Fix
build.xml in the same way it is fixed in java-hamcrest-all to prevent a
race condition.
2020-07-18 13:28:11 +02:00
Jakub Kądziołka
b998b19e51
gnu: rust-dirs-sys-0.3: Update to 0.3.5.
...
* gnu/packages/crates-io.scm (rust-dirs-sys-0.3): Update to 0.3.5.
(rust-dirs-2.0, rust-dirs-sys-0.3): Don't skip build.
2020-07-18 11:28:11 +02:00
Maxim Cournoyer
479c032495
gnu: ruby-yard: Make the package reproducible.
...
* gnu/packages/ruby.scm (ruby-yard)[phases]: Add a 'do-not-set-date-in-gemspec
phase.
2020-07-17 23:01:35 -04:00
Maxim Cournoyer
9c5a7d0012
gnu: Add ruby-asciidoctor-pdf.
...
* gnu/packages/ruby.scm (ruby-asciidoctor-pdf): New variable.
2020-07-17 23:01:34 -04:00
Maxim Cournoyer
22d6b53452
gnu: ruby-rouge: Update to 3.21.0.
...
* gnu/packages/ruby.scm (ruby-rouge): Update to 3.21.0.
2020-07-17 23:01:34 -04:00
Maxim Cournoyer
7d94616d2a
gnu: Add ruby-open-uri-cached.
...
* gnu/packages/ruby.scm (ruby-open-uri-cached): New variable.
2020-07-17 23:01:34 -04:00
Maxim Cournoyer
f421785bd7
gnu: Add ruby-text-hyphen.
...
* gnu/packages/ruby.scm (ruby-text-hyphen): New variable.
2020-07-17 23:01:34 -04:00
Maxim Cournoyer
db9f951b83
gnu: Add ruby-chunky-png.
...
* gnu/packages/ruby.scm (ruby-chunky-png): New variable.
2020-07-17 23:01:33 -04:00
Maxim Cournoyer
97295c2aa4
gnu: Add ruby-standard.
...
* gnu/packages/ruby.scm (ruby-standard): New variable.
2020-07-17 23:01:33 -04:00
Maxim Cournoyer
c7ab342a36
gnu: Add ruby-gimme.
...
* gnu/packages/ruby.scm (ruby-gimme): New variable.
2020-07-17 23:01:33 -04:00
Maxim Cournoyer
668617923b
gnu: Add ruby-rubocop-performance.
...
* gnu/packages/ruby.scm (ruby-rubocop-performance): New variable.
2020-07-17 23:01:33 -04:00
Maxim Cournoyer
c164c402a1
gnu: ruby-rubocop: Update to 0.88.0.
...
* gnu/packages/patches/ruby-rubocop-break-dependency-cycle.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/ruby.scm (ruby-rubocop): Update to 0.88.0.
[origin]: Use git-fetch. Apply the newly added patch.
[arguments]: Set #:test-target to "default". Remove #:tests?, enabling tests.
[phases]{remove-problematic-tests, disable-bundler, set-home,
make-adoc-files-writable}: New phases. Replace the 'replace-git-ls-files
phase.
[native-inputs]: Add ruby-bump, ruby-pry, ruby-rspec, ruby-test-queue,
ruby-webmock-2 and ruby-yard.
[propagated-inputs]: Remove ruby-powerpack and ruby-jaro-winkler. Add
ruby-regexp-parser, ruby-rexml and ruby-rubocop-ast.
2020-07-17 23:01:33 -04:00
Maxim Cournoyer
12ed6da4fe
gnu: Add ruby-test-queue.
...
* gnu/packages/ruby.scm (ruby-test-queue): New variable.
2020-07-17 23:01:32 -04:00
Maxim Cournoyer
b6f2a8d164
gnu: Add ruby-regexp-parser.
...
* gnu/packages/ruby.scm (ruby-regexp-parser): New variable.
2020-07-17 23:01:32 -04:00
Maxim Cournoyer
8aba0333b2
gnu: Add ruby-regexp-property-values.
...
* gnu/packages/ruby.scm (ruby-regexp-property-values): New variable.
2020-07-17 23:01:32 -04:00
Maxim Cournoyer
ac75f1df1d
gnu: Add ruby-range-compressor.
...
* gnu/packages/ruby.scm (ruby-range-compressor): New variable.
2020-07-17 23:01:31 -04:00
Maxim Cournoyer
93ec41c648
gnu: Add ruby-character-set.
...
* gnu/packages/ruby.scm (ruby-character-set): New variable.
2020-07-17 23:01:31 -04:00
Maxim Cournoyer
e098bdae3a
gnu: Add ruby-rexml.
...
* gnu/packages/ruby.scm (ruby-rexml): New variable.
2020-07-17 23:01:31 -04:00
Maxim Cournoyer
5c4c28f8f5
gnu: Add ruby-rubocop-ast.
...
* gnu/packages/ruby.scm (ruby-rubocop-ast): New variable.
2020-07-17 23:01:30 -04:00
Maxim Cournoyer
308104f8e9
gnu: ruby-ast: Update to 2.4.1.
...
* gnu/packages/ruby.scm (ruby-ast): Update to 2.4.1.
[origin]: Use git-fetch.
2020-07-17 23:01:30 -04:00
Maxim Cournoyer
9fc61da93b
gnu: ruby-parser: Update to 2.7.1.4.
...
* gnu/packages/ruby.scm (ruby-parser): Update to 2.7.1.4.
2020-07-17 23:01:30 -04:00
Maxim Cournoyer
fe9993b19c
gnu: ruby-coveralls: Strip exact versions from gemspec file.
...
* gnu/packages/ruby.scm (ruby-coveralls)[phases]: New
'strip-version-requirements phase.
2020-07-17 23:01:29 -04:00
Maxim Cournoyer
9c1715581f
gnu: Add ruby-rspec-given.
...
* gnu/packages/ruby.scm (ruby-rspec-given): New variable.
2020-07-17 23:01:29 -04:00
Maxim Cournoyer
906b9a141a
gnu: Add ruby-given-core.
...
* gnu/packages/ruby.scm (ruby-given-core): New variable.
2020-07-17 23:01:29 -04:00
Maxim Cournoyer
818b402cc5
gnu: Add ruby-sorcerer.
...
* gnu/packages/ruby.scm (ruby-sorcerer): New variable.
2020-07-17 23:01:29 -04:00
Maxim Cournoyer
1f183ca0b2
gnu: Add ruby-treetop.
...
* gnu/packages/ruby.scm (ruby-treetop): New variable.
2020-07-17 23:01:28 -04:00
Maxim Cournoyer
f949b60e69
gnu: Add ruby-polyglot.
...
* gnu/packages/ruby.scm (ruby-polyglot): New variable.
2020-07-17 23:01:28 -04:00
Maxim Cournoyer
ce52f2b11c
gnu: Add ruby-prawn-templates.
...
* gnu/packages/ruby.scm (ruby-prawn-templates): New variable.
2020-07-17 23:01:28 -04:00
Maxim Cournoyer
95692655a1
gnu: Add ruby-prawn-svg.
...
* gnu/packages/ruby.scm (ruby-prawn-svg): New variable.
2020-07-17 23:01:28 -04:00
Maxim Cournoyer
2d877f6ef3
gnu: Add ruby-css-parser.
...
* gnu/packages/ruby.scm (ruby-css-parser): New variable.
2020-07-17 23:01:28 -04:00
Maxim Cournoyer
15b188c33d
gnu: Add ruby-prawn-icon.
...
* gnu/packages/ruby.scm (ruby-prawn-icon): New variable.
2020-07-17 23:01:28 -04:00
Maxim Cournoyer
cc10ca3388
gnu: ruby-prawn-manual-builder: Use %prawn-project-licenses.
...
* gnu/packages/ruby.scm (ruby-prawn-manual-builder)[license]: Set to
%prawn-project-licenses.
2020-07-17 23:01:27 -04:00
Maxim Cournoyer
e6c7a601b8
gnu: ruby-prawn: Update to commit d980247be8a00e7c59cd4e5785e3aa98f9856db1.
...
* gnu/packages/ruby.scm (ruby-prawn): Update to commit
d980247be8a00e7c59cd4e5785e3aa98f9856db1.
[arguments]: Drop the #:tests? arguments, enabling tests.
[phases]: Remove the 'fix-dependencies phase. Add the
'drop-signing-key-requirement and replace the 'check phase.
[native-inputs]: Remove bundler. Add ruby-prawn-manual-builder.
[home-page]: Use HTTPS.
[license]: Set to %prawn-project-licenses.
2020-07-17 23:01:27 -04:00
Maxim Cournoyer
4179ed930d
gnu: ruby-ttfunk: Update to 1.6.2.1.
...
* gnu/packages/ruby.scm (ruby-ttfunk): Update to 1.6.2.1.
[license]: Set to %prawn-project-licenses.
2020-07-17 23:01:27 -04:00
Maxim Cournoyer
34796d7a6c
gnu: ruby-pdf-reader: Actually run tests.
...
* gnu/packages/ruby.scm (ruby-pdf-reader)[source]: Use git-fetch.
[phases]{do-not-use-bundler}: Add phase.
[native-inputs]{bundler}: Delete input.
2020-07-17 23:01:27 -04:00
Maxim Cournoyer
b377dd95b8
gnu: ruby-pdf-reader: Update to 2.4.0.
...
* gnu/packages/ruby.scm (ruby-pdf-reader): Update to 2.4.0.
2020-07-17 23:01:27 -04:00
Maxim Cournoyer
ed2f26f879
gnu: ruby-pdf-inspector: Enable tests.
...
* gnu/packages/ruby.scm (ruby-pdf-inspector)[origin]: Use the git-fetch
method.
[phases]: Add the 'drop-signing-key-requirement phase and replace the 'check
phase to enable tests.
[license]: Set to %prawn-project-licenses.
2020-07-17 23:01:26 -04:00
Maxim Cournoyer
9622928d1e
gnu: ruby-prawn: Add a %prawn-project-licenses variable.
...
* gnu/packages/ruby.scm (%prawn-project-licenses): New variable.
2020-07-17 23:01:24 -04:00
Kei Kebreau
a2e6553441
gnu: starfighter: Update to 2.3.
...
* gnu/packages/games.scm (starfighter): Update to 2.3.
2020-07-17 20:51:53 -04:00
Kei Kebreau
056db754bf
gnu: ltris: Update to 1.2.
...
* gnu/packages/games.scm (ltris): Update to 1.2.
[source]: Use a "mirror://sourceforge" URL.
2020-07-17 19:22:11 -04:00
Kei Kebreau
4b3d54e73e
gnu: windowmaker: Update to 0.95.9.
...
* gnu/packages/gnustep.scm (windowmaker): Update to 0.95.9.
[source]: Update URI.
[home-page]: Use HTTPS URL.
2020-07-17 19:21:52 -04:00
Vagrant Cascadian
607a136a25
gnu: diffoscope: Update to 151.
...
* gnu/packages/diffoscope (diffoscope): Update to 151.
2020-07-17 15:39:00 -07:00
Jakub Kądziołka
c9ea5dfdbe
tests: docker-system: Use guile-3.0.
...
This helps find the (json) module in the virtual machine.
* gnu/tests/docker.scm (build-tarball&run-docker-test,
run-docker-system-test): Replace guile-2.2 with guile-3.0.
2020-07-17 22:13:58 +02:00
Guillaume Le Vaillant
0f935e9549
gnu: Add cl-mcclim.
...
* gnu/packages/lisp-xyz.scm (cl-mcclim): New variable.
2020-07-17 15:35:58 +02:00
Guillaume Le Vaillant
8afd2d10ee
gnu: Add sbcl-mcclim.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim): New variable.
2020-07-17 15:35:58 +02:00
Guillaume Le Vaillant
8e0e7f3566
gnu: Add sbcl-mcclim-extensions.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-extensions): New variable.
2020-07-17 15:35:58 +02:00
Guillaume Le Vaillant
e88754626f
gnu: Add sbcl-mcclim-layouts-tab.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-layouts-tab): New variable.
2020-07-17 15:35:58 +02:00
Guillaume Le Vaillant
5d2abf9f27
gnu: Add sbcl-conditional-commands.
...
* gnu/packages/lisp-xyz.scm (sbcl-conditional-commands): New variable.
2020-07-17 15:35:58 +02:00
Guillaume Le Vaillant
92da537c41
gnu: Add sbcl-mcclim-bitmaps.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-bitmaps): New variable.
2020-07-17 15:35:58 +02:00
Guillaume Le Vaillant
c93bd9f8b9
gnu: Add sbcl-mcclim-bezier.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-bezier): New variable.
2020-07-17 15:35:58 +02:00
Guillaume Le Vaillant
d92e264935
gnu: Add sbcl-mcclim-bezier-clx.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-bezier-clx): New variable.
2020-07-17 15:35:58 +02:00
Guillaume Le Vaillant
000ee6e5b6
gnu: Add sbcl-mcclim-bezier-core.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-bezier-core): New variable.
2020-07-17 15:35:58 +02:00
Guillaume Le Vaillant
9757de5dc6
gnu: Add sbcl-mcclim-franz.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-franz): New variable.
2020-07-17 15:35:58 +02:00
Guillaume Le Vaillant
efa88f9020
gnu: Add sbcl-mcclim-looks.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-looks): New variable.
2020-07-17 15:35:58 +02:00
Guillaume Le Vaillant
1a1b584b0e
gnu: Add sbcl-clim-pdf.
...
* gnu/packages/lisp-xyz.scm (sbcl-clim-pdf): New variable.
2020-07-17 15:35:58 +02:00
Guillaume Le Vaillant
b1ca56bf3b
gnu: Add sbcl-clim-postscript.
...
* gnu/packages/lisp-xyz.scm (sbcl-clim-postscript): New variable.
2020-07-17 15:35:58 +02:00
Guillaume Le Vaillant
48f2694dd5
gnu: Add sbcl-clim-postscript-font.
...
* gnu/packages/lisp-xyz.scm (sbcl-clim-postscript-font): New variable.
2020-07-17 15:35:57 +02:00
Guillaume Le Vaillant
6be78cd9fe
gnu: Add sbcl-mcclim-null.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-null): New variable.
2020-07-17 15:35:57 +02:00
Guillaume Le Vaillant
1f1d0bacef
gnu: Add sbcl-mcclim-clx-fb.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-clx-fb): New variable.
2020-07-17 15:35:57 +02:00
Guillaume Le Vaillant
6b40a9afb7
gnu: Add sbcl-mcclim-render.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-render): New variable.
2020-07-17 15:35:57 +02:00
Guillaume Le Vaillant
942a824746
gnu: Add sbcl-mcclim-clx-freetype.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-clx-freetype): New variable.
2020-07-17 15:35:57 +02:00
Guillaume Le Vaillant
fab0adc752
gnu: Add sbcl-mcclim-fonts-clx-freetype.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-fonts-clx-freetype): New variable.
2020-07-17 15:35:57 +02:00
Guillaume Le Vaillant
892f1ef054
gnu: Add sbcl-mcclim-harfbuzz.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-harfbuzz): New variable.
2020-07-17 15:35:57 +02:00
Guillaume Le Vaillant
db09401805
gnu: Add sbcl-mcclim-fontconfig.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-fontconfig): New variable.
2020-07-17 15:35:57 +02:00
Guillaume Le Vaillant
46fa001dea
gnu: Add sbcl-mcclim-clx-truetype.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-clx-truetype): New variable.
2020-07-17 15:35:57 +02:00
Guillaume Le Vaillant
fc77c14182
gnu: Add sbcl-mcclim-fonts-clx-truetype.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-fonts-clx-truetype): New variable.
2020-07-17 15:35:57 +02:00
Guillaume Le Vaillant
c085e70712
gnu: Add sbcl-mcclim-fonts-truetype.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-fonts-truetype): New variable.
2020-07-17 15:35:57 +02:00
Guillaume Le Vaillant
9721909b9f
gnu: Add sbcl-mcclim-clx.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-clx): New variable.
2020-07-17 15:35:57 +02:00
Guillaume Le Vaillant
875aadaeeb
gnu: Add sbcl-mcclim-backend-common.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-backend-common): New variable.
2020-07-17 15:35:57 +02:00
Guillaume Le Vaillant
0ee4e6ef36
gnu: Add sbcl-clim.
...
* gnu/packages/lisp-xyz.scm (sbcl-clim): New variable.
2020-07-17 15:35:57 +02:00
Guillaume Le Vaillant
b2f63ae605
gnu: Add sbcl-drei-mcclim.
...
* gnu/packages/lisp-xyz.scm (sbcl-drei-mcclim): New variable.
2020-07-17 15:35:56 +02:00
Guillaume Le Vaillant
720c838709
gnu: Add sbcl-persistent.
...
* gnu/packages/lisp-xyz.scm (sbcl-persistent): New variable.
2020-07-17 15:35:56 +02:00
Guillaume Le Vaillant
49abb68760
gnu: Add sbcl-automaton.
...
* gnu/packages/lisp-xyz.scm (sbcl-automaton): New variable.
2020-07-17 15:35:56 +02:00
Guillaume Le Vaillant
7cdfd92e8d
gnu: Add sbcl-mcclim-fonts.
...
* gnu/packages/lisp-xyz.scm (sbcl-mcclim-fonts): New variable.
2020-07-17 15:35:56 +02:00
Guillaume Le Vaillant
699650ed97
gnu: Add sbcl-esa-mcclim.
...
* gnu/packages/lisp-xyz.scm (sbcl-esa-mcclim): New variable.
2020-07-17 15:35:56 +02:00
Guillaume Le Vaillant
5a691dc0e9
gnu: Add sbcl-clim-core.
...
* gnu/packages/lisp-xyz.scm (sbcl-clim-core): New variable.
2020-07-17 15:35:56 +02:00
Guillaume Le Vaillant
9e7db6c8e4
gnu: Add sbcl-clim-basic.
...
* gnu/packages/lisp-xyz.scm (sbcl-clim-basic): New variable.
2020-07-17 15:35:56 +02:00
Guillaume Le Vaillant
d0a6906d36
gnu: Add sbcl-clim-lisp.
...
* gnu/packages/lisp-xyz.scm (sbcl-clim-lisp): New variable.
2020-07-17 15:35:56 +02:00
Jakub Kądziołka
d6b05ba353
gitignore: Don't ignore daemon source code.
...
Remove files that are included in the repository from .gitignore. This
improves the behavior of some code-searching tools.
2020-07-17 15:23:53 +02:00
Jakub Kądziołka
e28a824f08
gnu: rust: Use search-patches instead of map search-patch
...
* gnu/packages/rust.scm: Replace instances of map search-patch with
search-patches.
2020-07-17 15:22:57 +02:00
Jakub Kądziołka
17666c090b
gnu: Add Rust 1.45.
...
* gnu/packages/rust.scm (rust-1.45): New variable.
* gnu/packages/patches/rust-1.45-linker-locale.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add the patch to the list.
2020-07-17 14:21:38 +02:00
Efraim Flashner
7d49e1897c
gnu: ganeti-instance-debootstrap: Use a source file-name.
...
* gnu/packages/virtualization.scm (ganeti-instance-debootstrap)[source]:
Add a file-name field.
2020-07-17 14:59:16 +03:00
Efraim Flashner
2be973c35e
gnu: java-guava: Use a source file-name.
...
* gnu/packages/java.scm (java-guava)[source]: Add a file-name field.
2020-07-17 14:58:11 +03:00
Björn Höfling
12988adf18
gnu: osm2pgsql: Update to 1.2.2.
...
* gnu/packages/geo.scm (osm2pgsql): Update to 1.2.2.
2020-07-17 12:16:18 +02:00
Björn Höfling
7953f8b724
gnu: libosmium: Update to 2.15.6.
...
* gnu/packages/geo.scm (libosmium): Update to 2.15.6.
2020-07-17 12:16:18 +02:00
Björn Höfling
b45be61267
gnu: gdal: Update to 3.1.2.
...
* gnu/packages/geo.scm (gdal): Update to 3.1.2.
2020-07-17 12:16:18 +02:00
Björn Höfling
1ee584057d
gnu: gdal: Add postgresql dependency.
...
* gnu/packages/geo.scm (gdal)[inputs]: Add postgresql.
[native-inputs]: New field. Introduces pkg-config.
2020-07-17 12:16:17 +02:00
Efraim Flashner
0e1428ac5d
gnu: quassel: Fix calling inxi script.
...
* gnu/packages/irc.scm (quassel)[source]: Only remove bundled inxi script.
[arguments]: Adjust 'patch-inxi-reference phase to symlink packaged inxi
to where quassel expects it to be.
2020-07-17 12:36:10 +03:00
Christopher Baines
22b3a95f6e
build-system/maven: Make default-maven-plugins a procedure.
...
This allows compiling the module without the (gnu packages maven) module being
available.
* guix/build-system/maven.scm (%default-maven-plugins): Rename to
default-maven-plugins, and convert to a procedure.
* doc/guix.texi (maven-build-system): Update.
2020-07-17 09:45:19 +01:00
Julien Lepiller
55b90c9053
guix: Add maven-build-system.
...
* guix/build-system/maven.scm: New file.
* guix/build/maven-build-system.scm: New file.
* Makefile.am (MODULES): Add them.
* doc/guix.texi (Build Systems): Document the maven build system.
2020-07-17 04:21:22 +02:00
Julien Lepiller
562408a8c0
gnu: Add maven-jar-plugin.
...
* gnu/packages/maven.scm (maven-jar-plugin): New variable.
2020-07-17 04:21:18 +02:00
Julien Lepiller
7c02294bc2
gnu: Add maven-surefire-plugin.
...
* gnu/packages/maven.scm (maven-surefire-plugin): New variable.
2020-07-17 04:21:15 +02:00
Julien Lepiller
b777e19437
gnu: Add maven-surefire-common.
...
* gnu/packages/maven.scm (maven-surefire-common): New variable.
* gnu/packages/java.scm (java-hawtjni, java-jansi-native, java-jansi):
Install from pom file.
2020-07-17 04:21:13 +02:00
Julien Lepiller
e1ee5a75f3
gnu: Add java-surefire-junit4.
...
* gnu/packages/maven.scm (java-surefire-junit4): New variable.
2020-07-17 04:21:10 +02:00
Julien Lepiller
586db0f9c5
gnu: Add java-surefire-common-junit4.
...
* gnu/packages/maven.scm (java-surefire-common-junit4): New variable.
2020-07-17 04:21:07 +02:00
Julien Lepiller
72ce48788d
gnu: Add java-surefire-common-junit3.
...
* gnu/packages/maven.scm (java-surefire-common-junit3): New variable.
2020-07-17 04:21:04 +02:00
Julien Lepiller
fd090644b3
gnu: Add java-surefire-common-java5.
...
* gnu/packages/maven.scm (java-surefire-common-java5): New variable.
2020-07-17 04:21:01 +02:00
Julien Lepiller
15725d9a78
gnu: Add java-surefire-extensions-api.
...
* gnu/packages/maven.scm (java-surefire-extensions-api): New variable.
2020-07-17 04:20:59 +02:00
Julien Lepiller
bf2769c23f
gnu: Add java-surefire-booter.
...
* gnu/packages/maven.scm (java-surefire-booter): New variable.
2020-07-17 04:20:55 +02:00
Julien Lepiller
ac8179a05c
gnu: Add java-surefire-api.
...
* gnu/packages/maven.scm (java-surefire-api): New variable.
2020-07-17 04:20:50 +02:00
Julien Lepiller
ef61b4a1be
gnu: Add maven-shared-utils-3.1.
...
* gnu/packages/maven.scm (maven-shared-utils-3.1): New variable.
2020-07-17 04:20:44 +02:00
Julien Lepiller
2a08d8ffd0
gnu: Add java-surefire-logger-api.
...
* gnu/packages/maven.scm (java-surefire-logger-api): New variable.
2020-07-17 04:20:40 +02:00
Julien Lepiller
dd607254ef
gnu: Add maven-compiler-plugin.
...
* gnu/packages/maven.scm (maven-compiler-plugin): New variable.
2020-07-17 04:20:36 +02:00
Julien Lepiller
c45e7ee688
gnu: Add maven-shared-incremental.
...
* gnu/packages/maven.scm (maven-shared-incremental): New variable.
2020-07-17 04:20:25 +02:00
Julien Lepiller
90a1d04cc1
gnu: Add java-plexus-compiler-manager.
...
* gnu/packages/java.scm (java-plexus-compiler-manager): New variable.
(java-plexus-compiler-api, java-plexus-compiler-javac): Install from pom
file.
(java-plexus-compiler-javac): Install plexus components file.
2020-07-17 04:19:58 +02:00
Julien Lepiller
8630a08099
gnu: add java-plexus-java.
...
* gnu/packages/java.scm (java-plexus-java): New variable.
2020-07-17 04:19:45 +02:00
Julien Lepiller
015e8774b7
gnu: java-plexus-component-metadata: Move to java.scm.
...
* gnu/packages/maven.scm (maven-core-bootstrap): Make public and hidden.
(java-plexus-component-metadata): Move to ...
* gnu/packages/java.scm: ... here.
2020-07-17 04:19:24 +02:00
Julien Lepiller
0ab9eba78e
gnu: Add java-qdox-2-M9.
...
* gnu/packages/java.scm (java-qdox-2-M9): New variable.
(java-qdox): Install from pom file.
2020-07-17 04:19:12 +02:00
Julien Lepiller
5bebb1e81f
gnu: Add maven-resources-plugin.
...
* gnu/packages/maven.scm (maven-resources-plugin): New variable.
2020-07-17 04:19:06 +02:00
Julien Lepiller
f0e3e6caa3
gnu: Add maven-filtering.
...
* gnu/packages/maven.scm (maven-filtering): New variable.
* gnu/packages/java.scm (java-sisu-build-api): Install from pom file.
2020-07-17 04:18:56 +02:00
Julien Lepiller
ebe6e6f5d2
gnu: Add maven-install-plugin.
2020-07-17 04:18:49 +02:00
Julien Lepiller
f738576086
gnu: maven-plugin-annotations: Install from pom file.
...
* gnu/packages/maven.scm (maven-plugin-annotations): Install from pom
file.
2020-07-17 04:18:36 +02:00
Julien Lepiller
ea806229c7
gnu: Add maven-artifact-transfer.
...
* gnu/packages/maven.scm (maven-artifact-transfer): New variable.
2020-07-17 04:18:31 +02:00
Julien Lepiller
e244157bee
gnu: Add maven-enforcer-plugin.
...
* gnu/packages/maven.scm (maven-enforcer-plugin): New variable.
2020-07-17 04:18:27 +02:00
Julien Lepiller
94261e7ce2
gnu: Add maven-enforcer-rules.
...
* gnu/packages-maven.scm (maven-enforcer-rules): New variable.
2020-07-17 04:18:21 +02:00
Julien Lepiller
c3951015d7
gnu: Add maven-enforcer-api.
...
* gnu/packages/maven.scm (maven-enforcer-api): New variable.
* gnu/packages/patches/maven-enforcer-api-fix-old-dependencies.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add it.
2020-07-17 04:18:04 +02:00
Julien Lepiller
ee1bed9d64
gnu: Add maven-common-artifact-filters.
...
* gnu/packages/maven.scm (maven-common-artifact-filters): New variable.
2020-07-17 04:18:00 +02:00
Julien Lepiller
24bdd1504e
gnu: Add maven-dependency-tree.
...
* gnu/packages/maven.scm (maven-dependency-tree): New variable.
2020-07-17 04:17:56 +02:00
Julien Lepiller
84ca4dbe7f
gnu: Add maven-archiver.
...
* gnu/packages/maven.scm (maven-archiver): New variable.
2020-07-17 04:17:49 +02:00
Julien Lepiller
9f547318e9
gnu: Add maven-file-management.
...
* gnu/packages/maven.scm (maven-file-management): New variable.
2020-07-17 04:17:36 +02:00
Julien Lepiller
ebaaad1dff
gnu: add maven-shared-io.
...
* gnu/packages/maven.scm (maven-shared-io): New variable.
2020-07-17 04:17:32 +02:00
Julien Lepiller
708e0e1dbd
gnu: Add maven-shared-utils-3.0.
...
* gnu/packages/maven.scm (maven-shared-utils-3.0): New variable.
2020-07-17 04:17:26 +02:00
Julien Lepiller
1203b94f7e
gnu: Add maven-3.0-compat.
...
* gnu/packages/maven.scm (maven-3.0-compat): New variable.
2020-07-17 04:17:22 +02:00
Julien Lepiller
6f852f3b67
gnu: Add maven-3.0-core.
...
* gnu/packages/maven.scm (maven-3.0-core): New variable.
2020-07-17 04:17:15 +02:00
Julien Lepiller
65f0946a6c
gnu: Add maven-3.0-aether-provider.
...
* gnu/packages/maven.scm (maven-3.0-aether-provider): New variable.
2020-07-17 04:17:10 +02:00
Julien Lepiller
721a00c06a
gnu: Add maven-3.0-repository-metadata.
...
* gnu/packages/maven.scm (maven-3.0-repository-metadata): New variable.
2020-07-17 04:17:07 +02:00
Julien Lepiller
457efe296e
gnu: Add maven-3.0-plugin-api.
...
* gnu/packages/maven.scm (maven-3.0-plugin-api): New variable.
2020-07-17 04:17:04 +02:00
Julien Lepiller
279ec0c005
gnu: Add maven-3.0-model-builder.
...
* gnu/packages/maven.scm (maven-3.0-model-builder): New variable.
2020-07-17 04:17:01 +02:00
Julien Lepiller
b1cfac7a46
gnu: Add maven-3.0-settings-builder.
...
* gnu/packages/maven.scm (maven-3.0-settings-builder): New variable.
2020-07-17 04:16:48 +02:00
Julien Lepiller
ba58d208d4
gnu: Add maven-3.0-settings.
...
* gnu/packages/maven.scm (maven-3.0-settings): New variable.
2020-07-17 04:16:37 +02:00
Julien Lepiller
b909d58444
gnu: Add maven-3.0-model.
...
* gnu/packages/maven.scm (maven-3.0-model): New variable.
2020-07-17 04:16:33 +02:00
Julien Lepiller
756e976e56
gnu: maven-3.0-artifact: New variable.
...
* gnu/packages/maven.scm (maven-3.0-artifact): New variable.
2020-07-17 04:16:26 +02:00
Julien Lepiller
b277bd37ba
gnu: Add java-eclipse-aether-impl.
...
* gnu/packages/maven.scm (java-eclipse-aether-impl): New variable.
2020-07-17 04:16:24 +02:00
Julien Lepiller
47b4ed504d
gnu: Add java-eclipse-aether-util.
...
* gnu/packages/maven.scm (java-eclipse-aether-util): New variable.
2020-07-17 04:16:21 +02:00
Julien Lepiller
7a85b602ca
gnu: Add java-eclipse-aether-test-util.
...
* gnu/packages/maven.scm (java-eclipse-aether-test-util): New variable.
2020-07-17 04:16:18 +02:00
Julien Lepiller
5d1a24dd89
gnu: Add java-eclipse-aether-spi.
...
* gnu/packages/maven.scm (java-eclipse-aether-spi): New variable.
2020-07-17 04:16:15 +02:00
Julien Lepiller
9a7d55ee25
gnu: Add java-eclipse-aether-api.
...
* gnu/packages/maven.scm (java-eclipse-aether-api): New variable.
2020-07-17 04:16:09 +02:00
Julien Lepiller
540f362843
gnu: Add java-sonatype-aether-impl.
...
* gnu/packages/maven.scm (java-sonatype-aether-impl): New variable.
(java-plexus-component-metadata): Propagate inputs.
2020-07-17 04:15:52 +02:00
Julien Lepiller
8815719c96
gnu: Add java-sonatype-aether-util.
...
* gnu/packages/maven.scm (java-sonatype-aether-util): New variable.
2020-07-17 04:15:47 +02:00
Julien Lepiller
a1ed79363f
gnu: Add java-sonatype-aether-test-util.
...
* gnu/packages/maven.scm (java-sonatype-aether-test-util): New variable.
2020-07-17 04:15:44 +02:00
Julien Lepiller
c68e3dc139
gnu: Add java-sonatype-aether-spi.
...
* gnu/packages/maven.scm (java-sonatype-aether-spi): New variable.
2020-07-17 04:15:37 +02:00
Julien Lepiller
a18f0a7fd1
gnu: Add java-sonatype-aether-api.
...
* gnu/packages/maven.scm (java-sonatype-aether-api): New variable.
2020-07-17 04:15:26 +02:00
Julien Lepiller
6a25a3b1ba
gnu: Add java-plexus-digest.
...
* gnu/packages/java.scm (java-plexus-digest): New variable.
2020-07-17 04:15:13 +02:00
Julien Lepiller
29534ff7f3
gnu: java-modello-core: Propagate inputs.
...
* gnu/packages/java.scm (java-modello-core): Propagate inputs.
(java-modello-plugins-java, java-modello-plugins-xml, java-modello-xpp3):
Remove java-modello-core's inputs and propagate.
2020-07-17 04:15:05 +02:00
Julien Lepiller
159e6d9fe3
gnu: maven-shared-utils: Fix /bin/sh invocation.
...
* gnu/packages/maven.scm (maven-shared-utils): Fix /bin/sh invocation.
2020-07-17 04:14:50 +02:00
Julien Lepiller
51087d51df
gnu: maven: Install from pom file.
...
* gnu/packages/java.scm (java-plexus-container-default-bootstrap)
(java-plexus-component-annotations, java-plexus-cipher, java-asm)
(java-jsr250, java-commons-cli, java-slf4j-api, java-slf4j-simple)
(java-bsh, java-jboss-el-api-spec, java-jboss-interceptors-api-spec)
(java-cdi-api, java-eclipse-sisu-plexus): Install from pom file.
* gnu/packages/maven.scm (maven-resolver-api, maven-resolver-spi)
(maven-resolver-util, maven-resolver-connector-basic, maven-resolver-impl)
(java-plexus-utils, maven-artifact, maven-model, maven-builder-support)
(maven-settings, maven-settings-builder, maven-model-builder)
(maven-repository-metadata, maven-resolver-provider, maven-plugin-api)
(maven-core, maven-embedder, maven-compat): Install from pom file.
2020-07-17 04:14:45 +02:00
Julien Lepiller
968bb68275
gnu: java-httpcomponents-httpclient: Update to 4.5.12.
...
* gnu/packages/java.scm (java-httpcomponents-httpclient): Update to
4.5.12.
2020-07-17 04:14:37 +02:00
Julien Lepiller
ff0496d054
gnu: maven-wagon-provider-api: Update to 3.3.4.
...
* gnu/packages/maven.scm (maven-wagon-provider-api): Update to 3.3.4.
(maven-wagon-provider-test): Add missing dependency.
2020-07-17 04:14:21 +02:00
Julien Lepiller
6671d6a14e
gnu: java-plexus-interpolation: Update to 1.26.
...
* gnu/packages/java.scm (java-plexus-interpolation): Update to 1.26.
2020-07-17 04:14:15 +02:00
Julien Lepiller
b8d977b154
gnu: java-bsh: Unbundle third-party libraries.
...
* gnu/packages/java.scm (java-bsh)[source]: Remove bundled jar files.
2020-07-17 04:13:51 +02:00
Julien Lepiller
aabaac7d85
gnu: Add javacc-3.
...
* gnu/packages/java.scm (javacc-3): New variable.
2020-07-17 04:13:41 +02:00
Julien Lepiller
02ed96dccf
gnu: java-plexus-archiver: Update to 4.2.2.
...
* gnu/packages/java.scm (java-plexus-archiver): Update to 4.2.2.
(java-plexus-container-default, java-commons-compress)
(java-geronimo-xbean-reflect): Install from pom file.
(java-guava): Install from pom
[source]: Use git source instead of generated source jar.
* gnu/packages/java-compression.scm (java-xz, java-iq80-snappy): Install
from pom.
2020-07-17 04:12:43 +02:00
Julien Lepiller
ae91309642
gnu: java-plexus-classworlds: Update to 2.6.0.
...
* gnu/packages/java.scm (java-plexus-classworlds): Update to 2.6.0.
2020-07-17 04:12:25 +02:00
Julien Lepiller
79265a4598
gnu: java-plexus-io: Update to 3.2.0.
...
* gnu/packages/java.scm (java-plexus-io): Update to 3.2.0.
(java-commons-io)[arguments]: Install from pom file.
2020-07-17 04:12:17 +02:00
Julien Lepiller
2ddf13aed2
gnu: Add java-plexus-utils-3.3.0.
...
* gnu/packages/java.scm (java-plexus-utils-3.3.0): New variable.
2020-07-17 04:12:15 +02:00
Julien Lepiller
b3971a5c47
gnu: java-plexus-utils: Update to 3.2.1.
...
* gnu/packages/java.scm (java-plexus-utils): Update to 3.2.1.
2020-07-17 04:12:13 +02:00
Julien Lepiller
ba03666d29
gnu: java-commons-codec: Update to 1.14.
...
* gnu/packages/java.scm (java-commons-codec): Update to 1.14.
2020-07-17 04:12:11 +02:00
Julien Lepiller
b916b6382e
gnu: java-commons-lang3: Update to 3.9.
...
* gnu/packages/java.scm (java-commons-lang3): Update to 3.9.
2020-07-17 04:12:07 +02:00
Julien Lepiller
c2cef73132
gnu: Add maven-components-parent-pom-21.
...
* gnu/packages/maven-parent-pom.scm (maven-components-parent-pom-21):
New variable.
2020-07-17 04:12:04 +02:00
Julien Lepiller
b5710bbc4a
gnu: Add maven-components-parent-pom-22.
...
* gnu/packages/maven-parent-pom.scm (maven-components-parent-pom-22):
New variable.
2020-07-17 04:12:03 +02:00
Julien Lepiller
40b20507d1
gnu: Add maven-plugins-pom-23.
...
* gnu/packages/maven-parent-pom.scm (maven-plugins-pom-23): New variable.
2020-07-17 04:11:57 +02:00
Julien Lepiller
7b28106e91
gnu: add maven-parent-pom-31.
...
* gnu/packages/maven-parent-pom.scm (maven-parent-pom-31): New variable.
2020-07-17 04:11:55 +02:00
Julien Lepiller
8226c928c0
gnu: Add maven-parent-pom-22.
...
* gnu/packages/maven-parent-pom.scm (maven-parent-pom-22): New variable.
2020-07-17 04:11:53 +02:00
Julien Lepiller
cfcb259910
gnu: Add maven-parent-pom-15.
...
* gnu/packages/maven.scm (maven-parent-pom-15): New variable.
2020-07-17 04:11:51 +02:00
Julien Lepiller
9ef1ce0166
gnu: Add maven-parent-pom-27.
...
* gnu/packages/maven.scm (maven-parent-pom-27): New variable.
2020-07-17 04:11:50 +02:00
Julien Lepiller
0e1cca3031
gnu: Add maven-parent-pom-30.
...
* gnu/packages/maven-parent-pom.scm (maven-parent-pom-30): New variable.
2020-07-17 04:11:48 +02:00
Julien Lepiller
c68f832b2d
gnu: Add maven-parent-pom-33.
...
* gnu/packager/maven-parent-pom.scm (maven-parent-pom-33): New variable.
2020-07-17 04:11:46 +02:00
Julien Lepiller
8c375b779d
gnu: Add plexus-parent-pom-6.1.
...
* gnu/packages/maven-parent-pom.scm (plexus-parent-pom-6.1): New
variable.
2020-07-17 04:11:44 +02:00
Julien Lepiller
c460bb176b
gnu: add plexus-parent-pom-5.1.
...
* gnu/packages/maven-parent-pom.scm (plexus-parent-pom-5.1): New
variable.
2020-07-17 04:11:42 +02:00
Julien Lepiller
1350f558ef
gnu: Add plexus-parent-pom-4.0.
...
* gnu/packages/maven-parent-pom.scm (plexus-parent-pom-4.0): New
variable.
2020-07-17 04:11:40 +02:00
Julien Lepiller
6969a575e4
gnu: Add plexus-parent-pom-3.1.
...
* gnu/packages/maven-parent-pom.scm (plexus-parent-pom-3.1): New
variable.
2020-07-17 04:11:38 +02:00
Julien Lepiller
744979f926
gnu: Add java-sonatype-oss-parent-pom-9.
...
* gnu/packages/maven-parent-pom.scm (java-sonatype-oss-parent-pom-9): New
variable.
2020-07-17 04:11:36 +02:00
Julien Lepiller
0dd0bb78a8
gnu: Add java-sonatype-oss-parent-pom-7.
...
* gnu/packages/maven-parent-pom.scm (java-sonatype-oss-parent-pom-7):
New variable.
2020-07-17 04:11:35 +02:00
Julien Lepiller
bdec75a25e
gnu: Add java-sonatype-spice-parent-pom-12.
...
* gnu/packages/maven-parent-pom.scm (java-sonatype-spice-parent-pom-12):
New variable.
2020-07-17 04:11:33 +02:00
Julien Lepiller
03e792108c
gnu: Add java-sonatype-spice-parent-pom-17.
...
* gnu/packages/maven-parent-pom.scm (java-sonatype-spice-parent-pom-17):
New variable.
2020-07-17 04:11:31 +02:00
Julien Lepiller
a98ff9b8ab
gnu: Add java-sonatype-spice-parent-pom-15.
...
* gnu/packages/maven-parent-pom.scm (java-sonatype-spice-parent-pom-15):
New variable.
2020-07-17 04:11:29 +02:00
Julien Lepiller
94f2bac18e
gnu: Add java-sonatype-forge-parent-pom-10.
...
* gnu/packages/maven-parent-pom.scm (java-sonatype-forge-parent-pom-10):
New variable.
2020-07-17 04:11:28 +02:00
Julien Lepiller
95e686955b
gnu: Add java-sonatype-forge-parent-pom-6.
...
* gnu/packages/maven-parent-pom.scm (java-sonatype-forge-parent-pom-6):
New variable.
2020-07-17 04:11:26 +02:00
Julien Lepiller
a1694cf323
gnu: Add java-sonatype-forge-parent-pom-5.
...
* gnu/packages/maven-parent-pom.scm (java-sonatype-forge-parent-pom-5):
New variable.
2020-07-17 04:11:22 +02:00
Julien Lepiller
ad9df5110c
gnu: add java-sonatype-forge-parent-pom-4.
...
* gnu/packages/maven-parent-pom.scm (java-sonatype-forge-parent-pom-4):
New variable.
2020-07-17 04:11:16 +02:00
Julien Lepiller
16466a5d7f
gnu: Add java-weld-parent-pom.
...
* gnu/packages/maven-parent-pom.scm (java-weld-parent-pom): New
variable.
2020-07-17 04:11:14 +02:00
Julien Lepiller
40448a0236
gnu: Add apache-commons-parent-pom-50.
...
* gnu/packages/maven-parent-pom.scm (apache-commons-parent-pom-50): New
variable.
2020-07-17 04:11:11 +02:00
Julien Lepiller
568ea5315b
gnu: Add apache-commons-parent-pom-48.
...
* gnu/packages/maven-parent-pom.scm (apache-commons-parent-pom-48): New
variable.
2020-07-17 04:11:09 +02:00
Julien Lepiller
bd31f1df47
gnu: Add apache-commons-parent-pom-41.
...
* gnu/packages/maven-parent-pom.scm (apache-commons-parent-pom-41): New
variable.
2020-07-17 04:11:07 +02:00
Julien Lepiller
5061658692
gnu: Add apache-commons-parent-pom-39.
...
* gnu/packages/maven-parent-pom.scm (apache-commons-parent-pom-39): New
variable.
2020-07-17 04:11:05 +02:00
Julien Lepiller
a2f64c345e
gnu: Add apache-parent-pom-21.
...
* gnu/packages/maven-parent-pom.scm (apache-parent-pom-21): New
variable.
2020-07-17 04:11:04 +02:00
Julien Lepiller
97de6e0c80
gnu: Add apache-parent-pom-19.
...
* gnu/packages/maven-parent-pom.scm (apache-parent-pom-19): New
variable.
2020-07-17 04:11:02 +02:00
Julien Lepiller
474c61c579
gnu: Add apache-parent-pom-18.
...
* gnu/packages/maven-parent-pom.scm (apache-parent-pom-18): New
variable.
2020-07-17 04:11:01 +02:00
Julien Lepiller
d83b144a6d
gnu: Add apache-parent-pom-17.
...
* gnu/packages/maven.scm (apache-parent-pom-17): New variable.
2020-07-17 04:10:59 +02:00
Julien Lepiller
3eebbff671
gnu: Add apache-parent-pom-16.
...
* gnu/packages/maven-parent-pom.scm (apache-parent-pom-16): New
variable.
2020-07-17 04:10:58 +02:00
Julien Lepiller
67d54abe35
gnu: Add apache-parent-pom-11.
...
* gnu/packages/maven-parent-pom.scm (apache-parent-pom-11): New
variable.
2020-07-17 04:10:57 +02:00
Julien Lepiller
10f8dedf39
gnu: Add apache-parent-pom-6.
...
* gnu/packages/maven.scm (apache-parent-pom-6): New variable.
2020-07-17 04:10:55 +02:00
Julien Lepiller
bef4d92050
gnu: Add apache-parent-pom-13.
...
* gnu/packages/maven-parent-pom.scm: New file.
* gnu/local.mk: Add maven-parent-pom.scm.
2020-07-17 04:10:54 +02:00
Julien Lepiller
fff4fcc4e2
gnu: java-junit: Install from pom file.
...
* gnu/packages/java.scm (java-junit)[arguments]: Replace install phase.
(java-hamcrest-core)[arguments]: Replace install phase.
(java-hamcrest-library)[arguments]: Replace install phase.
(java-cisd-jhdf5, java-commons-math3, java-commons-collections4)
(java-commons-io, java-commons-exec-1.1, java-commons-exec)
(java-commons-lang3, java-commons-codec, java-native-access)
(java-native-access-platform, java-hamcrest-all): Change junit and hamcrest
jar location accordingly.
(java-hamcrest-all): Use old install phase of java-hamcrest-core.
* gnu/packages/maths.scm (java-hdf): Change junit and hamcrest jar
location accordingly.
2020-07-17 04:10:51 +02:00
Julien Lepiller
e0ee843f77
gnu: java-jarjar: unbundle maven-plugin-api.
...
* gnu/packages/java.scm (java-jarjar): Unbundle maven-plugin-api.
2020-07-17 04:10:46 +02:00
Julien Lepiller
29428e10b8
gnu: java-junit: Enable tests.
...
* gnu/packages/java.scm (java-junit)[arguments]: Enable tests.
2020-07-17 04:10:42 +02:00
Julien Lepiller
031516d69a
gnu: Add java-hamcrest-library.
...
* gnu/packages/java.scm (java-hamcrest-library): New variable.
2020-07-17 04:10:40 +02:00
Julien Lepiller
30b7704a57
gnu: java-asm: Remove dependency on bnd libraries.
...
* gnu/packages/java.scm (java-asm): Remove dependency on java-aqute-bndlib
and java-aqute-libg.
(java-slf4j-api-bootstrap, java-aqute-bndlib-bootstrap)
(java-aqute-libg-bootstrap): Remove unused variables.
2020-07-17 04:10:38 +02:00
Julien Lepiller
3d3bc413b4
guix: java-utils: Add Maven-related phases.
...
* guix/build/maven/java.scm: New file.
* guix/build/maven/plugin.scm: New file.
* guix/build/maven/pom.scm: New file.
* Makefile.am (MODULES): Add them.
* guix/build-system/ant.scm (%ant-build-system-modules): Add them to the
build side.
* guix/build/java-utils.scm (generate-plugin.xml, install-pom-file)
(install-from-pom): New procedures.
2020-07-17 04:10:28 +02:00
Tobias Geerinckx-Rice
5654eef7e9
gnu: Update the LXQt home page.
...
* gnu/packages/lxqt.scm (lxqt-build-tools, liblxqt, libsysstat)
(lxqt-about, lxqt-admin, lxqt-config, lxqt-globalkeys)
(lxqt-notificationd, lxqt-openssh-askpass, lxqt-panel, lxqt-policykit)
(lxqt-powermanagement, lxqt-qtplugin, lxqt-runner, lxqt-session)
(lxqt-sudo, lxqt-themes, libfm-qt, pcmanfm-qt, compton-conf, lximage-qt)
(obconf-qt, pavucontrol-qt, qps, qtermwidget, qterminal, screengrab)
(lxqt-archiver, lxqt)[home-page]: Update to a working domain.
2020-07-17 03:04:41 +02:00
Tobias Geerinckx-Rice
7bb7bb5c9d
gnu: lbzip2: Update to 2.5-0.b6dc48a.
...
* gnu/packages/compression.scm (lbzip2): Update to 2.5-0.b6dc48a.
[source]: Use GIT-FETCH and GIT-FILE-NAME. Remove snippet.
[arguments]: Add ‘unpack-gnulib’ and custom bootstrap phase.
[native-inputs]: Add autoconf, automake, gnulib, and perl.
[home-page]: Use source repository.
2020-07-17 03:04:41 +02:00
Tobias Geerinckx-Rice
f5d88758be
gnu: ghc-uniplate: Use a working home page.
...
* gnu/packages/haskell-xyz.scm (ghc-uniplate)[home-page]: Update.
2020-07-17 03:04:40 +02:00
Tobias Geerinckx-Rice
f1841ccf46
gnu: ghc-missingh: Update home page.
...
* gnu/packages/haskell-xyz.scm (ghc-missingh)[home-page]: Update.
2020-07-17 03:04:40 +02:00
Tobias Geerinckx-Rice
33c154d6a5
gnu: corkscrew: Use git source.
...
* gnu/packages/ssh.scm (corkscrew)[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Adapt to changed README file name.
[home-page]: Switch to a working URI.
2020-07-17 03:04:40 +02:00
Diego Nicola Barbato
f49eb9f997
gnu: freeorion: Build with boost-with-python2.
...
* gnu/packages/games.scm (freeorion)[inputs]: Replace boost with
boost-with-python2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-17 02:02:30 +02:00
Michael Rohleder
9ba8cb43b9
gnu: emacs-helm-projectile: Update to 1.0.0.
...
* gnu/packages/emacs-xyz.scm (emacs-helm-projectile): Update to 1.0.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-17 01:55:58 +02:00
Michael Rohleder
4226c1f709
gnu: emacs-projectile: Update to 2.2.0.
...
* gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.2.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-17 01:54:58 +02:00
Timotej Lazar
52edd7eddb
gnu: godot: Update to 3.2.2.
...
* gnu/packages/game-development.scm (godot): Update to 3.2.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-17 01:53:28 +02:00
Timotej Lazar
0fc715f971
gnu: hedgewars: Install desktop icon.
...
* gnu/packages/games.scm (hedgewars)[arguments]: Add ‘install-icon’ phase.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-17 01:51:56 +02:00
Diego Nicola Barbato
ba7a63da48
gnu: emacs-exwm: Fix fullscreen states.
...
* gnu/packages/patches/emacs-exwm-fix-fullscreen-states.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/emacs-xyz.scm (emacs-exwm)[source]: Use it.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-17 01:18:00 +02:00
Marius Bakke
0482ea07f9
doc: Small fixups for the Ganeti documentation.
...
* doc/guix.texi (Virtualization Services): Fix various inaccuracies and add
markup the procedure parameters.
2020-07-17 01:04:24 +02:00
Julien Lepiller
074814fe57
gnu: keepassxc: Set QT_PLUGIN_PATH.
...
* gnu/packages/password-utils.scm (keepassxc): Wrap program to set
QT_PLUGIN_PATH for svg icons to show properly.
2020-07-17 00:10:47 +02:00
Marius Bakke
9a62282755
services: Add ganeti.
...
* gnu/services/ganeti.scm, gnu/tests/ganeti.scm: New files.
* doc/guix.texi (Virtualization Services): Document the Ganeti services.
2020-07-16 21:51:44 +02:00
Marius Bakke
7b572c5f19
gnu: Add ganeti-instance-debootstrap.
...
* gnu/packages/virtualization.scm (ganeti-instance-debootstrap): New public variable.
2020-07-16 21:51:44 +02:00
Marius Bakke
ecd5db37ff
gnu: Add ganeti-instance-guix.
...
* gnu/packages/virtualization.scm (ganeti-instance-guix): New public variable.
2020-07-16 21:51:44 +02:00
Marius Bakke
72a91d74ce
gnu: Add ganeti.
...
* gnu/packages/virtualization.scm (system->qemu-target, ganeti): New variables.
* gnu/packages/patches/ganeti-deterministic-manual.patch,
gnu/packages/patches/ganeti-disable-version-symlinks.patch,
gnu/packages/patches/ganeti-drbd-compat.patch,
gnu/packages/patches/ganeti-haskell-pythondir.patch,
gnu/packages/patches/ganeti-os-disk-size.patch,
gnu/packages/patches/ganeti-preserve-PYTHONPATH.patch,
gnu/packages/patches/ganeti-shepherd-master-failover.patch,
gnu/packages/patches/ganeti-shepherd-support.patch: New files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2020-07-16 21:51:43 +02:00
Mark H Weaver
851cc11cd1
gnu: linux-libre: Update to 5.4.52.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.52.
(linux-libre-5.4-pristine-source): Update hash.
(linux-libre-5.4-source): Remove %linux-libre-fix-atheros-9271-patch.
2020-07-16 15:43:24 -04:00
Mark H Weaver
d269422ec1
gnu: linux-libre@5.7: Update to 5.7.9.
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.9.
(linux-libre-5.7-pristine-source): Update hash.
(linux-libre-5.7-source): Remove %linux-libre-fix-atheros-9271-patch.
2020-07-16 15:43:18 -04:00
Mark H Weaver
7089a45aa1
gnu: linux-libre@4.19: Update to 4.19.133.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.133.
(linux-libre-4.19-pristine-source): Update hash.
(linux-libre-4.19-source): Remove %linux-libre-fix-atheros-9271-patch.
2020-07-16 15:43:11 -04:00
Tobias Geerinckx-Rice
2ffd1314cd
guix-install.sh: Make sure /etc/profile is sourced.
...
New users regularly report missing newly-installed programmes and icons.
* etc/guix-install.scm (main): Tell users to log out & back in.
2020-07-16 20:12:07 +02:00
Tobias Geerinckx-Rice
4089d7920f
guix-install.sh: Suggest running gpg as root.
...
The original example regularly prevented new users from installing Guix
at all.
* etc/guix-install.scm (chk_gpg_keyring): Suggest ‘sudo -i gpg’.
2020-07-16 20:12:07 +02:00
Tobias Geerinckx-Rice
7fc2ba2a2c
gnu: kyotocabinet: Use HTTPS.
...
* gnu/packages/databases.scm (kyotocabinet)[source, home-page]:
Use HTTPS.
2020-07-16 20:12:07 +02:00
Tobias Geerinckx-Rice
c4944d6c81
gnu: java-xmlunit: Use HTTPS home page.
...
* gnu/packages/java.scm (java-xmlunit)[home-page]: Use HTTPS.
2020-07-16 20:12:07 +02:00
Tobias Geerinckx-Rice
69cfb72b38
gnu: libyaml: Use HTTPS.
...
* gnu/packages/web.scm (libyaml)[source, home-page]: Use HTTPS.
2020-07-16 20:12:06 +02:00
Tobias Geerinckx-Rice
fe39c70195
gnu: Use HTTPS for mdc-berlin.de home pages.
...
* gnu/packages/bioinformatics.scm (r-genomation, r-genomationdata, pigx-rnaseq)
(pigx-chipseq, pigx-bsseq, pigx-scrnaseq, pigx)[home-page]: Use HTTPS.
2020-07-16 20:12:06 +02:00
Tobias Geerinckx-Rice
c980589260
gnu: Use HTTPS for biojava.org home pages.
...
* gnu/packages/bioinformatics.scm (java-biojava-core)
(java-biojava-phylo, java-biojava-alignment, java-biojava-phylo-4.0)
(java-biojava-alignment-4.0)[home-page]: Use HTTPS.
2020-07-16 20:12:06 +02:00
Tobias Geerinckx-Rice
2ae03bf631
gnu: jack@0.125.0: Update URIs.
...
gnu/packages/audio.scm (jack-1)[source]: Use a working mirror.
[home-page]: Use HTTPS.
2020-07-16 20:12:06 +02:00
Tobias Geerinckx-Rice
00a34333bb
gnu: Use HTTPS for igraph.org.
...
* gnu/packages/graph.scm (igraph, r-igraph)[home-page]: Use HTTPS.
2020-07-16 20:12:06 +02:00
Tobias Geerinckx-Rice
d48b5c8af7
gnu: ghc-pandoc-types: Use HTTPS home page.
...
* gnu/packages/haskell-xyz.scm (ghc-pandoc-types)[home-page]: Use HTTPS.
2020-07-16 20:12:06 +02:00
Tobias Geerinckx-Rice
1467ca6829
gnu: Use HTTPS for www.yesodweb.com.
...
* gnu/packages/haskell-web.scm (ghc-css-text, ghc-yesod-persistent)
[home-page]: Use HTTPS.
2020-07-16 20:12:06 +02:00
Tobias Geerinckx-Rice
702a101257
gnu: Use HTTPS for github.com (and subdomains) home pages.
...
* gnu/packages/bioconductor.scm (r-qvalue)[home-page]: Use HTTPS and
follow permanent redirection.
* gnu/packages/check.scm (python-codecov, python-nosexcover)
[home-page]: Likewise.
* gnu/packages/cran.scm (r-ffbase, r-ggrepel, r-valr)
[home-page]: Likewise.
* gnu/packages/crates-io.scm (rust-block-0.1, rust-dispatch-0.1)
(rust-objc-0.2, rust-objc-exception-0.1)
(rust-objc-foundation-0.1, rust-objc-id-0.1, rust-objc-test-utils-0.0)
(rust-onig-5.0, rust-onig-sys-69.2, rust-vergen-3.1)
[home-page]: Likewise.
* gnu/packages/finance.scm (ledger-agent, keepkey-agent)
[home-page]: Likewise.
* gnu/packages/haskell-check.scm (ghc-tasty-expected-failure)
[home-page]: Likewise.
* gnu/packages/haskell-web.scm (ghc-bsb-http-chunked, ghc-warp)
(ghc-warp-tls)[home-page]: Likewise.
* gnu/packages/haskell-xyz.scm (ghc-configurator, ghc-hasktags)
(ghc-linear, ghc-newtype-generics, ghc-retry, ghc-xdg-basedir)
(ghc-pretty-show)[home-page]: Likewise.
* gnu/packages/java.scm (java-javax-inject)[home-page]: Likewise.
* gnu/packages/libffi.scm (ruby-ffi)[home-page]: Likewise.
* gnu/packages/linux.scm (procenv)[home-page]: Likewise.
* gnu/packages/python-web.scm (python-aiodns, python-flask-htpasswd)
(python-pycares)[home-page]: Likewise.
* gnu/packages/python-xyz.scm (python-progressbar33, python-whatever)
(python-funcy)[home-page]: Likewise.
* gnu/packages/ruby.scm (ruby-rubyzip, ruby-spinach, ruby-gherkin-ruby)
(ruby-code-statistics, ruby-colorize, ruby-wwtd)[home-page]: Likewise.
2020-07-16 20:12:06 +02:00
Tobias Geerinckx-Rice
228d290106
gnu: Update Haskell Wiki URIs.
...
* gnu/packages/haskell-web.scm (ghc-hxt-regex-xmlschema)[home-page]:
Use HTTPS and follow permanent redirection.
* gnu/packages/haskell-xyz.scm (ghc-alsa-core, ghc-base-unicode-symbols)
(ghc-colour, ghc-data-accessor, ghc-data-accessor-transformers)
(ghc-gluraw, ghc-glut, ghc-gnuplot, ghc-haddock-test, ghc-opengl)
(ghc-openglraw, ghc-storablevector)[home-page]: Likewise.
2020-07-16 20:12:06 +02:00
Tobias Geerinckx-Rice
70e1199c0d
gnu: bombadillo: Use HTTPS home page.
...
* gnu/packages/web-browsers.scm (bombadillo)[home-page]: Use HTTPS.
2020-07-16 20:12:05 +02:00
Tobias Geerinckx-Rice
3720a6f847
gnu: lsof: Use HTTPS home page.
...
* gnu/packages/lsof.scm (lsof)[home-page]: Use HTTPS.
2020-07-16 20:12:05 +02:00
Tobias Geerinckx-Rice
c4ccf2db62
gnu: lirc: Use HTTPS home page.
...
Also add a missing copyright line for an obvious nckx phase.
* gnu/packages/lirc.scm (lirc)[home-page]: Use HTTPS.
2020-07-16 20:12:05 +02:00
Tobias Geerinckx-Rice
2c73599586
gnu: lv2: Use HTTPS.
...
* gnu/packages/audio.scm (lv2)[source, home-page]: Use HTTPS.
2020-07-16 20:12:05 +02:00
Guillaume Le Vaillant
b736e9ba2c
gnu: Add cl-opticl.
...
* gnu/packages/lisp-xyz.scm (sbcl-opticl, cl-opticl): New variables.
2020-07-16 19:47:43 +02:00
Guillaume Le Vaillant
b0e7bc35c4
gnu: Add cl-pngload.
...
* gnu/packages/lisp-xyz.scm (sbcl-pngload, cl-pngload, ecl-pngload): New
variables.
2020-07-16 19:43:41 +02:00
Guillaume Le Vaillant
5dff9687c9
gnu: Add cl-zpb-exif.
...
* gnu/packages/lisp-xyz.scm (sbcl-zpb-exif, cl-zpb-exif, ecl-zpb-exif): New
variables.
2020-07-16 19:13:17 +02:00
Guillaume Le Vaillant
242bd80793
gnu: Add cl-3bz.
...
* gnu/packages/lisp-xyz.scm (sbcl-3bz, cl-3bz, ecl-3bz): New variables.
2020-07-16 19:02:09 +02:00
Guillaume Le Vaillant
0f44f63ca2
gnu: Add cl-mmap.
...
* gnu/packages/lisp-xyz.scm (sbcl-mmap, cl-mmap, ecl-mmap): New variables.
2020-07-16 18:45:42 +02:00
Guillaume Le Vaillant
1c1b0532d1
gnu: Add cl-retrospectiff.
...
* gnu/packages/lisp-xyz.scm (sbcl-retrospectiff, cl-retrospectiff,
ecl-retrospectiff): New variables.
2020-07-16 18:12:39 +02:00
Guillaume Le Vaillant
fc748ff067
gnu: Add cl-opticl-core.
...
* gnu/packages/lisp-xyz.scm (sbcl-opticl-core, cl-opticl-core,
ecl-opticl-core): New variables.
2020-07-16 17:58:21 +02:00
Guillaume Le Vaillant
ec2c73b8ed
gnu: Add cl-freetype2.
...
* gnu/packages/lisp-xyz.scm (sbcl-freetype2, cl-freetype2, ecl-freetype2): New
variables.
2020-07-16 17:48:57 +02:00
Guillaume Le Vaillant
7387c090b0
gnu: Add cl-skippy.
...
* gnu/packages/lisp-xyz.scm (sbcl-skippy, cl-skippy, ecl-skippy): New
variables.
2020-07-16 17:20:13 +02:00
Guillaume Le Vaillant
556daf642a
gnu: Add cl-deflate.
...
* gnu/packages/lisp-xyz.scm (sbcl-deflate, cl-deflate, ecl-deflate): New
variables.
2020-07-16 17:08:27 +02:00
Guillaume Le Vaillant
31c67a8525
gnu: Add cl-com.gigamonkeys.binary-data.
...
* gnu/packages/lisp-xyz.scm (sbcl-com.gigamonkeys.binary-data,
cl-com.gigamonkeys.binary-data, ecl-com.gigamonkeys.binary-data): New
variables.
2020-07-16 16:58:42 +02:00
Guillaume Le Vaillant
2020a0567b
gnu: Add cl-tga.
...
* gnu/packages/lisp-xyz.scm (sbcl-tga, cl-tga, ecl-tga): New variables.
2020-07-16 16:48:25 +02:00
Ricardo Wurmus
d57ce2024b
gnu: r-quantreg: Update to 5.61.
...
* gnu/packages/statistics.scm (r-quantreg): Update to 5.61.
[propagated-inputs]: Add r-conquer.
2020-07-16 10:08:06 +02:00
Ricardo Wurmus
c4dfd2bf62
gnu: r-r-rsp: Update to 0.44.0.
...
* gnu/packages/statistics.scm (r-r-rsp): Update to 0.44.0.
2020-07-16 10:08:06 +02:00
Ricardo Wurmus
c85c85d67c
gnu: r-tibble: Update to 3.0.3.
...
* gnu/packages/statistics.scm (r-tibble): Update to 3.0.3.
2020-07-16 10:08:06 +02:00
Ricardo Wurmus
9fcf3d92a0
gnu: r-rlang: Update to 0.4.7.
...
* gnu/packages/statistics.scm (r-rlang): Update to 0.4.7.
2020-07-16 10:08:06 +02:00
Ricardo Wurmus
2d2b5d60f8
gnu: r-brms: Update to 2.13.3.
...
* gnu/packages/cran.scm (r-brms): Update to 2.13.3.
2020-07-16 10:08:06 +02:00
Ricardo Wurmus
22df7543b1
gnu: r-gamlss: Update to 5.1-7.
...
* gnu/packages/cran.scm (r-gamlss): Update to 5.1-7.
2020-07-16 10:08:06 +02:00
Ricardo Wurmus
88804120c3
gnu: r-gamlss-dist: Update to 5.1-7.
...
* gnu/packages/cran.scm (r-gamlss-dist): Update to 5.1-7.
2020-07-16 10:08:06 +02:00
Ricardo Wurmus
2762d722c5
gnu: r-pillar: Update to 1.4.6.
...
* gnu/packages/cran.scm (r-pillar): Update to 1.4.6.
[propagated-inputs]: Add r-ellipsis and r-lifecycle.
2020-07-16 10:08:05 +02:00
Ricardo Wurmus
4d639b61cf
gnu: r-mice: Update to 3.10.0.
...
* gnu/packages/cran.scm (r-mice): Update to 3.10.0.
[propagated-inputs]: Add r-generics.
2020-07-16 10:08:05 +02:00
Ricardo Wurmus
df952ca338
gnu: r-broom: Update to 0.7.0.
...
* gnu/packages/cran.scm (r-broom): Update to 0.7.0.
[propagated-inputs]: Remove r-nlme and r-reshape2; add r-ellipsis, r-glue, and
r-rlang.
2020-07-16 10:08:05 +02:00
Ricardo Wurmus
b7f051db14
gnu: r-rhdf5lib: Update to 1.10.1.
...
* gnu/packages/bioinformatics.scm (r-rhdf5lib): Update to 1.10.1.
2020-07-16 10:08:05 +02:00
Ricardo Wurmus
82eafe32a2
gnu: r-qtl2: Update to 0.22-11.
...
* gnu/packages/bioinformatics.scm (r-qtl2): Update to 0.22-11.
2020-07-16 10:08:05 +02:00
Ricardo Wurmus
16e16586d2
gnu: r-genomicfeatures: Update to 1.40.1.
...
* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.40.1.
2020-07-16 10:08:05 +02:00
Ricardo Wurmus
02f3a622e2
gnu: r-summarizedexperiment: Update to 1.18.2.
...
* gnu/packages/bioinformatics.scm (r-summarizedexperiment): Update to 1.18.2.
2020-07-16 10:08:05 +02:00
Ricardo Wurmus
a9a912805a
gnu: r-activepathways: Update to 1.0.2.
...
* gnu/packages/bioconductor.scm (r-activepathways): Update to 1.0.2.
[propagated-inputs]: Remove r-metap.
2020-07-16 10:08:05 +02:00
Ricardo Wurmus
1a7d1c54d4
gnu: r-rsubread: Update to 2.2.4.
...
* gnu/packages/bioconductor.scm (r-rsubread): Update to 2.2.4.
2020-07-16 10:08:05 +02:00
Ricardo Wurmus
ba663a331b
gnu: Add r-conquer.
...
* gnu/packages/cran.scm (r-conquer): New variable.
2020-07-16 10:08:05 +02:00
Ricardo Wurmus
021ad446fc
gnu: r-cairo: Update to 1.5-12.2.
...
* gnu/packages/statistics.scm (r-cairo): Update to 1.5-12.2.
2020-07-16 10:08:05 +02:00
Ricardo Wurmus
79f7cd99da
gnu: r-gplots: Update to 3.0.4.
...
* gnu/packages/statistics.scm (r-gplots): Update to 3.0.4.
[native-inputs]: Add r-knitr.
2020-07-16 10:08:05 +02:00
Ricardo Wurmus
f12fd76912
gnu: r-xml: Update to 3.99-0.4.
...
* gnu/packages/statistics.scm (r-xml): Update to 3.99-0.4.
2020-07-16 10:08:04 +02:00
Ricardo Wurmus
f7b05fb978
gnu: r-tibble: Update to 3.0.2.
...
* gnu/packages/statistics.scm (r-tibble): Update to 3.0.2.
2020-07-16 10:08:04 +02:00
Ricardo Wurmus
59b88ab39e
gnu: r-svglite: Update to 1.2.3.2.
...
* gnu/packages/statistics.scm (r-svglite): Update to 1.2.3.2.
[native-inputs]: Add r-knitr.
2020-07-16 10:08:04 +02:00
Ricardo Wurmus
0091d815ad
gnu: r-rstan: Update to 2.21.1.
...
* gnu/packages/cran.scm (r-rstan): Update to 2.21.1.
[propagated-inputs]: Add r-rcppparallel and r-v8.
[native-inputs]: Add r-knitr.
2020-07-16 10:08:04 +02:00
Ricardo Wurmus
67462c7be9
gnu: r-loo: Update to 2.3.0.
...
* gnu/packages/cran.scm (r-loo): Update to 2.3.0.
[native-inputs]: Add r-knitr.
2020-07-16 10:08:04 +02:00
Ricardo Wurmus
3cafe807b2
gnu: r-rstantools: Update to 2.1.1.
...
* gnu/packages/cran.scm (r-rstantools): Update to 2.1.1.
[propagated-inputs]: Add r-rcppparallel.
[native-inputs]: Add r-knitr.
2020-07-16 10:08:04 +02:00
Ricardo Wurmus
8aff0a206c
gnu: r-iheatmapr: Update to 0.5.0.
...
* gnu/packages/cran.scm (r-iheatmapr): Update to 0.5.0.
[propagated-inputs]: Remove r-plyr and r-s4vectors.
[native-inputs]: Add r-knitr.
2020-07-16 10:08:04 +02:00
Ricardo Wurmus
e9d906748d
gnu: r-quanteda: Update to 2.1.0.
...
* gnu/packages/cran.scm (r-quanteda): Update to 2.1.0.
[propagated-inputs]: Add r-digest.
2020-07-16 10:08:04 +02:00
Ricardo Wurmus
ed8c14589c
gnu: r-nonnest2: Update to 0.5-5.
...
* gnu/packages/cran.scm (r-nonnest2): Update to 0.5-5.
2020-07-16 10:08:04 +02:00
Ricardo Wurmus
215475907a
gnu: r-future: Update to 1.18.0.
...
* gnu/packages/cran.scm (r-future): Update to 1.18.0.
2020-07-16 10:08:04 +02:00
Ricardo Wurmus
e1bfb22e6c
gnu: r-doby: Update to 4.6.7.
...
* gnu/packages/cran.scm (r-doby): Update to 4.6.7.
[propagated-inputs]: Add r-dplyr and r-ggplot2.
2020-07-16 10:08:04 +02:00
Ricardo Wurmus
fbd4582a91
gnu: r-cubature: Update to 2.0.4.1.
...
* gnu/packages/cran.scm (r-cubature): Update to 2.0.4.1.
[native-inputs]: Add r-knitr.
2020-07-16 10:08:04 +02:00
Ricardo Wurmus
1fdd9ebf77
gnu: r-getoptlong: Update to 1.0.2.
...
* gnu/packages/cran.scm (r-getoptlong): Update to 1.0.2.
2020-07-16 10:08:03 +02:00
Ricardo Wurmus
1b5c263bfc
gnu: r-rcpp: Update to 1.0.5.
...
* gnu/packages/cran.scm (r-rcpp): Update to 1.0.5.
2020-07-16 10:08:03 +02:00
Ricardo Wurmus
b80f141f86
gnu: r-delayedmatrixstats: Update to 1.10.1.
...
* gnu/packages/bioinformatics.scm (r-delayedmatrixstats): Update to 1.10.1.
2020-07-16 10:08:03 +02:00
Ricardo Wurmus
15597255e6
gnu: r-rhdf5: Update to 2.32.2.
...
* gnu/packages/bioinformatics.scm (r-rhdf5): Update to 2.32.2.
2020-07-16 10:08:03 +02:00
Ricardo Wurmus
2d9c897dd0
gnu: r-variancepartition: Update to 1.18.2.
...
* gnu/packages/bioconductor.scm (r-variancepartition): Update to 1.18.2.
2020-07-16 10:08:03 +02:00
Ricardo Wurmus
f5340e0045
gnu: Add tao.
...
* gnu/packages/patches/tao-add-missing-headers.patch,
gnu/packages/patches/tao-fix-parser-types.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/audio.scm (tao): New variable.
2020-07-16 10:07:57 +02:00
Tobias Geerinckx-Rice
03f9a8c35b
Revert "gnu: rust: Add SSL native search paths."
...
This reverts commit ba1e4ce256 .
2020-07-15 23:22:18 +02:00
Leo Famulari
7233b19fde
gnu: Transmission: Update to 3.0.0.
...
* gnu/packages/bittorrent.scm (transmission): Update to 3.0.0.
[source]: Remove obsolete patch.
* gnu/packages/patches/transmission-CVE-2018-10756.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-07-15 15:38:03 -04:00
Oleg Pykhalov
37fea3c30a
tests: zabbix: Fix typo in comment.
...
* gnu/tests/monitoring.scm (run-zabbix-server-test)[test]: Fix typo in
comment.
2020-07-15 22:15:50 +03:00
Oleg Pykhalov
be6835765b
gnu: zabbix-agentd: Update to 5.0.1.
...
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.0.1.
(arguments)[#:phases]<install-front-end>: Update front-end path.
2020-07-15 22:15:49 +03:00
Tobias Geerinckx-Rice
209bfe60ee
gnu: bind: Update to 9.16.5.
...
* gnu/packages/dns.scm (isc-bind): Update to 9.16.5.
2020-07-15 21:11:11 +02:00
Marius Bakke
1507636906
gnu: python-tinycss2: Fix test failure.
...
Fixes <https://bugs.gnu.org/42372 >.
Reported by Michael Rohleder <mike@rohleder.de >.
* gnu/packages/patches/python-tinycss2-flake8-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-web.scm (python-tinycss2)[source](patches): New field.
2020-07-15 20:29:26 +02:00
Marius Bakke
dec0217f6e
gnu: python-shiboken-2, python-pyside-2: Update to 5.14.2.3.
...
* gnu/packages/patches/qtbase-absolute-runpath.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/qt.scm (qtbase/next): New variable.
* gnu/packages/qt.scm (python-shiboken-2): Update to 5.14.2.3.
[source](uri): Adjust for tarball rename.
[inputs]: Use the default CLANG-TOOLCHAIN.
(python-pyside-2)[inputs]: Likewise.
(python-pyside-2-tools)[inputs]: Change from QTBASE to QTBASE/NEXT.
2020-07-15 20:08:10 +02:00
Tobias Geerinckx-Rice
b514478cb9
gnu: gparted: Use the Glib-or-GTK build system.
...
Fixes <https://issues.guix.gnu.org/38544 >.
* gnu/packages/disk.scm (gparted)[build-system]: Use
glib-or-gtk-build-system.
2020-07-15 19:41:40 +02:00
Tobias Geerinckx-Rice
7af2b55d7b
gnu: protobuf: Update to 3.12.3.
...
* gnu/packages/protobuf.scm (protobuf): Update to 3.12.3.
2020-07-15 19:41:39 +02:00
Tobias Geerinckx-Rice
ba1e4ce256
gnu: rust: Add SSL native search paths.
...
* gnu/packages/rust.scm (rust-1.19)[native-search-paths]: Add entries
for SSL_CERT_DIR and SSL_CERT_FILE.
Reported by Kimapr[m] in #guix.
2020-07-15 19:41:39 +02:00
Tobias Geerinckx-Rice
7e3b537c76
gnu: Consistently use license: prefix in (gnu packages mail).
...
* gnu/packages/mail.scm: Don't #:select arbitrary variables from
(guix licenses).
(anubis, mailutils, nullmailer, fetchmail, mutt, neomutt, gmime)
(bogofilter, offlineimap, emacs-mew, mu, alot, notifymuch, notmuch)
(python-notmuch, muchsync, getmail, libetpan, compface, claws-mail)
(msmtp, exim, dovecot, dovecot-trees, dovecot-libsodium-plugin, isync)
(perl-email-abstract, perl-email-address, perl-email-address-xs)
(perl-email-date-format, perl-email-messageid, perl-email-mime)
(perl-email-mime-contenttype, perl-email-mime-encodings)
(perl-email-sender, perl-email-simple, libesmtp, esmtp, fdm, procmail)
(khard, perl-mail-spf, perl-mail-authenticationresults, perl-mail-dkim)
(dkimproxy, mb2md, mpop, mhonarc, sendmail, opensmtpd, opensmtpd-extras)
(python-mailmanclient, python2-django-mailman3, postorius, swaks, alpine)
(balsa, afew, pan, urlscan, tnef, mumi, ytnef, public-inbox, sylpheed)
[licenses]: Use a license: prefix instead.
2020-07-15 19:41:39 +02:00
Tobias Geerinckx-Rice
4fdf4b6cfa
gnu: opensmtpd-extras: Update to 6.7.1.
...
* gnu/packages/mail.scm (opensmtpd-extras): Update to 6.7.1.
[native-inputs]: Remove bison, groff, automake, and autoconf.
[inputs]: Remove libasr, perl, lua, and linux-pam. Add mysql.
[arguments]: Remove obsolete or ineffective options.
[license]: Update.
2020-07-15 19:41:39 +02:00
Tobias Geerinckx-Rice
6422615fc9
gnu: opensmtpd-extras: Don't use NAME in source URI.
...
* gnu/packages/mail.scm (opensmtpd-extras)[source]: Hard-code NAME.
2020-07-15 19:41:39 +02:00
Ludovic Courtès
d7e9e0bbc9
system: 'operating-system-root-file-system' raises upon missing root.
...
* gnu/system.scm (operating-system-root-file-system): Raise when 'find'
returns #f.
2020-07-15 01:36:24 +02:00
Ludovic Courtès
9e12da319b
system: Add 'location' field to <operating-system>.
...
This allows error messages to include source location info.
* gnu/system.scm (<operating-system>)[location]: New field.
2020-07-15 01:36:24 +02:00
Ludovic Courtès
a168c3e4f8
ui: 'with-error-handling' does not unwind the stack.
...
Since a07d5e558b , we've been getting
useless backtraces upon unhandled errors, like this:
Backtrace:
1 (primitive-load "/home/…/bin/guix")
In guix/ui.scm:
1953:12 0 (run-guix-command _ . _)
guix/ui.scm:1953:12: In procedure run-guix-command:
In procedure struct-vtable: Wrong type argument in position 1 (expecting struct): #f
This change finally gives us real backtraces back.
* guix/ui.scm (guard*): New macro.
(call-with-error-handling): Use it instead of 'guard'.
2020-07-15 01:36:24 +02:00
Ludovic Courtès
8003a5adaf
news: Add ‘fr’ translation.
...
* etc/news.scm: Add ‘fr’ translation.
2020-07-15 01:36:24 +02:00
Ludovic Courtès
b91a73a6a4
services: Add 'system-provenance' procedure.
...
* gnu/services.scm (sexp->channel, system-provenance): New procedures.
* guix/scripts/system.scm (sexp->channel): Remove.
(display-system-generation): Use 'system-provenance' instead of parsing
the "provenance" file right here.
2020-07-15 01:36:24 +02:00
Marius Bakke
0a72157271
gnu: Remove python2-pywavelets.
...
This package no longer supports Python 2 since the update in
501d89d707 and has no dependents.
* gnu/packages/python-xyz.scm (python2-pywavelets): Remove variable.
2020-07-14 22:01:35 +02:00
Marius Bakke
f5e3f02fdd
gnu: python-pynacl: Update to 1.4.0.
...
* gnu/packages/python-crypto.scm (python-pynacl): Update to 1.4.0.
[source](snippet): Adjust to fix spurious build requirement.
[arguments]: Add #:modules. Replace check phase with custom pytest invocation.
2020-07-14 21:41:39 +02:00
Marius Bakke
2008b8b7af
gnu: python-simplejson: Update to 3.17.0.
...
* gnu/packages/python-xyz.scm (python-simplejson): Update to 3.17.0.
2020-07-14 21:41:39 +02:00
Marius Bakke
784dadc0f7
gnu: python-paramiko: Update to 2.7.1.
...
* gnu/packages/python-crypto.scm (python-paramiko): Update to 2.7.1.
2020-07-14 21:41:38 +02:00
Marius Bakke
ec6ee7d72e
gnu: python-bitarray: Update to 1.4.0.
...
* gnu/packages/python-xyz.scm (python-bitarray): Update to 1.4.0.
2020-07-14 21:41:38 +02:00
Marius Bakke
3b4bb631c3
gnu: python-pycurl: Update to 7.43.0.5.
...
* gnu/packages/python-web.scm (python-pycurl): Update to 7.43.0.5.
2020-07-14 21:41:38 +02:00
Marius Bakke
007af2fb15
gnu: python-bottle: Update to 0.12.18.
...
* gnu/packages/python-web.scm (python-bottle): Update to 0.12.18.
2020-07-14 21:41:38 +02:00
Marius Bakke
d89266edf7
gnu: virt-manager: Remove unused input.
...
* gnu/packages/virtualization.scm (virt-manager)[inputs]: Remove PYTHON-IPADDRESS.
2020-07-14 21:41:38 +02:00
Marius Bakke
3ad866c8e4
gnu: python-txtorcon: Remove unused input.
...
* gnu/packages/python-crypto.scm (python-txtorcon)[propagated-inputs]: Remove
PYTHON-IPADDRESS.
2020-07-14 21:41:38 +02:00
Marius Bakke
34fa5c0532
gnu: silkaj: Remove unused input.
...
* gnu/packages/finance.scm (silkaj)[inputs]: Remove PYTHON-IPADDRESS.
2020-07-14 21:41:38 +02:00
Marius Bakke
01655843e2
gnu: python-docker-py: Remove unused input.
...
* gnu/packages/docker.scm (python-docker-py)[inputs]: Remove PYTHON-IPADDRESS.
2020-07-14 21:41:37 +02:00
Nicolas Goaziou
7c86ef098d
gnu: rust-xdg-2.2: Fix typo and indentation.
...
* gnu/packages/crates-io.scm (rust-xdg-2.2): Fix indentation.
[description]: Add missing final dot.
2020-07-14 15:01:43 +02:00
Nicolas Goaziou
8a3d041698
gnu: flightgear: Update to 2018.3.5.
...
* gnu/packages/games.scm (flightgear):
(simgear): Update to 2018.3.5.
2020-07-14 14:49:59 +02:00
Tobias Geerinckx-Rice
d6f303d4e5
etc: Enable mount unit only if it exists.
...
* etc/guix-install.sh (sys_enable_guix_daemon): Enable gnu-store.mount only
if it was actually installed.
Reported by peanutbutterandc on #guix.
2020-07-14 13:17:13 +02:00
Tobias Geerinckx-Rice
c465980220
gnu: ppsspp: Name git checkouts.
...
* gnu/packages/emulators.scm (ppsspp)[inputs]: Use GIT-FILE-NAME for
in-line git origins.
2020-07-14 13:10:38 +02:00
Nicolas Goaziou
8615bcbe20
gnu: Add emacs-counsel-notmuch.
...
* gnu/packages/emacs-xyz.scm (emacs-counsel-notmuch): New variable.
2020-07-14 11:58:13 +02:00
Morgan Smith
9e43129bf8
gnu: Add emacs-flycheck-ledger.
...
* gnu/packages/emacs-xyz.scm (emacs-flycheck-ledger): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-14 11:13:15 +02:00
Morgan Smith
edda093807
gnu: Add emacs-literate-calc-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-literate-calc-mode): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-14 11:10:00 +02:00
Morgan Smith
3c27256c9b
gnu: Add emacs-org-drill.
...
* gnu/packages/emacs-xyz.scm (emacs-org-drill): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-14 11:00:47 +02:00
Nicolas Goaziou
82990835cd
gnu: emacs-paren-face: Update to 1.0.6.
...
* gnu/packages/emacs-xyz.scm (emacs-paren-face): Update to 1.0.6.
[synopsis, description]: Fix typo.
2020-07-14 10:58:39 +02:00
Efraim Flashner
c319c89573
gnu: font-gnu-freefont: Update to 13.0.03.
...
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 13.0.03.
2020-07-14 11:05:54 +03:00
Tobias Geerinckx-Rice
8612b073c6
gnu: libzip: Update to 1.7.2.
...
* gnu/packages/compression.scm (libzip): Update to 1.7.2.
2020-07-14 03:57:05 +02:00
Tobias Geerinckx-Rice
1f5cc686b7
gnu: mutt: Update to 1.14.6.
...
* gnu/packages/mail.scm (mutt): Update to 1.14.6.
2020-07-14 03:57:05 +02:00
Tobias Geerinckx-Rice
5cdb25c686
gnu: mbedtls-apache-for-hiawatha: Fix.
...
There's already a custom embedtls-apache variant for Hiawatha.
Fix it instead of enabling threading for embedtls-apache.
* gnu/packages/tls.scm (embedtls-for-hiawatha): Fix usage of
SUBSTITUTE-KEYWORD-ARGUMENTS. Disable -Wformat-signedness.
(embedtls-for-hiawatha): Remove ‘enable-features’ phase.
2020-07-14 03:57:05 +02:00
Tobias Geerinckx-Rice
9cb208d86b
gnu: usb-modeswitch: Use CC-FOR-TARGET.
...
* gnu/packages/usb-modeswitch.scm (usb-modeswitch)[arguments]: Use
CC-FOR-TARGET.
2020-07-14 03:25:04 +02:00
Tobias Geerinckx-Rice
dbfd804425
gnu: usb-modeswitch: Update to 2.6.1.
...
* gnu/packages/usb-modeswitch.scm (usb-modeswitch): Update to 2.6.1.
2020-07-14 03:25:04 +02:00
Tobias Geerinckx-Rice
765684613f
gnu: hiawatha: Update to 10.11.
...
* gnu/packages/web.scm (hiawatha): Update to 10.11.
2020-07-14 03:25:04 +02:00
Tobias Geerinckx-Rice
927ecd4ebe
gnu: mbedtls-apache: Update to 2.23.0 [security fixes].
...
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.23.0.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Make source files writable. Enable threading.
2020-07-14 03:25:04 +02:00
Tobias Geerinckx-Rice
338f5428d6
gnu: singularity: Refer to egrep.
...
* gnu/packages/linux.scm (singularity)[arguments]: Rename
‘patch-reference-to-squashfs-tools’ to ‘patch-references’ and add egrep.
Reported by slimjim on #guix.
2020-07-14 02:01:32 +02:00
Tobias Geerinckx-Rice
0ac65c8bed
gnu: urlscan: Edit description.
...
* gnu/packages/mail.scm (urlscan)[description]: Replace inappropriate
@code{}.
2020-07-14 02:00:43 +02:00
Tobias Geerinckx-Rice
7d212938ff
gnu: fping: Edit description.
...
* gnu/packages/networking.scm (fping)[description]: Fix a typo & mark
it up.
2020-07-14 02:00:43 +02:00
Nicolas Goaziou
455933c605
gnu: emacs-delight: Update to 1.7.
...
* gnu/packages/emacs-xyz.scm (emacs-delight): Update to 1.7.
2020-07-13 23:36:35 +02:00
Nicolas Goaziou
c9d9392682
gnu: emacs-hyperbole: Update to 7.1.2.
...
* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Update to 7.1.2.
2020-07-13 23:34:41 +02:00
Leo Famulari
9c77cbba3d
gnu: tremc: Update to 0.9.2.
...
* gnu/packages/bittorrent.scm (tremc): Update to 0.9.2.
2020-07-13 16:23:24 -04:00
Tobias Geerinckx-Rice
acfb487e47
gnu: sslh: Update to 1.21.
...
* gnu/packages/networking.scm (sslh): Update to 1.21.
2020-07-13 20:02:15 +02:00
Tobias Geerinckx-Rice
0ea04bad3b
gnu: urlscan: Update to 0.9.5.
...
* gnu/packages/mail.scm (urlscan): Update to 0.9.5.
2020-07-13 20:02:15 +02:00
Tobias Geerinckx-Rice
62cf0cfda3
gnu: fping: Update to 4.3.
...
* gnu/packages/networking.scm (fping): Update to 4.3.
2020-07-13 20:02:14 +02:00
Tobias Geerinckx-Rice
b418a0b07b
gnu: claws-mail: Update to 3.17.6.
...
* gnu/packages/mail.scm (claws-mail): Update to 3.17.6.
2020-07-13 19:30:11 +02:00
Ludovic Courtès
efb10f175f
packages: Ensure bags are insensitive to '%current-system'.
...
Fixes <https://bugs.gnu.org/42327 >.
Reported by Jan Nieuwenhuizen <janneke@gnu.org >.
This is a followup to f52fbf7094 .
* guix/packages.scm (bag-transitive-inputs, bag-transitive-build-inputs)
(bag-transitive-host-inputs, bag-transitive-target-inputs): Parameterize
%CURRENT-SYSTEM in addition to %CURRENT-TARGET-SYSTEM.
* tests/packages.scm ("package->bag, sensitivity to %current-system"):
New test.
2020-07-13 16:49:12 +02:00
Efraim Flashner
399d89b5c8
gnu: micropython: Update to 1.12.
...
* gnu/packages/python.scm (micropython): Update to 1.12.
[arguments]: Add phase to compile mpy-cross before compiling micropython.
2020-07-13 15:51:46 +03:00
Peter Lo
170bffff55
gnu: Add r-rselenium.
...
* gnu/packages/cran.scm (r-rselenium): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-13 12:52:53 +02:00
Peter Lo
719034c1a3
gnu: Add r-wdman.
...
* gnu/packages/cran.scm (r-wdman): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-13 12:52:53 +02:00
Peter Lo
85d9f9bae6
gnu: Add r-binman.
...
* gnu/packages/cran.scm (r-binman): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-13 12:52:53 +02:00
Peter Lo
565bf214ad
gnu: Add r-semver.
...
* gnu/packages/cran.scm (r-semver): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-13 12:52:53 +02:00
Peter Lo
f28c09f2fc
gnu: Add r-rismed.
...
* gnu/packages/cran.scm (r-rismed): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-13 12:52:53 +02:00
Lars-Dominik Braun
7c55224ac6
gnu: python2-pyopengl: Remove.
...
* gnu/packages/python-xyz.scm (python2-pyopengl): Remove variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-13 12:52:53 +02:00
Lars-Dominik Braun
2cb678cd04
gnu: python2-pyopengl-accelerate: Remove.
...
* gnu/packages/python-xyz.scm (python2-pyopengl-accelerate): Remove
variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-13 12:52:53 +02:00
Lars-Dominik Braun
dab195957b
gnu: xpra: Upgrade to 4.0.2.
...
* gnu/packages/xorg.scm (xpra)[version]: Upgrade. [source]: Add patch.
[inputs]: Adjust to use Python 3 dependencies. [arguments]: Use Python
3, add phases to patch hardcoded binary paths.
* gnu/local.mk (dist_patch_DATA): Add patch.
* gnu/packages/patches/xpra-4.0.1-systemd-run.patch: New file.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-13 12:52:52 +02:00
Lars-Dominik Braun
339184f1d0
gnu: Add xf86-video-dummy.
...
* gnu/packages/xorg.scm (xf86-video-dummy): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-13 12:52:52 +02:00
Lars-Dominik Braun
13910d4012
gnu: Add python-pyopengl-accelerate.
...
* gnu/packages/python-xyz.scm (gnu/packages/python-xyz.scm): New
variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-13 12:52:52 +02:00
Lars-Dominik Braun
c5384ea313
gnu: Add python-pyopengl.
...
* gnu/packages/python-xyz.scm (python-pyopengl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-13 12:52:52 +02:00
Nicolas Goaziou
1cc3a0451e
gnu: Add rust-zeroize-1.
...
* gnu/packages/crates-io.scm (rust-zeroize-1): New variable.
2020-07-13 12:30:53 +02:00
Nicolas Goaziou
83683001af
gnu: Add rust-zeroize-derive-1.
...
* gnu/packages/crates-io.scm (rust-zeroize-derive-1): New variable.
2020-07-13 12:30:17 +02:00
Nicolas Goaziou
13b1bbde96
gnu: Add rust-rle-decode-fast-1.
...
* gnu/packages/crates-io.scm (rust-rle-decode-fast-1): New variable.
2020-07-13 12:07:28 +02:00
Efraim Flashner
000498784f
gnu: libreoffice: Update to 6.4.5.2.
...
* gnu/packages/libreoffice.scm (libreoffice): Update to 6.4.5.2.
[source]: Remove patch.
* gnu/packages/patches/libreoffice-poppler-compat.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-07-13 09:02:56 +03:00
Julien Lepiller
5cd9cd644c
gnu: tests: Fix unbound variable.
...
Record type descriptors were made private in
a143e92446 , but a usage of them was
forgotten in the tests files.
* gnu/tests/web.scm (patchwork-initial-database-setup-service): Use
accessors to access field values instead of unexported type descriptor.
2020-07-13 04:23:43 +02:00
Ludovic Courtès
bea2134fe1
gnu: gnunet: Update to 0.13.1.
...
* gnu/packages/gnunet.scm (gnunet): Update to 0.13.1.
2020-07-13 01:02:29 +02:00
Tanguy Le Carrour
ada42a4292
gnu: gnunet: Update to 0.13.0.
...
* gnu/packages/gnunet.scm (gnunet): Update to 0.13.0. [native-inputs] Add curl.
[arguments] Disable one failing test.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-12 23:19:39 +02:00
Ludovic Courtès
a143e92446
services: web: Do not export record type descriptors.
...
* gnu/services/web.scm (<httpd-configuration>, <httpd-virtualhost>)
(<httpd-config-file>, <httpd-module>, <nginx-configuration>)
(<nginx-server-configuration>, <nginx-upstream-configuration>)
(<nginx-location-configuration>, <nginx-named-location-configuration>)
(<php-fpm-configuration>, <php-fpm-dynamic-process-manager-configuration>)
(<php-fpm-static-process-manager-configuration>)
(<php-fpm-on-demand-process-manager-configuration>)
(<tailon-configuration-file>, <tailon-configuration>)
(<varnish-configuration>, <patchwork-database-configuration>)
(<patchwork-settings-module>, <patchwork-configuration>)
(<mumi-configuration>): Do not export.
2020-07-12 23:13:25 +02:00
Ludovic Courtès
b0e7b6992f
gnu: Remove ".git" from " https://github/…/….git ".
...
Until now, 'lookup-origin' and thus 'lookup-origin-revision' in (guix
swh) would sometimes return #f for these because the ".git" URLs are
redirects to the non-".git" URLs. Consequently, 'guix lint -c archival'
would keep saying "scheduled Software Heritage archival"; likewise, the
fallback download code would fail.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/aidc.scm,
gnu/packages/algebra.scm,
gnu/packages/android.scm,
gnu/packages/animation.scm,
gnu/packages/arcan.scm,
gnu/packages/assembly.scm,
gnu/packages/audio.scm,
gnu/packages/authentication.scm,
gnu/packages/avr.scm,
gnu/packages/axoloti.scm,
gnu/packages/backup.scm,
gnu/packages/bash.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioconductor.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/boost.scm,
gnu/packages/build-tools.scm,
gnu/packages/c.scm,
gnu/packages/calendar.scm,
gnu/packages/cdrom.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/chez.scm,
gnu/packages/clojure.scm,
gnu/packages/code.scm,
gnu/packages/compression.scm,
gnu/packages/compton.scm,
gnu/packages/coq.scm,
gnu/packages/cpp.scm,
gnu/packages/cran.scm,
gnu/packages/crypto.scm,
gnu/packages/curl.scm,
gnu/packages/databases.scm,
gnu/packages/datastructures.scm,
gnu/packages/debug.scm,
gnu/packages/disk.scm,
gnu/packages/distributed.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/dns.scm,
gnu/packages/docker.scm,
gnu/packages/education.scm,
gnu/packages/efi.scm,
gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm,
gnu/packages/embedded.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/erlang.scm,
gnu/packages/fabric-management.scm,
gnu/packages/file-systems.scm,
gnu/packages/finance.scm,
gnu/packages/firmware.scm,
gnu/packages/flashing-tools.scm,
gnu/packages/fonts.scm,
gnu/packages/fontutils.scm,
gnu/packages/fpga.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/genealogy.scm,
gnu/packages/genimage.scm,
gnu/packages/geo.scm,
gnu/packages/gimp.scm,
gnu/packages/gl.scm,
gnu/packages/gnome-xyz.scm,
gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/golang.scm,
gnu/packages/gpodder.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/groff.scm,
gnu/packages/groovy.scm,
gnu/packages/gtk.scm,
gnu/packages/guile-xyz.scm,
gnu/packages/guile.scm,
gnu/packages/hardware.scm,
gnu/packages/haskell-apps.scm,
gnu/packages/haskell-xyz.scm,
gnu/packages/hexedit.scm,
gnu/packages/i2p.scm,
gnu/packages/ibus.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/ipfs.scm,
gnu/packages/java-graphics.scm,
gnu/packages/java-maths.scm,
gnu/packages/java.scm,
gnu/packages/javascript.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/jupyter.scm,
gnu/packages/kodi.scm,
gnu/packages/language.scm,
gnu/packages/lego.scm,
gnu/packages/less.scm,
gnu/packages/libusb.scm,
gnu/packages/linux.scm,
gnu/packages/lirc.scm,
gnu/packages/lisp-xyz.scm,
gnu/packages/llvm.scm,
gnu/packages/logging.scm,
gnu/packages/lolcode.scm,
gnu/packages/lua.scm,
gnu/packages/lxde.scm,
gnu/packages/lxqt.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/markup.scm,
gnu/packages/maths.scm,
gnu/packages/maven.scm,
gnu/packages/mes.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/node-xyz.scm,
gnu/packages/ocaml.scm,
gnu/packages/ocr.scm,
gnu/packages/onc-rpc.scm,
gnu/packages/opencl.scm,
gnu/packages/opencog.scm,
gnu/packages/pantheon.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/perl6.scm,
gnu/packages/phabricator.scm,
gnu/packages/popt.scm,
gnu/packages/printers.scm,
gnu/packages/prolog.scm,
gnu/packages/protobuf.scm,
gnu/packages/pulseaudio.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/python-xyz.scm,
gnu/packages/qt.scm,
gnu/packages/radio.scm,
gnu/packages/rails.scm,
gnu/packages/rdf.scm,
gnu/packages/rednotebook.scm,
gnu/packages/rpc.scm,
gnu/packages/rsync.scm,
gnu/packages/ruby.scm,
gnu/packages/rust.scm,
gnu/packages/scheme.scm,
gnu/packages/screen.scm,
gnu/packages/security-token.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/shellutils.scm,
gnu/packages/simh.scm,
gnu/packages/sml.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/stenography.scm,
gnu/packages/sync.scm,
gnu/packages/syncthing.scm,
gnu/packages/synergy.scm,
gnu/packages/telephony.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tmux.scm,
gnu/packages/tor.scm,
gnu/packages/toys.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/vim.scm,
gnu/packages/virtualization.scm,
gnu/packages/vlang.scm,
gnu/packages/vnc.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wireservice.scm,
gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm,
tests/lint.scm: Remove trailing ".git" from 'git-reference' URL.
2020-07-12 23:08:15 +02:00
Ludovic Courtès
c10526672e
lint: source: Validate URLs of Git references.
...
Until now the 'source' checker would look at URL for 'url-fetch' origins
but not for 'git-fetch' origins.
* guix/lint.scm (check-source): Add case for 'git-reference?'.
* tests/lint.scm ("source, git-reference: 301 -> 200"): New test.
2020-07-12 22:41:51 +02:00
Ivan Kozlov
7bbe4655a8
gnu: Add xssproxy.
...
* gnu/packages/xdisorg.scm (xssproxy): New variable.
2020-07-12 22:40:50 +02:00
Ludovic Courtès
060211853d
services: mumi: Run in a UTF-8 locale.
...
* gnu/services/web.scm (mumi-shepherd-services)[environment]: New
variable.
Pass it as #:environment-variables to each 'make-forkexec-constructor'
call.
2020-07-12 21:55:59 +02:00
Jan Wielkiewicz
c54b9afb87
gnu: pjproject-jami: Build without debugging assertions.
...
This fixes a bug where Jami crashes while disconnecting from an audio call.
* gnu/packages/jami.scm (pjproject-jami)[arguments]: Use -DNDEBUG flag.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-07-12 20:33:56 +01:00
Jan Wielkiewicz
1c15d30521
gnu: jami: Update to 20200710.1.6bd18d2.
...
* gnu/packages/jami.scm (%jami-version): Update to 20200710.1.6bd18d2.
(jami-source)[origin]: Adjust the hash.
(pjproject-jami)[arguments]: Add new patches.
(libring)[inputs]: Add libarchive.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-07-12 20:33:56 +01:00
Jan Wielkiewicz
bc6239ba07
gnu: opendht: Add patch.
...
The 2.1.4 release of opendht contains a bug, preventing it's use with recent
releases of Jami. This minor patch [1] resolves this issue, and should be
possible to remove with the next release.
1: https://github.com/savoirfairelinux/opendht/commit/e2b39dd3a0742853e00f9c3e8c46c911da20bed7
* gnu/packages/patches/opendht-fix-jami.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/networking.scm (opendht)[source]: Apply the patch.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-07-12 20:33:55 +01:00
Jan Wielkiewicz
8551bc64e4
gnu: jami-client-gnome: Remove deprecated package.
...
As this package has been deprecated for over a year.
* gnu/packages/jami.scm (jami-client-gnome): Remove variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-07-12 20:33:55 +01:00
Efraim Flashner
5c33e79ada
gnu: fish: Remove bundled code.
...
* gnu/packages/shells.scm (fish)[source]: Add snippet to remove bundled
pcre2 source.
2020-07-12 21:53:02 +03:00
Tanguy Le Carrour
437af9e26c
gnu: fish: Update to 3.1.2.
...
* gnu/packages/shells.scm (fish): Update to 3.1.2.
[arguments] Set HOME to a writable folder. Remove a failing test file.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-12 21:48:50 +03:00
Tanguy Le Carrour
a8cae692b2
gnu: httpie: Update to 2.2.0.
...
* gnu/packages/python-web.scm (httpie): Update to 2.2.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-12 21:40:07 +03:00
Tanguy Le Carrour
d9dbab0b90
gnu: profanity: Update to 0.9.5.
...
* gnu/packages/messaging.scm (profanity): Update to 0.9.5.
[inputs] Add sqlite.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-12 21:36:13 +03:00
Alexandros Theodotou
a8031e6192
gnu: libaudec: Update to 0.2.2.
...
* gnu/packages/audio.scm (libaudec): Update to 0.2.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-12 21:33:49 +03:00
Alexandros Theodotou
d0f0e2bd17
gnu: zita-alsa-pcmi: Update to 0.3.2.
...
* gnu/packages/audio.scm (zita-alsa-pcmi): Update to 0.3.2.
[arguments]: Adjust for upstream changes.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-12 21:32:37 +03:00
Alexandros Theodotou
a35cd75216
gnu: zita-resampler: Update to 1.6.2.
...
* gnu/packages/audio.scm (zita-resampler): Update to 1.6.2.
[source]: Adjust for upstream changes.
[arguments]: Same.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-12 21:30:22 +03:00
Alexandros Theodotou
ad020ee2a8
gnu: dragonfly-reverb: Use regex to install bin.
...
* gnu/packages/music.scm (dragonfly-reverb)[arguments]: Use regex to
install the binaries.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-12 21:24:42 +03:00
Alexandros Theodotou
f2096c7aa9
gnu: dragonfly-reverb: Update to 3.0.0.
...
* gnu/packages/music.scm (dragonfly-reverb): Update to 3.0.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-12 21:24:29 +03:00
Michael Rohleder
a68430712f
gnu: Add thin-provisioning-tools.
...
* gnu/packages/linux.scm (thin-provisioning-tools): New variable.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net >
2020-07-12 19:57:06 +02:00
John Soo
9d502dd76b
gnu: Add rust-rustc-ap-rustc-target-654.
...
* gnu/packages/crates-io.scm (rust-rustc-ap-rustc-target-654): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-12 16:26:06 +03:00
John Soo
09c42dc723
gnu: Add rust-rustc-ap-rustc-ast-654.
...
* gnu/packages/crates-io.scm (rust-rustc-ap-rustc-ast-654): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-12 16:26:05 +03:00
John Soo
ba70a8db40
gnu: Add rust-rustc-ap-rustc-span-654.
...
* gnu/packages/crates-io.scm (rust-rustc-ap-rustc-span-654): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-12 16:26:05 +03:00
Guillaume Le Vaillant
c02af11dbf
gnu: Add pokerth.
...
* gnu/packages/games.scm (pokerth): New variable.
2020-07-12 15:04:29 +02:00
Efraim Flashner
e1485cd9ad
gnu: Remove rust-walkdir-2.2.
...
* gnu/packages/crates-io.scm (rust-walkdir-2.2): Remove variable.
2020-07-12 16:02:18 +03:00
Efraim Flashner
7f00617d25
gnu: Replace rust-walkdir-2.2 with rust-walkdir-2.3.
...
* gnu/packages/crates-io.scm (rust-andrew-0.2, rust-criterion-0.2,
rust-globwalk-0.5, rust-grep-0.2, rust-handlebars-2.0, rust-ignore-0.4,
rust-jpeg-decoder-0.1, rust-notify-4, rust-syn-0.15, rust-sysctl-0.4)
[arguments]: Replace rust-walkdir-2.2 with 2.3.
2020-07-12 16:01:45 +03:00
Efraim Flashner
4fc9593394
gnu: rav1e: Update to 0.3.3.
...
* gnu/packages/video.scm (rav1e): Update to 0.3.3.
[arguments]: In cargo-inputs remove rust-better-panic-0.2,
rust-err-derive-0.2. Replace rust-console-0.9 with 0.11,
rust-fern-0.5 with 0.6, rust-image-0.22 with 0.23,
rust-itertools-0.8 with 0.9. Add rust-thiserror-1.0,
rust-rustc-version-0.2.
In cargo-development-inputs add rust-assert-cmd-1.
2020-07-12 15:18:25 +03:00
Efraim Flashner
e26d6cc707
gnu: rav1e: Sort inputs alphabetically.
...
* gnu/packages/video.scm (rav1e)[arguments]: Sort inputs alphabetically
in cargo-inputs and cargo-development-inputs.
2020-07-12 15:18:25 +03:00
Efraim Flashner
6b12c5e9b7
gnu: Add rust-assert-cmd-1.
...
* gnu/pacakges/crates-io.scm (rust-assert-cmd-1): New variable.
2020-07-12 15:15:16 +03:00
Efraim Flashner
ce36fa7262
gnu: Add rust-escargot-0.5.
...
* gnu/packages/crates-io.scm (rust-escargot-0.5): New variable.
2020-07-12 15:15:16 +03:00
Efraim Flashner
0e7e41b61a
gnu: Add rust-assert-fs-0.11.
...
* gnu/packages/crates-io.scm (rust-assert-fs-0.11): New variable.
2020-07-12 15:15:15 +03:00
Efraim Flashner
e3d2d6a098
gnu: Add rust-globwalk-0.5.
...
* gnu/packages/crates-io.scm (rust-globwalk-0.5): New variable.
2020-07-12 15:15:15 +03:00
Efraim Flashner
4f12c69c96
gnu: Add rust-predicates-1.
...
* gnu/packages/crates-io.scm (rust-predicates-1): New variable.
2020-07-12 15:15:15 +03:00
Efraim Flashner
fa66e7da0e
gnu: Add rust-normalize-line-endings-0.3.
...
* gnu/packages/crates-io.scm (rust-normalize-line-endings-0.3): New variable.
2020-07-12 15:15:15 +03:00
Efraim Flashner
69d4435cae
gnu: Add rust-predicates-tree-1.
...
* gnu/packages/crates-io.scm (rust-predicates-tree-1): New variable.
2020-07-12 15:15:15 +03:00
Efraim Flashner
5638fa15f0
gnu: Add rust-treeline-0.1.
...
* gnu/packages/crates-io.scm (rust-treeline-0.1): New variable.
2020-07-12 15:15:14 +03:00
Efraim Flashner
4cd67b69b3
gnu: Add rust-predicates-core-1.
...
* gnu/packages/crates-io.scm (rust-predicates-core-1): New variable.
2020-07-12 15:15:14 +03:00
Efraim Flashner
cac43cce40
gnu: Add rust-image-0.23.
...
* gnu/packages/crates-io.scm (rust-image-0.23): New variable.
(rust-image-0.22): Inherit from rust-image-0.23.
2020-07-12 15:15:14 +03:00
Efraim Flashner
5abca05dcc
gnu: Add rust-tiff-0.5.
...
* gnu/packages/crates-io.scm (rust-tiff-0.5): New variable.
(rust-tiff-0.3): Inherit from rust-tiff-0.5.
2020-07-12 15:15:14 +03:00
Efraim Flashner
41359cea8c
gnu: Add rust-num-complex-0.3.
...
* gnu/packages/crates-io.scm (rust-num-complex-0.3): New variable.
(rust-num-complex-0.2): Inherit from rust-num-complex-0.3.
2020-07-12 15:15:13 +03:00
Efraim Flashner
4c1d1d7d0d
gnu: Add rust-png-0.16.
...
* gnu/packages/crates-io.scm (rust-png-0.16): New variable.
(rust-png-0.15): Inherit from rust-png-0.16.
2020-07-12 15:15:13 +03:00
Efraim Flashner
ab30646bbe
gnu: Add rust-deflate-0.8.
...
* gnu/packages/crates-io.scm (rust-deflate-0.8): New variable.
(rust-deflate-0.7): Inherit from rust-deflate-0.8.
2020-07-12 15:15:13 +03:00
Efraim Flashner
561af003cb
gnu: Add rust-bytemuck-1.
...
* gnu/packages/crates-io.scm (rust-bytemuck-1): New variable.
2020-07-12 15:15:13 +03:00
Efraim Flashner
4be1d5d8ec
gnu: Add rust-num-rational-0.3.
...
* gnu/packages/crates-io.scm (rust-num-rational-0.3): New variable.
(rust-num-rational-0.2): Inherit from rust-num-rational-0.3.
2020-07-12 15:15:13 +03:00
Efraim Flashner
83b68205c4
gnu: Add rust-num-bigint-0.3.
...
* gnu/packages/crates-io.scm (rust-num-bigint-0.3): New variable.
(rust-num-bigint-0.2): Inherit from rust-num-bigint-0.3.
2020-07-12 15:15:12 +03:00
Efraim Flashner
7ef82dfd78
gnu: Add rust-fern-0.6.
...
* gnu/packages/crates-io.scm (rust-fern-0.6): New variable.
(rust-fern-0.5): Inherit from rust-fern-0.6.
2020-07-12 15:15:12 +03:00
Efraim Flashner
b625a6c696
gnu: Add rust-console-0.11.
...
* gnu/packages/crates-io.scm (rust-console-0.11): New variable.
(rust-console-0.9): Inherit from rust-console-0.11.
2020-07-12 15:15:12 +03:00
Efraim Flashner
d695ebb660
gnu: Add rust-terminal-size-0.1.
...
* gnu/packages/crates-io.scm (rust-terminal-size-0.1): New variable.
2020-07-12 15:15:12 +03:00
Efraim Flashner
f485daf3cb
gnu: rust-dav1d-sys-0.3: Update to 0.3.2.
...
* gnu/packages/crates-io.scm (rust-dav1d-sys-0.3): Update to 0.3.2.
[arguments]: In cargo-inputs replace rust-bindgen-0.52 with 0.54. Remove
rust-png-config-0.3.
[description]: Appease 'guix lint'.
2020-07-12 15:15:12 +03:00
Efraim Flashner
018a1d291d
gnu: Add rust-bindgen-0.54.
...
* gnu/packages/crates-io.scm (rust-bindgen-0.54): New variable.
(rust-bindgen-0.53): Inherit from rust-bindgen-0.54.
2020-07-12 15:15:11 +03:00
Efraim Flashner
3241878c85
gnu: rust-aos-sys-0.1: Update to 0.1.4.
...
* gnu/packages/crates-io.scm (rust-aom-sys-0.1): Update to 0.1.4.
[arguments]: In cargo-inputs replace rust-bindgen-0.51 with 0.53.
2020-07-12 15:15:11 +03:00
Efraim Flashner
bc4b2bd495
gnu: Add rust-bindgen-0.53.
...
* gnu/packages/crates-io.scm (rust-bindgen-0.53): New variable.
(rust-bindgen-0.52): Inherit from rust-bindgen-0.53.
2020-07-12 15:15:11 +03:00
Efraim Flashner
b158ff87bf
gnu: Add rust-clang-sys-0.29.
...
* gnu/packages/crates-io.scm (rust-clang-sys-0.29): New variable.
(rust-clang-sys-0.28): Inherit from rust-clang-sys-0.29.
2020-07-12 15:15:11 +03:00
Efraim Flashner
d23f0db6f9
gnu: Add rust-cexpr-0.4.
...
* gnu/packages/crates-io.scm (rust-cexpr-0.4): New variable.
(ruxt-cexpr-0.3): Inherit from rust-cexpr-0.4.
2020-07-12 15:15:11 +03:00
Marius Bakke
d67826a810
services: Remove obsolete comment.
...
This TODO was resolved in ea4915a74b .
* gnu/services/base.scm (%default-authorized-guix-keys): Remove TODO comment.
2020-07-12 13:06:41 +02:00
Jan (janneke) Nieuwenhuizen
fdef0d85ce
scripts: Typo in args-fold*.
...
* guix/scripts.scm (args-fold*): Add missing 'args' parameter so that
the all parameter names match their value.
2020-07-12 10:07:59 +02:00
Maxim Cournoyer
83b5ea9d18
gnu: isc-bind: List included utilities in the description.
...
A frequent question was: "Which package contained the 'dig' utility?" This
change should make the question answerable through 'guix search'.
* gnu/packages/dns.scm (isc-bind)[synopsis]: Remove leading article.
[description]: Add a table listing the utilities contained in the 'utils'
output and insert a missing space between two sentences.
[home-page]: Update.
2020-07-11 23:46:01 -04:00
Maxim Cournoyer
d59a98d359
gnu: emacs-debbugs: Update to 0.25.
...
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.25.
2020-07-11 22:36:50 -04:00
Christopher Lemmer Webber
ea4915a74b
services: guix: Refer to 'berlin.guix.gnu.org.pub'.
...
Commit 6680880f9b pushes out a new guix
package with a new key location, so we need to update to the new key
in order for systems to build correctly.
* gnu/services/base.scm (%default-authorized-guix-keys): Refer to berlin.guix.gnu.org.pub.
2020-07-11 21:42:04 -04:00
Marius Bakke
6680880f9b
gnu: guix: Update to 1.1.0-17.36a1925.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-17.36a1925.
2020-07-12 00:16:02 +02:00
Brice Waegeneire
36a1925f21
gnu: Add 'pass-tomb'.
...
* gnu/packages/password-utils.scm (pass-tomb): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-07-11 23:47:48 +02:00
Julien Lepiller
89c9e64748
gnu: Add kcov.
...
* gnu/packages/code.scm (kcov): New variable.
2020-07-11 23:47:37 +02:00
Brice Waegeneire
12d69fc574
gnu: tomb: Add 'getent' to PATH.
...
* gnu/packages/crypto.scm (tomb)[arguments]: In 'wrap' phase add
'getent' to the PATH.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-07-11 23:47:03 +02:00
Marius Bakke
54461153da
tests: networking: Use 'net.ifnames=0' for the Open vSwitch test.
...
* gnu/tests/networking.scm (%openvswitch-os): Override KERNEL-ARGUMENTS.
2020-07-11 23:36:32 +02:00
Marius Bakke
1abf205d11
Revert "vm: Use virtio network driver."
...
This allows users to specify network interface settings with 'guix system vm'
without having to create a new NIC. Fixes <https://bugs.gnu.org/42252 >.
Reported by Christopher Lemmer Webber <cwebber@dustycloud.org >.
This reverts commit 5379392731 .
2020-07-11 23:36:31 +02:00
Tobias Geerinckx-Rice
7ed0eeb011
gnu: php: Update to 7.4.8.
...
* gnu/packages/php.scm (php): Update to 7.4.8.
2020-07-11 23:24:29 +02:00
Tobias Geerinckx-Rice
bc332f0717
gnu: ntp: Update to 4.2.8p15 [security fixes].
...
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p15.
[source]: Swap order of URIs.
2020-07-11 22:59:54 +02:00
Tobias Geerinckx-Rice
183f069858
gnu: wsjtx: Update to 2.2.2.
...
* gnu/packages/radio.scm (wsjtx-hamlib, wsjtx): Update to 2.2.2.
2020-07-11 21:55:58 +02:00
Tobias Geerinckx-Rice
131cc178e3
gnu: flrig: Update to 1.3.51.
...
* gnu/packages/radio.scm (flrig): Update to 1.3.51.
2020-07-11 21:55:58 +02:00
Tobias Geerinckx-Rice
22ca0e6ac3
gnu: s6-linux-init: Update to 1.0.4.2.
...
* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.4.2.
2020-07-11 21:55:57 +02:00
Tobias Geerinckx-Rice
349f2a9db4
gnu: svt-av1: Update to 0.8.4.
...
* gnu/packages/video.scm (svt-av1): Update to 0.8.4.
2020-07-11 21:55:57 +02:00
Tobias Geerinckx-Rice
2cd765116c
gnu: xfce4-eyes-plugin: Update to 4.5.1.
...
* gnu/packages/xfce.scm (xfce4-eyes-plugin): Update to 4.5.1.
2020-07-11 21:55:57 +02:00
Tobias Geerinckx-Rice
59668de423
gnu: bitcoin-abc: Update to 0.21.10.
...
* gnu/packages/finance.scm (bitcoin-abc): Update to 0.21.10.
[inputs]: Add jemalloc.
2020-07-11 21:55:57 +02:00
Tobias Geerinckx-Rice
4ec610af2c
gnu: gperftools: Update to 2.8.
...
* gnu/packages/cpp.scm (gperftools): Update to 2.8.
2020-07-11 21:55:57 +02:00
Tobias Geerinckx-Rice
845f5a0306
gnu: hss: Patch less.
...
* gnu/packages/ssh.scm (hss)[arguments]: Set INSTALL_BIN make flag
instead of patching the Makefile.
2020-07-11 21:07:25 +02:00
Tobias Geerinckx-Rice
3b6b337eac
gnu: hss: Return #t from phase.
...
* gnu/packages/ssh.scm (hss)[arguments]: End ‘patch-file-names’ with #t.
2020-07-11 21:07:25 +02:00
Tobias Geerinckx-Rice
f718c0a05d
gnu: hss: Fix cross-compilation.
...
* gnu/packages/ssh.scm (hss)[arguments]: Move $CC to MAKE-FLAGS and use
CC-FOR-TARGET. Rename ‘pre-env’ to the more accurate ‘patch-file-names’.
2020-07-11 21:07:24 +02:00
Tobias Geerinckx-Rice
16f6889b74
gnu: hss: Edit description.
...
* gnu/packages/ssh.scm (hss)[description]: Edit.
2020-07-11 21:07:24 +02:00
Tobias Geerinckx-Rice
96fe62d80e
gnu: hss: Move to (gnu packages ssh).
...
* gnu/packages/admin.scm (hss): Move…
* gnu/packages/ssh.scm (hss): …here.
2020-07-11 21:07:24 +02:00
Tobias Geerinckx-Rice
6018d1ee60
gnu: libglvnd: Update to 1.3.2.
...
* gnu/packages/gl.scm (libglvnd): Update to 1.3.2.
2020-07-11 21:07:24 +02:00
Maxim Cournoyer
661ad8d7c5
gnu: ruby-ruby-prof: Disable a flaky test.
...
A test was found to fail non-deterministically.
* gnu/packages/ruby.scm (ruby-ruby-prof)[phases]: Add the 'delete-flaky-test
phase.
2020-07-11 14:27:00 -04:00
Maxim Cournoyer
257dee505e
gnu: Add ruby-yard-tomdoc.
...
* gnu/packages/ruby.scm (ruby-yard-tomdoc): New variable.
2020-07-11 14:27:00 -04:00
Maxim Cournoyer
24ffd91bc2
gnu: Add ruby-tomparse.
...
* gnu/packages/ruby.scm (ruby-tomparse): New variable.
2020-07-11 14:27:00 -04:00
Maxim Cournoyer
908df675a8
gnu: Add ruby-spectroscope.
...
* gnu/packages/ruby.scm (ruby-spectroscope): New variable.
2020-07-11 14:26:59 -04:00
Maxim Cournoyer
5df1126c3a
gnu: ruby-asciidoctor: Update to 2.0.10.
...
* gnu/packages/ruby.scm (ruby-asciidoctor): Update to 2.0.10.
[origin]: Use git-fetch.
[phases]: Remove 'remove-circular-tests. Add 'strip-version-requirements.
[native-inputs]: Add ruby-erubis, ruby-cucumber, ruby-haml, ruby-rouge,
ruby-rspec-expectations, ruby-simplecov, ruby-slim and ruby-tilt.
2020-07-11 14:26:59 -04:00
Maxim Cournoyer
751bf33d47
gnu: ruby-asciidoctor: Re-indent.
...
* gnu/packages/ruby.scm (ruby-asciidoctor): Re-indent.
2020-07-11 14:26:59 -04:00
Maxim Cournoyer
fef0564c6f
gnu: Add ruby-slim.
...
* gnu/packages/ruby.scm (ruby-slim): New variable.
2020-07-11 14:26:59 -04:00
Maxim Cournoyer
b1c79cab1f
gnu: ruby-temple: Update to 0.8.2.
...
* gnu/packages/ruby.scm (ruby-temple): Update to 0.8.2.
2020-07-11 14:26:59 -04:00
Maxim Cournoyer
cfa4a318ea
gnu: ruby-tilt: Add pandoc, sassc support.
...
* gnu/packages/ruby.scm (ruby-guard)[native-inputs]: Move ruby-sassc from
here...
[propagated-inputs]: ...to here. Add ruby-pandoc-ruby.
2020-07-11 14:26:59 -04:00
Maxim Cournoyer
c3f15f541a
gnu: ruby-tilt: Update to 2.0.10.
...
* gnu/packages/ruby.scm (ruby-tilt): Update to 2.0.10.
2020-07-11 14:26:58 -04:00
Maxim Cournoyer
c84dd8d49c
gnu: Add ruby-pandoc-ruby.
...
* gnu/packages/ruby.scm (ruby-pandoc-ruby): New variable.
2020-07-11 14:26:58 -04:00
Maxim Cournoyer
fa8e4dbf38
gnu: ruby-cucumber: Enable more tests.
...
* gnu/packages/ruby.scm (ruby-cucumber)[test-target]: Use the default
test-target, which includes the cucumber tests target.
[phases]: Add the 'disable-rubocop and 'set-home phases. Delete Gemfile as
part of the 'strip-version-requirements phase.
2020-07-11 14:26:58 -04:00
Maxim Cournoyer
7af929249d
gnu: ruby-sinatra: Update to 2.0.8.1.
...
* gnu/packages/ruby.scm (ruby-sinatra): Update to 2.0.8.1.
[phases]{fix-slow-doc-generation}: Add phase.
2020-07-11 14:26:58 -04:00
Maxim Cournoyer
7eb8ff0b21
gnu: ruby-yard: Update to 0.9.25.
...
* gnu/packages/ruby.scm (ruby-yard): Update to 0.9.25.
2020-07-11 14:26:58 -04:00
Maxim Cournoyer
df32ab1196
gnu: Add ruby-yard-with-tests.
...
* gnu/packages/ruby.scm (ruby-yard-with-tests): New variable.
2020-07-11 14:26:58 -04:00
Maxim Cournoyer
65a6123951
gnu: ruby-yard: Disable tests.
...
YARD is a common dependency in the Ruby world; having it carry extra test
dependencies is prone to cause dependency cycles. For example, YARD depends
on Asciidoctor, but the latest Asciidoctor requires ruby-cucumber for its test
suite, which pulls YARD through many of its dependencies.
* gnu/packages/ruby.scm (ruby-yard)[arguments]: Disable tests.
[native-inputs]: Remove.
2020-07-11 14:26:58 -04:00
Maxim Cournoyer
b17a48d035
gnu: ruby-asciimath: Update to 2.0.1.
...
* gnu/packages/maths.scm (ruby-asciimath): Update to 2.0.1.
[arguments]: Remove.
[native-inputs]: Remove bundler, add ruby-nokogiri.
2020-07-11 14:26:57 -04:00
Leo Famulari
3e26bec042
gnu: rtl-sdr: Use HTTPS URL.
...
* gnu/packages/radio.scm (rtl-sdr)[source]: Use HTTPS URL.
2020-07-11 13:15:17 -04:00
Oleg Pykhalov
ee56de8b5b
gnu: Add hss.
...
* gnu/packages/admin.scm (hss): New variable.
2020-07-11 19:19:36 +03:00
Michael Rohleder
cc0aaf2052
gnu: qutebrowser: Update to 1.13.0.
...
* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.13.0.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-07-11 17:25:05 +02:00
Florian Pelz
f2dce740b2
news: Add ‘de’ translation.
...
* etc/news.scm: Add a ‘de’ translation.
2020-07-11 14:44:45 +00:00
Jan (janneke) Nieuwenhuizen
4b9eecd322
image: Do not set journal_model=WAL for the Hurd.
...
This fixes <https://bugs.gnu.org/42151 >.
* gnu/system/images/hurd.scm (hurd-initialize-root-partition): Use #:wal-mode #f
in call to ...
* gnu/build/image.scm (initialize-root-partition): ... this, add #:wal-mode?
parameter, pass it to ...
(register-closure): ... this, add #:wal-mode? parameter, pass it to ...
* guix/store/database.scm (with-database): ... this, add #:wal-mode?
parameter, pass it to ...
(call-with-database): ... this, add #:wal-mode? parameter; when
set to #f, do not set journal_model=WAL.
2020-07-11 16:34:01 +02:00
Jan (janneke) Nieuwenhuizen
1649c7d69a
gnu: sqlite: Add locking-mode fix for the Hurd.
...
* gnu/packages/patches/sqlite-hurd.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/sqlite.scm (sqlite)[native-inputs]: Add it when building
for the Hurd.
[arguments]: Apply it when building for the Hurd.
2020-07-11 15:39:07 +02:00
Guillaume Le Vaillant
af96b5845e
gnu: monero-gui: Update to 0.16.0.2.
...
* gnu/packages/finance.scm (monero-gui): Update to 0.16.0.2.
2020-07-11 14:46:06 +02:00
Tobias Geerinckx-Rice
de53ddb54a
gnu: maradns: Use CC-FOR-TARGET.
...
* gnu/packages/dns.scm (maradns)[arguments]: Use CC-FOR-TARGET.
2020-07-11 14:40:30 +02:00
Tobias Geerinckx-Rice
0ac915008a
gnu: maradns: Update to 3.5.0007.
...
* gnu/packages/dns.scm (maradns): Update to 3.5.0007.
2020-07-11 14:38:33 +02:00
Tobias Geerinckx-Rice
a7ca42ff08
gnu: chocolate-doom: Update to 3.0.1.
...
* gnu/packages/games.scm (chocolate-doom): Update to 3.0.1.
2020-07-11 14:38:32 +02:00
Tobias Geerinckx-Rice
a8d5ac0384
gnu: 7kaa: Update to 2.15.4.
...
* gnu/packages/games.scm (7kaa): Update to 2.15.4.
2020-07-11 14:38:32 +02:00
Tobias Geerinckx-Rice
b18647db49
gnu: r-processx: Update to 3.4.3.
...
* gnu/packages/cran.scm (r-processx): Update to 3.4.3.
2020-07-11 14:38:32 +02:00
Tobias Geerinckx-Rice
9debba2025
gnu: r-htmltable: Update to 2.0.1.
...
* gnu/packages/cran.scm (r-htmltable): Update to 2.0.1.
2020-07-11 14:38:32 +02:00
Tobias Geerinckx-Rice
00466df44a
gnu: xwallpaper: Update to 0.6.5.
...
* gnu/packages/xdisorg.scm (xwallpaper): Update to 0.6.5.
2020-07-11 14:38:32 +02:00
Ludovic Courtès
62b8bbc2c2
news: Add entry for 'guix git authenticate'.
...
* etc/news.scm: Add entry.
2020-07-11 12:42:58 +02:00
Ludovic Courtès
96bf434c70
maint: Remove 'build-aux/git-authenticate.scm'.
...
* Makefile.am (channel_intro_commit, channel_intro_signer): New
variables.
(authenticate): Use it.
(EXTRA_DIST): Remove 'build-aux/git-authenticate.scm'.
* build-aux/git-authenticate.scm: Remove.
2020-07-11 12:33:10 +02:00
Ludovic Courtès
a98712785e
Add 'guix git authenticate'.
...
* guix/scripts/git.scm, guix/scripts/git/authenticate.scm,
tests/guix-git-authenticate.sh: New files.
* Makefile.am (MODULES): Add the *.scm files.
(SH_TESTS): Add 'tests/guix-git-authenticate.sh'.
* doc/guix.texi (Channels)[Specifying Channel Authorizations]: Mention
'guix git authenticate'.
(Invoking guix git authenticate): New node.
* po/guix/POTFILES.in: Add 'guix/scripts/git.scm' and
'guix/scripts/git/authenticate.scm'.
2020-07-11 12:33:01 +02:00
Ludovic Courtès
69db2993b5
git: Add 'with-git-error-handling'.
...
* guix/scripts/pull.scm (report-git-error, with-git-error-handling):
Move to...
* guix/git.scm: ... here.
* guix/scripts/time-machine.scm: Adjust accordingly.
2020-07-11 11:51:56 +02:00
Ludovic Courtès
4b9b8b2ec2
Add 'etc/historical-authorizations'.
...
* etc/historical-authorizations: New file. Data extracted from
'build-aux/git-authenticate.scm'.
* Makefile.am (EXTRA_DIST): Add it.
2020-07-11 11:51:56 +02:00
Ludovic Courtès
838f2bdfa8
git-authenticate: Factorize 'authenticate-repository'.
...
* guix/git-authenticate.scm (repository-cache-key)
(verify-introductory-commit, authenticate-repository): New procedures.
* guix/channels.scm (verify-introductory-commit): Remove.
(authenticate-channel): Rewrite in terms of 'authenticate-repository'.
2020-07-11 11:51:52 +02:00
Ludovic Courtès
876d022c03
gnu: gnome-builder: Expound description.
...
* gnu/packages/gnome.scm (gnome-builder)[description]: Expound.
2020-07-10 23:25:00 +02:00
Leo Prikler
683cac584e
gnu: Add gnome-builder.
...
* gnu/packages/gnome.scm (gnome-builder): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-10 23:25:00 +02:00
Leo Prikler
dcb4f7b737
gnu: Add sysprof.
...
* gnu/packages/gnome.scm (sysprof): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-10 23:25:00 +02:00
Jakub Kądziołka
db7f74d2eb
gnu: lcalc: Don't rename the include directory.
...
Sage no longer renames the directory, so we shouldn't either.
* gnu/packages/sagemath.scm (lcalc)[arguments]: Remove a substitution from
the prepare-build phase.
2020-07-10 23:03:42 +02:00
Jakub Kądziołka
5b9822cf43
gnu: Add ECL 16.1.3 for Sage.
...
* gnu/packages/sagemath.scm (ecl-16): New variable.
* gnu/packages/patches/ecl-16-format-directive-limit.patch,
gnu/packages/patches/ecl-16-ignore-stderr-write-error.patch,
gnu/packages/patches/ecl-16-libffi.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register the patches.
2020-07-10 23:03:41 +02:00
Jakub Kądziołka
71153712a2
gnu: sagemath: Remove unnecessary old versions of packages
...
Sage has updated givaro, fflas-ffpack and linbox since the comment was
written.
* gnu/packages/sagemath.scm (givaro, fflas-ffpack, linbox): Remove
variables.
2020-07-10 23:03:41 +02:00
Jakub Kądziołka
781d03f135
gnu: linbox: Fix linking of dependant packages.
...
* gnu/packages/algebra.scm (linbox)[source]: Add a patch.
[inputs]: Move fflas-ffpack to...
[propagated-inputs]: ...here.
* gnu/packages/patches/linbox-fix-pkgconfig.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2020-07-10 23:03:41 +02:00
Jakub Kądziołka
417eaa88dc
gnu: arb: Build with flint 2.6.
...
Backport an upstream patch to fix a compatibility issue with flint 2.6.
* gnu/packages/algebra.scm (arb): Add patch.
* gnu/packages/patches/arb-flint-2.6.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register new file.
2020-07-10 23:03:41 +02:00
Jakub Kądziołka
d7c8bcc47c
gnu: flint: Build with ntl.
...
* gnu/packages/algebra.scm (flint)[inputs]: Add ntl.
[arguments]: Pass --with-ntl to configure.
2020-07-10 23:03:41 +02:00
Jakub Kądziołka
16e34f7598
gnu: flint: Update to 2.6.0.
...
* gnu/packages/algebra.scm (flint): Update to 2.6.0.
* gnu/packages/patches/flint-ldconfig.patch: Remove the patch as it got
applied upstream.
* gnu/local.mk (dist_patch_DATA): Deregister the removed file.
2020-07-10 23:03:40 +02:00
Jakub Kądziołka
cc7b170db2
gnu: minetest: Update to 5.3.0.
...
* gnu/packages/games.scm
(minetest, minetest-data): Update to 5.3.0.
(minetest-data): Specify version with (package-version minetest)
2020-07-10 22:04:53 +02:00
Mark H Weaver
152f0207da
gnu: webkitgtk: Update to 2.28.3 [security fixes].
...
Includes fixes for CVE-2020-9802, CVE-2020-9803, CVE-2020-9805,
CVE-2020-9806, CVE-2020-9807, CVE-2020-9843, CVE-2020-9850,
and CVE-2020-13753.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.28.3.
2020-07-10 14:51:59 -04:00
Ludovic Courtès
ec4c404c05
services: guix: Refer to 'berlin.guixsd.org.pub'.
...
This partly reverts d283bb960f .
* gnu/services/base.scm (%default-authorized-guix-keys): Refer to berlin.guixsd.org.pub.
2020-07-10 11:48:05 +02:00
Mark H Weaver
3f4f077051
gnu: linux-libre: Fix regression with Atheros 9271.
...
* gnu/packages/patches/linux-libre-fix-atheros-9271.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (%linux-libre-fix-atheros-9271-patch): New variable.
(linux-libre-4.4-source, linux-libre-4.9-source)
(linux-libre-4.14-source, linux-libre-4.19-source)
(linux-libre-5.4-source, linux-libre-5.7-source): Add the patch.
2020-07-10 00:15:42 -04:00
Tobias Geerinckx-Rice
1e8b8dcf55
gnu: bats: Define TAP.
...
* gnu/packages/bash.scm (bats)[description]: Use @acronym{TAP, …}.
2020-07-10 03:48:53 +02:00
Tobias Geerinckx-Rice
b324c5b2b2
gnu: cryptsetup: Update to 2.3.3.
...
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.3.
[inputs]: Use the default json-c version.
2020-07-10 03:48:53 +02:00
Tobias Geerinckx-Rice
dce70d0e35
gnu: qbittorrent: Update to 4.2.5.
...
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.2.5.
2020-07-10 03:48:53 +02:00
Vagrant Cascadian
bce3c9748b
gnu: u-boot: Update to 2020.07.
...
* gnu/packages/bootloaders (u-boot): Update to 2020.07.
(u-boot-pinebook-pro-rk3399): Remove patches.
* gnu/packages/patches:
u-boot-DT-for-Pinebook-Pro.patch, u-boot-add-boe-nv140fhmn49-display.patch,
u-boot-gpio-keys-binding-cons.patch, u-boot-leds-common-binding-con.patch,
u-boot-support-Pinebook-Pro-laptop.patch,
u-boot-video-rockchip-fix-build.patch: Remove patches.
u-boot-riscv64-fix-extlinux.patch: Refresh patch.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
2020-07-09 17:22:18 -07:00
Ludovic Courtès
8d49c80b69
download-nar: Hide colliding 'dump-port*' binding.
...
* guix/build/download-nar.scm: Hide 'dump-port*' from (guix
serialization).
2020-07-10 00:20:09 +02:00
Ludovic Courtès
a055604e6f
cve: Fix typos in <cve> accessor.
...
* guix/cve.scm (<cve>)[references]: Rename accessor to 'cve-references'
and fix adjust exported name accordingly.
2020-07-10 00:11:00 +02:00
Ludovic Courtès
a7696b9733
git-download: Don't verify X.509 certificate of SWH.
...
Fixes <https://bugs.gnu.org/42286 >.
Regression introduced with the switch to Guile 3.0 in commit
b6bee63bed .
* guix/git-download.scm (git-fetch): Parameterize %VERIFY-SWH-CERTIFICATE.
2020-07-10 00:11:00 +02:00
Ludovic Courtès
722ad41c44
swh: Allow callers to disable X.509 certificate verification.
...
* guix/swh.scm (%verify-swh-certificate?): New parameter.
(http-get*, http-post*): New procedures.
(request-rate-limit-reached?): Use 'http-post*' instead of 'http-post'.
(update-rate-limit-reset-time!): Likewise.
(request-cooking): Likewise.
(call): Method defaults to 'http-get*' instead of 'http-get'. Pass
#:verify-certificate? to METHOD.
(vault-fetch): Likewise.
2020-07-10 00:11:00 +02:00
Ludovic Courtès
d283bb960f
maint: Remove traces of "berlin.guixsd.org".
...
The guixsd.org domain is no longer advertised since before in 1.0.0
release in May 2019.
* etc/substitutes/berlin.guixsd.org.pub: Rename to...
* etc/substitutes/berlin.guix.gnu.org.pub: ... this.
* etc/substitutes/ci.guix.gnu.org.pub,
etc/substitutes/ci.guix.info.pub: Adjust accordingly.
* gnu/services/base.scm (%default-authorized-guix-keys): Likewise.
* guix/build/download-nar.scm (urls-for-item): Likewise.
* guix/self.scm (miscellaneous-files): Likewise.
* Makefile.am (dist_pkgdata_DATA): Likewise.
2020-07-10 00:11:00 +02:00
Mark H Weaver
7828fe9d40
gnu: linux-libre: Update to 5.4.51.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.51.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.51.
2020-07-09 16:57:49 -04:00
Mark H Weaver
6137ee4956
gnu: linux-libre@5.7: Update to 5.7.8.
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.8.
(linux-libre-5.7-pristine-source): Update hash.
(deblob-scripts-5.7): Update to 5.7.8.
2020-07-09 16:57:15 -04:00
Mark H Weaver
08dd717f77
gnu: linux-libre@4.19: Update to 4.19.132.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.132.
(linux-libre-4.19-pristine-source): Update hash.
(deblob-scripts-4.19): Update to 4.19.132.
2020-07-09 16:57:02 -04:00
Mark H Weaver
d27de3ad8f
gnu: linux-libre@4.14: Update to 4.14.188.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.188.
(linux-libre-4.14-pristine-source): Update hash.
(deblob-scripts-4.14): Update to 4.14.188.
2020-07-09 16:56:27 -04:00
Mark H Weaver
4b184d6ab4
gnu: linux-libre@4.9: Update to 4.9.230.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.230.
(linux-libre-4.9-pristine-source): Update hash.
(deblob-scripts-4.9): Update to 4.9.230.
2020-07-09 16:52:09 -04:00
Mark H Weaver
27f976f4c0
gnu: linux-libre@4.4: Update to 4.4.230.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.230.
(linux-libre-4.4-pristine-source): Update hash.
(deblob-scripts-4.4): Update to 4.4.230.
2020-07-09 16:50:52 -04:00
Efraim Flashner
378159375b
gnu: Add rust-itertools-0.9.
...
* gnu/packages/crates-io.scm (rust-itertools-0.9): New variable.
(rust-itertools-0.8): Inherit from rust-itertools-0.9.
2020-07-09 22:17:01 +03:00
Efraim Flashner
366a23f8ce
gnu: rust-cargo-c: Update to 0.5.3.
...
* gnu/packages/rust-apps.scm (rust-cargo-c): Update to 0.5.3.
[arguments]: In cargo-inputs replace rust-cbindgen-0.12 with
rust-cbindgen, rust-pretty-env-logger-0.3 with 0.4.
2020-07-09 22:17:01 +03:00
Efraim Flashner
3a963cdd33
gnu: rust-cbindgen: Update to 0.13.2.
...
* gnu/packages/rust-apps.scm (rust-cbindgen): Update to 0.13.2.
2020-07-09 22:17:01 +03:00
Efraim Flashner
0ff6b01ef2
gnu: Add rust-pretty-env-logger-0.4.
...
* gnu/packages/crates-io.scm (rust-pretty-env-logger-0.4): New variable.
(rust-pretty-env-logger-0.3): Inherit from rust-pretty-env-logger-0.4.
2020-07-09 22:17:01 +03:00
Tobias Geerinckx-Rice
2f6504735b
gnu: zutils: Update to 1.9.
...
* gnu/packages/compression.scm (zutils): Update to 1.9.
2020-07-09 19:57:41 +02:00
Tobias Geerinckx-Rice
297aad07fe
gnu: dash: Update to 0.5.11.1.
...
* gnu/packages/shells.scm (dash): Update to 0.5.11.1.
2020-07-09 19:57:41 +02:00
Tobias Geerinckx-Rice
1de23e55cd
gnu: zutils: Fix test failure.
...
* gnu/packages/compression.scm (zutils)[arguments]: Add a
‘disable-failing-tests’ phase.
2020-07-09 19:57:41 +02:00
Tobias Geerinckx-Rice
5d5d68debc
gnu: tor: Update to 0.4.3.6 [fixes CVE-2020-15572].
...
* gnu/packages/tor.scm (tor): Update to 0.4.3.6.
2020-07-09 19:57:40 +02:00
Tobias Geerinckx-Rice
a9aa02874d
gnu: snd: Update to 20.5.
...
* gnu/packages/audio.scm (snd): Update to 20.5.
2020-07-09 19:57:40 +02:00
Tobias Geerinckx-Rice
71a5a1d1f6
gnu: m2-planet: Fix typo in description.
...
* gnu/packages/mes.scm (m2-planet)[description]: Fix typo.
2020-07-09 19:57:40 +02:00
Tobias Geerinckx-Rice
286a3d6f52
gnu: python-pathos: Fix typo in description.
...
* gnu/packages/python-xyz.scm (python-pathos)[description]: Fix typo.
2020-07-09 19:57:40 +02:00
Tobias Geerinckx-Rice
4f4fb2151e
doc: Fix typo.
...
* doc/contributing.texi (The Perfect Setup): Fix spelling & placement of ‘additionally’.
2020-07-09 19:57:40 +02:00
Tobias Geerinckx-Rice
a04deba243
gnu: dump: Fix typo in description.
...
* gnu/packages/backup.scm (dump)[synopsis, description]: Fix typo.
2020-07-09 19:57:40 +02:00
Tobias Geerinckx-Rice
026959f055
gnu: gphotofs: Fix typo in description.
...
* gnu/packages/file-systems.scm (gphotofs)[synopsis, description]: Fix typo.
2020-07-09 19:57:40 +02:00
Tobias Geerinckx-Rice
052117f8b4
gnu: mergerfs: Fix typo in description.
...
* gnu/packages/file-systems.scm (mergerfs)[synopsis, description]: Fix typo.
2020-07-09 19:57:40 +02:00
Tobias Geerinckx-Rice
87fd44b0cf
gnu: go-github-com-rifflock-lfshook: Fix typo in description.
...
* gnu/packages/golang.scm (go-github-com-rifflock-lfshook)[description]: Fix typo.
2020-07-09 19:57:39 +02:00
Tobias Geerinckx-Rice
e892b9c3dc
doc: cookbook: Fix ‘file system’ spelling.
...
* doc/guix-cookbook.texi (Getting help, Customizing the Kernel):
Fix ‘file system’ spelling.
2020-07-09 19:57:39 +02:00
Tobias Geerinckx-Rice
3786f2969b
gnu: giblib: Fix synopsis & description.
...
* gnu/packages/golang.scm (giblib)[synopsis, description]: Fix.
2020-07-09 19:57:39 +02:00
Tobias Geerinckx-Rice
7077ac80ca
gnu: giblib: Fix typo in home page URI.
...
* gnu/packages/image.scm (giblib)[home-page]: Fix typo.
2020-07-09 19:57:39 +02:00
Pierre Neidhardt
76946be021
gnu: emacs-helm-wordnut: Update to 20200708.
...
* gnu/packages/emacs-xyz.scm (emacs-helm-wordnut): Update to 20200708.
2020-07-09 17:08:05 +02:00
Pierre Neidhardt
151fb36a63
gnu: sbcl-cl-webkit: Update to 20200708.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200708.
2020-07-09 17:07:50 +02:00
Nicolas Goaziou
e3d79da081
gnu: Add rust-html5ever-0.24.
...
* gnu/packages/crates-io.scm (rust-html5ever-0.24): New variable.
(rust-html5ever-0.23): Inherit from the above.
2020-07-09 16:38:47 +02:00
Efraim Flashner
4e9fd7c81a
gnu: rust-urlocator-0.1: Update home-page.
...
* gnu/packages/crates-io.scm (rust-urlocator-0.1)[home-page]: Update to
new home-page.
2020-07-09 17:00:31 +03:00
Efraim Flashner
2569d555a3
gnu: rust-ron-0.4: Update to 0.4.2.
...
* gnu/packages/crates-io.scm (rust-ron-0.4): Update to 0.4.2.
[arguments]: Remove rust-serde-nytes-0.11 from cargo-development-inputs.
2020-07-09 17:00:31 +03:00
Efraim Flashner
ec25e1febc
gnu: rust-resolv-conf-0.6: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-resolv-conf-0.6)[arguments]: Don't
skip build. Skip tests.
2020-07-09 17:00:31 +03:00
Efraim Flashner
0b448c06ed
gnu: rust-resolv-conf-0.6: Update to 0.6.3.
...
* gnu/packages/crates-io.scm (rust-resolv-conf-0.6): Update to 0.6.3.
[arguments]: In cargo-inputs replace rust-hostname-0.1 with 0.3.
2020-07-09 17:00:31 +03:00
Efraim Flashner
761357ba2c
gnu: Add rust-hostname-0.3.
...
* gnu/packages/crates-io.scm (rust-hostname-0.3): New variable.
(rust-hostname-0.1): Inherit from rust-hostname-0.3.
2020-07-09 17:00:30 +03:00
Efraim Flashner
73858d1691
gnu: Add rust-match-cfg-0.1.
...
* gnu/packages/crates-io.scm (rust-match-cfg-0.1): New variable.
2020-07-09 17:00:30 +03:00
Efraim Flashner
0b5010336f
gnu: rust-remove-dir-all-0.5: Update to 0.5.3.
...
* gnu/packages/crates-io.scm (rust-remove-dir-all-0.5): Update to 0.5.3.
[source]: Add snippet to replace doctest with test.
[arguments]: Don't skip build.
2020-07-09 17:00:30 +03:00
Efraim Flashner
1d8a26efb4
gnu: rust-ref-cast-impl-1.0: Update to 1.0.2.
...
* gnu/packages/crates-io.scm (rust-ref-cast-impl-1.0): Update to 1.0.2.
2020-07-09 17:00:30 +03:00
Efraim Flashner
1e717f19f0
gnu: rust-ref-cast-1.0: Update to 1.0.2.
...
* gnu/packages/crates-io.scm (rust-ref-cast-1.0): Update to 1.0.2.
2020-07-09 17:00:29 +03:00
Efraim Flashner
813360e0d6
gnu: rust-rawslice-0.1: Update to 0.1.1.
...
* gnu/packages/crates-io.scm (rust-rawslice-0.1): Update to 0.1.1.
[arguments]: Don't skip build. In cargo-inputs replace
rust-rawpointer-0.1 with 0.2. In cargo-development-inputs replace
rust-quickcheck-0.8 with 0.4.
2020-07-09 17:00:29 +03:00
Efraim Flashner
d099329c98
gnu: rust-rand-os-0.2: Update to 0.2.2.
...
* gnu/packages/crates-io.scm (rust-rand-os-0.2): Update to 0.2.2.
2020-07-09 17:00:29 +03:00
Efraim Flashner
3d1a63df51
gnu: rust-psm-0.1: Update to 0.1.10.
...
* gnu/packages/crates-io.scm (rust-psm-0.1): Update to 0.1.10.
2020-07-09 17:00:28 +03:00
Efraim Flashner
cbf0cf8e19
gnu: rust-procedural-masquerade-0.1: Update to 0.1.7.
...
* gnu/packages/crates-io.scm (rust-procedural-masquerade-0.1): Update to
0.1.7.
2020-07-09 17:00:28 +03:00
Efraim Flashner
5b912aebd9
gnu: rust-proc-macro-nested-0.1: Update to 0.1.6.
...
* gnu/packages/crates-io.scm (rust-proc-macro-nested-0.1): Update to
0.1.6.
[arguments]: Don't skip build.
2020-07-09 17:00:28 +03:00
Efraim Flashner
4b4afec8d9
gnu: rust-proc-macro-hack-0.5: Update to 0.5.16.
...
* gnu/packages/crates-io.scm (rust-proc-macro-hack-0.5): Update to 0.5.16.
2020-07-09 17:00:28 +03:00
Efraim Flashner
65ffe31969
gnu: rust-ppv-lite86-0.2: Update to 0.2.8.
...
* gnu/packages/crates-io.scm (rust-ppv-lite86): Update to 0.2.8.
2020-07-09 17:00:27 +03:00
Efraim Flashner
31fd941441
gnu: rust-podio-0.1: Update to 0.1.7.
...
* gnu/packages/crates-io.scm (rust-podio-0.1): Update to 0.1.7.
2020-07-09 17:00:27 +03:00
Efraim Flashner
69de25bb09
gnu: rust-windestring-0.4: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-widestring-0.4)[arguments]: Don't
skip build.
2020-07-09 17:00:27 +03:00
Efraim Flashner
ad421ff0bc
gnu: rust-zip-0.5: Update to 0.5.6.
...
* gnu/packages/crates-io.scm (rust-zip-0.5): Update to 0.5.6.
2020-07-09 17:00:27 +03:00
Efraim Flashner
a8b60f4269
gnu: rust-y4m-0.5: Update to 0.5.3.
...
* gnu/packages/crates-io.scm (rust-y4m-0.5): Update to 0.5.3.
[arguments]: Don't skip build. Add rust-resize-0.3 to
cargo-development-inputs.
2020-07-09 17:00:26 +03:00
Efraim Flashner
8c6d92164d
gnu: Add rust-resize-0.3.
...
* gnu/packages/crates-io.scm (rust-resize-0.3): New variable.
2020-07-09 17:00:26 +03:00
Efraim Flashner
d7b0db6e4e
gnu: rust-wincolor-1.0: Update to 1.0.3.
...
* gnu/packages/crates-io.scm (rust-wincolor-1.0): Update to 1.0.3.
2020-07-09 17:00:26 +03:00
Efraim Flashner
5eb7531bed
gnu: rust-winapi-util-0.1: Update to 0.1.5.
...
* gnu/packages/crates-io.scm (rust-winapi-0.1): Update to 0.1.5.
2020-07-09 17:00:26 +03:00
Efraim Flashner
d95fbe98c7
gnu: rust-winapi-0.3: Update to 0.3.9.
...
* gnu/packages/crates-io.scm (rust-winapi-0.3): Update to 0.3.9.
2020-07-09 17:00:25 +03:00
Efraim Flashner
13b7e191de
gnu: rust-widestring-0.4: Update to 0.4.2.
...
* gnu/packages/crates-io.scm (rust-widestring-0.4): Update to 0.4.2.
2020-07-09 17:00:25 +03:00
Efraim Flashner
a416838d31
gnu: rust-vec-map-0.8: Update to 0.8.2.
...
* gnu/packages/crates-io.scm (rust-vec-map-0.2): Update to 0.8.2.
2020-07-09 17:00:25 +03:00
Efraim Flashner
5a00d0281e
gnu: rust-vcpkg-0.2: Update to 0.2.10.
...
* gnu/packages/crates-io.scm (rust-vcpkg-0.2): Update to 0.2.10.
2020-07-09 17:00:24 +03:00
Efraim Flashner
dac0b1639e
gnu: rust-urlocator-0.1: Update to 0.1.3.
...
* gnu/packages/crates-io.scm (rust-urlocator-0.1): Update to 0.1.3.
2020-07-09 17:00:24 +03:00
Efraim Flashner
537bd1c6ed
gnu: rust-untrusted-0.7: Update to 0.7.1.
...
* gnu/packages/crates-io.scm (rust-untrusted-0.7): Update to 0.7.1.
2020-07-09 17:00:24 +03:00
Efraim Flashner
f179fdb3c2
gnu: rust-unindent-0.1: Update to 0.1.6.
...
* gnu/packages/crates-io.scm (rust-unindent-0.1): Update to 0.1.6.
2020-07-09 17:00:24 +03:00
Efraim Flashner
42f45a500d
gnu: rust-unicode-xid-0.2: Update to 0.2.1.
...
* gnu/packages/crates-io.scm (rust-unicode-xid-0.2): Update to 0.2.1.
2020-07-09 17:00:23 +03:00
Efraim Flashner
a0efbed33a
fixup rust-rustc-ap-rustc-data-structures
2020-07-09 17:00:23 +03:00
Efraim Flashner
cb1096f992
gnu: rust-smallvec-1: Update to 1.4.1.
...
* gnu/packages/crates-io.scm (rust-smallvec-1): Update to 1.4.1.
2020-07-09 17:00:23 +03:00
John Soo
8b035ca00a
gnu: Add rust-rustc-ap-rustc-data-structures-654.
...
* gnu/packages/crates-io.scm (rust-rustc-ap-rustc-data-structures-654): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-09 17:00:23 +03:00
John Soo
7ed3dc65c4
gnu: Add rust-rustc-ap-rustc-index-654.
...
* gnu/packages/crates-io.scm (rust-rustc-ap-rustc-index-654): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-09 17:00:22 +03:00
John Soo
51d44ede6c
gnu: Add rust-rustc-ap-serialize-654.
...
* gnu/packages/crates-io.scm (rust-rustc-ap-serialize-654): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-09 17:00:22 +03:00
John Soo
5850a02185
gnu: Add rust-rustc-rayon-0.3.
...
* gnu/packages/crates-io.scm (rust-rustc-rayon-0.3): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-09 17:00:22 +03:00
John Soo
cb123dad5e
gnu: Add rust-rustc-rayon-core-0.3.
...
* gnu/packages/crates-io.scm (rust-rustc-rayon-core-0.3): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-09 17:00:21 +03:00
John Soo
39662c9ddc
gnu: Add rust-rustc-ap-graphviz-654.
...
* gnu/packages/crates-io.scm (rust-rustc-ap-graphviz-654): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-09 17:00:21 +03:00
John Soo
0d1f8b48f6
gnu: Add rust-rustc-ap-rustc-lexer-654.
...
* gnu/packages/crates-io.scm (rust-rustc-ap-rustc-lexer-654): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-09 17:00:21 +03:00
John Soo
e548f359a7
gnu: Add rust-rustc-ap-rustc-macros-654.
...
* gnu/packages/crates-io.scm (rust-rustc-ap-macros-654): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-09 17:00:20 +03:00
John Soo
6540696d6e
gnu: Add rust-rustc-ap-rustc-arena-654.
...
* gnu/packages/crates-io.scm (rust-rustc-ap-rustc-arena-654): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-09 17:00:20 +03:00
John Soo
6f13177a6e
gnu: Add rust-measureme-0.7.
...
* gnu/packages/crates-io.scm (rust-measureme-0.7): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-09 17:00:20 +03:00
Efraim Flashner
8de0fb1772
gnu: rust-linked-hash-map-0.5: Update to 0.5.3.
...
* gnu/packages/crates-io.scm (rust-linked-hash-map-0.5): Update to 0.5.3.
[arguments]: Don't skip build.
2020-07-09 17:00:20 +03:00
Efraim Flashner
ea1f63a317
gnu: rust-line-wrap-0.1: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-line-wrap-0.1)[arguments]: Don't skip
build. Add rust-rand-0.5 to cargo-development-inputs.
2020-07-09 17:00:19 +03:00
Efraim Flashner
ad96541a4e
gnu: rust-libc-print-0.1: Update to 0.1.13.
...
* gnu/packages/crates-io.scm (rust-libc-print-0.1): Update to 0.1.13.
2020-07-09 17:00:19 +03:00
Efraim Flashner
914bfc806a
gnu: rust-ctor-0.1: Update to 0.1.15.
...
* gnu/packages/crates-io.scm (rust-ctor-0.1): Update to 0.1.15.
2020-07-09 17:00:19 +03:00
Efraim Flashner
015881e9a8
gnu: rust-ctor-0.1: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-ctor-0.1)[arguments]: Don't skip
build. Add rust-libc-print-0.1 to cargo-development-inputs.
2020-07-09 17:00:19 +03:00
Efraim Flashner
c679140637
gnu: rust-cpp-demangle-0.2: Update to 0.2.16.
...
* gnu/packages/crates-io.scm (rust-cpp-demangle-0.2): Update to 0.2.16.
[arguments]: Replace rust-afl-0.4 with 0.8.
2020-07-09 17:00:18 +03:00
Efraim Flashner
19cc1c6409
gnu: rust-afl-0.4: Inherit from rust-afl-0.5.
...
* gnu/packages/crates-io.scm (rust-afl-0.4): Inherit from rust-afl-0.5.
2020-07-09 17:00:18 +03:00
Efraim Flashner
f3ea6ec1f2
gnu: Add rust-afl-0.8.
...
* gnu/packages/crates-io.scm (rust-afl-0.8): New variable.
(rust-afl-0.5): Inherit from rust-afl-0.8.
2020-07-09 17:00:18 +03:00
Efraim Flashner
3cde2bdaa6
gnu: rust-colored-1.9: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-colored-1.9)[arguments]: Don't skip
build. Add rust-rspec-1 to cargo-development-inputs. Add custom phase to
use rust-rspec-1.
2020-07-09 17:00:18 +03:00
Efraim Flashner
c0f5b34e48
gnu: rust-cmake-0.1: Update to 0.1.44.
...
* gnu/packages/crates-io.scm (rust-cmake-0.1): Update to 0.1.44.
[arguments]: Don't skip build.
2020-07-09 17:00:17 +03:00
Efraim Flashner
71c7634a38
gnu: rust-clicolors-control-1.0: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-clicolors-control-1.0)[arguments]:
Don't skip build.
2020-07-09 17:00:17 +03:00
Efraim Flashner
6380ebde99
gnu: rust-ci-info-0.3: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-ci-info-0.3)[arguments]: Don't skip
build.
2020-07-09 17:00:17 +03:00
Efraim Flashner
6c46a74cb7
gnu: rust-cfg-if-0.1: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-cfg-if-0.1)[arguments]: Don't skip
build.
2020-07-09 17:00:16 +03:00
Efraim Flashner
a93ceeac82
gnu: rust-cexpr-0.3: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-cexpr-0.3)[arguments]: Don't skip
build. Add custom phase to find clang.
[inputs]: Add clang.
(rust-cexpr-0.2)[inputs]: Inherit from rust-cexpr-0.3.
2020-07-09 17:00:16 +03:00
Efraim Flashner
28ca765504
gnu: rust-cc-1.0: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-cc-1.0)[arguments]: Don't skip build,
skip tests.
2020-07-09 17:00:16 +03:00
Efraim Flashner
a34e081e15
gnu: rust-cc-1.0: Update to 1.0.58.
...
* gnu/packages/crates-io.scm (rust-cc-1.0): Update to 1.0.58.
2020-07-09 17:00:16 +03:00
Efraim Flashner
b36766ecd2
gnu: rust-indexmap-1: Update to 1.4.0.
...
* gnu/packages/crates-io.scm (rust-indexmap-1): Update to 1.4.0.
[arguments]: Don't skip build. Add rust-fnv-1.0, rust-itertools-0.8,
rust-lazy-static-1, rust-quickcheck-0.9, rust-rand-0.7,
rust-serde-test-1.0 to cargo-development-inputs.
2020-07-09 17:00:15 +03:00
Efraim Flashner
9cd6679fed
gnu: rust-indexmap-1.3: Rename to rust-indexmap-1.
...
* gnu/packages/crates-io.scm (rust-indexmap-1.3): Rename to ...
(rust-indexmap-1): ... this.
(rust-envmnt-0.6, rust-gimli-0.20, rust-gimli-0.18, rust-h2-0.1,
rust-http-0.2, rust-http-0.1, rust-object-0.17, rust-serde-json-1.0,
rust-toml-0.5)[arguments]: Adjust accordingly.
2020-07-09 17:00:15 +03:00
Efraim Flashner
9d5860c76f
gnu: Remove rust-indexmap-1.0.
...
* gnu/packages/crates-io.scm (rust-indexmap-1.0): Remove variable.
(rust-envmnt-0.6, rust-gimli-0.18, rust-h2-0.1, rust-http-0.2,
rust-http-0.1, rust-toml-0.5)[arguments]: Replace rust-indexmap-1.0 with
1.3.
2020-07-09 17:00:15 +03:00
Efraim Flashner
40a7276bd5
gnu: rust-rand-0.7: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-rand-0.7)[arguments]: Don't skip
build.
2020-07-09 17:00:15 +03:00
Efraim Flashner
c5f304053f
gnu: rust-quote-0.5: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-quote-0.5)[arguments]: Don't skip
build.
2020-07-09 17:00:14 +03:00
Efraim Flashner
1071106562
gnu: rust-quick-error-1.2: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-quick-error-1.2)[arguments]: Remove
field.
2020-07-09 17:00:14 +03:00
Tobias Geerinckx-Rice
72c2c91f21
gnu: iputils: Fix typo in description.
...
* gnu/packages/networking.scm (iputils)[description]: Fix typo.
2020-07-09 14:56:20 +02:00
Tobias Geerinckx-Rice
dc5e529e06
gnu: rust-wayland-scanner@0.23: Fix bad synopsis & description.
...
* gnu/packages/crates-io.scm (rust-wayland-scanner-0.23)
[synopsis, description]: Fix.
2020-07-09 14:56:10 +02:00
Tobias Geerinckx-Rice
3a888b419b
gnu: flamp: Fix typo in description.
...
* gnu/packages/radio.scm (flamp)[description]: Fix typo.
2020-07-09 14:53:33 +02:00
Tobias Geerinckx-Rice
1480d212e8
gnu: qalculate-gtk: Fix typo in description.
...
* gnu/packages/maths.scm (qalculate-gtk)[description]: Fix typo.
2020-07-09 14:53:33 +02:00
Tobias Geerinckx-Rice
4a1e361086
gnu: sbcl-stumpwm-pass: Fix typo in synopsis.
...
* gnu/packages/wm.scm (sbcl-stumpwm-pass)[synopsis]: Fix typo.
2020-07-09 14:53:33 +02:00
Tobias Geerinckx-Rice
dd77434a37
gnu: ktuberling: Fix typo in description.
...
* gnu/packages/games.scm (ktuberling)[description]: Fix typo.
2020-07-09 14:53:33 +02:00
Tim Van den Langenbergh
5abed7ca3c
gnu: Add font-libertinus.
...
* gnu/packages/fonts.scm (font-libertinus): New variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-07-09 14:53:33 +02:00
Ricardo Wurmus
b441238285
gnu: guile-irc: Build with Guile 3.
...
* gnu/packages/guile-xyz.scm (guile-irc)[inputs]: Replace guile-2.2 with
guile-3.0.
2020-07-09 12:36:17 +02:00
Maxim Cournoyer
6700dc3341
gnu: ruby-sdoc: Update to 1.1.0.
...
* gnu/packages/ruby.scm (ruby-sdoc): Update to 1.1.0.
2020-07-08 22:26:54 -04:00
Maxim Cournoyer
8a01e2fa1e
gnu: ruby-parallel-tests: Update to 3.0.0.
...
* gnu/packages/ruby.scm (ruby-parallel-tests): Update to 3.0.0.
[native-inputs]: Add ruby-cuke-modeler.
2020-07-08 22:23:41 -04:00
Maxim Cournoyer
f908396529
gnu: Add ruby-cuke-modeler.
...
* gnu/packages/ruby.scm (ruby-cuke-modeler): New variable.
2020-07-08 22:22:29 -04:00
Maxim Cournoyer
1097fdbea7
gnu: ruby_version: Update to 1.0.2.
...
* gnu/packages/ruby.scm (ruby_version): Update to 1.0.2.
[phases]: Adapt the fix-dependencies phase.
[native-inputs]: Add ruby-rdoc and ruby-rubygems-tasks. Remove bundler.
[description]: Reformat.
2020-07-08 21:54:35 -04:00
Maxim Cournoyer
92ebbaad09
gnu: ruby-cucumber: Update to 4.1.0.
...
* gnu/packages/ruby.scm (ruby-cucumber): Update to 4.1.0.
[phases]{strip-version-requirements}: New phase.
[propagated-inputs]: Add ruby-cucumber-create-meta,
ruby-cucumber-html-formatter and ruby-cucumber-messages. Remove
ruby-cucumber-expressions.
[native-inputs]: Add ruby-rubocop.
[description]: Reformat.
2020-07-08 15:08:50 -04:00
Maxim Cournoyer
f357462426
gnu: Add ruby-cucumber-html-formatter.
...
* gnu/packages/ruby.scm (ruby-cucumber-html-formatter): New variable.
2020-07-08 21:47:44 -04:00
Maxim Cournoyer
6516827e13
gnu: ruby-cucumber-wire: Update to 3.1.0.
...
* gnu/packages/ruby.scm (ruby-cucumber-wire): Update to 3.1.0.
[arguments]: Remove test-target, which is not used.
[phases]: Remove set-CUCUMBER_USE_RELEASED_GEMS and add
relax-version-requirements.
[native-inputs]: Remove.
[propagated-inputs]: Add ruby-cucumber-core, ruby-cucumber-expressions and
ruby-cucumber-messages.
[description]: Reformat.
2020-07-08 15:04:46 -04:00
Maxim Cournoyer
4ada4a4294
gnu: ruby-cucumber-expressions: Update to 10.2.0.
...
* gnu/packages/ruby.scm (ruby-cucumber-expressions): Update to 10.2.0.
[origin]: Use git-fetch, as the latest published gem is outdated.
[native-inputs]: Remove bundler.
2020-07-08 15:01:46 -04:00
Maxim Cournoyer
ac3ec612c3
gnu: Add ruby-cucumber-create-meta.
...
* gnu/packages/ruby.scm (ruby-cucumber-create-meta): New variable.
2020-07-08 14:01:05 -04:00
Maxim Cournoyer
fd6577b4e5
gnu: Add ruby-sys-uname.
...
* gnu/packages/ruby.scm (ruby-sys-uname): New variable.
2020-07-08 13:38:04 -04:00
Maxim Cournoyer
0d2c45ce75
gnu: ruby-cucumber-tag-expressions: Update to 3.0.0.
...
* gnu/packages/ruby.scm (ruby-cucumber-tag-expressions): Update to 3.0.0.
[origin]: Fetch sources from git, to get the latest tag.
[arguments]: Use the 'spec' test target instead of using a custom phase.
[description]: Reformat.
2020-07-08 13:00:24 -04:00
Maxim Cournoyer
95a5d992de
gnu: ruby-cucumber-core: Update to 7.1.0.
...
* gnu/packages/ruby.scm (ruby-cucumber-core): Update to 7.1.0.
[origin]: Use the git-fetch method.
[arguments]: Enable tests, by specifying the test target and...
[native-inputs]: ...adding ruby-rspec, ruby-rake, ruby-coveralls,
ruby-rubocop, ruby-simplecov and ruby-unindent as native inputs. Remove
bundler.
[phases]{relax-version-requirements}: Add phase.
[propagated-inputs]: Remove ruby-backports. Add ruby-cucumber-messages.
2020-07-08 11:28:48 -04:00
Maxim Cournoyer
f2a1b7facb
gnu: Add ruby-unindent.
...
* gnu/packages/ruby.scm (ruby-unindent): New variable.
2020-07-08 11:28:21 -04:00
Maxim Cournoyer
f048ef520f
gnu: Add ruby-coveralls.
...
* gnu/packages/ruby.scm (ruby-coveralls): New variable.
2020-07-08 11:28:12 -04:00
Maxim Cournoyer
cfef316f25
gnu: ruby-gherkin: Update to 14.0.1.
...
* gnu/packages/ruby.scm (ruby-gherkin): Update to 14.0.1.
[native-inputs]: Remove bundler. Add ruby-cucumber-messages and ruby-rspec.
[phases]: Delete.
[home-page]: Update.
2020-07-07 23:41:28 -04:00
Maxim Cournoyer
dff5392f85
gnu: Add ruby-cucumber-messages
...
* gnu/packages/ruby.scm (ruby-cucumber-messages): New variable.
2020-07-07 15:05:59 -04:00
Maxim Cournoyer
77f66f53e8
gnu: Add ruby-protobuf-cucumber.
...
* gnu/packages/protobuf.scm (ruby-protobuf-cucumber): New variable.
2020-07-07 23:17:24 -04:00
Maxim Cournoyer
d59c84f538
gnu: Add ruby-protobuf.
...
* gnu/packages/ruby.scm (ruby-protobuf): New variable.
2020-07-06 22:37:59 -04:00
Maxim Cournoyer
1b21417435
gnu: Add ruby-ruby-prof.
...
* gnu/packages/ruby.scm (ruby-ruby-prof): New variable.
2020-07-01 00:17:32 -04:00
Maxim Cournoyer
1f014c9769
gnu: Add ruby-varint.
...
* gnu/packages/ruby.scm (ruby-varint): New variable.
2020-07-01 00:12:32 -04:00
Maxim Cournoyer
f4699abc26
gnu: Add ruby-pry-stack-explorer.
...
* gnu/packages/ruby.scm (ruby-pry-stack-explorer): New variable.
2020-07-01 00:09:07 -04:00
Maxim Cournoyer
4d31fe6b6c
gnu: Add ruby-binding-of-caller.
...
* gnu/packages/ruby.scm (ruby-binding-of-caller): New variable.
2020-07-01 00:07:17 -04:00
Maxim Cournoyer
acb288767b
gnu: Add ruby-pry-byebug.
...
* gnu/packages/ruby.scm (ruby-pry-byebug): New variable.
2020-07-01 00:05:12 -04:00
Maxim Cournoyer
7aa00628a5
gnu: Add ruby-byebug-11.
...
* gnu/packages/ruby.scm (ruby-byebug-11): New variable.
2020-06-30 22:28:19 -04:00
Maxim Cournoyer
77d098bf81
gnu: ruby-ruby-engine: Update to 2.0.0.
...
* gnu/packages/ruby.scm (ruby-ruby-engine): Update to 2.0.0.
[phases]: Move the 'clean-up phase after 'extract-gemspec. Use a single
backslash for escaping quotes in patterns. Make the phase more lenient to
version changes.
2020-06-29 00:17:23 -04:00
Maxim Cournoyer
c997403a80
gnu: ruby-rake: Update to 13.0.1.
...
* gnu/packages/ruby.scm (ruby-rake): Update to 13.0.1.
2020-06-28 23:24:12 -04:00
Maxim Cournoyer
cbee8e319f
gnu: bundler: Update to 2.1.4.
...
* gnu/packages/ruby.scm (bundler): Update to 2.1.4.
2020-06-28 22:42:33 -04:00
Maxim Cournoyer
ec08f46976
gnu: ruby-method-source: Update to 1.0.0.
...
* gnu/packages/ruby.scm (ruby-method-source): Update to 1.0.0.
2020-06-28 22:38:47 -04:00
Maxim Cournoyer
a0d93c174c
gnu: ruby-pry: Update to 0.13.1.
...
* gnu/packages/ruby.scm (ruby-pry): Update to 0.13.1.
[home-page]: Update.
2020-06-28 18:27:08 -04:00
Maxim Cournoyer
9304f989e6
gnu: ruby-rdoc: Update to 6.2.0.
...
* gnu/packages/ruby.scm (ruby-rdoc): Update to 6.2.0.
[origin]: Fetch sources from git.
[phases]{patch-gemspec, generate}: New phases.
[native-inputs]{ruby-kpeg, ruby-racc, ruby-rubocop}: New native inputs.
2020-06-28 16:57:36 -04:00
Maxim Cournoyer
439d47cdb1
gnu: Add ruby-kpeg.
...
* gnu/packages/ruby.scm (ruby-kpeg): New variable.
2020-06-28 16:56:49 -04:00
Maxim Cournoyer
1157d2f82c
gnu: Add ruby-chandler.
...
* gnu/packages/ruby.scm (ruby-chandler): New variable.
2020-06-27 00:45:26 -04:00
Maxim Cournoyer
aa3c76b100
gnu: Add ruby-octokit.
...
* gnu/packages/ruby.scm (ruby-octokit): New variable.
2020-06-27 00:37:22 -04:00
Maxim Cournoyer
03a0f98a8d
gnu: Add ruby-sawyer.
...
* gnu/packages/ruby.scm (ruby-sawyer): New variable.
2020-06-27 00:37:04 -04:00
Maxim Cournoyer
7a5035162b
gnu: Add ruby-ffi-rzmq.
...
* gnu/packages/ruby.scm (ruby-ffi-rzmq): New variable.
2020-06-27 00:36:43 -04:00
Maxim Cournoyer
fc5d1c5aa0
gnu: Add ruby-ffi-rzmq-core.
...
* gnu/packages/ruby.scm (ruby-ffi-rzmq-core): New variable.
2020-06-27 00:36:29 -04:00
Maxim Cournoyer
d7bd7016e8
gnu: Add ruby-rspec-its-minimal.
...
* gnu/packages/ruby.scm (ruby-rspec-its-minimal): New variable.
(ruby-addressable)[native-inputs]: Use it instead of ruby-rspec-its.
2020-06-27 00:33:33 -04:00
Maxim Cournoyer
1d537c7196
gnu: Add ruby-benchmark-ips.
...
* gnu/packages/ruby.scm (ruby-benchmark-ips): New variable.
2020-06-25 00:31:44 -04:00
Jakub Kądziołka
065a5ed677
gnu: wine, wine64: Update to 5.12.
...
* gnu/packages/wine.scm (wine, wine64): Update to 5.12.
2020-07-09 02:07:25 +02:00
Ricardo Wurmus
10bdd84e69
gnu: powertabeditor: Update to 2.0.0-alpha12-1.c5d39b2.
...
* gnu/packages/music.scm (powertabeditor): Update to 2.0.0-alpha12-1.c5d39b2.
[source]: Remove snippet.
[arguments]: Remove #:modules and #:configure-flags; remove obsolete phases.
[inputs]: Remove withershins, libiberty, and binutils; add minizip.
[native-inputs]: Remove catch-framework; add doctest.
[home-page]: Use Github project page.
2020-07-09 00:04:32 +02:00
Tanguy Le Carrour
fadc633a02
gnu: python-sqlalchemy: Update to 1.3.18.
...
* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.3.18.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-07-08 23:41:18 +02:00
Jan Wielkiewicz
143188423a
gnu: opendht: Update to 2.1.4
...
* gnu/packages/networking.scm (opendht): Update to 2.1.4.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-07-08 19:42:01 +01:00
Nicolas Goaziou
41c32695e5
gnu: giac: Update to 1.6.0-7.
...
* gnu/packages/algebra.scm (giac): Update to 1.6.0-7.
2020-07-08 18:42:38 +02:00
Nicolas Goaziou
d12798539c
gnu: keepassxc: Update to 2.6.0.
...
* gnu/packages/password-utils.scm (keepassxc): Update to 2.6.0.
2020-07-08 18:40:04 +02:00
Nicolas Goaziou
7af0b6544c
gnu: asymptote: Update to 2.66.
...
* gnu/packages/plotutils.scm (asymptote): Update to 2.66.
2020-07-08 18:05:23 +02:00
Nicolas Goaziou
a42d6a99f8
gnu: snap: Update to 6.0.0.
...
* gnu/packages/education.scm (snap): Update to 6.0.0.
2020-07-08 17:55:55 +02:00
Tanguy Le Carrour
0dfb340b9e
gnu: r-rjava: Update to 0.9-13.
...
* gnu/packages/cran.scm (r-rjava): Update to 0.9-13.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-08 16:38:28 +03:00
Tobias Geerinckx-Rice
4c0bc18622
gnu: wine-staging: Update to 5.12.1.
...
* gnu/packages/wine.scm (wine-staging-patchset-data, wine-staging):
Update to 5.12.1.
2020-07-08 14:16:50 +02:00
Tobias Geerinckx-Rice
8252d77f34
gnu: wine-staging: Fix source URI for patch versions.
...
* gnu/packages/wine.scm (wine-staging)[source]: Handle X.Y.Z patchset versions.
2020-07-08 14:16:49 +02:00
guy fleury iteriteka
8de54c63d3
gnu: Add mycli.
...
* gnu/packages/databases.scm(mycli): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-08 12:54:42 +02:00
guy fleury iteriteka
35ddc92a27
gnu: Add python-cli-helpers.
...
* gnu/packages/python-xyz.scm (python-cli-helpers): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-08 12:52:18 +02:00
guy fleury iteriteka
c19973280f
gnu: Add python-terminaltables
...
* gnu/packages/python-xyz.scm(python-terminaltables): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-08 12:50:15 +02:00
Peng Mei Yu
560540f005
gnu: ibus-rime: Fix license.
...
* gnu/packages/ibus.scm (ibus-rime)[license]: Change license to GPLv3.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-08 12:41:39 +02:00
Peng Mei Yu
d13c0ed6ae
gnu: rime-data: Fix license.
...
* gnu/packages/ibus.scm (rime-data)[license]: Change license to LGPLv3.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-08 12:41:33 +02:00
Peng Mei Yu
5fc75e858a
gnu: rime-data: Disable git operations and update comments.
...
* gnu/packages/ibus.scm (rime-data)[arguments]: Disable git operations and
update comments. Suppress warnings during build.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-08 12:41:07 +02:00
Peng Mei Yu
fa7bd6110b
gnu: rime-data: Iterate over inputs to find Rime schemas.
...
* gnu/packages/ibus.scm (rime-data)[arguments]: Iterate over inputs to find
Rime schemas rather than using a pre-loaded list.
[native-inputs]: Move to ...
[inputs]: ... here.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-08 12:40:34 +02:00
Peng Mei Yu
387bc21544
gnu: rime-data: Update to 0.38.20200623.
...
* gnu/packages/ibus.scm (rime-data): Update to 0.38.20200623.
[native-inputs]: Add rime-cantonese.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-08 12:39:20 +02:00
Vinicius Monego
30b14aa002
gnu: Add emacs-scala-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-scala-mode): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-08 12:33:28 +02:00
Vinicius Monego
8bebb547d3
gnu: python-scikit-image: Add dependencies.
...
* gnu/packages/python-science.scm (python-scikit-image)[propagated-inputs]: Add
python-imageio and python-tifffile.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-08 11:54:28 +02:00
Vinicius Monego
34432d5a78
gnu: Add python-scikit-fuzzy.
...
* gnu/packages/python-science.scm (python-scikit-fuzzy): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-08 11:46:58 +02:00
Pierre Neidhardt
bcdacb0072
gnu: Add emacs-helm-wordnut.
...
* gnu/packages/emacs-xyz.scm (emacs-helm-wordnut): New variable.
2020-07-08 11:39:04 +02:00
Pierre Neidhardt
fbc15cb953
gnu: emacs-exwm-edit: Update to 20200707.
...
* gnu/packages/emacs-xyz.scm (emacs-exwm-edit): Update to 20200707.
2020-07-08 11:39:04 +02:00
Jan (janneke) Nieuwenhuizen
54e70a70f2
gnu: grub: Fix native compilation of EFI variant on i686-linux.
...
This fixes a regression introduce in d613991a8e
reported on IRC by Mathieu Othacehe <othacehe@gnu.org >.
* gnu/packages/patches/grub-cross-system-i686.patch
[GRUB_MACHINE_EFI && !__x86_64__]: Add missing .byte alternative to 64-bit
instruction.
2020-07-08 11:23:41 +02:00
Jan (janneke) Nieuwenhuizen
413c31dc7a
gnu: coreutils: Mark pwd-long tests XFAIL on the Hurd.
...
* gnu/packages/base.scm (coreutils)[arguments]: Add pwd-long as failing test.
2020-07-08 07:39:08 +02:00
Nicolas Goaziou
127f0f05ac
gnu: fet: Update to 5.45.1.
...
* gnu/packages/education.scm (fet): Update to 5.45.1.
2020-07-08 00:15:44 +02:00
Efraim Flashner
38c653bc56
gnu: armips: Declare a source file-name.
...
* gnu/packages/assembly.scm (armips)[source]: Add file-name field.
2020-07-07 22:39:16 +03:00
Nicolas Goaziou
bbc358cd92
gnu: emacs-chess: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-chess): Fix typo introduced just before
committing 70dcd7c78b .
2020-07-07 18:49:38 +02:00
Christopher Lemmer Webber
78d28ffc84
gnu: emacs-racket-mode: Update to 20200706.
...
* gnu/packages/emacs-xyz.scm (emacs-racket-mode): Update to 20200706.
2020-07-07 08:34:35 -04:00
Matthew Kraai
3903f98379
gnu: python-bandit: Update home-page.
...
* gnu/packages/openstack.scm (python-bandit)[home-page]: Update to new URL.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-07 14:21:27 +02:00
Peng Mei Yu via Guix-patches via
e3dc149297
gnu: Add emacs-rime.
...
* gnu/packages/emacs-xyz.scm (emacs-rime): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-07 14:17:39 +02:00
Michael Rohleder
70dcd7c78b
gnu: Add emacs-chess.
...
* gnu/packages/emacs-xyz.scm (emacs-chess): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-07 14:08:30 +02:00
B. Wilson
6667576b66
gnu: metamath: Update to 0.183.
...
* gnu/packages/maths.scm (metamath): Update to 0.183.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-07 14:03:56 +02:00
Nicolas Goaziou
675bca979e
gnu: Add plover.
...
* gnu/local.mk (plover): New variable.
(GNU_SYSTEM_MODULES): Add stenography.scm.
2020-07-07 13:52:28 +02:00
Efraim Flashner
4f9db5693e
gnu: librsvg-next: Update to 2.48.8.
...
* gnu/packages/gnome.scm (librsvg-next): Update to 2.48.8.
[source]: Remove substitute* from snippet.
[arguments]: In cargo-inputs replace rust-cairo-rs-0.7 with 0.8,
rust-cssparser-0.25 with 0.27, rust-float-cmp-0.5 with 0.6,
rust-gdk-pixbuf-0.7 with 0.8, rust-gio-0.7 with 0.8, rust-glib-0.8 with
0.9, rust-markup5ever-0.9 with 0.10, rust-nalgebra-0.18 with 0.19,
rust-pango-0.7 with 0.8, rust-pangocairo-0.8 with 0.9. Add rust-cast-0.2,
rust-once-cell-1.2, rust-rgb-0.8, rust-xml5ever-0.16. Remove
rust-lazy-static-1, rust-phf-0.7, rust-string-cache-0.7, rust-xml-rs-0.8.
In cargo-development-inputs replace rust-cairo-rs-0.7 with 0.8,
rust-criterion-0.2 with 0.3. In custom 'prepare-for-build phase use
cc-for-target. Remove 'remove-failing-tests phase.
[inputs]: Replace pango-1.42 with pango.
2020-07-07 14:07:45 +03:00
Efraim Flashner
4b16cb646d
gnu: librsvg-next: Enable vala support.
...
* gnu/packages/gnome.scm (librsvg-next)[arguments]: Adjust custom
'gnu-configure phase to add configure flags.
2020-07-07 12:37:16 +03:00
Efraim Flashner
38adeb6b90
gnu: Add rust-average-0.10, rust-rand-distr-0.2.
...
* gnu/packages/crates-io.scm (rust-average-0.10, rust-rand-distr-0.2):
New variables.
(rust-average-0.9): Inherit from rust-average-0.10.
2020-07-06 21:54:07 +03:00
Efraim Flashner
f3b5d29fcb
gnu: Add rust-string-cache-0.8.
...
* gnu/packages/crates-io.scm (rust-string-cache-0.8): New variable.
(rust-string-cache-0.7): Inherit from rust-string-cache-0.8.
2020-07-06 21:54:07 +03:00
Efraim Flashner
2f9d1b59d1
gnu: Add rust-string-cache-codegen-0.5.
...
* gnu/packages/crates-io.scm (rust-string-cache-codegen-0.5): New
variable.
(rust-string-cache-codegen-0.4): Inherit from
rust-string-cache-codegen-0.5
2020-07-06 21:54:07 +03:00
Efraim Flashner
370ea0840a
gnu: Add rust-serial-test-0.1.
...
* gnu/packages/crates-io.scm (rust-serial-test-0.1): New variable.
2020-07-06 21:54:07 +03:00
Efraim Flashner
16ab2e5a8a
gnu: Add rust-serial-test-derive-0.1.
...
* gnu/packages/crates-io.scm (rust-serial-test-derive-0.1): New variable.
2020-07-06 21:54:06 +03:00
Efraim Flashner
f174cb5284
gnu: Add rust-servo-arc-0.1.
...
* gnu/packages/crates-io.scm (rust-servo-arc-0.1): New variable.
2020-07-06 21:54:06 +03:00
Efraim Flashner
2bffbeac2b
gnu: Add rust-selectors-0.22.
...
* gnu/packages/crates-io.scm (rust-selectors-0.22): New variable.
2020-07-06 21:54:06 +03:00
Efraim Flashner
ca7e1bfb32
gnu: Add rust-xml5ever-0.16.
...
* gnu/packages/crates-io.scm (rust-xml5ever-0.16): New variable.
2020-07-06 21:54:06 +03:00
Efraim Flashner
177be3a24d
gnu: Add rust-thin-slice-0.1.
...
* gnu/packages/crates-io.scm (rust-thin-slice-0.1): New variable.
2020-07-06 21:54:05 +03:00
Efraim Flashner
cc3205c101
gnu: Add rust-markup5ever-0.10.
...
* gnu/packages/crates-io.scm (rust-markup5ever-0.10): New variable.
(rust-markup5ever-0.9): Inherit from rust-markup5ever-0.10.
2020-07-06 21:54:05 +03:00
Efraim Flashner
441d4b67dc
gnu: Add rust-pangocairo-0.9.
...
* gnu/packages/crates-io.scm (rust-pangocairo-0.9): New variable.
(rust-pangocairo-0.8): Inherit from rust-pangocairo-0.9.
2020-07-06 21:54:05 +03:00
Efraim Flashner
18ed7469f2
gnu: Add rust-gdk-pixbuf-0.8.
...
* gnu/packages/crates-io.scm (rust-gdk-pixbuf-0.8): New variable.
(rust-gdk-pixbuf-0.7): Inherit from rust-gdk-pixbuf-0.8.
2020-07-06 21:54:04 +03:00
Efraim Flashner
2de4d6215e
gnu: Add rust-pango-0.8.
...
* gnu/packages/crates-io.scm (rust-pango-0.8): New variable.
(rust-pango-0.7): Inherit from rust-pango-0.8.
2020-07-06 21:54:04 +03:00
Efraim Flashner
4586b7620a
gnu: Add rust-gio-0.8.
...
* gnu/packages/crates-io.scm (rust-gio-0.8): New variable.
(rust-gio-0.7): Inherit from rust-gio-0.8.
2020-07-06 21:54:04 +03:00
Efraim Flashner
8285f31068
gnu: Add rust-cssparser-0.27.
...
* gnu/packages/crates-io.scm (rust-cssparser-0.27): New variable.
(rust-cssparser-0.25): Inherit from rust-cssparser-0.27.
2020-07-06 21:54:04 +03:00
Efraim Flashner
13115e0a53
gnu: Add rust-cssparser-macros-0.6.
...
* gnu/packages/crates-io.scm (rust-cssparser-macros-0.6): New variable.
(rust-cssparser-macros-0.3): Inherit from rust-cssparser-macros-0.6.
2020-07-06 21:54:04 +03:00
Efraim Flashner
1b4e4621d3
gnu: Add rust-serde-big-array-0.2.
...
* gnu/packages/crates-io.scm (rust-serde-big-array-0.2): New variable.
(rust-serde-big-array-0.1): Inherit from rust-serde-big-array-0.2.
2020-07-06 21:54:03 +03:00
Efraim Flashner
33464ad283
gnu: Add rust-nalgebra-0.19.
...
* gnu/packages/crates-io.scm (rust-nalgebra-0.19): New variable.
(rust-nalgebra-0.18): Inherit from rust-nalgebra-0.19).
2020-07-06 21:54:03 +03:00
Efraim Flashner
4e242ebf94
gnu: Add rust-rgb-0.8.
...
* gnu/packages/crates-io.scm (rust-rgb-0.8): New variable.
2020-07-06 21:54:03 +03:00
Efraim Flashner
8ea4fa6247
gnu: Add rust-float-cmp-0.6.
...
* gnu/packages/crates-io.scm (rust-float-cmp-0.6): New variable.
(rust-float-cmp-0.5): Inherit from rust-float-cmp-0.6.
2020-07-06 21:54:03 +03:00
John Soo
547bab4e57
gnu: Add rust-racer-cargo-metadata-0.1.
...
* gnu/packages/crates-io.scm (rust-racer-cargo-metadata-0.1): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-06 21:54:03 +03:00
John Soo
0540201bb3
gnu: Add rust-racer-interner-0.1.
...
* gnu/packages/crates-io.scm (rust-racer-interner-0.1): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-06 21:54:02 +03:00
John Soo
41f1d51946
gnu: Add rust-rls-span-0.5.
...
* gnu/packages/crates-io.scm (rust-rls-span-0.5): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-06 21:54:02 +03:00
Efraim Flashner
c857320a0e
gnu: Add rust-peg-0.5.
...
* gnu/packages/crates-io.scm (rust-peg-0.5): New variable.
2020-07-06 21:54:02 +03:00
John Soo
12c5d9bb44
gnu: Add rust-derive-more-0.99.
...
* gnu/packages/crates-io.scm (rust-derive-more-0.99): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-06 21:54:02 +03:00
Efraim Flashner
0043e6a633
gnu: rust-unicode-normalization-0.1: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-unicode-normalization-0.1)
[arguments]: Don't skip build.
2020-07-06 21:54:02 +03:00
John Soo
8b5e2ca037
gnu: rust-unicode-normalization-0.1: update to 0.1.11.
...
* gnu/packages/crates-io.scm (rust-unicode-normalization-0.1):
Update to 0.1.11.
[arguments]: Replace rust-smallvec-0.6 with 1 in cargo-inputs.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-06 21:54:01 +03:00
John Soo
41de2761d4
gnu: Add rust-peg-0.6.
...
* gnu/packages/crates-io.scm (rust-peg-0.6): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-06 21:54:01 +03:00
John Soo
d5a577070d
gnu: Add rust-peg-macros-0.6.
...
* gnu/packages/crates-io.scm (rust-peg-macros-0.6): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-06 21:54:01 +03:00
John Soo
a2221c7511
gnu: Add rust-peg-runtime-0.6.
...
* gnu/packages/crates-io.scm (rust-peg-runtime-0.6): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-06 21:54:01 +03:00
Jakub Kądziołka
a5dbc07d38
gnu: vim: Update to 8.2.1145.
...
* gnu/packages/vim.scm (vim): Update to 8.2.1145.
[arguments]: Patch the terminal2 test too, as it has been split from
test_terminal. Make the name of the phase more accurate.
(vim-full)[arguments]: Remove the skip-test87 phase, as the test no
longer exists and its successor passes.
2020-07-06 19:50:31 +02:00
Pierre Neidhardt
28f7ef86ce
gnu: Add emacs-helm-selector.
...
* gnu/packages/emacs-xyz.scm (emacs-helm-selector): New variable.
2020-07-06 19:04:49 +02:00
Arun Isaac
332f0a4685
doc: Fix texinfo identifiers in Version Control Services.
...
* doc/guix.texi (Version Control Services): Use @code, @command, @file,
@indicateurl, @samp texinfo identifiers correctly.
2020-07-06 21:21:32 +05:30
Pierre Neidhardt
14546abb43
gnu: sbcl-serapeum: Update to 20200703.
...
* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 20200703.
2020-07-06 17:20:47 +02:00
Pierre Neidhardt
419db9003f
gnu: sbcl-cl-prevalence: Update to 20200704.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-prevalence): Update to 20200704.
2020-07-06 17:20:47 +02:00
John Soo
78410b0969
gnu: Add linux-libre-with-bpf.
...
* gnu/packages/linux (%bpf-extra-linux-options): New variable,
(linux-libre-with-bpf): new variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-07-06 14:36:11 +02:00
Brice Waegeneire
ef20acae83
services: simulated-wifi: Use 'kernel-module-loader'.
...
* gnu/services/networking.scm (simulated-wifi-shepherd-services):
Change 'mac-simulation-module' service to use 'kernel-module-loader'.
2020-07-06 14:29:59 +02:00
John Soo
b523b034e2
gnu: Add libbpf.
...
* gnu/packages/linux.scm (libbpf): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-07-06 14:22:06 +02:00
Efraim Flashner
25a23a8d4a
gnu: Add python-patiencediff.
...
* gnu/packages/python-xyz.scm (python-patiencediff): New variable.
2020-07-06 12:02:09 +03:00
Efraim Flashner
4c93818392
gnu: python-fastimport: Update to 0.9.8.
...
* gnu/packages/python-xyz.scm (python-fastimport): Update to 0.9.8.
2020-07-06 11:56:17 +03:00
Oskar Köök
7f32c61e94
gnu: elixir: Update to 1.10.4.
...
* gnu/packages/elixir.scm (elixir): Update to 1.10.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-06 11:13:58 +03:00
Nicolas Goaziou
a07a1b0eab
gnu: emacs-lsp-mode: Update to 7.0.
...
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 7.0.
[description]: Slightly improve typography and wording.
2020-07-06 09:46:59 +02:00
Nicolas Goaziou
3d80e618dd
gnu: emacs-lsp-mode: Update home-page.
...
* gnu/packages/emacs-xyz.scm (emacs-lsp-mode)[home-page]: Update to new URL.
2020-07-06 09:40:12 +02:00
Efraim Flashner
31e390f618
Revert "gnu: libmicrohttpd: Update to 0.9.71."
...
This update breaks most of the packages which rely on libmicrohttpd.
This reverts commit 1bab01c2db .
2020-07-06 09:55:23 +03:00
Vagrant Cascadian
f3a5e58813
gnu: opensbi: Update to 0.8.
...
* gnu/packages/firmware (make-opensbi-package): Add name argument.
Drop variant argument.
(opensbi-qemu-sifive-fu540): Adjust arguments.
(opensbi-qemu-generic): New variable.
(opensbi-qemu-virt): Change to deprecated variable.
2020-07-05 17:55:12 -07:00
Christopher Baines
6ee7468758
gnu: python-llvmlite: Use specific commit for llvm patch URLs.
...
As this commit [1] appears to affect the patches, including the v0.30.0
tag (so the tag must have been changed).
1: https://github.com/numba/llvmlite/commit/cdd99deb32f9d48aadb0f7407fb8ad06f6a8ce6c
* gnu/packages/llvm.scm (python-llvmlite)[inputs]: Use a specific commit for
the patches.
2020-07-05 16:39:40 +01:00
Oleg Pykhalov
ff814b8f23
gnu: Add emacs-fd.
...
* gnu/packages/emacs-xyz.scm (emacs-fd): New variable.
2020-07-05 17:51:21 +03:00
Arun Isaac
dffc82fa55
doc: Fix minor typo in X Window.
...
* doc/guix.texi (X Window): Replace "not" with "no".
2020-07-05 19:33:52 +05:30
Julien Lepiller
cfdb6770ef
gnu: josm: Update to 16731.
...
* gnu/packages/geo.scm (josm): Update to 16731.
2020-07-05 14:15:28 +02:00
Julien Lepiller
f1abc56655
gnu: Add java-opening-hours-parser.
...
* gnu/packages/geo.scm (java-opening-hours-parser): New variable.
2020-07-05 14:15:24 +02:00
Julien Lepiller
a5f8d4e0b3
gnu: Add java-jetbrains-annotations.
...
* gnu/packages/java.scm (java-jetbrains-annotations): New variable.
2020-07-05 14:12:53 +02:00
Björn Höfling
ee1dc9b3d1
gnu: java-icu4j: Update to 66.1, use full sources.
...
* gnu/packages/icu4c.scm (java-icu4j): Update to 66.1.
[source]: Use full sources instead of jar-sources.
[arguments]: Add chdir phase, replace install phase.
Co-Authored-By: Julien Lepiller <julien@lepiller.eu >
2020-07-05 14:12:16 +02:00
Julien Lepiller
52a23d8e48
gnu: Add java-junitparams.
...
* gnu/packages/java.scm (java-junitparams): New variable.
2020-07-05 14:11:15 +02:00
guy fleury iteriteka
a0570377b8
gnu: chafa: Update to 1.4.1.
...
* gnu/packages/image-viewers.scm (chafa): Update to 1.4.1.
[inputs]: Add freetype, libjpeg-turbo.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-05 14:07:27 +03:00
Arun Isaac
3d067528b1
gnu: rubber: Update to 1.5.1.
...
* gnu/packages/tex.scm (rubber): Update to 1.5.1.
[build-system]: Switch to python-build-system.
[inputs]: Remove python-2 and which.
[arguments]: Delete the build phase. Replace the install phase with a custom
phase.
2020-07-05 16:16:54 +05:30
Arun Isaac
81a11883dc
weather: Print 0.0% correctly.
...
* guix/scripts/weather.scm (report-server-coverage): Report 0% coverage as
0.0%, not as .0%.
2020-07-05 16:13:37 +05:30
Arun Isaac
a2daee843d
import: pypi: Handle 'null instead of #nil.
...
* guix/import/pypi.scm (non-empty-string-or-false): guile-json now returns
'null instead of #nil for null JSON values. Handle it.
2020-07-05 16:11:21 +05:30
Arun Isaac
9e85f652cb
discovery: Fix typo.
...
* guix/discovery.scm (fold-module-public-variables*): In the docstring,
replace (PROC MODULE SYMBOL VARIABLE) with (PROC MODULE SYMBOL VARIABLE
RESULT).
2020-07-05 16:07:59 +05:30
Arun Isaac
60941b94e2
doc: Fix minor typo in Programming Interface.
...
* doc/guix.texi (Programming Interface): Replace "under a specific build
users" with "under specific build users".
2020-07-05 15:44:45 +05:30
Tanguy Le Carrour
3772d80de7
gnu: python-pynvim: Update to 0.4.1.
...
* gnu/packages/vim.scm (python-pynvim): Update to 0.4.1.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-07-05 11:49:08 +02:00
Michael Rohleder
5b87bacd54
gnu: chessx: Update to 1.5.4.
...
* gnu/packages/games.scm (chessx): Update to 1.5.4,
[inputs]: add "qtspeech",
[arguments]: fix missing translations.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-07-05 11:33:56 +02:00
Jonathan Brielmaier
f96c3bbe24
gnu: icedove: Update to 68.10.0.
...
* gnu/packages/gnuzilla.scm (%icedove-build-id): Update.
(icedove): Update version and corresponding hg changeset.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-07-05 11:29:14 +02:00
Allan Adair
b9478f333b
gnu: flatpak: Update to 1.8.0.
...
* gnu/packages/package-management.scm (flatpak): Update to 1.8.0,
[native-inputs]: add "python-pyparsing".
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-07-05 10:28:45 +02:00
Mathieu Othacehe
395782f235
system: Do not use "hurd-target?".
...
Fix the following issue, that happens during CI evaluation:
In guix/gexp.scm:
782:4 19 (_ _)
In guix/store.scm:
1907:12 18 (_ #<store-connection 256.99 7f3727b6de10>)
1340:2 17 (map/accumulate-builds #<store-connection 256.99 7f372…> …)
In srfi/srfi-1.scm:
586:29 16 (map1 ((#<file-append #<package hurd@0.9-1.91a516…> …) …))
586:29 15 (map1 ((#<file-append #<<parameterized> bindings:…> …) …))
586:29 14 (map1 ((#<file-append #<package hurd@0.9-1.91a516…> …) …))
586:17 13 (map1 ((#<<operating-system> kernel: #<<parameter…> …) …))
In guix/store.scm:
1299:8 12 (call-with-build-handler #<procedure build-accumulator…> …)
2025:24 11 (run-with-store #<store-connection 256.99 7f3727b6de10> …)
In guix/gexp.scm:
785:13 10 (_ _)
In guix/store.scm:
1859:8 9 (_ _)
In guix/gexp.scm:
243:18 8 (_ _)
In guix/store.scm:
1894:38 7 (_ #<store-connection 256.99 7f3727b6de10>)
In gnu/system.scm:
1012:19 6 (_ #<store-connection 256.99 7f3727b6de10>)
634:11 5 (operating-system-services #<<operating-system> kernel:…>)
611:17 4 (hurd-default-essential-services #<<operating-system> k…>)
555:18 3 (operating-system-directory-base-entries #<<operating-s…>)
1270:18 2 (operating-system-boot-parameters-file #<<operating-sy…> …)
1225:35 1 (operating-system-boot-parameters #<<operating-system>…> …)
1225:35 0 (operating-system-boot-parameters (#<<file-system> de…>) …)
gnu/system.scm:1225:35: In procedure operating-system-boot-parameters:
Wrong type to apply: #f
"hurd-target?" is returning false when it should return true in that context.
* gnu/system.scm (operating-system-boot-parameters): Check for "hurd" target
field of "os" instead of using the "hurd-target?" procedure.
2020-07-05 09:40:34 +02:00
Tobias Geerinckx-Rice
5733ba7dd8
download: Replace misconfigured Apache mirror.
...
E.g. <http://apache.belnet.be/jakarta/oro/jakarta-oro-2.0.8.tar.gz >
redirects to a bogus 200 HTML page.
* guix/download.scm (%mirrors): Replace apache.belnet.be with
ftp.nluug.nl.
2020-07-05 08:23:35 +02:00
Tobias Geerinckx-Rice
4cd05788b5
gnu: links: Enable framebuffer (fb) graphics driver.
...
* gnu/packages/web-browsers.scm (links)[native-inputs]:
Add linux-libre-headers.
[inputs]: Add gpm.
2020-07-05 07:03:11 +02:00
Tobias Geerinckx-Rice
77986a6a99
gnu: links: Sort inputs.
...
* gnu/packages/web-browsers.scm (links)[inputs]: Order alphabetically.
2020-07-05 07:03:11 +02:00
Tobias Geerinckx-Rice
dfb99268b0
gnu: Sort (gnu packages web-browsers) module imports.
...
* gnu/packages/web-browsers.scm: Order module imports alphabetically.
2020-07-05 07:03:11 +02:00
Tobias Geerinckx-Rice
2b504cc3d1
gnu: mosh: Remove ‘/bin/sh’ dependency.
...
* gnu/packages/ssh.scm (mosh)[arguments]: Add ‘patch-FHS-file-names’ phase.
2020-07-05 07:03:11 +02:00
Tobias Geerinckx-Rice
8dca40a3de
gnu: bcachefs-tools: Display the correct version.
...
* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Add VERSION
to make-flags.
2020-07-05 07:03:11 +02:00
Vincent Legoll
fe743ebb41
gnu: cryptsetup: Update to 2.3.1.
...
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.1.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net >
2020-07-05 01:20:35 +02:00
Arun Isaac
15c29a8a34
combinators: Fix typo.
...
* guix/combinators.scm (fold2): Replace "a two lists" with "two lists".
2020-07-05 03:15:08 +05:30
Tobias Geerinckx-Rice
ef0e7a5d33
gnu: hplip: Update source hash.
...
The tarball was modified in place: <http://issues.guix.gnu.org/42191 >.
* gnu/packages/cups.scm (hplip)[source]: Update hash.
2020-07-04 19:39:00 +02:00
Arun Isaac
1367ee7a56
gnu: Add phockup.
...
* gnu/packages/image.scm (phockup): New variable.
2020-07-04 19:30:15 +05:30
Nicolas Goaziou
6f3ede9ae2
gnu: emacs-exwm-x: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-exwm-x)[propagated-inputs]: Replace
emacs-ivy with emacs-counsel.
2020-07-04 14:29:49 +02:00
Nicolas Goaziou
0506ed33ab
gnu: emacs-lispy: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-lispy)[propagated-inputs]: Replace
emacs-ivy with emacs-swiper.
2020-07-04 14:26:54 +02:00
Nicolas Goaziou
3fd31f625d
gnu: emacs-counsel-projectile: Fix build.
...
* gnu/packages/emacs-xyz.scm (emacs-counsel-projectile)[propagated-inputs]:
Replace emacs-ivy with emacs-counsel.
2020-07-04 14:00:55 +02:00
Nicolas Goaziou
99cf91743c
gnu: emacs-counsel-tramp: Update to 0.7.5.
...
* gnu/packages/emacs-xyz.scm (emacs-counsel-tramp): Update to 0.7.5.
[propagated-inputs]: Replace emacs-ivy with emacs-counsel.
2020-07-04 14:00:31 +02:00
Nicolas Goaziou
c46ceff89c
gnu: emacs-counsel-dash: Update to 0.1.3-4-370d5f6.
...
* gnu/packages/emacs-xyz.scm (emacs-counsel-dash): Update to 0.1.3-4-370d5f6.
[arguments]: Remove unnecessary phase.
[propagated-inputs]: Replace emacs-ivy with emacs-counsel.
2020-07-04 13:59:35 +02:00
Nicolas Goaziou
597bc8218c
gnu: emacs-counsel-etags: Update to 1.9.11.
...
* gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Update to 1.9.11.
[propagated-inputs]: Replace emacs-ivy with emacs-counsel.
2020-07-04 13:59:03 +02:00
Nicolas Goaziou
e7d11f4fa6
gnu: Add emacs-counsel.
...
* gnu/packages/emacs-xyz.scm (emacs-counsel): New variable.
2020-07-04 13:47:57 +02:00
Nicolas Goaziou
525e1527c7
gnu: Add emacs-swiper.
...
* gnu/packages/emacs-xyz.scm (emacs-swiper): New variable.
2020-07-04 12:27:32 +02:00
Ricardo Wurmus
3dcac4be2b
gnu: r-nloptr: Update to 1.2.2.2.
...
* gnu/packages/statistics.scm (r-nloptr): Update to 1.2.2.2.
2020-07-04 11:52:34 +02:00
Ricardo Wurmus
82658db3df
gnu: r-dalex: Update to 1.3.0.
...
* gnu/packages/cran.scm (r-dalex): Update to 1.3.0.
2020-07-04 11:52:33 +02:00
Ricardo Wurmus
2e1cfd24ad
gnu: r-spdata: Update to 0.3.8.
...
* gnu/packages/cran.scm (r-spdata): Update to 0.3.8.
2020-07-04 11:52:33 +02:00
Ricardo Wurmus
0c2c1b01da
gnu: r-glmmtmb: Update to 1.0.2.1.
...
* gnu/packages/cran.scm (r-glmmtmb): Update to 1.0.2.1.
2020-07-04 11:52:33 +02:00
Ricardo Wurmus
5db9a14947
gnu: r-abn: Update to 2.2.2.
...
* gnu/packages/cran.scm (r-abn): Update to 2.2.2.
2020-07-04 11:52:33 +02:00
Ricardo Wurmus
54e04fed9c
gnu: r-depecher: Update to 1.4.1.
...
* gnu/packages/bioconductor.scm (r-depecher): Update to 1.4.1.
2020-07-04 11:52:33 +02:00
Ricardo Wurmus
c535717b6a
gnu: r-rsubread: Update to 2.2.3.
...
* gnu/packages/bioconductor.scm (r-rsubread): Update to 2.2.3.
2020-07-04 11:52:33 +02:00
Nicolas Goaziou
026b1344c3
gnu: Add emacs-bluetooth.
...
* gnu/packages/emacs-xyz.scm (emacs-bluetooth): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-04 00:48:28 +02:00
Vagrant Cascadian
394ec7158a
gnu: diffoscope: Update to 150.
...
* gnu/packages/diffoscope (diffoscope): Update to 150.
2020-07-03 15:42:45 -07:00
Michael Rohleder
0f524de38a
gnu: Add emacs-calibredb.
...
* gnu/packages/emacs-xyz.scm (emacs-calibredb): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-04 00:34:20 +02:00
Morgan Smith
619d164c80
gnu: Add emacs-org-beautify-theme.
...
* gnu/packages/emacs-xyz.scm (emacs-org-beautify-theme): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-04 00:30:25 +02:00
Nicolas Goaziou
5b8b0c78fd
gnu: emacs-auctex: Update to 12.2.4.
...
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 12.2.4.
2020-07-04 00:19:23 +02:00
Nicolas Goaziou
45058d6678
gnu: emacs-markdown-mode: Update hash too.
...
* gnu/packages/emacs-xyz.scm (emacs-markdown-mode): Update hash. This is
a followup to 3f45271243 .
2020-07-04 00:18:21 +02:00
Nicolas Goaziou
3f45271243
gnu: emacs-markdown-mode: Update to 2.4.
...
* gnu/packages/emacs-xyz.scm (emacs-markdown-mode): Update to 2.4.
2020-07-04 00:15:32 +02:00
Nicolas Goaziou
1ea8160de7
gnu: emacs-ivy: Update to 0.13.1.
...
* gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.13.1.
[source]: Use GNU ELPA repository.
[homepage]: Point to GitHub instead of manual.
2020-07-04 00:14:00 +02:00
Dale Mellor
cce8ab8d80
gnu: Add curlpp library.
...
* gnu/packages/curl.scm (curlpp): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-03 23:53:32 +02:00
Fredrik Salomonsson
21064f095e
gnu: Add guix-simplyblack-sddm-theme.
...
* gnu/packages/display-managers.scm (guix-simplyblack-sddm-theme): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-03 23:53:31 +02:00
Ludovic Courtès
f54cbc0e1b
import: Do not assume that 'package-source' returns an origin.
...
* guix/gnu-maintenance.scm (gnu-package?): Check whether
'package-source' returns an origin.
* guix/import/github.scm (updated-github-url): Likewise.
* guix/import/launchpad.scm (updated-launchpad-url): Likewise.
2020-07-03 23:53:31 +02:00
Ludovic Courtès
00290e7365
upstream: Define 'url-predicate' and use it.
...
* guix/upstream.scm (url-predicate): New procedure.
(url-prefix-predicate): Define in terms of 'url-predicate'.
* guix/import/cpan.scm (cpan-package?): Use 'url-predicate'.
* guix/import/cran.scm (cran-package?)
(bioconductor-package?)
(bioconductor-data-package?)
(bioconductor-experiment-package?): Likewise.
* guix/import/crate.scm (crate-package?): Likewise.
* guix/import/elpa.scm (package-from-gnu.org?): Likewise.
* guix/import/hackage.scm (hackage-package?): Likewise.
* guix/import/pypi.scm (pypi-package?): Likewise.
* guix/import/gem.scm (gem-package?): Use 'url-prefix-predicate'.
2020-07-03 23:53:31 +02:00
Ludovic Courtès
37c3e0bbaf
lint: Do not assume that a package's source is an origin.
...
* guix/lint.scm (check-source-file-name): Ensure ORIGIN is an origin.
(check-patch-file-names)[patches]: Likewise.
(check-source): Likewise.
2020-07-03 23:53:31 +02:00
Ricardo Wurmus
c11b95af7f
gnu: hpcguix-web: Add guix to inputs.
...
* gnu/packages/web.scm (hpcguix-web)[inputs]: Add guix.
2020-07-03 22:43:47 +02:00
Eric Bavier
2ca4ae2993
gnu: Update synergy to 1.11.1.
...
* gnu/packages/synergy.scm (synergy): Update to 1.11.1.
[arguments]: Add "patch-desktop" phase.
[native-inputs]: New field.
[inputs]: Remove unused "xinput" input.
2020-07-03 14:06:42 -05:00
Pierre Neidhardt
ec70df7243
gnu: nyxt (formerly 'next'): Update to 20200702.
...
* gnu/packages/web-browsers.scm (next): Deprecate in favour of nyxt.
(nyxt): New variable.
2020-07-03 15:37:11 +02:00
Jakub Kądziołka
e643431c12
gnu: sbcl: Add comment explaining out-of-date version.
...
Make sure no one repeats this mistake.
This is a follow-up to commit 809aa3c51c .
* gnu/packages/lisp.scm (sbcl): Add a comment advising against updating
to 2.0.6.
2020-07-03 15:19:33 +02:00
Guillaume Le Vaillant
b8fe812fe9
gnu: js8call: Update to 2.2.0.
...
* gnu/packages/radio.scm (js8call): Update to 2.2.0.
[inputs]: Use wsjtx-hamlib instead of regular hamlib.
2020-07-03 14:44:00 +02:00
Pierre Neidhardt
809aa3c51c
Revert "gnu: sbcl: Update to 2.0.6."
...
This reverts commit 1ac4959c6a .
SBCL 2.0.6 breaks named-readtables and consequently many Common Lisp packages.
See https://github.com/melisgl/named-readtables/issues/19 .
2020-07-03 11:37:45 +02:00
Guillaume Le Vaillant
c7ce30cd5d
gnu: Add cl-napa-fft3.
...
* gnu/packages/lisp-xyz.scm (sbcl-napa-fft3, cl-napa-fft3): New variables.
2020-07-03 09:58:14 +02:00
Guillaume Le Vaillant
5a2997e5a6
gnu: Add cl-bordeaux-fft.
...
* gnu/packages/lisp-xyz.scm (sbcl-bordeaux-fft, cl-bordeaux-fft,
ecl-bordeaux-fft): New variables.
2020-07-03 09:58:13 +02:00
Jan (janneke) Nieuwenhuizen
28febfafbb
guix system: "describe" displays multiboot info.
...
* guix/scripts/system.scm (display-system-generation): Display
multiboot-modules commands if set.
2020-07-03 09:28:16 +02:00
Jan (janneke) Nieuwenhuizen
2b76179ecd
services: system-service-type: Add entries support for the Hurd.
...
When creating a disk-image using --save-provenance, "guix system describe"
now works.
* gnu/system.scm (operating-system-directory-base-entries): Add conditional
"hurd" parameter, make "initrd" parameter conditional.
(hurd-default-essential-services): Use them.
(operating-system-boot-parameters-file): Only add 'initrd' when set.
2020-07-03 09:06:21 +02:00
Jan (janneke) Nieuwenhuizen
12906d3e2a
system: 'read-boot-parameters' allow initrd to be missing.
...
* gnu/system.scm (read-boot-parameters): Allow initrd to be missing.
2020-07-03 09:00:53 +02:00
Jan (janneke) Nieuwenhuizen
aa864ebdb0
system: 'read-boot-parameters' bugfix for multiboot.
...
* gnu/system.scm (read-boot-parameters): Oops, only return value for
multiboot-modules instead of (key value).
2020-07-03 08:59:31 +02:00
Eric Bavier
67d621c56e
gnu: Add pfetch.
...
* gnu/packages/admin.scm (pfetch): New variable.
2020-07-02 22:45:02 -05:00
Eric Bavier
ce9ea43373
gnu: Add ufetch.
...
* gnu/packages/admin.scm (ufetch): New variable.
2020-07-02 21:46:37 -05:00
Jakub Kądziołka
5ce123bd9a
gnu: Add lld.
...
* gnu/packages/llvm.scm (lld): New variable.
2020-07-03 01:26:17 +02:00
Jakub Kądziołka
ff2f86114c
gnu: llvm-9: Backport patch to fix miscompilation for big-endian targets.
...
* gnu/packages/llvm.scm (llvm-9)[source]: Add new patch.
* gnu/packages/patches/llvm-9-fix-bitcast-miscompilation.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register new file.
2020-07-03 01:26:16 +02:00
Jakub Kądziołka
7befec258c
gnu: rust: Bootstrap up to rustc 1.44.
...
* gnu/packages/rust.scm (rust-1.40, rust-1.41, rust-1.42, rust-1.43,
rust-1.44): New variables.
2020-07-03 01:26:16 +02:00
Jakub Kądziołka
851a7caf1a
gnu: llvm-9: Backport patches to fix miscompilations.
...
* gnu/packages/llvm.scm (llvm-9)[source]: Add new patches.
* gnu/packages/patches/llvm-9-fix-lpad-miscompilation.patch,
gnu/packages/patches/llvm-9-fix-scev-miscompilation.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register new patches.
2020-07-03 01:26:16 +02:00
Matthew Kraai
f51d836a48
gnu: python-gevent: Propagate dependencies.
...
* gnu/packages/python-xyz.scm (python-gevent)[native-inputs]: Move
python-zope-event and python-zone-interface to ...
[propagated-inputs]: ... here.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-02 23:54:02 +02:00
Ludovic Courtès
af74c0633a
gnu: gash, gash-utils: Build with Guile 3.0.
...
* gnu/packages/shells.scm (gash)[source]: Add 'modules' and 'snippet'.
[inputs]: Change GUILE-2.2 to GUILE-3.0.
(gash-utils)[source]: Add 'modules' and 'snippet'.
[inputs]: Change GUILE-2.2 to GUILE-3.0.
* gnu/packages/commencement.scm (gash-utils-boot)[source]: Remove
unneeded 'modules' field, and add 'snippet'.
(gash-utils-boot)[source]: New field.
* gnu/packages/patches/gash-utils-ls-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2020-07-02 23:54:02 +02:00
Ludovic Courtès
2807a8432a
gnu: network-manager-openconnect: Patch all the 'openconnect' file names.
...
* gnu/packages/gnome.scm (network-manager-openconnect)[arguments]: Make
sure all the references to the 'openconnect' executable are patched.
2020-07-02 23:54:02 +02:00
André Batista
1239aabd4c
gnu: Add tor-client.
...
* gnu/packages/tor.scm (tor-client): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-07-02 23:54:02 +02:00
Ludovic Courtès
31522dfa19
Revert "ui: Use package-description-string."
...
This reverts commit bd03e99f66 .
Reported by Ekaitz Zarraga <ekaitz@elenq.tech > at
<https://lists.gnu.org/archive/html/guix-devel/2020-06/msg00338.html >.
That commit broke would prevent "description: " from being taken into
account by the 'texi->plain-text' paragraph filling code.
2020-07-02 23:54:02 +02:00
Marius Bakke
415beccb1d
gnu: Add drbd-utils.
...
* gnu/packages/cluster.scm (drbd-utils): New variable.
2020-07-02 23:20:51 +02:00
Marius Bakke
5e0461c646
gnu: audacity: Update to 2.4.1.
...
* gnu/packages/audio.scm (audacity): Update to 2.4.1.
2020-07-02 23:20:51 +02:00
Marius Bakke
3162d11e70
gnu: Add parprouted.
...
* gnu/packages/networking.scm (parprouted): New public variable.
2020-07-02 23:20:51 +02:00
Marius Bakke
4d06076714
services: wpa-supplicant: Support specifying additional service dependencies.
...
* gnu/services/networking.scm (<wpa-supplicant-configuration>)[requirement]:
New parameter.
(wpa-supplicant-shepherd-service): Use it instead of hard-coded list.
* doc/guix.texi (Networking Services): Document accordingly.
2020-07-02 23:20:51 +02:00
Marius Bakke
6f8f13e941
services: wpa-supplicant: Do not export the <wpa-supplicant-configuration> record.
...
* gnu/services/networking.scm: Remove <wpa-supplicant-configuration> from exports.
2020-07-02 23:20:50 +02:00
Marius Bakke
dd3bd0be24
gnu: Add debianutils.
...
* gnu/packages/debian.scm (debianutils): New public variable.
2020-07-02 23:20:50 +02:00
Marius Bakke
0ceb7c191d
gnu: Add UFO: Alien Invasion.
...
* gnu/packages/games.scm (%ufoai-commit, %ufoai-revision, %ufoai-version,
ufoai-source, ufo2map, ufoai-data, ufoai): New variables.
2020-07-02 23:20:50 +02:00
Mathieu Othacehe
aea64acce7
gnu: cuirass: Update to 0.0.1-38.136a829.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-38.136a829.
2020-07-02 21:13:52 +02:00
Christopher Lemmer Webber
054153b28c
gnu: python-grequests: Fix tests by adding zope dependencies.
...
* gnu/packages/python-web.scm (python-grequests)[native-inputs]:
Add python-zope.interface, python-zope.event.
2020-07-02 08:16:25 -04:00
Mathieu Othacehe
b919d4048e
gnu: guix: Update to 1.1.0-16.d3eee3c.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-16.d3eee3c.
2020-07-02 13:50:51 +02:00
Mathieu Othacehe
d3eee3c064
gnu: guix: Update to 1.1.0-15.03deb1e.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-15.03deb1e.
2020-07-02 13:19:30 +02:00
Mathieu Othacehe
6c59eb1da2
Revert "gnu: guix-minimal: Remove as failing and unused."
...
This reverts commit 044cffdf34 .
2020-07-02 13:19:30 +02:00
Mathieu Othacehe
214874e820
Fix build without SSH support.
...
* gnu/local.mk (GNU_SYSTEM_MODULES): Only include
gnu/machine/digital-ocean.scm and gnu/machine/ssh.scm if HAVE_GUILE_SSH is
set.
2020-07-02 13:19:30 +02:00
Ricardo Wurmus
4be969fb7e
gnu: r-mnormt: Update to 2.0.1.
...
* gnu/packages/statistics.scm (r-mnormt): Update to 2.0.1.
2020-07-02 12:45:57 +02:00
Ricardo Wurmus
3c45241274
gnu: r-mda: Update to 0.5-2.
...
* gnu/packages/cran.scm (r-mda): Update to 0.5-2.
2020-07-02 12:45:56 +02:00
Ricardo Wurmus
80897f9622
gnu: r-ingredients: Update to 1.3.0.
...
* gnu/packages/cran.scm (r-ingredients): Update to 1.3.0.
2020-07-02 12:45:56 +02:00
Ricardo Wurmus
53ea4ae4ce
gnu: r-spdep: Update to 1.1-5.
...
* gnu/packages/cran.scm (r-spdep): Update to 1.1-5.
[native-inputs]: Add r-knitr.
2020-07-02 12:45:56 +02:00
Ricardo Wurmus
1a4f3739fa
gnu: r-blockmodeling: Update to 1.0.0.
...
* gnu/packages/cran.scm (r-blockmodeling): Update to 1.0.0.
2020-07-02 12:45:56 +02:00
Ricardo Wurmus
f74542782b
gnu: r-future-apply: Update to 1.6.0.
...
* gnu/packages/cran.scm (r-future-apply): Update to 1.6.0.
2020-07-02 12:45:56 +02:00
Ricardo Wurmus
aa9cd2d4a3
gnu: r-fs: Update to 1.4.2.
...
* gnu/packages/cran.scm (r-fs): Update to 1.4.2.
2020-07-02 12:45:56 +02:00
Ricardo Wurmus
ddff76aae0
gnu: r-rdpack: Update to 1.0.0.
...
* gnu/packages/cran.scm (r-rdpack): Update to 1.0.0.
2020-07-02 12:45:56 +02:00
Ricardo Wurmus
bd978be3ae
gnu: r-annotationdbi: Update to 1.50.1.
...
* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.50.1.
2020-07-02 12:45:53 +02:00
Nicolas Goaziou
95ccca19df
gnu: python-folium: Update to 0.11.0.
...
* gnu/packages/python-xyz.scm (python-folium): Update to 0.11.0.
2020-07-02 12:12:54 +02:00
Nicolas Goaziou
dba255c033
gnu: wireshark: Update to 3.2.5.
...
* gnu/packages/networking.scm (wireshark): Update to 3.2.5.
2020-07-02 12:10:09 +02:00
Nicolas Goaziou
7e97137734
gnu: emacs-tramp: Update to 2.4.4.
...
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.4.
2020-07-02 12:09:48 +02:00
Efraim Flashner
f1f7054bb2
gnu: rust-bumpalo-2: Update to 2.6.0.
...
* gnu/packages/crates-io.scm (rust-bumpalo-2): Update to 2.6.0.
[arguments]: Don't skip build. Skip tests.
2020-07-02 12:25:23 +03:00
Efraim Flashner
502590f45a
gnu: rust-bumpalo-2.5: Rename to rust-bumpalo-2.
...
* gnu/packages/crates-io.scm (rust-bumpalo-2.5): Rename to ...
(rust-bumpalo-2): ... this.
2020-07-02 12:25:23 +03:00
Efraim Flashner
4ca62836a2
gnu: rust-crossbeam-utils-0.6: Update to 0.6.6.
...
* gnu/packages/crates-io.scm (rust-crossbeam-utils-0.6): Update to0.6.6.
[arguments]: Don't skip build. Replace rust-rand-0.4 with 0.6 in
cargo-development-inputs.
2020-07-02 12:25:23 +03:00
Efraim Flashner
d636d5b46d
gnu: rust-crossbeam-queue-0.1: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-crossbeam-queue-0.1[arguments]: Don't
skip build. Replace rust-rand-0.4 with 0.6 in cargo-development-inputs.
2020-07-02 12:25:08 +03:00
Efraim Flashner
f8f61451fa
gnu: rust-crossbeam-epoch-0.7: Update to 0.7.2.
...
* gnu/packages/crates-io.scm (rust-crossbeam-epoch-0.7): Update to 0.7.2.
[arguments]: Don't skip build. In cargo-inputs replace
rust-memoffset-0.2 with 0.5, rust-scopeguard-0.3 with 1.0. Replace
rust-rand-0.4 with 0.6 in cargo-development-inputs.
2020-07-02 12:25:07 +03:00
Efraim Flashner
6d7d7a2d94
gnu: rust-crossbeam-epoch-0.8: Update to 0.8.2.
...
* gnu/packages/crates-io.scm (rust-crossbeam-epoch-0.8): Update to 0.8.2.
[arguments]: Don't skip build. In cargo-inputs replace rust-autocfg-0.1
with 1.0. Add rust-maybe-uninit-2.0.
2020-07-02 12:25:07 +03:00
Efraim Flashner
aa3ccff1f9
gnu: rust-crossbeam-deque-0.7: Update to 0.7.3.
...
* gnu/packages/crates-io.scm (rust-crossbeam-deque-0.7): Update to 0.7.3.
[arguments]: Don't skip build. Add rust-maybe-unint-2.0 to cargo-inputs.
2020-07-02 12:25:07 +03:00
Efraim Flashner
d7cd309a22
gnu: rust-crossbeam-channel-0.3: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-crossbeam-channel-0.3)[arguments]:
Don't skip build.
2020-07-02 12:25:07 +03:00
Efraim Flashner
3679514ae6
gnu: rust-crossbeam-channel-0.4: Update to 0.4.2.
...
* gnu/packages/crates-io.scm (rust-crossbeam-channel-0.4): Update to 0.4.2.
[arguments]: Don't skip build. Add rust-maybe-uninit-2.0 to
cargo-inputs.
2020-07-02 12:25:07 +03:00
Efraim Flashner
793ea22045
gnu: rust-crossbeam-0.7: Update to 0.7.3.
...
* gnu/packages/crates-io.scm (rust-crossbeam-0.7): Update to 0.7.3.
[arguments]: Don't skip build. In cargo-inputs replace
rust-crossbeam-channel-0.3 with 0.4, rust-crossbeam-epoch-0.7 with 0.8,
rust-crossbeam-queue-0.1 with 0.2, rust-crossbeam-utils-0.6 with 0.7.
Replace rust-rand-0.4 with 0.6 in cargo-development-inputs.
2020-07-02 12:25:06 +03:00
Mathieu Othacehe
044cffdf34
gnu: guix-minimal: Remove as failing and unused.
...
* gnu/packages/package-management.scm (guix-minimal): Remove it.
2020-07-02 09:54:57 +02:00
Kyle Meyer
64fc2293ca
gnu: git-annex: Build and install man pages.
...
* gnu/packages/haskell-apps.scm (git-annex)[arguments]: Add phases for
building and installing the man pages.
[native-inputs]: Add perl.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-02 10:29:10 +03:00
simendsjo
09502e0233
gnu: Update Iosevka fonts from 3.1.1 to 3.2.2.
...
* gnu/packages/fonts.scm (font-iosevka, font-iosevka-slab,
font-iosevka-term, font-iosevka-term-slab, font-iosevka-aile,
font-iosevka-etoile, font-iosevka-sparkle): Update to 3.2.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-07-02 10:22:44 +03:00
Mathieu Othacehe
6b77e7352d
gnu: guix: Update to 1.1.0-14.5bd8033.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-14.5bd8033.
2020-07-02 09:01:31 +02:00
Efraim Flashner
1bab01c2db
gnu: libmicrohttpd: Update to 0.9.71,
...
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.71.
2020-07-02 09:58:25 +03:00
Jakub Kądziołka
5bd803339d
gnu: deutex: Build with PNG support.
...
* gnu/packages/game-development.scm (deutex)[inputs]: Add libpng.
[native-inputs]: Add pkg-config.
2020-07-02 01:07:56 +02:00
Ludovic Courtès
d774c7b121
channels: Dependencies listed in '.guix-channel' can have an introduction.
...
Suggested by Ricardo Wurmus and Simon Tournier.
* guix/channels.scm (sexp->channel-introduction): New procedure.
(read-channel-metadata): Use it.
(profile-channels)[sexp->channel-introduction]: Remove.
* tests/channels.scm ("latest-channel-instances, authenticate dependency"):
New test.
* doc/guix.texi (Channels)[Declaring Channel Dependencies]: Augment example.
2020-07-01 23:34:51 +02:00
Ludovic Courtès
884df77640
channels: Properly diagnose test failure.
...
This fixes a style issue similar to that of
a18d02def9 .
* tests/channels.scm ("authenticate-channel, .guix-authorizations"):
Change to 'test-equal' so that test failures are properly diagnosed.
2020-07-01 23:34:51 +02:00
Ludovic Courtès
eb5cf39e66
services: provenance: Save channel introductions.
...
* gnu/services.scm (channel->code): Include CHANNEL's introduction, if
any, unless CHANNEL is the singleton %DEFAULT-CHANNELS.
(channel->sexp): Add comment.
* guix/scripts/system.scm (sexp->channel): Change pattern to allow for
extensibility.
2020-07-01 23:34:51 +02:00
Ludovic Courtès
6d39f0cb77
guix describe: Display channel introductions and add 'channels-sans-intro'.
...
* guix/scripts/describe.scm (%available-formats): Add "channels-sans-intro".
(channel->sexp): Add #:include-introduction?. Emit CHANNEL's intro if
INCLUDE-INTRODUCTION? is true and CHANNEL has an introduction.
(channel->json): Include CHANNEL's introduction, if any.
(channel->recutils): Likewise.
(display-profile-info): Add 'channels-sans-intro' case.
* doc/guix.texi (Invoking guix describe): Add introduction in example.
Add 'channels-sans-intro' case.
2020-07-01 23:34:51 +02:00
Ludovic Courtès
471550c28c
channels: Save and interpret 'introduction' field in provenance data.
...
With this change, profiles created by 'guix pull' & co. include channel
introductions as part of the channel metadata of each manifest entry.
* guix/channels.scm (channel-instances->manifest)[instance->entry]: Add
'introduction' field when CHANNEL has an introduction.
(profile-channels)[sexp->channel-introduction]: New procedure.
Use it to initialize the 'introduction' field.
2020-07-01 23:34:51 +02:00
Ludovic Courtès
22a9699257
channels: Remove 'signature' from <channel-introduction>.
...
In the end signing the commit/key pair does not buy us much. Someone
publishing a valid but different commit/key pair would effectively be
publishing a different channel, which could be a fork (made by a former
authorized developer) or simply a mirror. In the latter case, there's
nothing to be gained by publishing a different commit/key pair.
* guix/channels.scm (<channel-introduction>)[signature]: Remove.
(make-channel-introduction): Adjust accordingly.
2020-07-01 23:34:51 +02:00
Ludovic Courtès
8b7d982e6a
channels: Make channel introductions public.
...
* guix/channels.scm (<channel-introduction>): Rename constructor to
'%make-channel-introduction'.
(make-channel-introduction): New procedure.
* tests/channels.scm ("authenticate-channel, wrong first commit signer")
("authenticate-channel, .guix-authorizations"): Use
'make-channel-introduction' without '@@' and without third argument.
* doc/guix.texi (Channels)[Channel Authentication, Specifying Channel
Authorizations]: New subsections.
2020-07-01 23:34:51 +02:00
Ludovic Courtès
6577682a6c
channels: Add 'openpgp-fingerprint->bytevector'.
...
* guix/channels.scm (openpgp-fingerprint->bytevector): New procedure.
(openpgp-fingerprint): New macro.
(%guix-channel-introduction): Use it.
2020-07-01 23:34:50 +02:00
Efraim Flashner
67ba9815c9
gnu: rust-crossbeam-queue-0.2: Add missing input.
...
* gnu/packages/crates-io.scm (rust-crossbeam-queue-0.2)[arguments]: Add
rust-maybe-uninit-2.0 to cargo-inputs. Don't skip build.
2020-07-01 23:45:23 +03:00
Mark H Weaver
5db2736005
gnu: linux-libre: Update to 5.4.50.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.50.
(linux-libre-5.4-pristine-source): Update hash.
2020-07-01 13:31:06 -04:00
Mark H Weaver
0cb4f1e6f1
gnu: linux-libre@5.7: Update to 5.7.7.
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.7.
(linux-libre-5.7-pristine-source): Update hash.
2020-07-01 13:30:22 -04:00
Mark H Weaver
a43802bfca
gnu: linux-libre@4.19: Update to 4.19.131.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.131.
(linux-libre-4.19-pristine-source): Update hash.
2020-07-01 13:29:46 -04:00
Mark H Weaver
e5aa0fd4eb
gnu: linux-libre@4.14: Update to 4.14.187.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.187.
(linux-libre-4.14-pristine-source): Update hash.
2020-07-01 13:29:02 -04:00
Mark H Weaver
92ce2a0b5f
gnu: linux-libre@4.9: Update to 4.9.229.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.229.
(linux-libre-4.9-pristine-source): Update hash.
2020-07-01 13:28:14 -04:00
Mark H Weaver
e2449dfa1d
gnu: linux-libre@4.4: Update to 4.4.229.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.229.
(linux-libre-4.4-pristine-source): Update hash.
2020-07-01 13:27:07 -04:00
Mark H Weaver
f74e9277c1
gnu: icecat: Update to 68.10.0-guix0-preview1 [security-fixes].
...
Includes fixes for CVE-2020-12417, CVE-2020-12418, CVE-2020-12419,
CVE-2020-12420, and CVE-2020-12421.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes. Remove
code that deleted the Onion Browser Button extension, which is no longer
bundled upstream.
* gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.
2020-07-01 12:45:08 -04:00
Efraim Flashner
ade0f8ea0c
gnu: gama: Update to 2.09.
...
* gnu/packages/gps.scm (gama): Update to 2.09.
2020-07-01 19:40:24 +03:00
Tobias Geerinckx-Rice
78d473aaf9
gnu: squid: Update to 4.12.
...
* gnu/packages/networking.scm (squid): Update to 4.12.
2020-07-01 17:52:45 +02:00
Tobias Geerinckx-Rice
5ebab403b1
gnu: libndp: Use HTTPS.
...
* gnu/packages/networking.scm (libndp)[source]: Hard-code NAME. Use HTTPS.
[home-page]: Use HTTPS.
2020-07-01 17:52:44 +02:00
Tobias Geerinckx-Rice
ec3cff2d7f
gnu: haproxy: Update to 2.1.7.
...
* gnu/packages/networking.scm (haproxy): Update to 2.1.7.
2020-07-01 17:52:43 +02:00
Tobias Geerinckx-Rice
210f5420ed
gnu: solaar: Fix build.
...
* gnu/packages/admin.scm (solaar)[arguments]: Remove unnecessary custom ‘build’ phase.
Set PYTHONPATH earlier, before building.
Reported by Robin Templeton (terpri on #guix).
2020-07-01 17:52:42 +02:00
Tobias Geerinckx-Rice
b3e8e6fdcf
gnu: qtractor: Update to 0.9.15.
...
* gnu/packages/music.scm (qtractor): Update to 0.9.15.
2020-07-01 17:52:42 +02:00
Tobias Geerinckx-Rice
e75d8234e7
gnu: ncdu: Fix up synopsis & description.
...
* gnu/packages/ncdu.scm (ncdu)[synopsis]: Fix typo.
[description]: Start with a proper sentence. Double-space.
2020-07-01 17:52:40 +02:00
Tobias Geerinckx-Rice
57e0b9e87c
gnu: ncdu: Update to 1.15.1.
...
* gnu/packages/ncdu.scm (ncdu): Update to 1.15.1.
2020-07-01 17:52:40 +02:00
Tobias Geerinckx-Rice
0b97e8fc96
gnu: padthv1: Update to 0.9.15.
...
* gnu/packages/music.scm (padthv1): Update to 0.9.15.
2020-07-01 17:52:39 +02:00
Tobias Geerinckx-Rice
5aed91019a
gnu: samplv1: Update to 0.9.15.
...
* gnu/packages/music.scm (samplv1): Update to 0.9.15.
2020-07-01 17:52:38 +02:00
Tobias Geerinckx-Rice
f4482a6396
gnu: drumkv1: Update to 0.9.15.
...
* gnu/packages/music.scm (drumkv1): Update to 0.9.15.
2020-07-01 17:52:37 +02:00
Tobias Geerinckx-Rice
958258dc20
gnu: synthv1: Update to 0.9.15.
...
* gnu/packages/music.scm (synthv1): Update to 0.9.15.
2020-07-01 17:52:36 +02:00
Tobias Geerinckx-Rice
caeb243712
gnu: mpd: Update to 0.21.24.
...
* gnu/packages/mpd.scm (mpd): Update to 0.21.24.
2020-07-01 17:52:35 +02:00
Tobias Geerinckx-Rice
36a0228eb8
gnu: ngircd: Update to 26.
...
* gnu/packages/messaging.scm (ngircd): Update to 26.
[native-inputs]: Add openssl.
2020-07-01 17:52:34 +02:00
Tobias Geerinckx-Rice
77b5498f32
gnu: nheko: Update to 0.7.2.
...
* gnu/packages/messaging.scm (nheko): Update to 0.7.2.
2020-07-01 17:52:33 +02:00
Tobias Geerinckx-Rice
c28c408e71
gnu: mtxclient: Update to 0.3.1.
...
* gnu/packages/messaging.scm (mtxclient): Update to 0.3.1.
2020-07-01 17:52:32 +02:00
Guillaume Le Vaillant
cdf34eed33
guix: build: Fix asdf-build-system/ecl.
...
* guix/build/lisp-utils.scm (make-asd-file): Fix value of 'component?'
parameter when using ECL.
2020-07-01 16:14:21 +02:00
Efraim Flashner
aa982985e0
gnu: vim-full: Remove unneeded phase.
...
* gnu/packages/vim.scm (vim-full)[arguments]: Remove custom
'skip-previewpopup phase.
2020-07-01 14:38:38 +03:00
Efraim Flashner
4e133f4fe4
gnu: vim: Update to 8.2.1101.
...
* gnu/packages/vim.scm (vim): Update to 8.2.1101. [arguments]: In
'patch-config-files patch more shell calls. Rename custom 'set-TZDIR
phase to 'set-environment-variables phase and also set TERM. Adjust
'skip-failing-tests to skip more tests.
2020-07-01 13:58:19 +03:00
B. Wilson
d277c00ec9
gnu: Add metamath.
...
* gnu/packages/maths.scm (metamath): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-01 12:56:10 +02:00
Ludovic Courtès
9f5f3932de
.guix-authorizations: Remove keys of two former contributors.
...
* .guix-authorizations: Remove key of David Craven, who left the project
in 2017, and Federico Beffa, whose last commit was in Feb. 2017.
2020-07-01 12:50:22 +02:00
Ludovic Courtès
5402f3ed05
.guix-authorizations: Remove former keys that are no longer used.
...
* .guix-authorizations: Remove old keys of dvc, efraim, and janneke.
2020-07-01 12:50:22 +02:00
Ludovic Courtès
eb8a79218d
.guix-authorizations: Remove brettgilio's old key.
...
* .guix-authorizations: Remove key "DFC0 C7F7 9EE6 0CA7 AE55 5E19 6722
43C4 A03F 0EEE" (Brett Gilio). See
<https://lists.gnu.org/archive/html/guix-devel/2020-06/msg00323.html >.
2020-07-01 12:50:22 +02:00
Leo Prikler
bb3ddda25d
gnu: ppsspp: Unbundle more sources.
...
* gnu/packages/emulators (ppsspp)[source]: Update unbundling snippet.
[inputs]: Add cityhash, libzip, vulkan-headers, vulkan-loader, xxhash.
[arguments]<#:configure-flags>: Add -DUSE_SYSTEM_LIBZIP=ON.
Update comments accordingly.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-01 12:10:30 +02:00
Leo Prikler
7ff99f4a17
gnu: spirv-cross: Improve description.
...
* gnu/packages/vulkan.scm (spirv-cross)[description]: Simplify.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-07-01 12:10:22 +02:00
Guillaume Le Vaillant
012bdf2e61
gnu: sbcl-alexandria: Update to 1.1.
...
* gnu/packages/lisp-xyz.scm (sbcl-alexandria): Update to 1.1.
2020-07-01 11:19:53 +02:00
Guillaume Le Vaillant
d2a34ebae0
gnu: sbcl-bordeaux-threads: Update to 0.8.8.
...
* gnu/packages/lisp-xyz.scm (sbcl-bordeaux-threads): Update to 0.8.8.
2020-07-01 11:19:52 +02:00
Guillaume Le Vaillant
4e7d5e323b
gnu: sbcl-cl-random-forest: Update to 0.1-1.fedb36c.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-random-forest): Update to 0.1-1.fedb36c.
2020-07-01 11:19:52 +02:00
Guillaume Le Vaillant
8f1ab4fb41
gnu: Move some lisp libraries.
...
Move the 3 lisp libraries that are not in lisp-xyz.scm with the others.
* gnu/packages/machine-learning.scm (sbcl-cl-libsvm-format, cl-libsvm-format,
ecl-cl-libsvm-format, sbcl-cl-online-learning, cl-online-learning,
ecl-cl-online-learning, sbcl-cl-random-forest, cl-random-forest,
ecl-cl-random-forest): Move to ...
* gnu/packages/lisp-xyz.scm (sbcl-cl-libsvm-format, cl-libsvm-format,
ecl-cl-libsvm-format, sbcl-cl-online-learning, cl-online-learning,
ecl-cl-online-learning, sbcl-cl-random-forest, cl-random-forest,
ecl-cl-random-forest): ... here.
2020-07-01 11:19:52 +02:00
Guillaume Le Vaillant
d2a9a39c71
gnu: sbcl-ironclad: Update to 0.50.
...
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.50.
[inputs]: Remove trivial-garbage.
2020-07-01 11:19:52 +02:00
Pierre Neidhardt
1ac4959c6a
gnu: sbcl: Update to 2.0.6.
...
* gnu/packages/lisp.scm (sbcl): Update to 2.0.6.
2020-07-01 11:02:02 +02:00
Efraim Flashner
8ed5d9502d
gnu: vdirsyncer: Don't propagate python-click-5.
...
This prevents a profile collision when installing the package.
* gnu/packages/dav.scm (vdirsyncer)[propagated-inputs]: Move
python-click-5 ...
[inputs]: ... to here.
2020-07-01 09:30:56 +03:00
Kei Kebreau
21131e9c6d
gnu: maxima: Update to 5.44.0.
...
* gnu/packages/maths.scm (maxima): Update to 5.44.0.
2020-06-30 23:23:57 -04:00
Tobias Geerinckx-Rice
e063f0ccc8
gnu: fetchmail: Update to 6.4.8.
...
* gnu/packages/mail.scm (fetchmail): Update to 6.4.8.
2020-07-01 04:27:42 +02:00
Tobias Geerinckx-Rice
eee9eab722
gnu: man-db: Update to 2.9.3.
...
* gnu/packages/man.scm (man-db): Update to 2.9.3.
2020-07-01 04:27:42 +02:00
Tobias Geerinckx-Rice
6c4500c4a0
gnu: inotify-tools: Update to 3.20.2.2.
...
* gnu/packages/linux.scm (inotify-tools): Update to 3.20.2.2.
2020-07-01 03:54:57 +02:00
Tobias Geerinckx-Rice
1007500353
gnu: powertop: Update to 2.13.
...
* gnu/packages/linux.scm (powertop): Update to 2.13.
2020-07-01 03:54:57 +02:00
Tobias Geerinckx-Rice
639bdf970c
gnu: nvme-cli: Update to 1.12.
...
* gnu/packages/linux.scm (nvme-cli): Update to 1.12.
2020-07-01 03:54:57 +02:00
Tobias Geerinckx-Rice
2ddfcf4be8
gnu: nftables: Update to 0.9.6.
...
* gnu/packages/linux.scm (nftables): Update to 0.9.6.
2020-07-01 03:54:57 +02:00
Tobias Geerinckx-Rice
27f56b2c18
gnu: haveged: Update to 1.9.13.
...
* gnu/packages/linux.scm (haveged): Update to 1.9.13.
2020-07-01 03:54:56 +02:00
Tobias Geerinckx-Rice
46c26a7313
gnu: rmlint: Update to 2.10.1.
...
* gnu/packages/disk.scm (rmlint): Update to 2.10.1.
2020-07-01 03:54:56 +02:00
Tobias Geerinckx-Rice
435dce1df7
gnu: mame: Update to 0.222.
...
* gnu/packages/emulators.scm (mame): Update to 0.222.
2020-07-01 03:54:56 +02:00
Tobias Geerinckx-Rice
0e2353731c
gnu: docker, docker-cli: Update to 19.03.12.
...
* gnu/packages/docker.scm (%docker-version): Update to 19.03.12.
(docker, docker-cli): Update hashes.
2020-07-01 03:54:56 +02:00
Tobias Geerinckx-Rice
9781013cbe
gnu: rust-crossbeam-queue: Fix home page.
...
* gnu/packages/crates-io.scm (rust-crossbeam-queue)[home-page]:
Point to the right sub-project.
2020-07-01 03:54:56 +02:00
Tobias Geerinckx-Rice
2dc0b36958
gnu: rust-crossbeam-queue: Update to 0.2.3.
...
* gnu/packages/crates-io.scm (rust-crossbeam-queue): Update to 0.2.3.
2020-07-01 03:54:56 +02:00
Tobias Geerinckx-Rice
7c475372d2
gnu: premake@5: Update to 5.0.0-alpha15.
...
* gnu/packages/build-tools.scm (premake5): Update to 5.0.0-alpha15.
[arguments]: Modify ‘enter-source’ phase.
2020-07-01 03:54:55 +02:00
Tobias Geerinckx-Rice
ce2603bd1d
gnu: inxi-minimal: Update to 3.1.04-1.
...
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.04-1.
2020-07-01 03:54:55 +02:00
Marius Bakke
c8a4e59ac4
gnu: Python: Support cross-compiling for the Hurd.
...
* gnu/packages/python.scm (python-3.8): When cross-compiling for Hurd, add
substitution for the configure script.
2020-06-30 21:30:52 +02:00
Marius Bakke
efc396ef3d
gnu: gexiv2: Update to 0.12.1.
...
* gnu/packages/gnome.scm (gexiv2): Update to 0.12.1.
2020-06-30 21:30:52 +02:00
Jan (janneke) Nieuwenhuizen
4a98675381
gnu: hosts: Clarify this script only works on a foreign distro.
...
* gnu/packages/admin.scm (hosts)[synopsis, description]: Clarify that this
script works only on a foreign distro.
2020-06-30 21:19:13 +02:00
Efraim Flashner
a21d6b6351
gnu: python-clyent: Update home-page.
...
* gnu/packages/python-xyz.scm (python-clyent)[home-page]: Update to new
home-page.
2020-06-30 21:39:43 +03:00
Andrius Štikonas via Guix-patches via
13cba9b9df
gnu: python-clyent: Fix typo in description.
...
* gnu/packages/python-xyz.scm (python-clyent)[description]: Fix a typo.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-06-30 20:34:54 +02:00
Efraim Flashner
3123cdaf7b
gnu: Add get-iplayer.
...
* gnu/packages/video.scm (get-iplayer): New variable.
2020-06-30 21:13:52 +03:00
Efraim Flashner
7dfe25f574
gnu: Add presentty.
...
* gnu/packages/presentation.scm (presentty): New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
2020-06-30 21:13:52 +03:00
Efraim Flashner
634620dbb2
gnu: Add python-pillow-2.9.
...
* gnu/packages/python-xyz.scm (python-pillow-2.9): New package.
2020-06-30 21:13:51 +03:00
Efraim Flashner
13bd54b15d
gnu: Sort package modules alphabetically in (gnu packages pretty-print).
...
* gnu/packages/pretty-print.scm: Sort package module imports
alphabetically.
2020-06-30 21:13:51 +03:00
Oleg Pykhalov
ceb233bb76
gnu: Add hosts.
...
* gnu/packages/admin.scm (hosts): New variable.
2020-06-30 20:42:43 +03:00
Tobias Geerinckx-Rice
a583d01a8a
gnu: ceph: Update to 14.2.10 [fixes CVE-2020-10753].
...
* gnu/packages/storage.scm (ceph): Update to 14.2.10.
[source]: Keep required bundled seastar.
[inputs]: Add librdkafka.
2020-06-30 19:02:46 +02:00
Tobias Geerinckx-Rice
c0164344b8
gnu: libaacs: Update to 0.10.0.
...
* gnu/packages/video.scm (libaacs): Update to 0.10.0.
2020-06-30 19:02:46 +02:00
Tobias Geerinckx-Rice
5a462ea8fa
gnu: libaacs: Don't use NAME in source URI.
...
* gnu/packages/video.scm (libaacs)[source]: Hard-code NAME.
2020-06-30 19:02:46 +02:00
Tobias Geerinckx-Rice
3468737c21
gnu: umoci: Update to 0.4.6.
...
* gnu/packages/virtualization.scm (umoci): Update to 0.4.6.
[source, arguments]: Update import path.
2020-06-30 19:02:46 +02:00
Tobias Geerinckx-Rice
02583de9fe
gnu: libxls: Update to 1.5.3.
...
* gnu/packages/statistics.scm (libxls): Update to 1.5.3.
2020-06-30 19:02:46 +02:00
Tobias Geerinckx-Rice
ccbf5f62c6
gnu: rclone: Update to 1.52.2.
...
* gnu/packages/sync.scm (rclone): Update to 1.52.2.
2020-06-30 19:02:46 +02:00
Tobias Geerinckx-Rice
10a8211e0e
gnu: st: Update to 0.8.4.
...
* gnu/packages/suckless.scm (st): Update to 0.8.4.
2020-06-30 19:02:46 +02:00
Ricardo Wurmus
3d5334c390
gnu: blast+: Update to 2.10.1.
...
* gnu/packages/bioinformatics.scm (blast+): Update to 2.10.1.
2020-06-30 18:49:11 +02:00
Jan (janneke) Nieuwenhuizen
5164d7fd26
system: hurd: Oops, have 'initrd' default to #f.
...
* gnu/system/hurd.scm (%hurd-default-operating-system)[initrd]: Oops, set to #f.
2020-06-30 18:26:47 +02:00
Alberto Eleuterio Flores Guerrero
9299da1362
gnu: Add widelands.
...
* gnu/local.mk (widelands): New variable.
* gnu/packages/patches/widelands-system-wide_minizip.patch: New file.
(dist_patch_DATA): Register file above.
Co-authored-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-06-30 17:44:38 +02:00
Nicolas Goaziou
db23a54875
gnu: Add bzflag.
...
* gnu/packages/games.scm (bzflag): New variable.
2020-06-30 17:37:50 +02:00
Nicolas Goaziou
393190ce1d
gnu: Add astromenace.
...
* gnu/packages/games.scm (astromenace): New variable.
2020-06-30 17:29:23 +02:00
Vitaliy Shatrov
8518266314
gnu: Add taisei.
...
* gnu/packages/games.scm (taisei): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-06-30 17:25:14 +02:00
Mathieu Othacehe
7bd13ed647
gnu: cuirass: Update to 0.0.1-37.882393d.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-37.882393d.
2020-06-30 17:02:45 +02:00
Leo Prikler
10543ef8e1
gnu: Add ppsspp.
...
* gnu/packages/emulators.scm (ppsspp): New variable.
* gnu/packages/patches/ppsspp-disable-upgrade-and-gold.patch: New file.
* gnu/local.mk: Register it.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-06-30 16:47:58 +02:00
Leo Prikler
0bc6a5796a
gnu: add spirv-cross.
...
* gnu/packages/vulkan.scm (spirv-cross): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-06-30 16:47:58 +02:00
Leo Prikler
68a671abc8
gnu: Add armips.
...
* gnu/packages/assembly.scm (armips): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-06-30 16:47:58 +02:00
Pierre Neidhardt
f67ae66689
gnu: Add tesseract-engine.
...
* gnu/packages/game-development.scm (tesseract-engine): New variable.
2020-06-30 16:33:28 +02:00
Jan (janneke) Nieuwenhuizen
b38556ea7f
gnu: guix: Update to 1.1.0-13.26611f56fb.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-13.26611f56fb
2020-06-30 15:17:29 +02:00
Jan (janneke) Nieuwenhuizen
26611f56fb
gnu: hurd-core-headers: Strictly include header packages.
...
* gnu/packages/hurd.scm (hurd-core-headers)[arguments]: Strictly include
header package inputs in union.
2020-06-30 15:16:09 +02:00
Jan (janneke) Nieuwenhuizen
b1c894b53f
gnu: nghttp2: Support for the Hurd.
...
* gnu/packages/web.scm (nghttp2)[inputs]: When compiling for the Hurd, include
openssl:static.
2020-06-30 15:16:09 +02:00
Danny Milosavljevic
a7eaaec8c1
gnu: busybox: Accept make-flags.
...
* gnu/packages/busybox.scm (busybox)[arguments]<#:phases>[configure]: Accept
MAKE-FLAGS and use them.
[check]: Accept MAKE-FLAGS and use them.
[install]: Accept MAKE-FLAGS and use them.
2020-06-30 15:08:49 +02:00
Mathieu Othacehe
5e766fe5a2
tests: install: Increase image size limit.
...
Commits 0eed771275 and
614a1e3fa2 caused a ~150M increase of the image
size. Increase the image size limit by 200M until the situation is addressed.
* gnu/tests/install.scm (%simple-installation-script,
%extlinux-gpt-installation-script, %simple-installation-script-for-/dev/vda,
%raid-root-installation-script, %encrypted-root-installation-script): Increase
image size limit by 200M.
2020-06-30 14:44:01 +02:00
Jakub Kądziołka
14cce84ca7
gnu: Add gcc-{objc,objc++}-{9,10}.
...
* gnu/packages/gcc.scm (%objc-search-paths, %objc++-search-paths): New variables.
(gcc-objc-4.8, gcc-objc-4.9, gcc-objc-5, gcc-objc-6, gcc-objc-7,
gcc-objc-8, gcc-objc++-4.8, gcc-objc++-4.9, gcc-objc++-5, gcc-objc++-6,
gcc-objc++-7, gcc-objc++-8): Don't duplicate the search path list.
(gcc-objc-9, gcc-objc-10, gcc-objc++-9, gcc-objc++-10): New variables.
2020-06-30 13:18:13 +02:00
Jakub Kądziołka
0681f05486
gnu: gfortran: Remove unusable versions.
...
The gfortran packages cannot be used without being wrapped with
gfortran-toolchain. However, as the comment in (gnu packages
commencement) explains, there cannot be more than one gfortran-toolchain
package because of ABI issues. Thus, versions of gfortran other than the
main one are useless.
* gnu/packages/gcc.scm (gfortran-4.8, gfortran-4.9, gfortran-5,
gfortran-6, gfortran-7, gfortran-8, gfortran-9): Remove variables.
(gfortran): Define the gfortran package based on the gcc variable.
2020-06-30 12:57:28 +02:00
Mathieu Othacehe
9554f5a85e
gnu: cuirass: Update to 0.0.1-36.4dd9664.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-36.4dd9664.
2020-06-30 09:34:52 +02:00
Efraim Flashner
94c3f58d58
gnu: python2-backports-functools-lru-cache: Update to 1.6.1.
...
* gnu/packages/python-xyz.scm (python2-backports-functools-lru-cache):
Update to 1.6.1.
2020-06-30 10:11:00 +03:00
Efraim Flashner
2a723eaf12
gnu: python-soupsieve: Update to 2.0.1.
...
* gnu/packages/python-xyz.scm (python-soupsieve): Update to 2.0.1.
(python2-soupsieve): Update to 1.9.6.
2020-06-30 09:55:59 +03:00
Efraim Flashner
8154ba9a59
gnu: python-beautifulsoup4: Update to 4.9.1.
...
* gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.9.1.
2020-06-30 09:49:28 +03:00
Efraim Flashner
a9ff5b72a6
gnu: toot: Update to 0.27.0.
...
* gnu/packages/mastodon.scm (toot): Update to 0.27.0.
2020-06-30 09:45:44 +03:00
Efraim Flashner
05b237308b
gnu: kdeconnect: Update to 20.04.2.
...
* gnu/packages/kde.scm (kdeconnect): Update to 20.04.2.
2020-06-30 09:43:09 +03:00
Efraim Flashner
5511395b05
gnu: parallel: Update to 20200622.
...
* gnu/packages/parallel.scm (parallel): Update to 20200622.
2020-06-30 09:31:53 +03:00
Efraim Flashner
a3c5540df3
gnu: mutt: Update to 1.14.5.
...
* gnu/packages/mail.scm (mutt): Update to 1.14.5.
2020-06-30 09:20:52 +03:00
Tobias Geerinckx-Rice
37a4863731
gnu: wslay: Update to 1.1.1.
...
* gnu/packages/web.scm (wslay): Update to 1.1.1.
2020-06-30 01:50:30 +02:00
Tobias Geerinckx-Rice
d5255a4fda
gnu: wireguard-linux-compat: Update to 1.0.20200623.
...
* gnu/packages/vpn.scm (wireguard-linux-compat): Update to 1.0.20200623.
2020-06-30 01:50:30 +02:00
Tobias Geerinckx-Rice
1c217fc360
gnu: menumaker: Update to 0.99.12.
...
* gnu/packages/wm.scm (menumaker): Update to 0.99.12.
2020-06-30 01:50:30 +02:00
Tobias Geerinckx-Rice
8998965adb
gnu: libwacom: Update to 1.4.
...
* gnu/packages/xdisorg.scm (libwacom): Update to 1.4.
2020-06-30 01:50:30 +02:00
Tobias Geerinckx-Rice
fe09d9ff07
gnu: youtube-dl: Update to 2020.06.16.1.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.06.16.1.
2020-06-30 01:50:29 +02:00
Ludovic Courtès
d2fde340ad
lint: Adjust 'swh-error exception handler.
...
* guix/lint.scm (check-archival): Change first clause to match only
'swh-error keys.
2020-06-30 00:18:28 +02:00
Ludovic Courtès
cc6dd2981c
swh: Adjust for Guile-JSON 4.0 null handling.
...
* guix/swh.scm (string*): Add clause for 'null.
2020-06-30 00:18:28 +02:00
Ludovic Courtès
e3e757edf9
gnu: geeqie: Update to 1.5.
...
* gnu/packages/image-viewers.scm (geeqie): Update to 1.5.
[arguments]: Add "--enable-gtk3" to #:configure-flags. Remove #:parallel-build?
and #:phases.
2020-06-30 00:18:28 +02:00
Vinicius Monego
172ca314c3
gnu: darktable: Add dependency on GMIC and OpenCL headers.
...
* gnu/packages/photo.scm (darktable)[arguments]: Fix opencl-c.h path.
[native-inputs]: Add opencl-headers, make LLVM version specific.
[inputs]: Add gmic.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-30 00:18:28 +02:00
Vinicius Monego
9075c6b3b4
gnu: python-imageio: Update home-page, synopsis and description.
...
* gnu/packages/python-xyz.scm (python-imageio): Update home-page, synopsis and description.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-30 00:18:28 +02:00
Ludovic Courtès
badd216172
gnu: gcc-toolchain: Remove "glibc:debug" and "glibc:static" from "out".
...
With this change, the closure of "gcc-toolchain:out" goes from 1 GiB to
393 MiB, which was the intention.
* gnu/packages/commencement.scm (make-gcc-toolchain): Filter out
"libc-debug" and "libc-static" from OUT.
2020-06-30 00:18:28 +02:00
Ludovic Courtès
4f060bf2fe
pack: Dereference symlinks when looking for executables.
...
Fixes <https://bugs.gnu.org/42127 >.
Reported by Andrius Štikonas <andrius@stikonas.eu >.
* guix/scripts/pack.scm (wrapped-package)[build]: Add trailing slash to
the arguments to 'find-files'.
2020-06-30 00:18:28 +02:00
zimoun
b032d14ebd
build-system/r: bioconductor-uri: Fix archive URL.
...
* guix/build-system/r.scm (bioconductor-uri): Fix archive URL.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-30 00:18:27 +02:00
Efraim Flashner
3e51f9eb3a
gnu: java-bsh: Don't use unstable tarball.
...
* gnu/packages/java.scm (java-bsh)[source]: Download using git-fetch.
2020-06-29 22:41:28 +03:00
Efraim Flashner
4e257acf48
gnu: java-jcommander: Don't use unstable tarball.
...
* gnu/packages/java.scm (java-jcommander)[source]: Download using
git-fetch.
2020-06-29 22:41:28 +03:00
Efraim Flashner
87ce1fc596
gnu: java-jboss-javassist: Remove prebuilt jar in snippet.
...
* gnu/packages/java.scm (java-jboss-javassist)[source]: Add snippet to
remove prebuilt jar.
[arguments]: Remove custom 'remove-binary phase.
2020-06-29 22:41:28 +03:00
Efraim Flashner
8b40878904
gnu: java-jboss-javassist: Don't use unstable tarball.
...
* gnu/packages/java.scm (java-jboss-javassist)[source]: Download using
git-fetch.
[arguments]: Add custom 'make-files-writable phase.
2020-06-29 22:41:28 +03:00
Efraim Flashner
04ca89d8ad
gnu: java-assertj: Don't use unstable tarball.
...
* gnu/packages/java.scm (java-asssertj)[source]: Download using
git-fetch.
2020-06-29 22:41:28 +03:00
Efraim Flashner
b176f69fba
gnu: java-guice: Don't use unstable tarball.
...
* gnu/packages/java.scm (java-guice)[source]: Download using git-fetch.
[arguments]: Add custom 'make-files-writable phase.
(java-guice-servlet)[arguments]: Same.
2020-06-29 22:41:27 +03:00
Nicolas Goaziou
02b38c112e
gnu: emacs-modus-vivendi-theme: Update to 0.10.0.
...
* gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): Update to 0.10.0.
2020-06-29 21:33:52 +02:00
Nicolas Goaziou
e9f9f4df0d
gnu: emacs-modus-operandi-theme: Update to 0.10.0.
...
* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): Update to 0.10.0.
2020-06-29 21:33:41 +02:00
Kei Kebreau
6ebf300959
gnu: starfighter: Update to 2.2.1.
...
* gnu/packages/games.scm (starfighter): Update to 2.2.1.
[source]: Update URI.
2020-06-29 12:13:20 -04:00
Mathieu Othacehe
880bf7a094
ci: Do not limit disk-image size.
...
Installation tests are already checking the disk-image size. Do not set
another limit here.
* gnu/ci.scm (image-jobs): Do not limit disk-image size.
2020-06-29 17:24:36 +02:00
Nicolas Goaziou
6dd2ad26d0
gnu: Add mednafen.
...
* gnu/packages/emulators.scm (mednafen): New variable.
2020-06-29 17:05:12 +02:00
Tobias Geerinckx-Rice
c47485b27c
gnu: marisa: Mark up description.
...
* gnu/packages/datastructures.scm (marisa)[description]: Use @acronym.
2020-06-29 15:47:13 +02:00
Tobias Geerinckx-Rice
9b26efdd2a
gnu: marisa: Update to 0.2.6.
...
* gnu/packages/datastructures.scm (marisa): Update to 0.2.6.
[source]: Use worse URL.
[native-inputs]: Add autoconf, automake, and libtool.
2020-06-29 15:47:13 +02:00
Tobias Geerinckx-Rice
809a3f72d1
gnu: mariadb-connector-c: Update to 3.1.9.
...
* gnu/packages/databases.scm (mariadb-connector-c): Update to 3.1.9.
2020-06-29 15:47:13 +02:00
Tobias Geerinckx-Rice
23ec2a0e6f
gnu: perl-dbix-class: Update to 0.082842.
...
* gnu/packages/databases.scm (perl-dbix-class): Update to 0.082842.
[propagated-inputs]: Replace perl-sql-abstract with
perl-sql-abstract-classic.
2020-06-29 15:47:13 +02:00
Tobias Geerinckx-Rice
5d01aeba94
gnu: Add perl-sql-abstract-classic.
...
* gnu/packages/databases.scm (perl-sql-abstract-classic): New public variable.
2020-06-29 15:47:13 +02:00
Tobias Geerinckx-Rice
d0936fd0c6
gnu: rust-x11-dl: Update to 2.18.5.
...
* gnu/packages/crates-io.scm (rust-x11-dl): Update to 2.18.5.
2020-06-29 15:47:12 +02:00
Tobias Geerinckx-Rice
ee091ff637
gnu: python-coverage: Update home page.
...
* gnu/packages/check.scm (python-coverage)[home-page]: Update & use HTTPS.
2020-06-29 15:47:12 +02:00
Tobias Geerinckx-Rice
b3808d1feb
gnu: sparse: Update to 0.6.2.
...
* gnu/packages/c.scm (sparse): Update to 0.6.2.
2020-06-29 15:47:12 +02:00
Tobias Geerinckx-Rice
17154ad99f
gnu: ccache: Update to 3.7.10.
...
* gnu/packages/ccache.scm (ccache): Update to 3.7.10.
2020-06-29 15:47:12 +02:00
Tobias Geerinckx-Rice
09fbfe147e
gnu: stellarium: Update to 0.20.2.
...
* gnu/packages/astronomy.scm (stellarium): Update to 0.20.2.
2020-06-29 15:47:12 +02:00
Tobias Geerinckx-Rice
0dd2dc7923
gnu: ansible: Update to 2.9.10.
...
* gnu/packages/admin.scm (ansible): Update to 2.9.10.
2020-06-29 15:47:12 +02:00
Tobias Geerinckx-Rice
126f74c7d5
gnu: s-tui: Update to 1.0.1.
...
* gnu/packages/admin.scm (s-tui): Update to 1.0.1.
2020-06-29 15:47:11 +02:00
Tobias Geerinckx-Rice
1d25cfbaf4
gnu: xxhash: Detect vector instructions at run time.
...
* gnu/packages/digest.scm (xxhash)[arguments]: Set DISPATCH=1 make flag
on x86.
2020-06-29 15:47:11 +02:00
Tobias Geerinckx-Rice
8db9300454
gnu: xxhash: Update to 0.7.4.
...
* gnu/packages/digest.scm (xxhash): Update to 0.7.4.
2020-06-29 15:47:11 +02:00
Tobias Geerinckx-Rice
9c1324a416
gnu: xxhash: Cross-compile.
...
* gnu/packages/digest.scm (xxhash)[arguments]: Use CC-FOR-TARGET.
2020-06-29 15:47:11 +02:00
Tobias Geerinckx-Rice
85eec227e1
gnu: vdirsyncer: Update to 0.16.8.
...
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.8.
[propagated-inputs]: Use python-click-5.
2020-06-29 15:47:11 +02:00
Tobias Geerinckx-Rice
ee81abe23c
gnu: Add python-click@5.
...
* gnu/packages/python-xyz.scm (python-click-5): New public variable.
2020-06-29 15:47:11 +02:00
Guillaume Le Vaillant
4726020546
gnu: monero-gui: Update to 0.16.0.1.
...
* gnu/packages/finance.scm (monero-gui): Update to 0.16.0.1.
2020-06-29 14:32:05 +02:00
Guillaume Le Vaillant
ffd0c918b6
gnu: monero: Update to 0.16.0.1.
...
* gnu/packages/finance.scm (monero): Update to 0.16.0.1.
2020-06-29 14:32:05 +02:00
Matthew Kraai
484255f7b4
gnu: python-pytest-flake8: Update to 1.0.6.
...
* gnu/packages/python-check.scm (python-pytest-flake8): Update to 1.0.6.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr >
2020-06-29 09:41:56 +02:00
Oleg Pykhalov
5a88d3dfcb
gnu: Add bats.
...
* gnu/packages/bash.scm (bats): New variable.
2020-06-29 10:39:38 +03:00
Masaya Tojo
d282a82cab
gnu: artanis: Use guile2.2 version of guile-redis.
...
* gnu/packages/guile-xyz.scm (artanis)[propagated-inputs]: Change from
guile-redis to guile2.2-redis.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-29 09:19:23 +03:00
Jakub Kądziołka
4bc71b4eee
gnu: exercism: Don't install source.
...
* gnu/packages/education.scm (exercism)[arguments]: Set install-source?
to #f.
2020-06-29 04:39:48 +02:00
Nicolas Goaziou
19c0280ff7
gnu: Add burgerspace.
...
* gnu/packages/games.scm (burgerspace): New variable.
2020-06-29 00:54:52 +02:00
Nicolas Goaziou
93c47bff5d
gnu: Add flatzebra.
...
* gnu/packages/game-development.scm (flatzebra): New variable.
2020-06-29 00:54:52 +02:00
Nicolas Goaziou
98145307f7
gnu: python-xlib: Fix native input.
...
* gnu/packages/python-xyz.scm (python-xlib)[native-inputs]: Replace
python2-setuptools-scm with python-setuptools-scm.
2020-06-28 23:50:42 +02:00
Nicolas Goaziou
4e47c8fcf0
gnu: python2-xlib: Update to 0.27.
...
* gnu/packages/python-xyz.scm (python2-xlib): Update to 0.27.
2020-06-28 23:45:27 +02:00
Nicolas Goaziou
92ff2a6a91
gnu: Add python-xlib.
...
* gnu/packages/python-xyz.scm (python-xlib): New variable.
2020-06-28 23:44:51 +02:00
Marius Bakke
5e113cf442
tests: Do not fail when network interface aliases are present.
...
Fixes <https://bugs.gnu.org/42111 >.
* tests/syscalls.scm ("network-interface-names"): Filter interface names with
a colon.
2020-06-28 23:32:52 +02:00
Marius Bakke
fdbba544d8
Add more missing (ice-9 format) imports.
...
* gnu/machine/ssh.scm: Import (ice-9 format).
* guix/scripts/graph.scm: Likewise.
* guix/scripts/system/search.scm: Likewise.
* guix/remote.scm: Likewise.
2020-06-28 23:32:52 +02:00
Marius Bakke
6cb2d8c614
gnu: doctest: Update to 2.4.0.
...
* gnu/packages/check.scm (doctest): Update to 2.4.0.
2020-06-28 23:32:52 +02:00
Marius Bakke
58670ceedb
gnu: asciidoc-py3: Update to 9.0.1.
...
* gnu/packages/documentation.scm (asciidoc-py3): Update to 9.0.1.
2020-06-28 23:32:52 +02:00
Marius Bakke
9310ad3423
gnu: git: Update to 2.27.0.
...
* gnu/packages/version-control.scm (git): Update to 2.27.0.
[arguments]: Adjust xmlto substitution for upstream changes.
2020-06-28 23:32:52 +02:00
Ludovic Courtès
e3d2e618fe
doc: cookbook: Fix encoding of "André".
...
This is a followup to f8945734a5 .
* doc/guix-cookbook.texi: Encode "André" as UTF-8, not ISO-8859-1.
2020-06-28 23:28:55 +02:00
Leo Prikler
22ec89974b
gnu: mumble: Fix mumble-overlay.
...
The canonical mumble-overlay script searches for libmumble.so.1 in various
directories, none of which are relevant in Guix installations and
additionally does some work to match the architecture of the library to that
of the command that will be executed.
This work is unnecessary in Guix and only causes the script to fail, so we
instead just hardcode the path.
* gnu/packages/telephony.scm (mumble)[#:phases]: Add fix-mumble-overlay.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-28 23:26:54 +02:00
Ludovic Courtès
ead5c46147
channels: Error out when the 'guix' channel lacks an introduction.
...
* guix/channels.scm (latest-channel-instance): Raise an error instead of
warning when 'guix is unauthenticated.
* tests/channels.scm ("latest-channel-instances, missing introduction for 'guix'"):
New test.
2020-06-28 23:26:53 +02:00
Ludovic Courtès
0a8dd8aae5
tests: Allow 'tests/git-authenticate.scm' to run when git/gpg is missing.
...
Fixes <https://bugs.gnu.org/42077 >.
Reported by Jan Nieuwenhuizen <janneke@gnu.org >.
The typo was introduced in 7b06781a58 .
* tests/git-authenticate.scm <top level>: Remove call to 'which'
around (gpg+git-available?).
2020-06-28 23:26:53 +02:00
Ludovic Courtès
1acc5e11be
processes: Write to $PAGER.
...
* guix/ui.scm (with-paginated-output-port): Export.
* guix/scripts/processes.scm (guix-processes): Use it instead of writing
directly to (current-output-port).
2020-06-28 23:26:53 +02:00
Jan (janneke) Nieuwenhuizen
e1f2f3df84
services: virtualization: Export hurd-vm-configuration accessors.
...
* gnu/services/virtualization.scm (hurd-vm-id, hurd-vm-options): Rename export
to ...
(hurd-vm-configuration-id, hurd-vm-configuration-options): ... these correct
accessor names.
(hurd-vm-configuration?, hurd-vm-configuration-os, hurd-vm-configuration-qemu,
hurd-vm-configuration-image, hurd-vm-configuration-disk-size,
hurd-vm-configuration-memory-size, hurd-vm-configuration-options,
hurd-vm-configuration-id, hurd-vm-configuration-net-options): Export record
predicate and accessors.
2020-06-28 23:05:35 +02:00
Pierre Neidhardt
7dd2005f11
gnu: warzone2100: Update to 3.4.0.
...
* gnu/packages/games.scm (warzone2100): Update to 3.4.0.
2020-06-28 21:58:49 +02:00
Simon South
0dbaaf592b
gnu: emacs-elpher: Update to 2.9.1.
...
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.9.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-06-28 21:27:51 +02:00
Fredrik Salomonsson
ba25030098
gnu: Add emacs-libyaml.
...
* gnu/packages/emacs-xyz.scm (emacs-libyaml): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-06-28 21:15:58 +02:00
Efraim Flashner
36da62f1b9
gnu: Remove rust-rustc-hash-1.0.
...
* gnu/packages/crates-io.scm (rust-rustc-hash-1.0): Remove variable.
(rust-hashbrown-0.5, rust-rusttype-0.8)
[arguments]: Replace rust-rustc-hash-1.0 with 1.1.
2020-06-28 19:45:03 +03:00
Efraim Flashner
fa2a405569
gnu: rust-bincode-1: Update to 1.3.1.
...
* gnu/packages/crates-io.scm (rust-bincode-1): Update to 1.3.1.
2020-06-28 19:42:05 +03:00
Efraim Flashner
3d567e7c6b
gnu: Rename rust-bincode-1.2 to rust-bincode-1.
...
* gnu/packages/crates-io.scm (rust-bincode-1.2): Rename to ...
(rust-bincode-1): ... this.
(rust-encoding-rs-0.8, rust-generic-array-0.14, rust-generic-array-0.13,
rust-parking-lot-0.10, rust-parking-lot-0.9, rust-parking-lot-0.8,
rust-parking-lot-0.7, rust-rand-0.5, rust-rand-isaac-0.2,
rust-rand-isaac-0.1, rust-rand-pcg-0.2, rust-rand-pcg-0.1,
rust-rand-xorshift-0.2, rust-rand-xorshift-0.1, rust-rand-xoshiro-0.4,
rust-rand-xoshiro-0.3, rust-serde-bytes-0.11, rust-smallvec-1,
rust-smallvec-0.6, rust-syntect-3.3, rust-uuid-0.7)[arguments]: Adjust accordingly.
2020-06-28 19:39:47 +03:00
Efraim Flashner
def4344cc0
gnu: Remove rust-bincode-1.1.
...
* gnu/packages/crates-io.scm (rust-bincode-1.1): Remove variable.
(rust-encoding-rs-0.8, rust-generic-array-0.13, rust-parking-lot-0.10,
rust-parking-lot-0.9, rust-parking-lot-0.8, rust-parking-lot-0.7,
rust-rand-0.5, rust-rand-isaac-0.2, rust-rand-isaac-0.1,
rust-rand-pcg-0.2, rust-rand-pcg-0.1, rust-rand-xorshift-0.2,
rust-rand-xorshift-0.1, rust-rand-xoshiro-0.4, rust-rand-xoshiro-0.3,
rust-serde-bytes-0.11, rust-smallvec-1, rust-smallvec-0.6,
rust-uuid-0.7) [arguments]: Replace rust-bincode-1.1 with 1.2.
2020-06-28 19:35:27 +03:00
Efraim Flashner
eeb5b09219
gnu: rust-csv-core-0.1: Fix build.
...
* gnu/packages/crates-io.scm (rust-csv-core-0.1)[arguments]: Replace
rust-arrayvec-0.4 with 0.5 in cargo-development-inputs.
2020-06-28 15:39:56 +03:00
Efraim Flashner
8b47490cf4
gnu: Rename rust-memchr-2.3 to rust-memchr-2.
...
* gnu/packages/crates-io.scm (rust-memchr-2.3): Rename to ...
(rust-memchr-2): ... this.
(rust-memchr-1.0): Inherit from rust-memchr-2.
(rust-aho-corasick-0.7, rust-aho-corasick-0.6, rust-bstr-0.2,
rust-csv-core-0.1, rust-futures-util-0.3, rust-futures-util-preview-0.3,
rust-grep-matcher-0.1, rust-ignore-0.4, rust-nom-5, rust-nom-4.2,
rust-odds-0.3, rust-pulldown-cmark-0.4, rust-regex-1, rust-regex-0.2,
rust-rusqlite-0.19, rust-tokio-0.2,
rust-aho-corasick-0.7, rust-aho-corasick-0.6, rust-bstr-0.2,
rust-csv-core-0.1, rust-futures-util-0.3, rust-futures-util-preview-0.3,
rust-grep-matcher-0.1, rust-ignore-0.4, rust-nom-5, rust-nom-4.2,
rust-odds-0.3, rust-pulldown-cmark-0.4, rust-regex-1, rust-regex-0.2,
rust-rusqlite-0.19, rust-tokio-0.2)[arguments]: Adjust accordingly.
2020-06-28 15:34:00 +03:00
Efraim Flashner
75da0b49cf
gnu: Remove rust-memchr-2.2.
...
* gnu/packages/crates-io.scm (rust-memchr-2.2): Remove variable.
(rust-memchr-1.0): Inherit from rust-memchr-2.3.
(rust-aho-corasick-0.6, rust-bstr-0.2, rust-futures-util-0.3,
rust-futures-util-preview-0.3, rust-grep-matcher-0.1, rust-ignore-0.4,
rust-nom-5, rust-nom-4.2, rust-odds-0.3, rust-pulldown-cmark-0.4,
rust-regex-0.2, rust-rusqlite-0.19, rust-tokio-0.2)[arguments]: Use
rust-memchr-2.3 instead of rust-memchr-2.2.
2020-06-28 15:31:06 +03:00
Efraim Flashner
862a4f3f92
gnu: Rename rust-unicase-2.6 to rust-unicase-2.
...
* gnu/packages/crates-io.scm (rust-unicase-2.6): Rename to ...
(rust-unicase-2): ... this.
(rust-unicase-1): Inherit from rust-unicase-2.
(rust-http-req-0.5, rust-phf-shared-0.8, rust-pulldown-cmark-0.4,
rust-rusqlite-0.19)[arguments]: Adjust accordingly.
2020-06-28 15:13:39 +03:00
Efraim Flashner
ed22def6cc
gnu: Remove rust-unicase-2.4.
...
* gnu/packages/crates-io.scm (rust-unicase-2.4): Remove variable.
(rust-unicase-1): Inherit from rust-unicase-2.6.
(rust-http-req-0.5, rust-pulldown-cmark-0.4, rust-rusqlite-0.19)
[arguments]: Use rust-unicode-2.6.
2020-06-28 15:13:32 +03:00
Efraim Flashner
d8173a8ca5
gnu: rust-typenum-1: Update to 1.12.0.
...
* gnu/packages/crates-io.scm (rust-typenum-1): Update to 1.12.0.
2020-06-28 15:04:36 +03:00
Efraim Flashner
9023a664ed
gnu: Rename rust-typenum-1.10 to rust-typenum-1.
...
* gnu/packages/crates-io.scm (rust-typenum-1.10): Rename to ...
(rust-typenum-1): ... this.
(rust-generic-array-0.14, rust-generic-array-0.13, rust-nalgebra-0.18)
[arugments]: Adjust accordingly.
2020-06-28 15:02:22 +03:00
Efraim Flashner
5fd6083332
gnu; Add go-minisign.
...
* gnu/packages/crypto.scm (go-minisign): New variable.
2020-06-28 14:59:31 +03:00
Efraim Flashner
dac41c5279
gnu: Add rust-minisign.
...
* gnu/packages/crypto.scm (rust-minisign): New variable.
2020-06-28 14:59:31 +03:00
Efraim Flashner
73839a19d3
gnu: Add rust-scrypt-0.3.
...
* gnu/packages/crates-io.scm (rust-scrypt-0.3): New variable.
(rust-scrypt-0.2): Inherit from rust-scrypt-0.2.
2020-06-28 14:59:30 +03:00
Efraim Flashner
0fe2c226bb
gnu: Add rust-pbdkdf2-0.4.
...
* gnu/packages/crates-io.scm (rust-pbkdf2-0.4): New variable.
(rust-pbkdf2-0.3): Inherit from rust-pbkdf2-0.4.
2020-06-28 14:59:30 +03:00
Efraim Flashner
d1514c9bba
gnu: Add rust-hmac-0.8.
...
* gnu/packages/crates-io.scm (rust-hmac-0.8): New variable.
(rust-hmac-0.7): Inherit from rust-hmac-0.8.
2020-06-28 14:59:30 +03:00
Efraim Flashner
266fadf011
gnu: rust-sha2-asm-0.5: Update to 0.5.4.
...
* gnu/packages/crates-io.scm (rust-sha2-asm-0.5): Update to 0.5.4.
2020-06-28 14:59:30 +03:00
Efraim Flashner
de9c1e900b
gnu: rust-sha2-0.8: Update to 0.8.2.
...
* gnu/packages/crates-io.scm (rust-sha2-0.8): Update to 0.8.2.
[arguments]: Remove rust-cc-1.0 from cargo-development-inputs.
2020-06-28 14:59:30 +03:00
Efraim Flashner
e2ea9fcf43
gnu: Add rust-sha2-0.9.
...
* gnu/packages/crates-io.scm (rust-sha2-0.9): New variable.
(rust-sha2-0.8): Inherit from rust-sha2-0.9.
2020-06-28 14:59:29 +03:00
Efraim Flashner
b6cca9aab4
gnu: Add rust-md-5-0.9.
...
* gnu/packages/crates-io.scm (rust-md-5-0.9): New variable.
(rust-md-5-0.8): Inherit from rust-md-5-0.9.
2020-06-28 14:59:29 +03:00
Efraim Flashner
c61ccd3e68
gnu: Add rust-block-buffer-0.8.
...
* gnu/packages/crates-io.scm (rust-block-buffer-0.8): New variable.
2020-06-28 14:59:29 +03:00
Efraim Flashner
2ba5ed731b
gnu: rust-sha-1-0.8: Update to 0.8.2.
...
* gnu/packages/crates-io.scm (rust-sha-1-0.8): Update to 0.8.2.
[arguments]: Don't skip build. Add rust-libc-0.2 to cargo-inputs.
Replace rust-hex-literal-0.2 with 0.1 in cargo-development-inputs.
2020-06-28 14:59:29 +03:00
Efraim Flashner
583acde97a
gnu: rust-sha1-asm-0.4: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-sha1-asm-0.4)[arguments]: Don't skip
build. Move rust-cc-1.0 from cargo-development-inputs to cargo-inputs.
2020-06-28 14:59:29 +03:00
Efraim Flashner
9b4b9c1a30
gnu: Add rust-sha-1-0.9.
...
* gnu/packages/crates-io.scm (rust-sha-1-0.9): New variable.
(rust-sha-1-0.8): Inherit from rust-sha-1-0.9.
2020-06-28 14:59:29 +03:00
Efraim Flashner
9261d17f76
gnu: rust-block-buffer-0.7: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-block-buffer-0.7)[arguments]: Don't
skip build.
2020-06-28 14:59:28 +03:00
Efraim Flashner
a662e4ce5e
gnu: Add rust-block-buffer-0.9.
...
* gnu/packages/crates-io.scm (rust-block-buffer-0.9): New variable.
(rust-block-buffer-0.7): Inherit from rust-block-buffer-0.9.
2020-06-28 14:59:28 +03:00
Efraim Flashner
3bb18715a9
gnu: Add rust-digest-0.9.
...
* gnu/packages/crates-io.scm (rust-digest-0.9): New variable.
(rust-digest-0.8): Inherit from rust-digest-0.9.
2020-06-28 14:59:28 +03:00
Efraim Flashner
526badd606
gnu: Add rust-crypto-mac-0.8.
...
* gnu/packages/crates-io.scm (rust-crypto-mac-0.8): New variable.
(rust-crypto-mac-0.7): Inherit from rust-crypto-mac-0.8.
2020-06-28 14:59:28 +03:00
Efraim Flashner
a825365538
gnu: rust-generic-array-0.13: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-generic-array-0.13)[arguments]: Don't
skip build.
(rust-generic-array-0.12)[arguments]: Same.
2020-06-28 14:59:28 +03:00
Efraim Flashner
7d9231bb24
gnu: Add rust-generic-array-0.14.
...
* gnu/packages/crates-io.scm (rust-generic-array-0.14): New variable.
(rust-generic-array-0.13): Inherit from rust-generic-array-0.14.
2020-06-28 14:59:27 +03:00
Efraim Flashner
61521e1a7a
gnu: Add rust-subtle-2.
...
* gnu/packages/crates-io.scm (rust-subtle-2): New variable.
(rust-subtle-1.0): Inherit from rust-subtle-2.
2020-06-28 14:59:27 +03:00
Efraim Flashner
16f9571234
gnu: rust-block-padding-0.1: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-block-padding-0.1)[arguments]: Don't
skip build.
2020-06-28 14:59:27 +03:00
Efraim Flashner
e49c34b418
gnu: Add rust-block-padding-0.2.
...
* gnu/packages/crates-io.scm (rust-block-padding-0.2): New variable.
(rust-block-padding-0.1): Inherit from rust-block-padding-0.2.
2020-06-28 14:59:27 +03:00
Efraim Flashner
dd27c276a2
gnu: Add rust-cpuid-bool-0.1.
...
* gnu/packages/crates-io.scm (rust-cpuid-bool-0.1): New variable.
2020-06-28 14:59:27 +03:00
Efraim Flashner
94b03f82c8
gnu: Add rust-opaque-debug-0.3.
...
* gnu/packages/crates-io.scm (rust-opaque-debug-0.3): New variable.
(rust-opaque-debug-0.2): Inherit from rust-opaque-debug-0.3.
2020-06-28 14:59:26 +03:00
Brice Waegeneire
b9edefbc46
.gitignore: Ignore 'etc/committer.scm'.
...
* .gitignore: Add '/etc/committer.scm'.
2020-06-28 13:28:25 +02:00
Brice Waegeneire
e39b2363f5
doc: Add progress display in 'dd' command lines.
...
* doc/guix.texi (System Installation): Adjust 'dd' command line to
display progress …
(System Configuration): … same here.
2020-06-28 13:28:06 +02:00
André Batista
f8945734a5
doc: cookbook: Update entry about getting substitutes through Tor.
...
* doc/guix-cookbook.texi (Getting substitutes from Tor): Update
section warning to mention the use of torsocks when pulling.
2020-06-28 13:26:14 +02:00
Efraim Flashner
8f19e63f76
services: Add rshiny service.
...
* gnu/services/science.scm: New file.
(<rshiny-configuration>): New record.
(rshiny-shepherd-service-type): New variable.
* doc/guix.texi (Miscellaneous Services): Document it.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2020-06-28 14:03:03 +03:00
Simon South
0dfc461272
gnu: emacs-nov-el: Update to 0.3.1.
...
* gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.3.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-28 10:51:44 +03:00
Simon South
4cd2dfd9f4
gnu: emacs-nov-el: Use version tag instead of commit.
...
* gnu/packages/emacs-xyz.scm (emacs-nov-el): Remove let binding and associated
comment; correct indentation.
[source]: Use version tag as commit identifier now that upstream has restored
this information.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-28 10:51:40 +03:00
Efraim Flashner
5e5bcba295
gnu: r-qtl2: Update synopsis, description.
...
* gnu/packages/bioinformatics.scm (r-qtl2)[synopsis]: Use upstream's
synopsis.
[description]: Same.
2020-06-28 10:18:47 +03:00
Efraim Flashner
54bb476670
gnu: r-qtl2: Update to 0.22-8.
...
* gnu/packages/bioinformatics.scm (r-qtl2): Update to 0.22-8.
[source]: Download from cran.
2020-06-28 10:15:21 +03:00
Efraim Flashner
1ab5e5b9a1
gnu: Add rust-scrypt-0.2.
...
* gnu/packages/crates-io.scm (rust-scrypt-0.2): New variable.
2020-06-28 08:51:07 +03:00
Efraim Flashner
add00a7686
gnu: Add rust-pbkdf2-0.3.
...
* gnu/packages/crates-io.scm (rust-pbkdf2-0.3): New variable.
2020-06-28 08:50:15 +03:00
Efraim Flashner
a8b83c6c44
gnu: Add rust-hmac-0.7.
...
* gnu/packages/crates-io.scm (rust-hmac-0.7): New variable.
2020-06-28 08:49:24 +03:00
Efraim Flashner
096a712e42
gnu: Add rust-md-5-0.8.
...
* gnu/packages/crates-io.scm (rust-md-5-0.8): New variable.
2020-06-28 08:48:18 +03:00
Efraim Flashner
8e0767b985
gnu: Add rust-md5-asm-0.4.
...
* gnu/packages/crates-io.scm (rust-md5-asm-0.4): New variable.
2020-06-28 08:44:57 +03:00
Eric Bavier
1e7acfb8ab
gnu: emacs-idris-mode: Update to 1.0.
...
* gnu/packages/emacs-xyz.scm (emacs-idris-mode): Update to 1.0.
[description]: Mention compatibility with Idris 1.
2020-06-27 23:06:53 -05:00
Ricardo Wurmus
ea33de6d70
gnu: r-fpc: Update to 2.2-7.
...
* gnu/packages/statistics.scm (r-fpc): Update to 2.2-7.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus
ef20f8305c
gnu: r-openssl: Update to 1.4.2.
...
* gnu/packages/statistics.scm (r-openssl): Update to 1.4.2.
[native-inputs]: Add r-knitr.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus
e07fc640cf
gnu: r-roxygen2: Update to 7.1.1.
...
* gnu/packages/statistics.scm (r-roxygen2): Update to 7.1.1.
[native-inputs]: Add r-knitr.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus
f8c999152e
gnu: r-directlabels: Update to 2020.6.17.
...
* gnu/packages/cran.scm (r-directlabels): Update to 2020.6.17.
[native-inputs]: Add r-knitr.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus
e9f02d72d3
gnu: r-rgdal: Update to 1.5-12.
...
* gnu/packages/cran.scm (r-rgdal): Update to 1.5-12.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus
6bbb287a60
gnu: r-flexdashboard: Update to 0.5.2.
...
* gnu/packages/cran.scm (r-flexdashboard): Update to 0.5.2.
[source]: Delete minified JavaScript files in a snippet.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus
53ba82dda1
gnu: r-rcppparallel: Update to 5.0.2.
...
* gnu/packages/cran.scm (r-rcppparallel): Update to 5.0.2.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus
53fd3d5a8f
gnu: r-emmeans: Update to 1.4.8.
...
* gnu/packages/cran.scm (r-emmeans): Update to 1.4.8.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus
6c8b60acc9
gnu: r-raster: Update to 3.3-7.
...
* gnu/packages/cran.scm (r-raster): Update to 3.3-7.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus
bfaf6cf1f9
gnu: r-sjlabelled: Update to 1.1.6.
...
* gnu/packages/cran.scm (r-sjlabelled): Update to 1.1.6.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus
e34f98a4a6
gnu: r-officer: Update to 0.3.12.
...
* gnu/packages/cran.scm (r-officer): Update to 0.3.12.
2020-06-28 05:46:20 +02:00
Ricardo Wurmus
0d742a0523
gnu: r-ggpubr: Update to 0.4.0.
...
* gnu/packages/cran.scm (r-ggpubr): Update to 0.4.0.
2020-06-28 05:46:19 +02:00
Ricardo Wurmus
308d91d886
gnu: r-renv: Update to 0.11.0.
...
* gnu/packages/cran.scm (r-renv): Update to 0.11.0.
2020-06-28 05:46:19 +02:00
Ricardo Wurmus
6b9954f649
gnu: r-jsonlite: Update to 1.7.0.
...
* gnu/packages/cran.scm (r-jsonlite): Update to 1.7.0.
[native-inputs]: Add r-knitr.
2020-06-28 05:46:19 +02:00
Ricardo Wurmus
fb4804d03d
gnu: r-scater: Update to 1.16.2.
...
* gnu/packages/bioinformatics.scm (r-scater): Update to 1.16.2.
2020-06-28 05:46:19 +02:00
Ricardo Wurmus
e66f81cf63
gnu: r-biocviews: Update to 1.56.1.
...
* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.56.1.
2020-06-28 05:46:19 +02:00
Ricardo Wurmus
fa7871af77
gnu: r-dexseq: Update to 1.34.1.
...
* gnu/packages/bioinformatics.scm (r-dexseq): Update to 1.34.1.
2020-06-28 05:46:19 +02:00
Tobias Geerinckx-Rice
4a498d0012
gnu: dropbear: Update to 2020.80 [fix for CVE-2018-20685].
...
* gnu/packages/ssh.scm (dropbear): Update to 2020.80.
2020-06-27 23:50:56 +02:00
André Batista
0b7c540032
gnu: lxqt: Update to 0.15.0.
...
* gnu/packages/lxqt.scm
(libstatgrab): Update to 0.92.
(lxqt-build-tools): Update to 0.7.0.
(libqtxdg): Update to 3.5.0.
(liblxqt): Update to 0.15.1.
(libsysstat): Update to 0.4.3.
(lxqt-about): Update to 0.15.0.
(lxqt-admin): Update to 0.15.0.
(lxqt-config): Update to 0.15.0.
(lxqt-globalkeys): Update to 0.15.0.
(lxqt-notificationd): Update to 0.15.0.
(lxqt-openssh-askpass): Update to 0.15.0.
(lxqt-panel): Update to 0.15.1.
(lxqt-policykit): Update to 0.15.0.
(lxqt-powermanagement): Update to 0.15.0.
(lxqt-qtplugin): Update to 0.15.1.
(lxqt-runner): Update to 0.15.0.
(lxqt-session): Update to 0.15.0.
(lxqt-sudo): Update to 0.15.0.
(lxqt-themes): Update to 0.15.0.
(libfm-qt): Update to 0.15.1.
(pcmanfm-qt): Update to 0.15.1.
(compton-conf): Update to 0.15.0.
(lximage-qt): Update to 0.15.0.
(obconf-qt): Update to 0.15.0.
(pavucontrol-qt): Update to 0.15.0.
(qps): Update to 2.1.0.
(qps)[inputs]: Add kwindowsystem, liblxqt and libqtxdg.
(qtermwidget): Update to 0.15.0.
(qterminal): Update to 0.15.0.
(screengrab): Update to 2.0.1.
(lxqt-archiver): Update to 0.2.0.
(lxqt-archiver)[origin]: Use tarball release.
(lxqt-connman-applet): Update to 0.15.0.
(lxqt-connman-applet)[arguments]: Add new patch phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-27 23:42:21 +02:00
Timotej Lazar
8a35ffd8ad
gnu: libtiff: Use HTTPS.
...
* gnu/packages/image.scm (libtiff)[source]: Use HTTPS.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-27 23:42:21 +02:00
Ludovic Courtès
0505eda9c7
packages: Recognize SHA3 and BLAKE2s for 'content-hash'.
...
* guix/packages.scm (build-content-hash): Add 'sha3-256', 'sha3-512',
and 'blake2s-256'.
* tests/packages.scm ("package-source-derivation, origin, sha3-512"):
New test.
2020-06-27 23:42:20 +02:00
Ludovic Courtès
8e6c1415d8
daemon: Recognize SHA3 and BLAKE2s.
...
* nix/libutil/hash.hh (HashType): Add htSHA3_256, htSHA3_512, and
htBLAKE2s_256.
* nix/libutil/hash.cc (parseHashType, printHashType): Recognize them.
* tests/store.scm ("add-to-store"): Test these algorithms.
2020-06-27 23:42:20 +02:00
Ludovic Courtès
8dc6c38785
daemon: Remove OpenSSL hash compatibility wrappers.
...
* nix/libutil/hash.cc (struct Ctx): Copy from gcrypt-hash.hh.
(start, update, finish): Use gcrypt functions directly instead of
OpenSSL-like wrappers.
* nix/libutil/gcrypt-hash.cc, nix/libutil/gcrypt-hash.hh,
nix/libutil/md5.h, nix/libutil/sha1.h, nix/libutil/sha256.h,
nix/libutil/sha512.h: Remove.
* nix/local.mk (libutil_a_SOURCES, libutil_headers): Adjust
accordingly.
2020-06-27 23:42:20 +02:00
Ludovic Courtès
3fb6b8f304
daemon: Map directly to gcrypt hash functions.
...
* nix/libutil/hash.hh (HashType): Map directly to GCRY_MD_ values.
(md5HashSize, sha1HashSize, sha256HashSize, sha512HashSize): Remove.
* nix/libutil/hash.cc (Hash::Hash): Use 'gcry_md_get_algo_dlen'.
2020-06-27 23:42:20 +02:00
Ludovic Courtès
4b4f890cb0
bash completion: Complete 'guix environment' properly.
...
* etc/completion/bash/guix (_guix_complete): Add case for "guix environment".
2020-06-27 23:42:20 +02:00
Tobias Geerinckx-Rice
5c10200b54
gnu: Add autofs.
...
* gnu/packages/file-systems.scm (autofs): New public variable.
Co-authored-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-06-27 23:28:58 +02:00
Tobias Geerinckx-Rice
90596f373a
gnu: python-setproctitle: Fix indentation.
...
* gnu/packages/python-xyz.scm (python-setproctitle): Re-indent.
2020-06-27 23:28:06 +02:00
Tobias Geerinckx-Rice
3f68322e5a
gnu: python-setproctitle: Fix build.
...
* gnu/packages/python-xyz.scm (python-setproctitle)[arguments]:
Add ‘--embed’ to $PYCONFIG.
2020-06-27 23:28:06 +02:00
Peter Lo
bc36937431
gnu: Add r-shapforxgboost.
...
* gnu/packages/cran.scm (r-shapforxgboost): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net >
2020-06-27 23:17:38 +02:00
Ricardo Wurmus
ecbf47d97d
gnu: Add emacs-browse-kill-ring.
...
* gnu/packages/emacs-xyz.scm (emacs-browse-kill-ring): New variable.
2020-06-27 22:50:05 +02:00
Marius Bakke
afdc16d904
gnu: x265: Update to 3.4.
...
* gnu/packages/patches/x265-arm-flags.patch: Update patch.
* gnu/packages/video.scm (x265): Update to 3.4.
[arguments]: Remove obsolete substitution. Disable the newly-added assembly
optimizations on AArch64, as they are not implemented for all targets we build.
2020-06-27 20:08:24 +02:00
Marius Bakke
cd03e2cb2f
gnu: libcyaml: Remove unused input.
...
* gnu/packages/web.scm (libcyaml)[native-inputs]: Remove GIT.
2020-06-27 20:08:24 +02:00
Marius Bakke
e0bb6391a9
gnu: ilmbase: Update to 2.5.2.
...
* gnu/packages/patches/ilmbase-fix-test-arm.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/graphics.scm (ilmbase): Update to 2.5.2.
[source](patches): Remove 'ilmbase-fix-test-arm.patch'.
(openexr)[arguments]: Really increase test timeout, as the previous fix was
ineffective.
2020-06-27 20:08:24 +02:00
Marius Bakke
ea60beeb3d
gnu: libzip: Update to 1.7.1.
...
* gnu/packages/compression.scm (libzip): Update to 1.7.1.
2020-06-27 20:08:24 +02:00
Marius Bakke
cd533cb497
gnu: exempi: Delete the static library.
...
* gnu/packages/freedesktop.scm (exempi)[arguments]: Add phase to delete libexempi.a.
2020-06-27 20:08:23 +02:00
Marius Bakke
28d3f49e35
gnu: exempi: Update to 2.5.2.
...
* gnu/packages/freedesktop.scm (exempi): Update to 2.5.2.
2020-06-27 20:08:23 +02:00
Marius Bakke
9001eea9b0
gnu: python-gevent: Update to 20.6.2.
...
* gnu/packages/python-xyz.scm (python-gevent): Update to 20.6.2.
(python2-gevent)[native-inputs]: Add PYTHON2-SELECTORS2.
2020-06-27 20:08:23 +02:00
Marius Bakke
6be8ac2d81
gnu: python-greenlet: Update to 0.4.16.
...
* gnu/packages/python-xyz.scm (python-greenlet): Update to 0.4.16.
2020-06-27 20:08:23 +02:00
Marius Bakke
db10d94dcd
gnu: Add python2-selectors2.
...
* gnu/packages/python-xyz.scm (python2-selectors2): New public variable.
2020-06-27 20:08:23 +02:00
Marius Bakke
edeb6f17f2
gnu: dav1d: Update to 0.7.1.
...
* gnu/packages/video.scm (dav1d): Update to 0.7.1.
2020-06-27 20:08:23 +02:00
Marius Bakke
e36c4d0bca
gnu: libconfuse: Do not build static libraries.
...
* gnu/packages/textutils.scm (libconfuse)[arguments]: New field.
2020-06-27 20:08:23 +02:00
Marius Bakke
07d6003be0
gnu: libconfuse: Update to 3.3.
...
* gnu/packages/textutils.scm (libconfuse): Update to 3.3.
2020-06-27 20:08:23 +02:00
Marius Bakke
25e0083165
gnu: spdlog: Update to 1.6.1.
...
* gnu/packages/logging.scm (spdlog): Update to 1.6.1.
[arguments]: Add "-DSPDLOG_BUILD_TESTS=ON" in #:configure-flags.
2020-06-27 20:08:22 +02:00
Marius Bakke
866ce94351
gnu: feh: Update to 3.4.1.
...
* gnu/packages/image-viewers.scm (feh): Update to 3.4.1.
2020-06-27 20:08:22 +02:00
Marius Bakke
75ebc650c8
gnu: opusfile: Do not build static libraries.
...
* gnu/packages/xiph.scm (opusfile)[arguments]: New field.
2020-06-27 20:08:22 +02:00
Marius Bakke
fb6b40b02e
gnu: opusfile: Update to 0.12.
...
* gnu/packages/xiph.scm (opusfile): Update to 0.12.
2020-06-27 20:08:22 +02:00
Pierre Neidhardt
5f7474a209
gnu: Add dhewm3.
...
* gnu/packages/game-development.scm (dhewm3): New variable.
2020-06-27 16:38:35 +02:00
Pierre Neidhardt
c3c633522d
gnu: slynk: Update to 20200626.
...
* gnu/packages/lisp-xyz.scm (slynk): Update 20200626.
[source]: Don't rename slynk-util system since it seems useless for sbcl-slynk
but it breaks cl-slynk.
[description]: Improve syntax.
2020-06-27 15:40:47 +02:00
Pierre Neidhardt
99648ef16e
gnu: emacs-sly: Update to 20200626.
...
* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20200626.
2020-06-27 15:40:47 +02:00
Jan (janneke) Nieuwenhuizen
65d95e5d85
hurd-boot: Mount /proc, add /etc/mtab.
...
* gnu/build/hurd-boot.scm (set-hurd-device-translators): Mount /proc. Add
symlink to /etc/mtab into /proc/mounts.
2020-06-27 13:01:40 +02:00
Jan (janneke) Nieuwenhuizen
db08a0d203
hurd-boot: Remove duplicate calls to 'scope'.
...
* gnu/build/hurd-boot.scm (set-hurd-device-translators): Remove duplicate
calls to 'scope'.
2020-06-27 12:59:40 +02:00
Oleg Pykhalov
d8a046d560
gnu: Add jc.
...
* gnu/packages/admin.scm (jc): New variable.
2020-06-27 12:46:55 +03:00
Oleg Pykhalov
ace3e54973
gnu: Add jtbl.
...
* gnu/packages/admin.scm (jtbl): New variable.
2020-06-27 12:29:34 +03:00
Oleg Pykhalov
27fffa19c0
gnu: python-tabulate: Update to 0.8.7.
...
* gnu/packages/python-xyz.scm (python-tabulate): Update to 0.8.7.
2020-06-27 12:29:34 +03:00
Jan (janneke) Nieuwenhuizen
27bcf151d1
gnu: gdb-minimal: Include guile.
...
* gnu/packages/gdb.scm (gdb-minimal): Do not remove guile, as it is a cheap
and very useful dependency.
2020-06-27 11:13:23 +02:00
Marius Bakke
88dbef3b98
gnu: gdb-minimal: Inherit replacements from GDB.
...
* gnu/packages/gdb.scm (gdb-minimal): Use PACKAGE/INHERIT instead of INHERIT.
2020-06-27 10:03:06 +02:00
Marius Bakke
a81b8dfeb5
gnu: gdb@8.2: Do not inherit replacements from 'gdb'.
...
* gnu/packages/gdb.scm (gdb-8.2): Use INHERIT instead of PACKAGE/INHERIT.
2020-06-27 10:02:01 +02:00
Marius Bakke
361541d4a5
gnu: gdb: Apply cross-build fix without changing the native variant.
...
Commit 76129cd3ed accidentally changed the gdb
derivation, causing too many rebuilds for the 'master' branch.
* gnu/packages/gdb.scm (gdb-9.1)[arguments]: Only apply cross-build fix when
cross-compiling.
2020-06-27 10:01:09 +02:00
Jan (janneke) Nieuwenhuizen
35691bf5dc
gnu: Add gdb-minimal.
...
* gnu/packages/gdb.scm (gdb-minimal): New variable.
2020-06-27 00:58:44 +02:00
Jan (janneke) Nieuwenhuizen
76129cd3ed
gnu: gdb: Add support for the Hurd.
...
* gnu/packages/gdb.scm (gdb-9.1)[native-inputs]: When compiling for the Hurd,
add required build dependency mig.
["arguments"]: Add "binutils" fall-back lookup in native-inputs for
cross-builds.
* gnu/packages/patches/gdb-hurd.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gdb.scm (gdb-9.2): Use it.
2020-06-26 23:31:02 +02:00
Jan (janneke) Nieuwenhuizen
00410bbeaf
gnu: mig: Do not assume "perl" to be available.
...
* gnu/packages/hurd.scm (mig)[inputs]: Include perl.
[arguments]: Substitute "perl" with full store file name in bin/mig.
* gnu/packages/cross-base.scm (cross-kernel-headers): Adjust mig-cross
accordingly.
2020-06-26 23:29:19 +02:00
Tobias Geerinckx-Rice
e6685186a5
gnu: lxrandr: Depend on xrandr.
...
* gnu/packages/lxde.scm (lxrandr)[arguments]: Substitute xrandr's
absolute file name.
Reported by pinoaffe on #guix.
2020-06-26 22:11:05 +02:00
Maxim Cournoyer
c0dd4140f6
gnu: python-autopep8: Update to 1.5.3.
...
Fixes <http://issues.guix.gnu.org/42062 >.
* gnu/packages/python-xyz.scm (python-autopep8): Update to 1.5.3.
2020-06-26 13:34:03 -04:00
Mathieu Othacehe
3f44034e8f
installer: Use latest Guile.
...
Since the installer is loading Guix modules built with Guile 3.0.4, the
installer script must be run by the same Guile version to avoid a bytecode
incompatibility.
This is a follow-up of a2991de0f4 .
* gnu/installer.scm (installer-program): Use guile3.0-latest for the
installation script.
2020-06-26 18:39:29 +02:00
Ludovic Courtès
641631c1a2
store: Use '=' instead of 'eqv?'.
...
Fixes <https://bugs.gnu.org/42047 >.
Reported by Jan Nieuwenhuizen <janneke@gnu.org >.
* guix/store.scm (open-connection): Use '=' instead of 'eqv?'.
This works around <https://bugs.gnu.org/42060 > while also being more
accurate since the arguments are known to be integers.
2020-06-26 16:19:53 +02:00
Ludovic Courtès
6b2e91b1fc
challenge: Fix option indentation in '--help' output.
...
* guix/scripts/challenge.scm (show-help): Indent '--verbose' and
'--diff' correctly (high tech!).
2020-06-26 16:19:53 +02:00
Ludovic Courtès
25b267afed
Add more (ice-9 format) imports.
...
* guix/scripts/describe.scm: Add missing (ice-9 format).
* guix/scripts/system.scm: Likewise.
2020-06-26 16:19:53 +02:00
Ludovic Courtès
95c2bc49cf
tests: Skip lint tests when HTTP server cannot listen.
...
This could happen when running tests in parallel.
* tests/lint.scm ("github-url")
("github-url: one suggestion")
("github-url: already the correct github url")
("archival: missing content")
("archival: content available")
("archival: missing revision")
("archival: revision available")
("archival: rate limit reached"): Add 'test-skip' statement above.
2020-06-26 16:19:53 +02:00
Ludovic Courtès
5813a0c94f
doc: 'guix hash' is not SHA256-only.
...
This is a followup to 18ae1ec3ec .
* doc/guix.texi (Invoking guix hash): Remove "SHA256" from the first
paragraph.
2020-06-26 16:19:53 +02:00
Pierre Neidhardt
93ff6a40e4
gnu: emacs-evil-collection: Update to 20200626.
...
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20200626.
2020-06-26 15:26:16 +02:00
Mathieu Othacehe
544fd8e3b5
tests: install: Disable image compression.
...
* gnu/tests/install.scm (run-install): Disable image compression to speed-up
the tests.
2020-06-26 15:00:08 +02:00
Mathieu Othacehe
1da6914589
tests: install: Fix marionette race condition.
...
If the marionette shuts down before the script return is received, then status
will be <eof>.
* gnu/tests/install.scm (run-install): Allow status to be the <eof> object.
2020-06-26 14:49:32 +02:00
Marius Bakke
eca649d06b
gnu: binutils-gold: Inherit replacements from binutils.
...
* gnu/packages/base.scm (binutils-gold): Use PACKAGE/INHERIT instead of INHERIT.
2020-06-26 14:02:56 +02:00
Marius Bakke
70cbab44e3
gnu: binutils@2.33.1: Do not inherit replacements from binutils.
...
* gnu/packages/base.scm (binutils-2.33): Use INHERIT instead of PACKAGE/INHERIT.
2020-06-26 14:02:56 +02:00
Marius Bakke
4a13050b87
gnu: binutils-gold: Inherit from 'binutils+documentation'.
...
* gnu/packages/base.scm (binutils-gold): Inherit from BINUTILS+DOCUMENTATION
instead of BINUTILS.
2020-06-26 14:02:56 +02:00
Marius Bakke
3163bc5f44
gnu: ungoogled-chromium: Inline %PACKAGE-VERSION.
...
* gnu/packages/chromium.scm (%chromium-version, package-revision,
%package-version): Remove.
(ungoogled-chromium)[version, source]: Adjust accordingly.
2020-06-26 14:02:56 +02:00
Katherine Cox-Buday
6e9f882608
gnu: go: Update to 1.14.4.
...
* gnu/packages/golang.scm (go): Update to 1.14.4.
* gnu/packages/docker.scm (docker)[arguments]: Fix build with go@1.14 .4.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-06-26 11:49:49 +01:00
Nicolas Goaziou
0f7378d7f9
gnu: emacs-magit: Update to 2.90.1-6-7f486d4.
...
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 2.90.1-6-7f486d4.
2020-06-26 12:15:06 +02:00
Mathieu Othacehe
ce67853e09
gnu: cuirass: Update to 0.0.1-35.91204d.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-35.91204d.
2020-06-26 11:33:34 +02:00
Pierre Neidhardt
880939c1a7
gnu: Add drip.
...
* gnu/packages/java.scm (drip): New variable.
2020-06-26 11:26:18 +02:00
Mathieu Othacehe
f27bec107e
system: image: Fix disk-image name.
...
This is a follow-up of 5980ec8ada .
* gnu/system/image.scm (system-disk-image): When using the image name, convert
it to string first.
2020-06-26 10:05:58 +02:00
Mathieu Othacehe
5980ec8ada
system: image: Use the image name as the disk-image derivation name.
...
* gnu/system/image.scm (system-disk-image): Use the image name as disk-image
derivation name, if defined. Otherwise use the generic "disk-image" name.
2020-06-26 09:38:16 +02:00
Marius Bakke
e6db8912fd
gnu: ungoogled-chromium: Remove all Blink performance tests.
...
* gnu/packages/chromium.scm (%blacklisted-files): New variable.
(ungoogled-chromium-snippet): Adjust accordingly.
2020-06-26 01:54:00 +02:00
Marius Bakke
7eb8ae5f6c
gnu: ungoogled-chromium: Convert computed origin to source snippet.
...
* gnu/packages/chromium.scm (computed-origin-method, %chromium-origin): Remove.
(ungoogled-chromium-source): Rename to ...
(ungoogled-chromium-snippet): ... this. Adjust for running as snippet.
(ungoogled-chromium)[source]: Use URL-FETCH, with custom snippet.
2020-06-26 01:54:00 +02:00
Marius Bakke
e4e9a1bc35
gnu: openvswitch: Update to 2.13.0.
...
* gnu/packages/networking.scm (openvswitch): Update to 2.13.0.
[native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER.
[propagated-inputs]: Remove PYTHON2-SIX.
2020-06-26 01:54:00 +02:00
Marius Bakke
6941004fb0
gnu: debootstrap: Wrap with gpg and wget in PATH.
...
* gnu/packages/debian.scm (debootstrap)[inputs]: Add GNUPG and WGET.
2020-06-26 01:53:59 +02:00
Marius Bakke
5d426d3c04
gnu: xf86-video-intel: Update to 2.99.917-16.5ca3ac1.
...
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-16.5ca3ac1.
2020-06-26 01:53:59 +02:00
Marius Bakke
544df98c6d
gnu: Add clitest.
...
* gnu/packages/check.scm (clitest): New public variable.
2020-06-26 01:53:59 +02:00
Mark H Weaver
5f465944a0
gnu: linux-libre@4.19: Update to 4.19.130.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.130.
(linux-libre-4.19-pristine-source): Update hash.
2020-06-25 19:07:02 -04:00
Mark H Weaver
345f99517a
gnu: linux-libre@4.14: Update to 4.14.186.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.186.
(linux-libre-4.14-pristine-source): Update hash.
2020-06-25 19:05:57 -04:00
Jan (janneke) Nieuwenhuizen
2463a78d17
image: hurd: Initialize root partition for the Hurd.
...
This is a follow-up to commit b904b59ce5 .
* gnu/system/image.scm (hurd-initialize-root-partition): Move to ...
* gnu/system/images/hurd.scm (hurd-initialize-root-partition): ... here.
(hurd-disk-image): Use it.
2020-06-25 22:52:12 +02:00
Jan (janneke) Nieuwenhuizen
fd932862ac
image: hurd: Create hurd-compatible ext2 file-system.
...
This is a follow-up to commit b904b59ce5 .
* gnu/system/images/hurd.scm (hurd-disk-image): Add file-system-options to
create an ext2 file-system that is compatible with the Hurd.
2020-06-25 22:52:09 +02:00
Tobias Geerinckx-Rice
ffecb2396f
gnu: diffoscope: Console widowed brackets.
...
* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Move closing
brackets to the previous line.
2020-06-25 19:01:41 +02:00
Tobias Geerinckx-Rice
afba93efd4
gnu: diffoscope: Install the man page.
...
* gnu/packages/diffoscope.scm (diffoscope)[arguments]:
Add ‘build-man-page’ and ‘install-man-page’ phases.
[native-inputs]: Add help2man.
2020-06-25 18:55:55 +02:00
Jan (janneke) Nieuwenhuizen
d613991a8e
gnu: grub: Cross-build fix for system i686-linux.
...
* gnu/packages/patches/grub-cross-system-i686.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/bootloaders.scm (grub): Use it.
2020-06-25 17:46:37 +02:00
Efraim Flashner
dda267e3a7
gnu: Add vim-eunuch.
...
* gnu/packages/vim.scm (vim-eunuch): New variable.
2020-06-25 15:23:01 +03:00
Simon South
d1a26bedcc
gnu: knot-resolver: Enable automatic reloading of policy files.
...
* gnu/packages/dns.scm (knot-resolver)[inputs]: Add lua5.1-cqueues.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-25 12:29:23 +02:00
Simon South
7c54e226f6
gnu: Add lua-cqueues.
...
* gnu/packages/lua.scm (make-lua-cqueues): New function.
(lua-cqueues, lua5.1-cqueues, lua5.2-cqueues): New variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-25 12:29:23 +02:00
Simon South
31be8fc87f
gnu: Add lua-ossl.
...
luaossl doesn't actually require M4 to build, unlike cqueues.
Here's a replacement patch that omits M4 from the package inputs.
>From 610918a771b84a081af24940ae94d35b1af7511e Mon Sep 17 00:00:00 2001
From: Simon South <simon@simonsouth.net >
Date: Fri, 15 May 2020 11:18:44 -0400
Subject: [PATCH 1/3] gnu: Add lua-ossl.
To: 41363@debbugs.gnu.org
* gnu/packages/lua.scm (make-lua-ossl): New function.
(lua-ossl, lua5.1-ossl, lua5.2-ossl): New variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-25 12:29:23 +02:00
Ludovic Courtès
3b7145d821
deduplication: Leave the store permissions unchanged.
...
Suggested by Caleb Ristvedt <caleb.ristvedt@cune.org >.
* guix/store/deduplication.scm (call-with-writable-file): Call THUNK
directly when FILE is (%store-directory).
2020-06-25 12:29:23 +02:00
Ludovic Courtès
6b654a3332
deduplication: Fix default value of #:store in 'deduplicate'.
...
* guix/store/deduplication.scm (deduplicate): Change #:store default
value to (%store-directory).
2020-06-25 12:29:23 +02:00
Ludovic Courtès
d52e16d3b6
deduplication: Use 'dynamic-wind' when changing permissions of the parent.
...
Suggested by Caleb Ristvedt <caleb.ristvedt@cune.org >.
* guix/store/deduplication.scm (call-with-writable-file): New procedure.
(with-writable-file): New macro.
(replace-with-link): Use it.
2020-06-25 12:29:22 +02:00
Ludovic Courtès
b930f0ba21
daemon: Correctly handle EMLINK corner case when deduplicating.
...
Suggested by Caleb Ristvedt <caleb.ristvedt@cune.org >.
* nix/libstore/optimise-store.cc (LocalStore::optimisePath_): Save errno
from 'rename' before calling 'unlink'.
2020-06-25 12:29:22 +02:00
Mathieu Othacehe
b06ba9e0ff
ci: Build Guix System images.
...
Build a list of Guix System images. For now, this list only contains the Hurd
barebones Guix System image.
* gnu/ci.scm (%guixsd-supported-systems): Remove "armhf-linux",
(%u-boot-systems): remove unused variable,
(%guix-system-images): new variable
(qemu-jobs): rename to "image-jobs" and build the Guix Systems listed in the
new "%guix-system-images" variable,
(system-test-jobs): adapt accordingly,
(hydra-jobs): ditto.
2020-06-25 10:29:41 +02:00
Maxim Cournoyer
fab8fed355
gnu: Add ruby-middleware.
...
* gnu/packages/ruby.scm (ruby-middleware): New variable.
2020-06-25 00:14:43 -04:00
Maxim Cournoyer
aa1b0fb867
gnu: Add emacs-feature-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-feature-mode): New variable.
2020-06-25 00:14:43 -04:00
Maxim Cournoyer
24be67517c
gnu: Add ruby-ruby-parser.
...
* gnu/packages/ruby.scm (ruby-ruby-parser): New variable.
2020-06-25 00:14:43 -04:00
Maxim Cournoyer
a8cdfd53db
gnu: Add ruby-sexp-processor.
...
* gnu/packages/ruby.scm (ruby-sexp-processor): New variable.
2020-06-25 00:14:43 -04:00
Maxim Cournoyer
5bc13b8e9b
gnu: Add unifdef.
...
* gnu/packages/c.scm (unifdef): New variable.
2020-06-25 00:14:43 -04:00
Jakub Kądziołka
9cc35585b0
gnu: rust-num-cpus-1: Update to 1.13.0.
...
* gnu/packages/crates-io.scm (rust-num-cpus-1): Update to 1.13.0.
[cargo-development-inputs]: Remove rust-doc-comment-0.3.
2020-06-25 03:16:31 +02:00
Mark H Weaver
ea843f7742
gnu: linux-libre: Update to 5.4.49.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.49.
(linux-libre-5.4-pristine-source): Update hash.
2020-06-24 21:08:00 -04:00
Mark H Weaver
d566f533b1
gnu: linux-libre@5.7: Update to 5.7.6.
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.6.
(linux-libre-5.7-pristine-source): Update hash.
2020-06-24 21:06:54 -04:00
Jakub Kądziołka
e4a26e3217
gnu: ripgrep: Update to 12.1.1.
...
* gnu/packages/rust-apps.scm (ripgrep): Update to 12.1.1.
2020-06-25 02:55:12 +02:00
Jakub Kądziołka
97bd864c54
gnu: rust-termcolor-1: Update to 1.1.0.
...
* gnu/packages/crates-io.scm (rust-termcolor-1): Update to 1.1.0.
[arguments]: Don't skip build, adjust dependencies.
2020-06-25 02:55:12 +02:00
Jakub Kądziołka
c5e879cdbb
gnu: crates-io: Remove minor versions from some package names.
...
* gnu/packages/crates-io.scm
(rust-termcolor-1.0): Rename to rust-termcolor-1.
(rust-humantime-1.3): Rename to rust-humantime-1.
(rust-num-cpus-1.11): Rename to rust-num-cpus-1.
(rust-signal-hook-registry-1.2): Rename to rust-signal-hook-registry-1.
2020-06-25 02:55:12 +02:00
Jakub Kądziołka
24973fc550
gnu: Remove rust-num-cpus-1.10.
...
* gnu/packages/rust-apps.scm (ripgrep)[arguments]: Replace rust-num-cpus-1.10 with 1.11.
* gnu/packages/crates-io.scm
(rust-crossbeam-channel-0.4, rust-crossbeam-channel-0.3,
rust-futures-executor-preview-0.3, rust-hyper-0.12,
rust-jobserver-0.1, rust-tokio-0.2)[arguments]: Likewise.
(rust-gimli-0.18, rust-tokio-core-0.1,
rust-tokio-io-pool-0.1, rust-tokio-reactor-0.1)[arguments]: Likewise; don't skip build.
(rust-tokio-0.1): Don't skip build. Replace rust-num-cpus-1.10 with 1.11,
rust-env-logger-0.6 with 0.5.
(rust-tokio-threadpool-0.1)[arguments]: Don't skip build. Replace
rust-num-cpus-1.10 with 1.11, rust-rand-0.4 with 0.6,
rust-env-logger-0.6 with 0.5. Add rust-lazy-static-1.
(rust-num-cpus-1.10): Remove variable.
2020-06-25 02:55:12 +02:00
Jakub Kądziołka
31890a3783
gnu: rust-rayon-1: Update to 1.3.1.
...
* gnu/packages/crates-io.scm (rust-rayon-1): Update to 1.3.1.
[arguments]: Remove rust-doc-comment-0.3. Add rust-autocfg-1.0. Don't
skip build.
2020-06-25 02:55:12 +02:00
Jakub Kądziołka
1a629f0076
gnu: rust-rayon-core-1: Update to 1.7.1.
...
* gnu/packages/crates-io.scm (rust-rayon-core-1): Update to 1.7.1.
[arguments]: Don't skip build. Replace rust-num-cpus-1.10 with 1.11.
Disable tests.
2020-06-25 02:55:12 +02:00
Jakub Kądziołka
8d26b41290
gnu: Remove rust-arc-swap-0.3.
...
* gnu/packages/crates-io.scm (rust-arc-swap-0.3): Remove variable.
2020-06-25 02:55:11 +02:00
Jakub Kądziołka
7bb8e47926
gnu: Remove rust-signal-hook-registry-1.0.
...
* gnu/packages/crates-io.scm (rust-signal-hook-registry-1.0): Remove
variable.
2020-06-25 02:55:11 +02:00
Jakub Kądziołka
f8e0184ace
gnu: rust-grep-0.2: Update to 0.2.7.
...
* gnu/packages/crates-io.scm (rust-grep-0.2): Update to 0.2.7.
2020-06-25 02:55:11 +02:00
Jakub Kądziołka
5d07e23d61
gnu: rust-pcre2-0.2: Update to 0.2.3.
...
* gnu/packages/crates-io.scm (rust-pcre2-0.2): Update to 0.2.3.
[cargo-inputs]: Replace rust-thread-local-0.3 with 1.0.
2020-06-25 02:55:11 +02:00
Jakub Kądziołka
9ce795a7d6
gnu: rust-grep-pcre2-0.1: Update to 0.1.4.
...
* gnu/packages/crates-io.scm (rust-grep-pcre2-0.1): Update to 0.1.4.
2020-06-25 02:55:11 +02:00
Jakub Kądziołka
187c232f18
gnu: rust-grep-cli-0.1: Update to 0.1.5.
...
* gnu/packages/crates-io.scm (rust-grep-cli-0.1): Update to 0.1.5.
[arguments]: Don't skip build.
2020-06-25 02:55:11 +02:00
Jakub Kądziołka
52069595e6
gnu: rust-grep-printer-0.1: Update to 0.1.5.
...
* gnu/packages/crates-io.scm (rust-grep-printer-0.1): Update to 0.1.5.
[arguments]: Don't skip build. Replace rust-base64-0.10 with 0.12.
2020-06-25 02:55:10 +02:00
Jakub Kądziołka
f03e4b73ff
gnu: Add rust-base64-0.12.
...
* gnu/packages/crates-io.scm (rust-base64-0.12): New variable.
(rust-base64-0.11): Inherit from rust-base64-0.12.
2020-06-25 02:55:10 +02:00
Jakub Kądziołka
ab0479317e
gnu: rust-grep-searcher-0.1: Update to 0.1.7.
...
* gnu/packages/crates-io.scm (rust-grep-searcher-0.1): Update to 0.1.7.
[arguments]: Don't skip build. Replace rust-bytecount-0.5 with 0.6.
2020-06-25 02:55:10 +02:00
Jakub Kądziołka
6013bcfbff
gnu: Add rust-bytecount-0.6.
...
* gnu/packages/crates-io.scm (rust-bytecount-0.6): New variable.
(rust-bytecount-0.5): Inherit from rust-bytecount-0.6. Replace
rust-rand-0.4 with 0.6 (the former only worked due to transitive
dependencies and "the semver trick" [0]).
(rust-bytecount-0.4): Inherit from rust-bytecount-0.5.
[0]: https://github.com/dtolnay/semver-trick
2020-06-25 02:55:10 +02:00
Jakub Kądziołka
aac2184eba
gnu: rust-aho-corasick-0.7: Update to 0.7.13.
...
* gnu/packages/crates-io.scm (rust-aho-corasick-0.7): Update to 0.7.13.
2020-06-25 02:55:10 +02:00
Jakub Kądziołka
3472ec0257
gnu: rust-grep-regex-0.1: Update to 0.1.8.
...
* gnu/packages/crates-io.scm (rust-grep-regex-0.1): Update to 0.1.8.
[cargo-inputs]: Add rust-bstr-0.2. Replace rust-thread-local-0.3 with 1.0.
Remove rust-utf8-ranges-1.0.
2020-06-25 02:55:10 +02:00
Jakub Kądziołka
1aabcf9222
gnu: rust-grep-matcher-0.1: Update to 0.1.4.
...
* gnu/packages/crates-io.scm (rust-grep-matcher-0.1): Update to 0.1.4.
2020-06-25 02:55:09 +02:00
Jakub Kądziołka
83b5d1fa75
gnu: rust-regex-1: Update to 1.3.9.
...
* gnu/packages/crates-io.scm (rust-regex-1): Update to 1.3.9.
[cargo-development-inputs]: Remove rust-doc-comment-0.3.
2020-06-25 02:55:09 +02:00
Jakub Kądziołka
a9680dbd76
gnu: rust-regex-syntax-0.6: Update to 0.6.18.
...
* gnu/packages/crates-io.scm (rust-regex-syntax-0.6): Update to 0.6.18.
2020-06-25 02:55:09 +02:00
Jakub Kądziołka
adf9648f2e
gnu: rust-ignore-0.4: Update to 0.4.16.
...
* gnu/packages/crates-io.scm (rust-ignore-0.4): Update to 0.4.16.
[arguments]: Make rust-crossbeam-channel-0.4 a development input.
Add rust-crossbeam-utils-0.7 to inputs.
2020-06-25 02:55:09 +02:00
Jakub Kądziołka
f9b251f005
gnu: rust-crossbeam-utils-0.7: Fix build.
...
* gnu/packages/crates-io.scm (rust-crossbeam-utils-0.7)[arguments]:
Replace rust-autocfg-0.1 with 1.0. Don't skip build.
2020-06-25 02:55:09 +02:00
Jakub Kądziołka
dca62c0457
gnu: rust-globset-0.4: Update to 0.4.5.
...
* gnu/packages/crates-io.scm (rust-globset-0.4): Update to 0.4.5.
[cargo-inputs]: Add rust-serde-1.0.
[cargo-development-inputs]: Add rust-lazy-static-1, rust-serde-json-1.0.
2020-06-25 02:55:09 +02:00
Ludovic Courtès
1189f405ae
Revert "ci: Build Guix System images."
...
This reverts commit eda3fcfb46 .
This change broke evaluations on CI:
@ build-succeeded /gnu/store/991738x97ff1f8181a7p1pflqwkgagm8-profile.drv -
ERROR: In procedure read:
In procedure scm_lreadr: #<unknown port>:16:144: Unknown # object: #\<
2020-06-25 01:27:55 +02:00
Ludovic Courtès
a2991de0f4
gnu: guix: Build with Guile 3.0.4.
...
Since Guile 3.0.4 bytecode is not readable by 3.0.2, build the
dependents of 'guix' with 3.0.4 as well.
* gnu/packages/package-management.scm (guix)[inputs, native-inputs]: Use
GUILE-3.0-LATEST.
(gwl, guix-jupyter): Likewise.
* gnu/packages/web.scm (hpcguix-web): Likewise.
* gnu/packages/ci.scm (cuirass): Likewise.
* gnu/packages/emacs-xyz.scm (emacs-guix): Likewise.
2020-06-25 01:20:31 +02:00
Ludovic Courtès
9e91f8623f
gnu: guile: Update to 3.0.4.
...
* gnu/packages/guile.scm (guile-3.0.3): Rename to...
(guile-3.0-latest): ... this. Update to 3.0.4.
(guile-3.0/libgc-7): Adjust accordingly.
2020-06-25 01:20:31 +02:00
Ludovic Courtès
a18d02def9
channels: Fix test for introductory commit signer.
...
Until now the test would always succeed because it would return
'failed, which has truth value. The exercise
'verify-introductory-commit', we need to add a second commit beyond the
introductory commit, which is what we do here.
* tests/channels.scm ("authenticate-channel, wrong first commit
signer"): Add a second commit and authenticate up to that one. Change
'message?' to 'message-condition?'.
2020-06-25 01:20:31 +02:00
Ludovic Courtès
1ad332b367
gnu: glib: Hide 'zip' binding from SRFI-1.
...
* gnu/packages/glib.scm: Hide 'zip' from (srfi srfi-1).
2020-06-25 01:20:31 +02:00
Ludovic Courtès
db170ee921
services: Add missing (ice-9 format) import.
...
These issues were reported by -Wformat, though they were harmless in
practice because importing (ice-9 format) changes the global 'format'
binding currently.
* gnu/services/nix.scm: Import (ice-9 format).
* gnu/services/web.scm: Likewise.
* gnu/system/mapped-devices.scm: Likewise.
2020-06-25 01:20:31 +02:00
Jakub Kądziołka
5adaf17bb0
gnu: sameboy: Update to 0.13.3.
...
* gnu/packages/emulators.scm (sameboy): Update to 0.13.3.
2020-06-25 00:21:30 +02:00
Marius Bakke
e30cf11bb0
services: childhurd: Adjust for hurd-disk-image move.
...
This is a follow-up to commit b904b59ce5 .
* gnu/services/virtualization.scm: Import (gnu system images hurd).
2020-06-25 00:13:31 +02:00
Ryan Prior
fb77ed2c49
gnu: Add sideload.
...
* gnu/packages/pantheon.scm (sideload): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-06-24 22:10:59 +02:00
Vinicius Monego
657f8535aa
gnu: Add gmic.
...
* gnu/packages/image-processing.scm (gmic): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-06-24 22:10:59 +02:00
Vinicius Monego
c53d529f1d
gnu: Add photoflare.
...
* gnu/packages/photo.scm (photoflare): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-06-24 22:10:58 +02:00
Marius Bakke
cdf6a11880
gnu: python-on-guile: Update to 1.2.3.5.
...
* gnu/packages/guile-xyz.scm (python-on-guile): Update to 1.2.3.5.
2020-06-24 22:10:58 +02:00
Marius Bakke
af91d13385
gnu: cURL: Replace with 7.71.0 [fixes CVE-2020-8169, CVE-2020-8177].
...
* gnu/packages/curl.scm (curl-7.71.0): New variable.
(curl)[replacement]: New field.
2020-06-24 22:10:58 +02:00
Maxim Cournoyer
f9cb49d761
gnu: Add emacs-ob-erlang.
...
* gnu/packages/emacs-xyz.scm (emacs-ob-erlang): New variable.
2020-06-24 16:03:20 -04:00
Jakub Kądziołka
bf2ab0a078
gnu: fd: Update to 8.1.1.
...
* gnu/packages/rust-apps.scm (fd): Update to 8.1.1.
[cargo-inputs]: Add rust-anyhow-1.0, rust-dirs-2.0, rust-users-0.10.
Replace rust-humantime-1.3 with 2, rust-lscolors-0.6 with 0.7,
rust-num-cpus-1.10 with 1.11.
2020-06-24 21:14:34 +02:00
Jakub Kądziołka
eb9b378604
gnu: Add rust-lscolors-0.7.
...
* gnu/packages/crates-io.scm (rust-lscolors-0.7): New variable.
(rust-lscolors-0.6): Inherit from rust-lscolors-0.7.
2020-06-24 21:14:33 +02:00
Jakub Kądziołka
3e838a21fe
gnu: Add rust-users-0.10.
...
* gnu/packages/crates-io.scm (rust-users-0.10): New variable.
(rust-users-0.9): Inherit from rust-users-0.10.
2020-06-24 21:14:33 +02:00
Jakub Kądziołka
c434a3fbc0
gnu: Add rust-humantime-2.
...
* gnu/packages/crates-io.scm (rust-humantime-2): New variable.
(rust-humantime-1.3): Inherit from rust-humantime-2.
2020-06-24 21:14:33 +02:00
Jakub Kądziołka
4f5c689d10
gnu: Remove rust-humantime-1.2.
...
* gnu/packages/crates-io.scm (rust-humantime-1.2): Remove variable.
(rust-env-logger-0.5, rust-env-logger-0.6)[arguments]: Replace
rust-humantime-1.2 with 1.3. Don't skip build.
2020-06-24 21:14:32 +02:00
Christopher Baines
cd43b55da7
nix: Tweak .gitignore files.
...
Remove .gitignore entries where they match source files that are tracked in
Git. This is relevant to me at least, as some code searching tools use
.gitignore files and will ignore matched files.
2020-06-24 19:55:22 +01:00
Mathieu Othacehe
f56144e18a
system: image: Enable compression on ISO9660 images.
...
ISO9660 image compression was temporarily disabled to speed-up tests of the
new image API. Enable it again.
* gnu/system/image.scm (iso9660-image)[compression]: Enable it.
2020-06-24 20:50:42 +02:00
Mathieu Othacehe
eda3fcfb46
ci: Build Guix System images.
2020-06-24 20:47:35 +02:00
Mathieu Othacehe
b904b59ce5
image: Move hurd image definition to a dedicated file.
...
This moves hurd-disk-image to a dedicated file. It also defines a default
operating-system so that the image can be built standalone.
* gnu/system/images/hurd.scm: New file,
* gnu/local.mk (GNU_SYSTEM_MODULES): add it,
* gnu/system/image.scm (root-offset, root-label): Export it,
(hurd-disk-image): remove it as this is now defined in the new, Hurd dedicated
file above,
(find-image): adapt to avoid loop dependency.
2020-06-24 20:24:34 +02:00
Nicolas Goaziou
af0307a099
gnu: symengine: Fix indentation.
...
* gnu/packages/algebra.scm (symengine): Fix indentation and apply small
cosmetic fixes.
2020-06-24 19:46:55 +02:00
Vinicius Monego
49a2a477c9
gnu: Add python-symengine.
...
* gnu/packages/python-xyz.scm (python-symengine): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-06-24 19:39:47 +02:00
Vinicius Monego
d0337a226b
gnu: Add symengine.
...
* gnu/packages/algebra.scm (symengine): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-06-24 19:38:32 +02:00
Oleg Pykhalov
48eeee818a
gnu: sssd: Fix build.
...
* gnu/packages/patches/sssd-fix-samba.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add this.
* gnu/packages/sssd.scm (sssd)[source]: Add this.
2020-06-24 18:40:47 +03:00
Ricardo Wurmus
f39ef3aef9
gnu: r-fpc: Update to 2.2-6.
...
* gnu/packages/statistics.scm (r-fpc): Update to 2.2-6.
2020-06-24 17:23:49 +02:00
Ricardo Wurmus
2bceb47cc8
gnu: r-dt: Update to 0.14.
...
* gnu/packages/statistics.scm (r-dt): Update to 0.14.
2020-06-24 17:23:49 +02:00
Ricardo Wurmus
c496c754af
gnu: r-segmented: Update to 1.2-0.
...
* gnu/packages/statistics.scm (r-segmented): Update to 1.2-0.
2020-06-24 17:23:49 +02:00
Ricardo Wurmus
d8c78ea647
gnu: r-knitr: Update to 1.29.
...
* gnu/packages/statistics.scm (r-knitr): Update to 1.29.
2020-06-24 17:23:49 +02:00
Ricardo Wurmus
7fe6a2f00b
gnu: r-patchwork: Update to 1.0.1.
...
* gnu/packages/cran.scm (r-patchwork): Update to 1.0.1.
2020-06-24 17:23:49 +02:00
Ricardo Wurmus
30d4e2cb02
gnu: r-ggforce: Update to 0.3.2.
...
* gnu/packages/cran.scm (r-ggforce): Update to 0.3.2.
2020-06-24 17:23:48 +02:00
Ricardo Wurmus
0ba8408e7c
gnu: r-bookdown: Update to 0.20.
...
* gnu/packages/cran.scm (r-bookdown): Update to 0.20.
2020-06-24 17:23:48 +02:00
Ricardo Wurmus
89950dd439
gnu: r-docopt: Update to 0.7.1.
...
* gnu/packages/cran.scm (r-docopt): Update to 0.7.1.
2020-06-24 17:23:48 +02:00
Ricardo Wurmus
55df96b8a8
gnu: r-magick: Update to 2.4.0.
...
* gnu/packages/cran.scm (r-magick): Update to 2.4.0.
[native-inputs]: Add r-knitr.
2020-06-24 17:23:48 +02:00
Ricardo Wurmus
01d4a5c342
gnu: r-recipes: Update to 0.1.13.
...
* gnu/packages/cran.scm (r-recipes): Update to 0.1.13.
[propagated-inputs]: Add r-lifecycle.
2020-06-24 17:23:48 +02:00
Ricardo Wurmus
7336ded499
gnu: r-gower: Update to 0.2.2.
...
* gnu/packages/cran.scm (r-gower): Update to 0.2.2.
2020-06-24 17:23:48 +02:00
Efraim Flashner
d739b8d8b8
gnu: libsignal-protocol-c: Don't use unstable tarball.
...
* gnu/packages/messaging.scm (libsignal-protocol-c)[source]: Download
using git-fetch.
2020-06-24 10:41:50 +03:00
Efraim Flashner
2d84ef328c
gnu: ocaml4.07-piqi: Don't use unstable tarball.
...
* gnu/packages/ocaml.scm (ocaml4.07-piqi)[source]: Download using
git-fetch.
[arguments]: Add custom phase to make files writable.
2020-06-24 10:35:56 +03:00
Efraim Flashner
d5c0b3fa7e
gnu: jmtpfs: Don't use unstable tarball.
...
* gnu/packages/linux.scm (jmtpfs)[source]: Download using git-fetch.
2020-06-24 10:29:54 +03:00
Efraim Flashner
8de377564e
gnu: pflask: Don't use unstable tarball.
...
* gnu/packages/linux.scm (pflask)[source]: Download using git-fetch.
2020-06-24 10:27:58 +03:00
Efraim Flashner
cfaf5bccb9
gnu: procenv: Don't use unstable tarball.
...
* gnu/packages/linux.scm (procenv)[source]: Download using git-fetch.
2020-06-24 10:26:20 +03:00
Efraim Flashner
eb4cfec276
gnu: ddate: Don't use unstable tarball.
...
* gnu/packages/linux.scm (ddate)[source]: Download using git-fetch.
2020-06-24 10:23:51 +03:00
Efraim Flashner
2c9cb2f0a1
gnu: java-usb4java: Don't use unstable tarball.
...
* gnu/packages/libusb.scm (java-usb4java)[source]: Download using
git-fetch.
2020-06-24 10:19:15 +03:00
Efraim Flashner
dcd62e8b8d
gnu: antlr3-3.3: Don't propagate antlr3-3.1.
...
* gnu/packages/java.scm (antlr3-3.3)[propagated-inputs]: Remove antlr3-3.1.
2020-06-24 09:37:10 +03:00
Efraim Flashner
397b9c887c
gnu: python2-zipp-bootstrap: Add missing name field.
...
* gnu/packages/python-compression.scm (python2-zipp-bootstrap)[name]:
Don't inherit from python2-zipp.
2020-06-24 08:19:43 +03:00
Marius Bakke
4f33bf5709
gnu: python-on-guile: Do not propagate dependencies.
...
* gnu/packages/guile-xyz.scm (python-on-guile)[propagated-inputs]: Move
everything to ...
[inputs] ... here.
2020-06-24 01:04:15 +02:00
Marius Bakke
862d6a9173
gnu: python-on-guile: Wrap with own Guile modules.
...
* gnu/packages/guile-xyz.scm (python-on-guile)[arguments]: Add the output
modules to the wrapper.
2020-06-24 01:04:15 +02:00
Marius Bakke
ac94458485
gnu: python-on-guile: Update to 1.2.3.4.
...
* gnu/packages/guile-xyz.scm (python-on-guile): Update to 1.2.3.
[source]: Download from <https://gitlab.com/python-on-guile/python-on-guile >.
[inputs]: Change from GUILE-2.2 to GUILE-3.0.
[arguments]: Add phase augment-GUILE_LOAD_PATH.
2020-06-24 01:04:15 +02:00
Marius Bakke
09f0bc87a9
gnu: guile-persist: Update to 1.2.3.
...
* gnu/packages/guile-xyz.scm (guile-persist): Update to 1.2.3.
[source](modules, snippet): Remove.
[inputs]: Change from GUILE-2.2 to GUILE-3.0.
2020-06-24 01:04:15 +02:00
Marius Bakke
3a71dac02e
gnu: guile-stis-parser: Update to 1.2.4.1.
...
* gnu/packages/guile-xyz.scm (guile-stis-parser): Update to 1.2.4.1.
[arguments]: Remove obsolete phase.
[inputs]: Change from GUILE-2.2 to GUILE-3.0.
2020-06-24 01:04:15 +02:00
Ryan Prior
aeefe5317d
gnu: Add v.
...
* gnu/packages/vlang.scm: New file.
* gnu/packages/vlang.scm (v): New variable.
* gnu/local.mk: Add vlang.scm.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-23 23:52:24 +02:00
Robin Templeton
753d75d40b
gnu: flatpak: Fix xdg-dbus-proxy configure flag.
...
* gnu/packages/package-management.scm (flatpak) [arguments]: Pass the full
"xdg-dbus-proxy" program path to the "--with-system-dbus-proxy" configure
flag.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-23 23:39:42 +02:00
Ludovic Courtès
6f233040d3
openpgp: Use Libgcrypt's crc24 implementation.
...
This gives an 18% speedup on the wall-clock time of:
guile -c '(use-modules (git) (guix git-authenticate)) (load-keyring-from-reference (repository-open ".") "keyring")'
* guix/openpgp.scm (crc24): Rewrite by calling out to 'bytevector-hash'.
2020-06-23 23:39:42 +02:00
Ludovic Courtès
4ebbd92c29
doc: cookbook: Fix typos.
...
* doc/guix-cookbook.texi (Extended example): Fix typos.
2020-06-23 23:39:42 +02:00
Ricardo Wurmus
501d89d707
gnu: python-pywavelets: Update to 1.1.1.
...
* gnu/packages/python-xyz.scm (python-pywavelets): Update to 1.1.1.
[arguments]: Update "check" phase.
[native-inputs]: Replace python-nose with python-pytest.
2020-06-23 23:15:55 +02:00
Ricardo Wurmus
88e0101b61
gnu: Add python-imageio.
...
* gnu/packages/python-xyz.scm (python-imageio): New variable.
2020-06-23 23:15:55 +02:00
Ricardo Wurmus
6bd9e0d501
gnu: Add python-lfdfiles.
...
* gnu/packages/python-xyz.scm (python-lfdfiles): New variable.
2020-06-23 23:15:55 +02:00
Ricardo Wurmus
09f527827a
gnu: Add python-tifffile.
...
* gnu/packages/python-xyz.scm (python-tifffile): New variable.
2020-06-23 23:15:54 +02:00
Ricardo Wurmus
978d11f96e
gnu: Add python-roifile.
...
* gnu/packages/python-xyz.scm (python-roifile): New variable.
2020-06-23 23:15:54 +02:00
Ricardo Wurmus
5db8ba1f49
gnu: Add python-msgpack-numpy.
...
* gnu/packages/python-science.scm (python-msgpack-numpy): New variable.
2020-06-23 23:15:54 +02:00
Ricardo Wurmus
4be49afabd
gnu: python-scikit-image: Update to 0.17.2.
...
* gnu/packages/python-science.scm (python-scikit-image): Update to 0.17.2.
2020-06-23 23:15:54 +02:00
Ricardo Wurmus
83c116563d
gnu: python-gridmap: Update to 0.14.0.
...
* gnu/packages/python-xyz.scm (python-gridmap): Update to 0.14.0.
2020-06-23 23:15:54 +02:00
Ricardo Wurmus
e8f2ddbb23
gnu: Add python-progressbar2.
...
* gnu/packages/python-xyz.scm (python-progressbar2): New variable.
2020-06-23 23:15:54 +02:00
Ricardo Wurmus
2537a7bf26
gnu: python-pycodestyle: Update to 2.6.0.
...
* gnu/packages/python-xyz.scm (python-pycodestyle): Update to 2.6.0.
[arguments]: Replace check phase.
[native-inputs]: Add python-pytest.
2020-06-23 23:15:54 +02:00
Ricardo Wurmus
4e6387846b
gnu: python-pyflakes: Update to 2.2.0.
...
* gnu/packages/python-xyz.scm (python-pyflakes): Update to 2.2.0.
2020-06-23 23:15:54 +02:00
Ricardo Wurmus
358dda42e7
gnu: python-flake8: Update to 3.8.3.
...
* gnu/packages/python-xyz.scm (python-flake8): Update to 3.8.3.
2020-06-23 23:15:54 +02:00
Ricardo Wurmus
57be09b207
gnu: python-utils: Update to 2.4.0.
...
* gnu/packages/python-xyz.scm (python-utils): Update to 2.4.0.
[arguments]: Replace check phase.
2020-06-23 23:15:54 +02:00
Ricardo Wurmus
a17e1b9e11
gnu: python-pytest-flakes: Update to 4.0.0.
...
* gnu/packages/check.scm (python-pytest-flakes): Update to 4.0.0.
[arguments]: Skip broken test.
2020-06-23 23:15:54 +02:00
Marius Bakke
a864d40711
gnu: mpv: Use deterministic ordering of shared library dependencies.
...
Fixes <https://bugs.gnu.org/42025 >.
Reported by Msavoritias <marinus.savoritias@disroot.org >.
* gnu/packages/video.scm (mpv)[arguments]: Add phase 'build-reproducibly'.
2020-06-23 22:24:38 +02:00
Marius Bakke
e6c2cec217
gnu: ungoogled-chromium: Update to 83.0.4103.116-0.f08ce8b [fixes CVE-2020-6509].
...
* gnu/packages/chromium.scm (%chromium-version): Set to 83.0.4103.116.
(%ungoogled-origin): Update hash.
2020-06-23 22:24:38 +02:00
Marius Bakke
b87840f0d4
gnu: motion: Build with the latest ffmpeg.
...
* gnu/packages/video.scm (motion)[inputs]: Change from FFMPEG-3.4 to FFMPEG.
2020-06-23 22:24:32 +02:00
Efraim Flashner
aa246eaa6b
gnu: openmw: Don't use unstable tarball.
...
* gnu/packages/game-development.scm (openmw)[source]: Download using
git-fetch.
2020-06-23 19:17:33 +03:00
Efraim Flashner
9b03299544
gnu: go-1.13: Target aarch64-linux for aarch64-linux.
...
Fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34872 >.
* gnu/packages/golang.scm (go-1.13)[arguments]: Set system to
aarch64-linux when building for aarch64-linux. Adjust 'prebuild phase
to skip tests which fail on aarch64-linux.
2020-06-23 19:17:33 +03:00
Efraim Flashner
87e1a1979b
gnu: go-github-com-rcrowley-go-metrics: Skip tests on aarch64-linux.
...
* gnu/packages/syncthing.scm (go-github-com-rcrowley-go-metrics)
[arguments]: Skip tests when building on or for aarch64-linux.
2020-06-23 19:17:32 +03:00
Kei Kebreau
362ae4313e
gnu: nml: Update to 0.5.2.
...
* gnu/packages/game-development.scm (nml): Update to 0.5.2.
[source]: Fetch from pypi.
[arguments]: Remove 'fix-pillow' phase and disable tests.
[home-page]: Update URL.
2020-06-23 10:23:00 -04:00
Efraim Flashner
6562a3883f
gnu: pidentd: Don't use unstable tarball.
...
* gnu/packages/networking.scm (pidentd)[source]: Download using
git-fetch.
2020-06-23 17:12:58 +03:00
Efraim Flashner
59bcda1e8c
gnu: nzbget: Don't use unstable tarball.
...
* gnu/packages/networking.scm (nzbget)[source]: Download using release
source tarball.
2020-06-23 17:10:34 +03:00
Efraim Flashner
a2a7cc9bfc
gnu: lightgbm: Don't use unstable tarball.
...
* gnu/packages/machine-learning.scm (lightgbm)[source]: Download using
git-fetch.
[arguments]: Adjust custom 'check phase accordingly.
2020-06-23 17:02:04 +03:00
Efraim Flashner
92ecee94dd
gnu: sonata: Don't use unstable tarball.
...
* gnu/packages/mpd.scm (sonata)[source]: Download using git-fetch.
2020-06-23 16:46:06 +03:00
Efraim Flashner
fffe9a1529
gnu: sbcl-md5: Don't use unstable tarball.
...
* gnu/packages/lisp-xyz.scm (sbcl-md5)[source]: Download using git-fetch.
2020-06-23 16:34:34 +03:00
Efraim Flashner
b244722879
gnu: nototools: Don't use unstable tarball.
...
* gnu/packages/fontutils.scm (nototools)[source]: Download using
git-fetch.
2020-06-23 16:13:41 +03:00
Efraim Flashner
405b9ba048
gnu: fntsample: Don't use unstable tarball.
...
* gnu/packages/fontutils.scm (fntsample)[source]: Download using
git-fetch.
2020-06-23 16:08:15 +03:00
Efraim Flashner
de0f36f0aa
gnu: miniasm: Make sure all phases return #t.
...
* gnu/packages/bioinformatics.scm (miniasm)[arguments]: Make custom
'install phase return #t.
2020-06-23 16:04:51 +03:00
Efraim Flashner
896f18210b
gnu: miniasm: Don't use unstable tarball.
...
* gnu/packages/bioinformatics.scm (miniasm)[source]: Download using
git-fetch.
2020-06-23 16:04:04 +03:00
Efraim Flashner
b9e1fc2f04
gnu: stumpwm-contrib: Add a source file-name.
...
* gnu/packages/wm.scm (stumpwm-contrib)[source]: Add file-name field.
2020-06-23 15:56:50 +03:00
Efraim Flashner
09c2fb1238
gnu: libfreenect: Add a source file-name.
...
* gnu/packages/openkinect.scm (libfreenect)[source]: Add file-name field.
2020-06-23 15:55:27 +03:00
Efraim Flashner
352e09a5b0
gnu: xaos: Add a source file-name.
...
* gnu/packages/maths.scm (xaos)[source]: Add file-name field.
2020-06-23 15:54:38 +03:00
Efraim Flashner
b5698f5b38
gnu: java-picocli: Use a source file-name.
...
* gnu/packages/java.scm (java-picocli)[source]: Add a file-name field.
2020-06-23 15:53:54 +03:00
Martin Becze
1ed87c010e
gnu: Add go-github-com-emersion-go-imap-idle.
...
* gnu/packages/golang.scm (go-github-com-emersion-go-imap-idle): New
variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-23 15:11:09 +03:00
Martin Becze
9ba67ef0ea
gnu: Add go-github-com-emersion-go-sasl.
...
* gnu/packages/golang.scm (go-github-com-emersion-go-sasl): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-23 15:11:08 +03:00
Martin Becze
48ee9aa461
gnu: Add go-github-com-emersion-go-imap.
...
* gnu/packages/golang.scm (go-github-com-emersion-go-imap): New
variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-23 15:11:08 +03:00
Martin Becze
bffb8f3c5f
gnu: Add go-github-com-ddevault-go-libvterm.
...
* gnu/packages/golang.scm (go-github-com-ddevault-go-libvterm): New
variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-23 15:11:08 +03:00
Martin Becze
d6bae2b7bc
gnu: Add go-github-com-danwakefield-fnmatch.
...
* gnu/packages/golang.scm (go-github-com-danwakefield-fnmatch): New
variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-23 15:11:08 +03:00
Ricardo Wurmus
c03cefc3d8
gnu: Add r-kmer.
...
* gnu/packages/cran.scm (r-kmer): New variable.
Co-authored-by: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de >
2020-06-23 13:43:12 +02:00
Ricardo Wurmus
f9b3718568
gnu: Add r-phylogram.
...
* gnu/packages/cran.scm (r-phylogram): New variable.
Co-authored-by: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de >
2020-06-23 13:43:12 +02:00
Ricardo Wurmus
755733a3fe
gnu: Add r-fourcseq.
...
* gnu/packages/cran.scm (r-fourcseq): New variable.
Co-authored-by: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de >
2020-06-23 13:43:12 +02:00
Ricardo Wurmus
c261a7b39a
gnu: Add r-lsd.
...
* gnu/packages/cran.scm (r-lsd): New variable.
Co-authored-by: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de >
2020-06-23 13:43:12 +02:00
Mathieu Othacehe
380c3e459b
gnu: cuirass: Update to 0.0.1-34.10b16e.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-34.10b16e.
2020-06-23 11:09:24 +02:00
Mathieu Othacehe
fd45ecb571
system: image: Remove fakeroot dependencies.
...
Since c29bb909d2 , fakeroot "sed" and "coreutils"
dependencies are now explicit.
* gnu/system/image.scm (system-disk-image): Remove "sed" and "coreutils" from
inputs.
2020-06-23 09:51:20 +02:00
Mathieu Othacehe
c29bb909d2
gnu: fakeroot: Do not assume "sed" and "cut" to be available.
...
* gnu/packages/linux.scm (fakeroot)[inputs]: Add "sed" and "coreutils",
[arguments]: substitute "sed" and "cut" by their absolute path in fakeroot
script. Rename the associated phase from patch-getopt to patch-script.
2020-06-23 09:51:14 +02:00
Mark H Weaver
42a2ee1f92
gnu: linux-libre: Update to 5.4.48.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.48.
(linux-libre-5.4-pristine-source): Update hash.
2020-06-22 21:02:33 -04:00
Mark H Weaver
83cbfa2091
gnu: linux-libre@5.7: Update to 5.7.5.
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.5.
(linux-libre-5.7-pristine-source): Update hash.
2020-06-22 21:02:00 -04:00
Mark H Weaver
d460e737a8
gnu: linux-libre@4.19: Update to 4.19.129.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.129.
(linux-libre-4.19-pristine-source): Update hash.
2020-06-22 21:00:50 -04:00
Jakub Kądziołka
2dab855bb1
gnu: sequoia: Update to 0.17.0.
...
* gnu/packages/sequoia.scm (sequoia): Update to 0.17.0.
[cargo-inputs]: Add rust-structopt-0.3.
[phases](unpin-deps): New phase.
2020-06-23 01:42:02 +02:00
Ludovic Courtès
96a95aa9c7
doc: cookbook: Tweak intro to the REPL.
...
* doc/guix-cookbook.texi (A Scheme Crash Course): Reword first
paragraph. Remove extra paren.
2020-06-23 00:03:08 +02:00
Ludovic Courtès
2f6901c9df
self: Parallelize translation of the manual.
...
The guix-translated-texinfo.drv execution time goes from 1mn42s with 1
core to 1mn8s with 4 cores.
* guix/self.scm (translate-texi-manuals)[build]: Use 'n-par-for-each'
instead of 'for-each' for translation.
2020-06-23 00:03:08 +02:00
Ludovic Courtès
301527be8b
self: Move statements after definitions in translation derivation.
...
* guix/self.scm (translate-texi-manuals)[build]: Move statements after
definitions.
2020-06-23 00:03:08 +02:00
Ludovic Courtès
5837b3e41f
po: Micro-optimize 'read-po-file'.
...
* guix/build/po.scm (parse-tree->assoc): Use dot instead of ellipsis in
'match' clause to avoid repeated calls to 'list?'.
2020-06-23 00:03:08 +02:00
Ludovic Courtès
52b4524f4e
po: Avoid regexps when interpreting '\n' sequences.
...
This reduces the execution time of:
(call-with-input-file "po/doc/guix-manual.de.po" read-po-file)
from 4.7s to 4.0s.
* guix/build/po.scm (interpret-newline-escape): New procedure.
(parse-tree->assoc): Use it instead of 'regexp-substitute/global'.
2020-06-23 00:03:08 +02:00
Ludovic Courtès
a524a31de4
self: Speed up Texinfo cross-reference translation.
...
Building guix-translated-texinfo.drv goes from 11mn to 1mn50s, most of
which is taken by po4a.
* guix/self.scm (translate-texi-manuals)[build](make-ref-regex): Remove.
(canonicalize-whitespace): New procedure.
(xref-regexp): New variable.
(translate-cross-references): Rewrite to iterate over the
cross-references rather than iterating over the msgids. Update caller.
2020-06-23 00:03:08 +02:00
Ludovic Courtès
2f562699ea
doc: cookbook: Mention "guix hash -rx" for Git checkouts.
...
* doc/guix-cookbook.texi (Extended example): Mention "guix hash -rx ."
2020-06-23 00:03:08 +02:00
Ludovic Courtès
ab83e1f054
doc: cookbook: Clarify 'git-fetch' conventions.
...
* doc/guix-cookbook.texi (Extended example): Clarify use of 'git-file-name'
and 'git-version'.
2020-06-23 00:03:08 +02:00
Vinicius Monego
62115b7ab7
gnu: liferea: Update to 1.12.8.
...
* gnu/packages/syndication.scm (liferea): Update to 1.12.8.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-06-22 23:52:55 +02:00
Marius Bakke
0752dabb40
gnu: mlt: Build with the latest ffmpeg.
...
* gnu/packages/video.scm (mlt)[inputs]: Change from FFMPEG-3.4 to FFMPEG.
2020-06-22 23:52:55 +02:00
Vinicius Monego
d6817e0086
gnu: mlt: Update to 6.20.0.
...
* gnu/packages/video.scm (mlt): Update to 6.20.0.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-06-22 23:52:55 +02:00
Vinicius Monego
9305dfb9fd
gnu: darktable: Update to 3.0.2.
...
* gnu/packages/photo.scm (darktable): Update to 3.0.2.
[arguments]: Compile with clang. Wrap GSETTINGS_SCHEMAS_DIR.
[license]: Add license information for Rawspeed.
[native-inputs]: Add clang, desktop-file-utils, glib, gobject-instrospection,
llvm, and po4a. Reorder alphabetically.
[inputs]: Add colord-gtk, cups, graphicsmagick, gsettings-desktop-schemas,
iso-codes, libsecret, lua, openjpeg, and osm-gps-map. Reorder alphabetically.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-06-22 23:52:55 +02:00
Simon South
a212006048
gnu: jamvm: Fix to work with current gcc and glibc.
...
* gnu/packages/java.scm (jamvm)[source]: Add patch.
(jamvm-1-bootstrap)[native-inputs]: Remove.
* gnu/packages/patches/jamvm-2.0.0-disable-branch-patching.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-06-22 23:52:55 +02:00
Giacomo Leidi
cf66096d51
gnu: template-glib: Update to 3.34.0.
...
* gnu/packages/glib.scm (template-glib): Update to 3.34.0.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-06-22 23:52:54 +02:00
Edouard Klein
3e84503cb2
gnu: Add python-daemux.
...
* gnu/packages/tmux.scm (python-daemux): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-06-22 23:52:54 +02:00
Edouard Klein
3565a30f70
gnu: Add python-libtmux.
...
* gnu/packages/tmux.scm (python-libtmux): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-06-22 23:52:54 +02:00
Edouard Klein
9d0e87f8ed
gnu: Add python-pyfiglet.
...
* gnu/packages/python-xyz.scm (python-pyfiglet): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-06-22 23:52:54 +02:00
Edouard Klein
24297a9a9c
gnu: Add python-flask-restx.
...
* gnu/packages/python-web.scm (python-flask-restx): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-06-22 23:52:54 +02:00
Edouard Klein
85acb5f53d
gnu: Add python-pytest-flask.
...
* gnu/packages/python-check.scm (python-pytest-flask): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-06-22 23:52:54 +02:00
Edouard Klein
857c63fe03
gnu: Add python-pytest-benchmark.
...
* gnu/packages/python-check.scm (python-pytest-benchmark): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-06-22 23:52:54 +02:00
Edouard Klein
bb7e9ab755
gnu: Add python-py-cpuinfo.
...
* gnu/packages/python-xyz.scm (python-py-cpuinfo): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org >
2020-06-22 23:52:53 +02:00
Nicolas Goaziou
68a6070bc3
gnu: Add abe.
...
* gnu/packages/games.scm (abe): New variable.
2020-06-22 22:06:06 +02:00
Jonathan Brielmaier
5d9540ddcf
gnu: mate: Don't propagate glib:bin.
...
* gnu/packages/mate.scm (mate)[propagated-inputs]: Remove as the
proper fix arrived from core-updates.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-22 21:28:12 +03:00
Jonathan Brielmaier
a2ebd098d7
gnu: mate-common: Update to 1.24.1.
...
* gnu/packages/mate.scm (mate-common): Update to 1.24.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-22 21:27:38 +03:00
Vinicius Monego
bf2ffbcd77
gnu: Add python-pytest-lazy-fixture.
...
* gnu/packages/check.scm (python-pytest-lazy-fixture): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-22 21:18:40 +03:00
Ricardo Wurmus
af02327856
gnu: r-with-tests, r-minimal: Update to 4.0.2.
...
* gnu/packages/statistics.scm (r-with-tests, r-minimal): Update to 4.0.2.
2020-06-22 18:28:52 +02:00
Mathieu Othacehe
7f75a7ec08
system: image: Remove "image-root" when building raw disk-images.
...
The "image-root" derivation output is used as a temporary directory that is
passed to mke2fs and mkdosfs later on. By merging the creation of this
directory and the production of partition images, we can get rid of the
derivation.
As mke2fs and mkdosfs are not able to override file permissions, call those
commands with fakeroot. This way, all the image files will be owned by root,
even if image generation is done in an unprivilegded context.
* gnu/system/image.scm (system-disk-image): Merge "image-root" and
"iso9660-image" derivations so that we spare an extra derivation. Also add
"fakeroot" and its runtime dependencies to the inputs.
* gnu/build/image.scm (make-ext-image, make-vfat-image): Make sure that mke2fs
and mkdosfs are respectively called by fakeroot.
2020-06-22 17:49:19 +02:00
Marius Bakke
cf14e67963
gnu: gn: Update to 0.0-1794.eb997b5.
...
* gnu/packages/build-tools.scm (gn): Update to 0.0-1794.eb997b5.
2020-06-22 17:16:39 +02:00
Marius Bakke
75527eb1cb
gnu: ungoogled-chromium: Update to 83.0.4103.106-0.f08ce8b [security fixes].
...
This fixes CVE-2020-6465, CVE-2020-6466, CVE-2020-6467, CVE-2020-6468,
CVE-2020-6469, CVE-2020-6470, CVE-2020-6471, CVE-2020-6472, CVE-2020-6473,
CVE-2020-6474, CVE-2020-6475, CVE-2020-6476, CVE-2020-6477, CVE-2020-6478,
CVE-2020-6479, CVE-2020-6480, CVE-2020-6481, CVE-2020-6482, CVE-2020-6483,
CVE-2020-6484, CVE-2020-6485, CVE-2020-6486, CVE-2020-6487, CVE-2020-6488,
CVE-2020-6489, CVE-2020-6490, CVE-2020-6491, CVE-2020-6493, CVE-2020-6494,
CVE-2020-6495, CVE-2020-6496, CVE-2020-6497, and CVE-2020-6498.
* gnu/packages/patches/ungoogled-chromium-system-jsoncpp.patch,
gnu/packages/patches/ungoogled-chromium-system-zlib.patch: New files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for 83.
(%chromium-version): Set to 83.0.4103.106.
(%ungoogled-revision): Set to f08ce8b3f1300ef0750b5d6bf967b9cbbfd9a56d.
(%gentoo-revision, %gentoo-patches, %debian-patches): New variables.
(gentoo-patch, debian-patch): New procedures.
(%chromium-origin, %ungoogled-origin): Update hashes.
(ungoogled-chromium-source): Don't apply patches from %DEBIAN-ORIGIN, but take
%GENTOO-PATCHES, %DEBIAN-PATCHES, and the local patch files.
(ungoogled-chromium)[arguments]: Remove "enable_swiftshader=false" from
#:configure-flags. Add "icu_use_data_file=false". Set CFLAGS in phase.
Remove obsolete substitution. Adjust install phase to install .so files for
ANGLE and Swiftshader.
[native-inputs]: Change from CLANG-9 to CLANG-10.
[inputs]: Replace ICU4C with ICU4C-67.
(ungoogled-chromium/wayland): Remove obsolete substitution. Add
"ozone_platform_x11=true" in #:configure-flags.
2020-06-22 17:16:39 +02:00
Marius Bakke
8169cc736a
gnu: icu4c: Add 67.1.
...
* gnu/packages/icu4c.scm (icu4c-67): New public variable.
2020-06-22 17:16:39 +02:00
Marius Bakke
acac3b94d7
gnu: ungoogled-chromium: Specify CPE name.
...
* gnu/packages/chromium.scm (ungoogled-chromium)[properties]: Add CPE-NAME.
2020-06-22 17:16:39 +02:00
Marius Bakke
cafc5f8927
gnu: ungoogled-chromium: Remove non-free file.
...
* gnu/packages/chromium.scm (ungoogled-chromium-source): Remove (unused) SVG
file that is licensed under a NoDerivatives license.
2020-06-22 17:16:39 +02:00
Marius Bakke
3d5a217d5e
gnu: ungoogled-chromium: Build with ffmpeg@4.2.
...
Fixes <https://bugs.gnu.org/41987 >.
Reported by Jonathan Brielmaier <jonathan.brielmaier@web.de >.
* gnu/packages/video.scm (ffmpeg-4.2): New public variable.
* gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Change from FFMPEG
to FFMPEG-4.2.
2020-06-22 17:16:38 +02:00
Marius Bakke
402d03751c
gnu: ffmpeg: Enable rav1e on x86_64 only.
...
Fixes <https://bugs.gnu.org/41993 >.
Reported by Kurt I <gitlabcanada@runbox.com >.
* gnu/packages/video.scm (ffmpeg)[inputs]: Conditionally add RAV1E.
[arguments]: Adjust #:configure-flags accordingly.
2020-06-22 17:16:38 +02:00
Mathieu Othacehe
1cb9effc3e
system: image: Remove "image-root" derivation when building ISO.
...
The "image-root" derivation output is used as a temporary directory that is
passed to GNU Xorriso later on. By merging the creation of this directory and
the production of an ISO image, we can get rid of the derivation.
* gnu/system/image.scm (system-iso9660-image): Merge "image-root" and
"iso9660-image" derivations so that we spare an extra derivation.
2020-06-22 17:07:22 +02:00
Mathieu Othacehe
0919d6148f
gnu: xl2tpd: Fix build.
...
* gnu/packages/vpn.scm (xl2tpd)[arguments]: Substitute hardcoded pppd path
instead of trying to set CFLAGS variable.
2020-06-22 16:48:58 +02:00
Pierre Langlois
6e31d6f3c4
gnu: python-plotly: Update to 4.8.1.
...
But keep version 2.4.1 around for packages that still need it and for python2
support.
* gnu/packages/graph.scm (python-plotly): Update to 4.8.1.
[source]: Use git-fetch so that tests are also included.
[arguments]: Enable tests.
[home-page]: Follow redirect.
(python-plotly-2.4.1): New variable.
(python2-plotly): Inherit from python-plotly-2.4.1.
* gnu/packages/bioinformatics.scm (python-deeptools)[native-inputs]: Depend on
python-plotly-2.4.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-22 15:44:16 +02:00
Pierre Langlois
3417a25156
gnu: Add python-xarray.
...
From 27ec21904f769c1e8114f767972d9037e1e9f68a Mon Sep 17 00:00:00 2001
From: Pierre Langlois <pierre.langlois@gmx.com >
Date: Thu, 18 Jun 2020 00:58:02 +0200
Subject: [PATCH 4/5] gnu: Add python-xarray.
* gnu/package/python-science.scm (python-xarray): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-22 15:44:14 +02:00
Pierre Langlois
7fd33283df
gnu: Add python-retrying.
...
* gnu/packages/python-xyz.scm (python-retrying): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-22 15:44:12 +02:00
Pierre Langlois
20b545f768
gnu: python-pandas: Update to 1.0.5.
...
But also keep version 0.25.3 around for packages requiring an earlier
versions, as well as version 0.24.2 for a version with python2.
* gnu/packages/python-science.scm (python-pandas): Update to 1.0.5.
[arguments]: Adapt 'patch-which phase. Add new 'prepare-x phase. Do not
delete tests that depend on "moto", they are skipped automatically.
[propagated-inputs]: Add python-jinja2.
[inputs]: Add xsel and xclip.
[native-inputs]: Add xorg-server-for-tests so we can test clipboard support.
(python-pandas-0.24): New variable.
(python2-pandas): Inherit from python-pandas-0.25.
* gnu/packages/bioinformatics.scm (python-biom-format)[propagated-inputs]:
Switch to python-pandas-0.25.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-22 15:44:08 +02:00
Pierre Langlois
3a79adab41
gnu: deeptools: Deprecate in favor of python-deeptools.
...
And make sure python-deeptools's tests are running.
* gnu/packages/bioinformatics.scm (python-deeptools): Fetch source using git.
[native-inputs]: Add python-mock and python-nose.
(deeptools): Mark as deprecated.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-22 15:43:59 +02:00
Ludovic Courtès
955caaab26
self: Build with Guile 3.0.3.
...
* gnu/packages/guile.scm (guile-3.0/libgc-7): Inherit from GUILE-3.0.3.
2020-06-22 15:42:56 +02:00
Ludovic Courtès
fe5de925aa
deduplicate: Avoid traversing directories twice.
...
Until now, we'd call (nar-sha256 file) unconditionally. Thus, if FILE
was a directory, we would traverse it for no reason, and then call
'deduplicate' on FILE, which would again traverse it.
This change also removes redundant (mkdir-p store) calls from the loop,
and avoids 'lstat' calls by using 'scandir*'.
* guix/store/deduplication.scm (deduplicate): Add named loop. Move
'mkdir-p' outside the loop. Use 'scandir*' instead of 'scandir'. Do
not call 'nar-sha256' when FILE has type 'directory.
2020-06-22 15:42:55 +02:00
Ludovic Courtès
a0d419e639
compile: Build gnu/{packages,tests}/* with '-O1'.
...
* guix/build/compile.scm (optimization-options): Use '-O1' for the
simple case.
2020-06-22 15:42:55 +02:00
Pierre Neidhardt
a0dccc71a6
gnu: emacs-helm: Update to 3.6.3.
...
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.3.
2020-06-22 15:05:46 +02:00
Pierre Neidhardt
561aeefb0b
gnu: emacs-helm-fish-completion: Update to 0.5.
...
* gnu/packages/emacs-xyz.scm (emacs-helm-fish-completion): Update to 0.5.
2020-06-22 15:01:09 +02:00
Guillaume Le Vaillant
69b82c6078
gnu: js8call: Fix build.
...
* gnu/packages/radio.scm (js8call)[inputs]: Use regular hamlib.
2020-06-22 14:50:50 +02:00
Guillaume Le Vaillant
09e27115d6
gnu: wsjtx: Update to 2.2.1.
...
* gnu/packages/radio.scm (wsjtx-hamlib): Update to 2.2.1.
[arguments]: Add a 'fix-tests' phase.
(wsjtx): Update to 2.2.1.
2020-06-22 14:50:50 +02:00
Guillaume Le Vaillant
0213f0940e
gnu: qgis: Disable some failing tests.
...
* gnu/packages/geo.scm (qgis)[arguments]: Disable a few more failing tests.
2020-06-22 14:50:50 +02:00
Ricardo Wurmus
c89afe7516
gnu: Add r-rgreat.
...
* gnu/packages/bioconductor.scm (r-rgreat): New variable.
2020-06-22 14:39:03 +02:00
Efraim Flashner
277ac1f242
gnu: rust-libc-0.2: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-libc-0.2)[arguments]: Don't skip
build.
2020-06-22 14:15:34 +03:00
Efraim Flashner
a1b79c09ee
gnu: rust-libc-0.2: Update to 0.2.71.
...
* gnu/packages/crates-io.scm (rust-libc-0.2): Update to 0.2.71.
2020-06-22 14:15:34 +03:00
Efraim Flashner
a56305539f
gnu: rust-rayon-1.3: Rename to rust-rayon-1.
...
* gnu/packages/crates-io.scm (rust-rayon-1.3): Rename to rust-rayon-1.
(rust-criterion-0.3, rust-criterion-0.2, rust-gimli-0.18,
rust-hashbrown-0.5, rust-indexmap-1.3, rust-jpeg-decoder-0.1,
rust-nasm-rs-0.1, rust-scroll-0.9, rust-syn-1.0, rust-syn-0.15)
[arguments]: Adjust accordingly.
* gnu/packages/gnome.scm (librsvg-next)[arguments]: Same.
* gnu/packages/rust-apps.scm (tokei)[arguments]: Same.
* gnu/packages/video.scm (rav1e)[arguments]: Same.
2020-06-22 14:15:34 +03:00
Efraim Flashner
6c2189c858
gnu: Remove rust-rayon-1.1.
...
* gnu/packages/crates-io.scm (rust-rayon-1.1): Remove variable.
(rust-criterion-0.2, rust-gimli-0.18, rust-hashbrown-0.5,
rust-jpeg-decoder-0.1, rust-scroll-0.9, rust-syn-0.15)
[arguments]: Replace rust-rayon-1.1 with 1.3.
2020-06-22 14:15:34 +03:00
Efraim Flashner
8781c8edd2
gnu: rust-rayon-core-1.7: Rename to rust-rayon-core-1.
...
* gnu/packages/crates-io.scm (rust-rayon-core-1.7): Rename to
rust-rayon-core-1.
(rust-criterion-0.2, rust-rayon-1.3, rust-rayon-1.1, rust-rayon-0.8)
[arguments]: Adjust accordingly.
2020-06-22 14:15:34 +03:00
Efraim Flashner
4f76fbfcd9
gnu: Remove rust-rayon-core-1.5.
...
* gnu/packages/crates-io.scm (rust-rayon-core-1.5): Remove variable.
(rust-criterion-0.2, rust-rayon-1.1) [arguments]: Replace
rust-rayon-core-1.5 with 1.7.
2020-06-22 14:15:33 +03:00
Efraim Flashner
df4d2ddaee
gnu: sequoia: Fix typos.
...
* gnu/packages/sequoia.scm (sequoia)[arguments]: Move unquote next to
the expression it applies to.
2020-06-22 14:15:33 +03:00
Efraim Flashner
6cd7b35544
gnu: rust-regex-1.3: Rename to rust-regex-1.
...
* gnu/packages/crates-io.scm (rust-regex-1.3): Rename to rust-regex-1.
(rust-ansi-term-0.12, rust-bindgen-0.52, rust-bindgen-0.51,
rust-bindgen-0.50, rust-bindgen-0.37, rust-bindgen-0.49, rust-clap-2,
rust-compiletest-rs-0.3, rust-console-0.9, rust-console-0.7,
rust-docopt-1.1, rust-env-logger-0.7, rust-env-logger-0.6,
rust-env-logger-0.5, rust-gimli-0.18, rust-globset-0.4,
rust-grep-cli-0.1, rust-grep-matcher-0.1, rust-grep-regex-0.1,
rust-grep-searcher-0.1, rust-ignore-0.4, rust-lalrpop-0.17,
rust-lalrpop-util-0.17, rust-locale-config-0.3, rust-localeconfig-0.2,
rust-nom-5, rust-nom-4.2, rust-once-cell-1.2, rust-proptest-0.9,
rust-proptest-0.8, rust-pulldown-cmark-0.4, rust-regex-automata-0.1,
rust-rusqlite-0.19, rust-scan-fmt-0.2, rust-syn-1.0, rust-syn-0.15,
rust-ucd-parse-0.1, rust-version-sync-0.8) [arguments]: Adjust accordingly.
* gnu/packages/gnome.scm (librsvg-next)[arguments]: Same.
* gnu/packages/rust-apps.scm (fd, ripgrep, tokei, rust-cargo-c)
[arguments]: Same.
* gnu/packages/sequoia.scm (sequoia)[arguments]: Same.
2020-06-22 14:15:33 +03:00
Efraim Flashner
9c13497df4
gnu: Remove rust-regex-1.1.
...
* gnu/packages/crates-io.scm (rust-regex-1.1): Remove variable.
(rust-bindgen-0.50, rust-bindgen-0.49, rust-clap-2,
rust-compiletest-rs-0.2, rust-console-0.7, rust-docopt-1.1,
rust-env-logger-0.7, rust-env-logger-0.6, rust-env-logger-0.5,
rust-gimli-0.18, rust-globset-0.4, rust-grep-cli-0.1,
rust-grep-matcher-0.1, rust-grep-regex-0.1, rust-grep-searcher-0.1,
rust-ignore-0.4, rust-nom-5, rust-nom-4.2, rust-once-cell-1.2,
rust-proptest-0.9, rust-proptest-0.8, rust-pulldown-cmark-0.4,
rust-regex-automata-0.1, rust-rusqlite-0.19, rust-syn-0.15,
rust-ucd-parse-0.1, rust-version-sync-0.8) [arguments]: Replace
rust-regex-1.1 with 1.3.
* gnu/packages/rust-apps.scm (ripgrep)[arguments]: Same.
2020-06-22 14:15:33 +03:00
Efraim Flashner
80cfe5458c
gnu: Add rust-once-cell-0.1.
...
* gnu/packages/crates-io.scm (rust-once-cell-0.1): New variable.
2020-06-22 14:15:33 +03:00
Efraim Flashner
f4022d8549
gnu: Add rust-gettext-rs-0.4.
...
* gnu/packages/crates-io.scm (rust-gettext-rs-0.4): New variable.
2020-06-22 14:15:32 +03:00
Efraim Flashner
e1240cb249
gnu: Add rust-gettext-sys-0.19.
...
* gnu/packages/crates-io.scm (rust-gettext-sys-0.19): New variable.
2020-06-22 14:15:32 +03:00
Efraim Flashner
b3987cd3d2
gnu: Add rust-locale-config-0.2.
...
* gnu/packages/crates-io.scm (rust-locale-config-0.2): New variable.
2020-06-22 14:15:32 +03:00
Efraim Flashner
d77146e9fe
gnu: Add rust-proptest-0.7.
...
* gnu/packages/crates-io.scm (rust-proptest-0.7): New variable.
2020-06-22 14:15:32 +03:00
Efraim Flashner
eba1524df2
gnu: Add rust-regex-syntax-0.4.
...
* gnu/packages/crates-io.scm (rust-regex-syntax-0.4): New variable.
2020-06-22 14:15:32 +03:00
Efraim Flashner
5247f79db6
gnu: Add rust-section-testing-0.0.
...
* gnu/packages/crates-io.scm (rust-section-testing-0.0): New variable.
2020-06-22 14:15:31 +03:00
Efraim Flashner
7c6948c71e
gnu: rust-tempfile-3.1: Rename to rust-tempfile-3.
...
* gnu/packages/crates-io.scm (rust-tempfile-3.1): Rename to ...
(rust-tempfile-3): .. this.
(rust-cairo-rs-0.8, rust-cairo-rs-0.7, rust-cc-1.0,
rust-compiletest-rs-0.3, rust-filetime-0.2, rust-gdk-pixbuf-sys-0.9,
rust-gio-sys-0.9, rust-git2-0.11, rust-glib-0.9, rust-glib-0.8,
rust-glib-sys-0.9, rust-gobject-sys-0.9, rust-handlebars-2.0,
rust-lscolors-0.6, rust-native-tls-0.2, rust-nix-0.15, rust-nix-0.14,
rust-no-panic-0.1, rust-pango-sys-0.9, rust-pangocairo-0.10,
rust-proptest-0.9, rust-proptest-0.8, rust-rustdoc-stripper-0.1,
rust-rustls-0.16, rust-rusty-fork-0.2, rust-sourcefile-0.1,
rust-tiff-0.2, rust-tokio-0.2, rust-tokio-fs-0.1, rust-tokio-uds-0.2,
rust-wayland-client-0.23, rust-wayland-client-0.21, rust-xattr-0.2)
[arguments]: Adjust accordingly.
* gnu/packages/rust-apps.scm (rust-cbindgen, tokei)[arguments]: Same.
* gnu/packages/sequoia.scm (sequoia)[arguments]: Same.
* gnu/packages/terminals.scm (alacritty)[arguments]: Same.
2020-06-22 14:15:31 +03:00
Efraim Flashner
0c9bca4ffe
gnu: Remove rust-tempfile-3.0.
...
* gnu/packages/crates-io.scm (rust-tempfile-3.0): Remove variable.
(rust-compiletest-rs-0.3, rust-filetime-0.2, rust-handlebars-2.0,
rust-nix-0.15, rust-nix-0.14, rust-proptest-0.9, rust-proptest-0.8,
rust-rustls-0.16, rust-rusty-fork-0.2, rust-tiff-0.2, rust-tokei-fs-0.1,
rust-tokio-uds-0.2, rust-xattr-0.2) [arguments]: Replace
rust-tempfile-3.0 with 3.1.
* gnu/packages/rust-apps.scm (tokei)[arguments]: Same.
2020-06-22 14:15:31 +03:00
Efraim Flashner
9f2bb42bee
gnu: rust-proptest-0.9: Update to 0.9.6.
...
* gnu/packages/crates-io.scm (rust-proptest-0.9): Update to 0.9.
[arguments]: Don't skip build. In cargo-inputs replace rust-rand-0.4
with 0.6, rust-rand-chacha-0.2 with 0.1, rust-rand-xorshift-0.2 with 0.1.
2020-06-22 14:15:28 +03:00
Ricardo Wurmus
fae72ebb49
gnu: r-zoo: Move to (gnu packages cran).
...
* gnu/packages/statistics.scm (r-zoo): Move this variable from here...
* gnu/packages/cran.scm (r-zoo): ...to here.
2020-06-22 12:46:03 +02:00
Ricardo Wurmus
d30ab75a7d
gnu: r-directlabels: Move to (gnu packages cran).
...
* gnu/packages/statistics.scm (r-directlabels): Move this variable from here...
* gnu/packages/cran.scm (r-directlabels): ...to here.
2020-06-22 12:42:19 +02:00
Ricardo Wurmus
5c1aab1dc1
gnu: r-boruta: Move to (gnu packages cran).
...
* gnu/packages/statistics.scm (r-boruta): Move this variable from here...
* gnu/packages/cran.scm (r-boruta): ...to here.
2020-06-22 12:39:51 +02:00
Ricardo Wurmus
6c9834f59f
gnu: r-boruta: Fix indentation and description.
...
* gnu/packages/statistics.scm (r-boruta)[description]: Fix indentation, add
line breaks, and complete the first sentence fragment.
2020-06-22 12:38:41 +02:00
Ricardo Wurmus
62648f4ae3
gnu: r-fit-models: Update to 0.63.
...
* gnu/packages/statistics.scm (r-fit-models): Update to 0.63.
2020-06-22 12:15:51 +02:00
Ricardo Wurmus
913eaa619c
gnu: r-glmnet: Update to 4.0-2.
...
* gnu/packages/statistics.scm (r-glmnet): Update to 4.0-2.
[propagated-inputs]: Add r-survival.
2020-06-22 12:15:51 +02:00
Ricardo Wurmus
15bee10afe
gnu: r-rmarkdown: Update to 2.3.
...
* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.3.
2020-06-22 12:15:50 +02:00
Ricardo Wurmus
55e89c6aa6
gnu: r-backports: Update to 1.1.8.
...
* gnu/packages/statistics.scm (r-backports): Update to 1.1.8.
2020-06-22 12:15:50 +02:00
Ricardo Wurmus
3c37c67224
gnu: r-ggplot2: Update to 3.3.2.
...
* gnu/packages/statistics.scm (r-ggplot2): Update to 3.3.2.
2020-06-22 12:15:50 +02:00
Ricardo Wurmus
c68914aa15
gnu: r-isoband: Update to 0.2.2.
...
* gnu/packages/cran.scm (r-isoband): Update to 0.2.2.
[propagated-inputs]: Remove r-rcpp.
2020-06-22 12:15:50 +02:00
Ricardo Wurmus
ad85d0d536
gnu: r-zvcv: Update to 2.1.0.
...
* gnu/packages/cran.scm (r-zvcv): Update to 2.1.0.
[propagated-inputs]: Remove r-partitions; add r-bh, r-dplyr, r-magrittr, and r-rlinsolve.
2020-06-22 12:15:50 +02:00
Ricardo Wurmus
22f8260ba1
gnu: r-umap: Update to 0.2.6.0.
...
* gnu/packages/cran.scm (r-umap): Update to 0.2.6.0.
2020-06-22 12:15:50 +02:00
Ricardo Wurmus
4a55cc48b8
gnu: r-ldheatmap: Update to 0.99-8.
...
* gnu/packages/cran.scm (r-ldheatmap): Update to 0.99-8.
2020-06-22 12:15:50 +02:00
Ricardo Wurmus
0319196561
gnu: r-nonnest2: Update to 0.5-4.
...
* gnu/packages/cran.scm (r-nonnest2): Update to 0.5-4.
2020-06-22 12:15:50 +02:00
Ricardo Wurmus
3995c50878
gnu: r-rcppgsl: Update to 0.3.8.
...
* gnu/packages/cran.scm (r-rcppgsl): Update to 0.3.8.
[native-inputs]: Remove r-knitr.
2020-06-22 12:15:50 +02:00
Ricardo Wurmus
2d916665ce
gnu: r-ggeffects: Update to 0.15.0.
...
* gnu/packages/cran.scm (r-ggeffects): Update to 0.15.0.
2020-06-22 12:15:50 +02:00
Ricardo Wurmus
71017346ad
gnu: r-bayestestr: Update to 0.7.0.
...
* gnu/packages/cran.scm (r-bayestestr): Update to 0.7.0.
2020-06-22 12:15:50 +02:00
Ricardo Wurmus
13141c667b
gnu: r-rstatix: Update to 0.6.0.
...
* gnu/packages/cran.scm (r-rstatix): Update to 0.6.0.
[propagated-inputs]: Add r-generics.
2020-06-22 12:15:50 +02:00
Ricardo Wurmus
5ebef04041
gnu: r-radiant-data: Update to 1.3.9.
...
* gnu/packages/cran.scm (r-radiant-data): Update to 1.3.9.
2020-06-22 12:15:50 +02:00
Ricardo Wurmus
096ecad744
gnu: r-tinytex: Update to 0.24.
...
* gnu/packages/cran.scm (r-tinytex): Update to 0.24.
2020-06-22 12:15:50 +02:00
Ricardo Wurmus
ebd0b2b221
gnu: r-xfun: Update to 0.15.
...
* gnu/packages/cran.scm (r-xfun): Update to 0.15.
2020-06-22 12:15:50 +02:00
Ricardo Wurmus
a7c5df07af
gnu: r-calibrate: Update to 1.7.7.
...
* gnu/packages/cran.scm (r-calibrate): Update to 1.7.7.
2020-06-22 12:15:50 +02:00
Ricardo Wurmus
5195eeeb07
gnu: r-htmltable: Update to 2.0.0.
...
* gnu/packages/cran.scm (r-htmltable): Update to 2.0.0.
[native-inputs]: Add r-knitr.
2020-06-22 12:15:49 +02:00
Ricardo Wurmus
3841f83396
gnu: r-htmltools: Update to 0.5.0.
...
* gnu/packages/cran.scm (r-htmltools): Update to 0.5.0.
[propagated-inputs]: Remove r-rcpp; add r-base64enc.
2020-06-22 12:15:49 +02:00
Ricardo Wurmus
cac8cfbc46
gnu: r-v8: Update to 3.2.0.
...
* gnu/packages/cran.scm (r-v8): Update to 3.2.0.
2020-06-22 12:15:49 +02:00
Ricardo Wurmus
ebcebc59ab
gnu: r-hdf5array: Update to 1.16.1.
...
* gnu/packages/bioinformatics.scm (r-hdf5array): Update to 1.16.1.
2020-06-22 12:15:49 +02:00
Ricardo Wurmus
b07e53bb09
gnu: r-rhdf5: Update to 2.32.1.
...
* gnu/packages/bioinformatics.scm (r-rhdf5): Update to 2.32.1.
2020-06-22 12:15:49 +02:00
Ricardo Wurmus
f65d5e84de
gnu: r-biomart: Update to 2.44.1.
...
* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.44.1.
2020-06-22 12:15:49 +02:00
Ricardo Wurmus
55401384dc
gnu: r-genomeinfodb: Update to 1.24.2.
...
* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.24.2.
2020-06-22 12:15:49 +02:00
Ricardo Wurmus
f7d5721bc2
gnu: r-gdsfmt: Update to 1.24.1.
...
* gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.24.1.
2020-06-22 12:15:49 +02:00
Ricardo Wurmus
1893092d58
gnu: r-cicero: Update to 1.6.1.
...
* gnu/packages/bioconductor.scm (r-cicero): Update to 1.6.1.
[propagated-inputs]: Add r-stringi.
2020-06-22 12:15:49 +02:00
Ricardo Wurmus
ef58875705
gnu: r-cytoml: Update to 2.0.5.
...
* gnu/packages/bioconductor.scm (r-cytoml): Update to 2.0.5.
[propagated-inputs]: Add r-xml2.
2020-06-22 12:15:49 +02:00
Ricardo Wurmus
015ff0bf18
gnu: r-wiggleplotr: Update to 1.12.1.
...
* gnu/packages/bioconductor.scm (r-wiggleplotr): Update to 1.12.1.
2020-06-22 12:15:49 +02:00
Ricardo Wurmus
8c06ce3c22
gnu: r-regioner: Update to 1.20.1.
...
* gnu/packages/bioconductor.scm (r-regioner): Update to 1.20.1.
2020-06-22 12:15:49 +02:00
Ricardo Wurmus
48713c5d94
gnu: Add r-rlinsolve.
...
* gnu/packages/cran.scm (r-rlinsolve): New variable.
2020-06-22 12:15:49 +02:00
Mathieu Othacehe
b7f211bbbc
gnu: cuirass: Update to 0.0.1-33-61cc56f6.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-33-61cc56f6.
2020-06-22 10:39:24 +02:00
Mathieu Othacehe
10c582fa22
gnu: xl2tpd: Fix typo.
...
* gnu/packages/vpn.scm (xl2tpd)[arguments]: Turn "-DPPD" into "-DPPPD".
2020-06-22 10:28:00 +02:00
Ricardo Wurmus
acba72b914
gnu: express: Update to 1.5.3.
...
* gnu/packages/bioinformatics.scm (express): Update to 1.5.3.
[source]: Fetch from Github.
[arguments]: Add phase "remove-update-check".
2020-06-22 09:07:51 +02:00
Tobias Geerinckx-Rice
0e0b5977b7
gnu: youtube-dl: Update to 2020.06.16.
...
* gnu/packages/video.scm (youtube-dl): Update to 2020.06.16.
2020-06-22 02:47:02 +02:00
Tobias Geerinckx-Rice
45ebb59a54
gnu: vmpk: Update home page.
...
gnu/packages/music.scm (vmpk)[home-page]: Update TLD and use HTTPS.
2020-06-22 02:47:02 +02:00
Jakub Kądziołka
f8a28b6c6d
gnu: bison-3.6: Don't change the name of the package.
...
This is a follow-up to commit 512d23c65d .
* gnu/packages/bison (bison-3.6)[name]: Remove the overridden value.
2020-06-22 02:35:55 +02:00
Mark H Weaver
5a9a438146
gnu: linux-libre@4.14: Update to 4.14.185.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.185.
(linux-libre-4.14-pristine-source): Update hash.
2020-06-21 19:13:29 -04:00
Mark H Weaver
f1922ee156
gnu: linux-libre@4.9: Update to 4.9.228.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.228.
(linux-libre-4.9-pristine-source): Update hash.
2020-06-21 19:13:01 -04:00
Mark H Weaver
8e5b17280c
gnu: linux-libre@4.4: Update to 4.4.228.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.228.
(linux-libre-4.4-pristine-source): Update hash.
2020-06-21 19:12:04 -04:00
Peter Lo
1d97e871dd
gnu: Add r-boruta.
...
* gnu/packages/statistics.scm (r-boruta): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-06-21 18:47:40 -04:00
Nicolas Goaziou
37ab7837e7
gnu: xmoto: Update to 0.6.1.
...
* gnu/packages/games.scm (xmoto): Update to 0.6.1.
[arguments]: Remove phase installing man pages, now properly handled by the
installation script.
2020-06-22 00:40:10 +02:00
Nicolas Goaziou
9546891f95
gnu: emacs-relint: Update to 1.18.
...
* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.18.
2020-06-21 23:51:19 +02:00
Ludovic Courtès
89ab6bfbf1
gnu: guile: Add 3.0.3.
...
* gnu/packages/guile.scm (guile-3.0.3): New variable.
2020-06-21 23:37:29 +02:00
Nicolas Goaziou
6d7ed7c050
gnu: Add seahorse-adventures.
...
* gnu/packages/games.scm (seahorse-adventures): New variable.
2020-06-21 23:14:16 +02:00
Julien Lepiller
3f3c61b8d5
gnu: Add font-mplus-testflight.
...
* gnu/packages/fonts.scm (font-mplus-testflight): New variable.
2020-06-21 21:43:07 +02:00
Timotej Lazar
dbadca9ac7
gnu: k3b: Update to 20.04.2.
...
* gnu/packages/kde-multimedia.scm (k3b): Update to 20.04.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-21 17:36:41 +02:00
Timotej Lazar
c9650cef1e
gnu: k3b: Note the runtime dependency on udisks-service.
...
* gnu/packages/kde-multimedia.scm (k3b)[description]: Note that udisks-service
should be enabled.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-21 17:36:41 +02:00
Timotej Lazar
4aa89a0914
gnu: k3b: Add inputs for libraries loaded at runtime.
...
Patch the source to load these from absolute paths. Actual loading is done by
the Qt library, so we cannot use k3b’s runpath.
* gnu/packages/kde-multimedia.scm (k3b)[inputs]: Add libcdio-paranoia and
libdvdcss.
[arguments]<#:phases>[set-absolute-library-paths]: New phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-21 17:36:41 +02:00
Timotej Lazar
7afaab8bef
gnu: k3b: Add inputs for external programs.
...
* gnu/packages/kde-multimedia.scm (k3b)[inputs]: Add cdrdao, dvd+rw-tools,
libburn and sox.
[arguments]<#:phases>[wrap-path]: New phase to wrap the binary with paths to
the above.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-21 17:36:40 +02:00
Timotej Lazar
f458958543
gnu: Add cdrdao.
...
* gnu/packages/cdrom.scm (cdrdao): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-21 17:36:40 +02:00
Ludovic Courtès
e4a4287c5f
channels: 'authenticate-channel' doesn't check relation with intro commit.
...
Fixes <https://bugs.gnu.org/41908 >.
Reported by Jan Nieuwenhuizen <janneke@gnu.org >.
The relation check imposed an extra restriction that was unnecessary:
it's enough to authenticate the set difference between the closure of
START-COMMIT and that of END-COMMIT. Any attempt to jump to an
unrelated commit would lead to the authentication failure of one commit
on the way.
* guix/channels.scm (authenticate-channel): Remove extra
'commit-relation' check when (null? commits).
2020-06-21 17:36:40 +02:00
Ludovic Courtès
41939c374a
git-authenticate: Ignore authenticated commit cache when it's not #o600.
...
* guix/git-authenticate.scm (previously-authenticated-commits): Stat
PORT; return the empty list if it's no #o600 and change it to #o600.
2020-06-21 17:36:39 +02:00
Leo Prikler
bdafdfcec9
gnu: add convmv.
...
* gnu/packages/convmv.scm: New file.
* gnu/local.mk: Add it to build.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-06-21 15:53:06 +02:00
Julien Lepiller
5dca64fc97
gnu: Add font-fontna-yasashisa-antique.
...
gnu/packages/fonts.scm (font-fontna-yasashisa-antique): New variable.
2020-06-21 15:50:16 +02:00
Jan (janneke) Nieuwenhuizen
b7249aa472
services: childhurd: Support more than one instance.
...
* gnu/services/virtualization.scm (<hurd-vm-configuration>)[options]: Remove
"--hda" option.
[id,net-options]: New fields.
(hurd-vm-net-options): New procedure. Parameterize port forwarding with ID.
* gnu/services/virtualization.scm (hurd-vm-shepherd-service): Use them.
Parameterize provision with ID, if set. Hardcode "--hda" option for image.
* doc/guix.texi (Virtualization Services): Document new fields. Update for
hardcoding of "--hda".
2020-06-21 12:51:36 +02:00
B. Wilson
512d23c65d
gnu: Add poke.
...
* gnu/packages/engineering.scm (poke): New variable.
* gnu/packages/bison.scm (bison-3.6): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-06-21 11:06:53 +02:00
Kyle Meyer
292b26d4e5
gnu: git-annex: Update to 8.20200617.
...
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20200617.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-21 10:33:32 +03:00
Vinicius Monego
11fab4a85a
gnu: emacs-hy-mode: Update to 1.0.4.
...
* gnu/packages/emacs-xyz.scm (emacs-hy-mode): Update to 1.0.4.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org >
2020-06-21 11:42:14 +08:00
Brice Waegeneire
f6c6970e0d
system: Add 'sg' and 'newgrp' to %SETUID-PROGRAMS.
...
* gnu/system.scm (%setuid-programs): Add 'sg' and 'newgrp'.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org >
2020-06-21 11:35:55 +08:00
Nicolas Goaziou
027285691a
gnu: xmoto: Unbundle ODE and libccd.
...
* gnu/packages/games.scm (xmoto): Unbundle ODE and libccd.
[inputs]: Add ode.
2020-06-21 01:47:05 +02:00
Nicolas Goaziou
fb5296605e
gnu: xmoto: Update to 0.6.0-0-f7ca787.
...
* gnu/packages/games.scm (xmoto): Update to 0.6.0-0-f7ca787.
[source]: Remove patches.
[arguments]: Remove make-flags keyword.
* gnu/packages/patches/xmoto-remove-glext.patch:
* gnu/packages/patches/xmoto-reproducible.patch:
* gnu/packages/patches/xmoto-utf8.patch: Delete files.
* gnu/local.mk: Register previous deletions.
2020-06-21 00:45:08 +02:00
Nicolas Goaziou
a70e2f0f07
gnu: emacs-hyperbole: Use inputs instead of propagated inputs.
...
* gnu/packages/emacs-xyz.scm (emacs-hyperbole)[arguments]: Replace domainname
with dnsdomainname, not hostname.
[propagated-inputs]: move to...
[inputs]: ...this.
2020-06-21 00:13:38 +02:00
Pierre Langlois
377a5f65ed
gnu: emacs-magit: Update to 0746bf1b.
...
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 0746bf1b.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-06-21 00:02:15 +02:00
Nicolas Goaziou
915d898f15
gnu: emacs-hyperbole: Update to 7.0.6.
...
* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Update to 7.0.6.
[source]: Use GNU ELPA URL. Remove some patches.
[arguments]: Add phase.
* gnu/packages/patches/emacs-hyperbole-do-not-check-dir.patch: Delete file.
* gnu/packages/patches/emacs-hyperbole-domainname.patch: Delete file.
* gnu/local.mk: Register sole patch.
2020-06-20 23:41:45 +02:00
Ludovic Courtès
9015ed6688
gnu: gnutls: Pass #:tests? unconditionally.
...
* gnu/packages/tls.scm (gnutls)[arguments]: Add #:tests? unconditionally.
2020-06-20 23:36:02 +02:00
Ludovic Courtès
9ee8b41f2b
gnu: gnutls: Leave #:disallowed-references empty for GNU/Hurd.
...
Partly fixes <https://bugs.gnu.org/41775 >.
This is a followup to a9bcc64746 .
* gnu/packages/tls.scm (gnutls)[arguments]: Let #:disallowed-references
empty when 'hurd-target?' returns true.
2020-06-20 23:36:01 +02:00
Ludovic Courtès
50e7e6a065
build-system/gnu: Cross builds properly handle #:allowed-references & co.
...
Fixes <https://bugs.gnu.org/41775 >.
* guix/build-system/gnu.scm (gnu-cross-build)[canonicalize-reference]:
Pass TARGET and SYSTEM to 'package-cross-derivation'.
2020-06-20 23:35:58 +02:00
Leo Famulari
8562124862
gnu: Mutt: Update to 1.14.4.
...
* gnu/packages/mail.scm (mutt): Update to 1.14.4.
2020-06-20 17:28:14 -04:00
LaFreniere, Joseph
7d80d79524
gnu: Add emacs-hyperbole.
...
* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Add at 7.0.3
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net >
2020-06-20 21:18:24 +02:00
Jakub Kądziołka
ef6d3b6436
gnu: Add hashcash.
...
* gnu/packages/networking.scm (hashcash): New variable.
2020-06-20 20:05:55 +02:00
Ludovic Courtès
13870bbe44
news: Add 'fr' translation.
...
* etc/news.scm: Add French translation.
2020-06-20 13:18:11 +02:00
Ludovic Courtès
7b06781a58
tests: Skip tests that requires gpg when gpg is unavailable.
...
Partly fixes <https://bugs.gnu.org/41932 >.
Reported by Simen Endsjø <simendsjo@gmail.com >.
* tests/git-authenticate.scm ("signed commits, SHA1 signature"): Use
'gpg+git-available?' in skip guard.
2020-06-20 13:18:11 +02:00
Ludovic Courtès
90f496be9a
tests: Actually run 'tests/guix-environment-container.sh'.
...
This test was skipped since the switch to Guile 3 because
'assert-container-features' would be inlined and thus accessing it with
@@ would fail with an unbound-variable error.
* guix/scripts/environment.scm (assert-container-features): Export.
* tests/guix-environment-container.sh: Use single '@'.
2020-06-20 13:18:11 +02:00
Ludovic Courtès
cdea526556
doc: Make issues.guix.gnu.org more visible.
...
* doc/contributing.texi (Tracking Bugs and Patches): Make
issues.guix.gnu.org more visible, update issue URL.
2020-06-20 13:18:11 +02:00
Nicolas Goaziou
4330cca8de
gnu: hydrogen: Update to 1.0.0-rc1.
...
* gnu/packages/music.scm (hydrogen): Update to 1.0.0-rc1.
2020-06-20 12:49:59 +02:00
Alex Sassmannshausen
aed0d0fd73
gnu: guile-config: Update to 0.4.2.
...
* gnu/packages/guile-xyz.scm (guile-config): Update to 0.4.2.
2020-06-20 11:58:03 +02:00
Vagrant Cascadian
d72009bf08
gnu: diffoscope: Update to 148.
...
* gnu/packages/diffoscope (diffoscope): Update to 148.
[arguments] Remove add-known-tools phase, fixed upstream.
2020-06-19 14:06:29 -07:00
Tobias Geerinckx-Rice
748a167c81
gnu: sudo: Update to 1.9.1.
...
* gnu/packages/admin.scm (sudo): Update to 1.9.1.
2020-06-19 11:49:58 +02:00
Jan (janneke) Nieuwenhuizen
f25e8f76fe
hurd-boot: Use 'setxattr' instead of invoking settrans.
...
Note: Using `getxattr' on the Hurd instead of running showtrans does not
work (yet?).
* gnu/build/hurd-boot.scm (setup-translator): Use 'setxattr' instead of
invoking settrans.
* gnu/system.scm (hurd-multiboot-modules): Add --x-xattr-translator-records to
enable xattr-embedding of translators.
2020-06-19 10:40:53 +02:00
Jan (janneke) Nieuwenhuizen
951847ee37
hurd-boot: Create individual translators instead of running MAKEDEV.
...
* gnu/build/hurd-boot.scm (make-hurd-device-nodes): Do not create
dev/{null,zero,full,random,urandom} mount points.
(passive-translator-xattr?, passive-translator-installed?, translated?,
set-translator, set-hurd-device-translators): New procedures.
(false-if-EEXIST): New macro.
(boot-hurd-system): Use them instead of running MAKEDEV.
2020-06-19 10:38:26 +02:00
Florian Pelz
42ed562691
news: Add ‘de’ translation.
...
* etc/news.scm: Add a ‘de’ translation.
2020-06-19 06:44:48 +00:00
Maxim Cournoyer
04a4af6dd4
uuid: Prevent a loop on invalid arguments.
...
* gnu/system/uuid.scm (uuid=?): Use type predicates in the fallback case to
prevent looping on invalid arguments.
2020-06-18 23:24:37 -04:00
Maxim Cournoyer
0dd04b9986
machine: ssh: Fix guix deploy hang when using non-DCE UUIDs.
...
Fixes <https://issues.guix.gnu.org/issue/41237 >.
The UUID type information was lost when passing to the lower gexp code strata,
which led to not being able to recreate the UUID in the generated script.
This occurred for non-DCE type UUIDs such as that of a FAT file system.
A following commit will prevent the find-partition-by-uuid procedure from
entering a loop when its UUID argument is invalid.
Reported-by: Brice Waegeneire <brice@waegenei.re >
* gnu/machine/ssh.scm (machine-check-file-system-availability): Replace the
STRING->UUID procedure by the UUID macro, and provide the UUID type as its
second argument.
2020-06-18 23:20:41 -04:00
Ryan Prior via Guix-patches via
e520aa8f41
gnu: oil: Update to 0.8.pre6.
...
* gnu/packages/shells.scm (oil): Update to 0.8.pre6.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-06-19 00:14:38 +02:00
Simen Endsjø
7fd5f901f6
gnu: Add Iosevka quasi-proportioal fonts.
...
* gnu/packages/fonts.scm (font-iosevka-aile, font-iosevka-etoile,
font-iosevka-sparkle): New variables.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-06-18 23:50:14 +02:00
Simen Endsjø
f3396e7884
gnu: Update Iosevka fonts from 2.3.3 to 3.1.1.
...
* gnu/packages/fonts.scm (font-iosevka):
(font-iosevka-slab):
(font-iosevka-term):
(font-iosevka-term-slab): Update to 3.1.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-06-18 23:49:11 +02:00
Nicolas Goaziou
3328e36438
gnu: emacs-leaf: Update to 4.2.5.
...
* gnu/packages/emacs-xyz.scm (emacs-leaf): Update to 4.2.5.
[source]: Switch to GNU ELPA URL.
2020-06-18 23:37:41 +02:00
Mark H Weaver
1d763933b8
gnu: linux-libre@5.7: Update to 5.7.4.
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.4.
(linux-libre-5.7-pristine-source): Update hash.
2020-06-18 15:59:33 -04:00
Guillaume Le Vaillant
8fdd0da49c
gnu: Add multimon-ng.
...
* gnu/packages/radio.scm (multimon-ng): New variable.
2020-06-18 18:31:09 +02:00
Jakub Kądziołka
f43e410470
gnu: Add unicorn.
...
* gnu/packages/emulators.scm (unicorn): New variable.
2020-06-18 18:08:50 +02:00
Pierre Neidhardt
89c98c063a
gnu: Add cluffer.
...
* gnu/packages/lisp-xyz.scm (cl-cluffer, sbcl-cluffer): New variables.
2020-06-18 17:48:13 +02:00
Pierre Neidhardt
d6ad0b7248
gnu: Add sbcl-cluffer-simple-buffer.
...
* gnu/packages/lisp-xyz.scm (sbcl-cluffer-simple-buffer): New variable.
2020-06-18 17:47:58 +02:00
Pierre Neidhardt
5e3fcdf8f6
gnu: Add sbcl-cluffer-simple-line.
...
* gnu/packages/lisp-xyz.scm (sbcl-cluffer-simple-line): New variable.
2020-06-18 17:47:45 +02:00
Pierre Neidhardt
37f2d5835e
gnu: Add sbcl-cluffer-standard-buffer.
...
* gnu/packages/lisp-xyz.scm (sbcl-cluffer-standard-buffer): New variable.
2020-06-18 17:47:30 +02:00
Pierre Neidhardt
a4a24f66fa
gnu: Add sbcl-cluffer-standard-line.
...
* gnu/packages/lisp-xyz.scm (sbcl-cluffer-standard-line): New variable.
2020-06-18 17:47:10 +02:00
Pierre Neidhardt
19a1a98fb4
gnu: Add sbcl-cluffer-base.
...
* gnu/packages/lisp-xyz.scm (sbcl-cluffer-base): New variable.
2020-06-18 17:46:53 +02:00
Pierre Neidhardt
409fcee9e5
gnu: Add clump.
...
* gnu/packages/lisp-xyz.scm (cl-clump, sbcl-clump): New variables.
2020-06-18 17:14:08 +02:00
Pierre Neidhardt
106354eaa4
gnu: Add sbcl-clump-binary-tree.
...
* gnu/packages/lisp-xyz.scm (sbcl-clump-binary-tree): New variable.
2020-06-18 17:14:08 +02:00
Pierre Neidhardt
ba1727b041
gnu: Add sbcl-clump-2-3-tree.
...
* gnu/packages/lisp-xyz.scm (sbcl-clump-2-3-tree): New variable.
2020-06-18 17:14:08 +02:00
Pierre Neidhardt
797f43af75
gnu: sbcl-triva: Remove ASD component fix.
...
* gnu/packages/lisp-xyz.scm (sbcl-triva)[arguments]: Remove 'remove-component
phase now that our build system supports component-less .asd files.
2020-06-18 17:14:08 +02:00
Pierre Neidhardt
6f51791022
gnu: sbcl-triva.trivial: Remove ASD component fix.
...
* gnu/packages/lisp-xyz.scm (sbcl-triva.trivial)[arguments]: Don't replace
create-asd-file phase now that our build system supports component-less .asd
files.
2020-06-18 17:14:08 +02:00
Pierre Neidhardt
7432a419b8
gnu: sbcl-fare-quasiquote-readtable: Remove ASD component fix.
...
* gnu/packages/lisp-xyz.scm (sbcl-fare-quasiquote-readtable)[arguments]: Remove
'fix-asd-file phase now that our build system supports component-less .asd
files.
2020-06-18 17:14:08 +02:00
Pierre Neidhardt
74fb7f900e
gnu: cl-cxml: Remove ASD fix since our build system supports component-less asd.
...
* gnu/packages/lisp-xyz.scm (cl-cxml)[arguments]: Remove 'remove-component phase.
2020-06-18 17:14:08 +02:00
Pierre Neidhardt
5a08660ecb
build-system/asdf: Add support for component-less systems.
...
* guix/build/lisp-utils.scm (make-asd-file): Ensure lib directory exists and
check if prebuilt bundle system was generated.
(generate-system-definition): Add :class and :components only if prebuilt
system was generated.
2020-06-18 17:14:08 +02:00
Pierre Neidhardt
04dd80181f
gnu: Add acclimation.
...
* gnu/packages/lisp-xyz.scm (cl-acclimation, sbcl-acclimation): New variables.
2020-06-18 17:14:08 +02:00
Efraim Flashner
9f4cb9986f
gnu: rust-adler32-1: Update to 1.1.0.
...
* gnu/packages/crates-io.scm (rust-adler32-1): Update to 1.1.0.
[arguments]: Don't skip build. Add rust-compiler-builtins-0.1,
rust-rustc-std-workspace-core-1.0 to cargo-inputs. Add rust-bencher-0.1
to cargo-development-inputs.
2020-06-18 16:38:12 +03:00
Efraim Flashner
67b04b82c2
gnu: rust-adler32-1.0: Rename rust-adler32-1.
...
* gnu/packages/crates-io.scm (rust-adler32-1.0): Rename to
rust-adler32-1.
(rust-deflate-0.7, rust-inflate-0.4, rust-miniz-oxide-0.3): Adjust
accordingly.
2020-06-18 16:37:03 +03:00
Efraim Flashner
c54bc9bd55
gnu: rust-libgit2-sys-0.7: Don't hide package.
...
* gnu/packages/crates-io.scm (rust-libgit2-sys-0.7)[source]: Remove
bundled code.
[arguments]: Add rust-curl-sys-0.4, rust-libc-0.2, rust-libssh2-sys-0.2,
rust-libz-sys-1.0, rust-openssl-sys-0.9, rust-cc-1.0,
rust-pkg-config-0.3 to cargo-inputs.
[properties]: Remove field.
2020-06-18 16:27:00 +03:00
Efraim Flashner
b1ff69195a
gnu: rust-curl-sys-0.4: Don't hide package.
...
* gnu/packages/crates-io.scm (rust-curl-sys-0.4)[source]: Remove bundled
code.
[arguments]: Add rust-libc-0.2, rust-libnghttp2-sys-0.1,
rust-libz-sys-1.0, rust-openssl-sys-0.9, rust-winapi-0.3, rust-cc-1.0,
rust-pkg-config-0.3, rust-vcpkg-0.2 to cargo-inputs. Add custom phase to
find system openssl.
[native-inputs]: Add pkg-config.
[inputs]: Add curl, nghttp2, openssl, zlib.
[properties]: Remove field.
2020-06-18 16:25:01 +03:00
Efraim Flashner
e587a8086b
gnu: rust-libnghttp2-sys-0.1: Don't hide package.
...
* gnu/packages/crates-io.scm (rust-libnghttp2-sys-0.1)[source]: Remove
bundled code.
[arguments]: Skip build. Add rust-libc-0.2, rust-cc-1.0 to cargo-inputs.
[inputs]: Add nghttp2.
[properties]: Remove field.
2020-06-18 16:22:26 +03:00
Martin Becze
69288a849a
gnu: go-ipfs: Update to 0.5.1.
...
* gnu/packages/ipfs.scm (go-ipfs): Update to 0.5.1
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-18 14:48:18 +02:00
Timotej Lazar
7568416acb
doc: Delete description of a nonexistent option.
...
* doc/guix.texi (Invoking guix pull): Delete a paragraph about the --verbose
option, which was removed in 1edcfda81b .
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-18 14:48:18 +02:00
Ludovic Courtès
05f79da93f
profiles: 'linux-module-database' hooks gracefully handles module-less kernels.
...
Fixes <https://bugs.gnu.org/41924 >.
* guix/profiles.scm (linux-module-database)[build]: Arrange so
'directory-entries' always returns a list. Add 'match' clause for the
empty list.
Co-authored-by: Ivan Kozlov <kanichos@yandex.ru >
2020-06-18 14:48:17 +02:00
Ludovic Courtès
fea072d727
profiles: Reindent 'linux-module-database'.
...
* guix/profiles.scm (linux-module-database): Reindent.
2020-06-18 14:48:17 +02:00
Ludovic Courtès
3b72618f6e
nar: Use (guix i18n).
...
* guix/nar.scm: Use (guix i18n) instead of (guix ui).
2020-06-18 14:48:17 +02:00
Ludovic Courtès
d7fb553801
nar: Avoid opening the database an additional time.
...
* guix/nar.scm (finalize-store-file): Call 'register-items' and pass it
DB. This avoids opening the database a second time and hopefully
reduces contention on 'db.sqlite-shm'.
2020-06-18 14:48:17 +02:00
Ludovic Courtès
97a46055ca
database: 'register-items' takes an open database.
...
* guix/store/database.scm (store-database-directory)
(store-database-file): New procedures.
(call-with-database): Add call to 'mkdir-p'.
(register-items): Add 'db' parameter and remove #:state-directory and #:schema.
(register-path): Use 'store-database-file' and 'with-database', and
parameterize SQL-SCHEMA.
* gnu/build/image.scm (register-closure): Likewise.
* gnu/build/vm.scm (register-closure): Likewise.
* guix/scripts/pack.scm (store-database)[build]: Likewise.
2020-06-18 14:48:17 +02:00
Ludovic Courtès
f9a0fc9dbb
build-system/gnu: Fix 'install' phase of 'gnu-dist'.
...
* guix/build/gnu-dist.scm (install-dist): Fix 2nd argument to
'for-each'.
2020-06-18 14:48:17 +02:00
Ludovic Courtès
290c316621
repl: Fix typo that would lead ~/.guile to be used when running scripts.
...
This is a followup to c924e54139 .
* guix/scripts/repl.scm (guix-repl)[opts]: Set 'ignore-dot-guile?', with
question mark.
2020-06-18 14:48:17 +02:00
Brice Waegeneire
e418c3d076
gnu: privoxy: Fix daemon with default configuration.
...
* gnu/packages/tor.scm (privoxy)[arguments]: Add --localstatedir=/var to
configure flags. Patch default configuration to disable logging and thus
allowing non-root users to use it.
Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz >
2020-06-18 09:39:35 +02:00
Jan (janneke) Nieuwenhuizen
f817a0c095
system: hurd: Add "/bin/sh" and "/usr/bin/env".
...
* gnu/system/hurd.scm (%base-services/hurd): Add extra-special-files "/bin/sh"
and "/usr/bin/env".
2020-06-18 09:38:53 +02:00
Efraim Flashner
3cd7403584
gnu: mutt: Update to 1.14.3.
...
* gnu/packages/mail.scm (mutt): Update to 1.14.3.
2020-06-18 10:37:21 +03:00
Jan (janneke) Nieuwenhuizen
2df4ef03f0
gnu: guix: Update to 1.1.0-12.c00564192a.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-12.c00564192a.
2020-06-18 09:28:17 +02:00
Jan (janneke) Nieuwenhuizen
c00564192a
gnu: coreutils: Update broken tests for the Hurd.
...
* gnu/packages/base.scm (coreutils)[arguments]: When compiling for the Hurd,
remove hanging "timeout-group" test. Remove tests "shred-passes", "l-chunk"
and "stats" from XFAIL_TESTS, they pass now.
2020-06-18 09:25:20 +02:00
Mark H Weaver
416439263c
gnu: icecat: Remove the bundled Onion Browser Button [security].
...
Fixes <https://bugs.gnu.org/35728 >.
The Onion Browser Button (tortm-browser-button@jeremybenthum) version 0.1.8,
available from addons.mozilla.org and bundled with IceCat, malfunctions with
both IceCat 68.9 and Firefox ESR 68.9. It tells the user that it's connected
to Tor, but fails to route traffic through it. The same happens on Debian 9
with its "firefox-esr" package.
Remove this extension from IceCat, pending further investigation.
* gnu/packages/gnuzilla.scm (icecat-source): Remove the "data/extensions/
tortm-browser-button@jeremybenthum" directory before running makeicecat.
2020-06-18 03:13:08 -04:00
Maxim Cournoyer
620796e66b
gnu: lib2geom: Fix tests on aarch64, i686-linux architectures.
...
Fixes <http://issues.guix.gnu.org/41827 >.
This change also removes obsolete patches.
* gnu/packages/patches/lib2geom-fix-tests.patch: New file.
* gnu/packages/patches/lib2geom-link-tests-against-glib.patch: Delete file.
* gnu/packages/patches/lib2geom-use-system-googletest.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/graphics.scm (lib2geom)[origin]: Use new patch.
2020-06-18 02:25:49 -04:00
Mark H Weaver
c7c7e115d0
gnu: linux-libre: Update to 5.4.47
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.47
(linux-libre-5.4-pristine-source): Update hash.
2020-06-18 01:03:47 -04:00
Mark H Weaver
f4f5adcb50
gnu: linux-libre@5.7: Update to 5.7.3
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.3
(linux-libre-5.7-pristine-source): Update hash.
2020-06-18 01:03:27 -04:00
Tobias Geerinckx-Rice
85c4364c78
gnu: wesnoth: Update to 1.14.13.
...
* gnu/packages/games.scm (wesnoth): Update to 1.14.13.
2020-06-18 02:44:26 +02:00
Tobias Geerinckx-Rice
667e3f490a
gnu: meshlab: Update to 2020.06.
...
* gnu/packages/engineering.scm (meshlab): Update to 2020.06.
2020-06-18 02:44:26 +02:00
Tobias Geerinckx-Rice
654c13f6c1
gnu: perl-date-manip: Update to 6.82.
...
* gnu/packages/perl.scm (perl-date-manip): Update to 6.82.
2020-06-18 02:44:26 +02:00
Tobias Geerinckx-Rice
be2278afab
gnu: perl-getopt-long: Update to 2.51.
...
* gnu/packages/perl.scm (perl-getopt-long): Update to 2.51.
2020-06-18 02:44:25 +02:00
Tobias Geerinckx-Rice
12f9c50ac4
gnu: perl-yaml: Update to 1.30.
...
* gnu/packages/perl.scm (perl-yaml): Update to 1.30.
2020-06-18 02:44:25 +02:00
Tobias Geerinckx-Rice
5b186c7117
gnu: perl-text-csv-xs: Update to 1.43.
...
* gnu/packages/perl.scm (perl-text-csv-xs): Update to 1.43.
2020-06-18 02:44:25 +02:00
Tobias Geerinckx-Rice
8952889636
gnu: handbrake: Update to 1.3.3.
...
* gnu/packages/video.scm (handbrake): Update to 1.3.3.
2020-06-18 02:44:25 +02:00
Leo Famulari
eaca906219
gnu: VLC: Find dav1d via FFmpeg.
...
* gnu/packages/video.scm (vlc)[inputs]: Remove dav1d.
2020-06-17 17:32:30 -04:00
Leo Famulari
e68dd68ffe
gnu: FFmpeg: Update to 4.3.
...
* gnu/packages/video.scm (ffmpeg): Update to 4.3.
[source]: Remove obsolete patch.
[inputs]: Add rav1e.
[arguments]: Pass "--enable-librav1e" to #:configure-flags.
(ffmpeg-3.4): Don't build with librav1e.
[inputs]: Remove rav1e.
[arguments]: Remove "--enable-librav1e" from #:configure-flags.
* gnu/packages/patches/ffmpeg-prefer-dav1d.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-06-17 17:32:30 -04:00
Tobias Geerinckx-Rice
5e5776dfde
gnu: bind: Update to 9.16.4 [fixes CVE-2020-8618 & CVE-2020-8619].
...
* gnu/packages/dns.scm (isc-bind): Update to 9.16.4.
2020-06-17 21:28:14 +02:00
Maxim Cournoyer
19ca982861
gnu: Add anubis.
...
* gnu/packages/mail.scm (anubis): New variable.
2020-06-17 14:28:11 -04:00
Maxim Cournoyer
3b3e392196
gnu: Add emacs-dvc.
...
* gnu/packages/emacs-xyz.scm (emacs-dvc): New variable.
2020-06-17 14:14:43 -04:00
Maxim Cournoyer
2915a7604a
gnu: supercollider: Enable all tests.
...
* gnu/packages/audio.scm (supercollider)[phases]{set-home, prepare-x}: New
phases.
{disable-broken-tests}: Delete phase.
{patch-scclass-dir}: Adapt accordingly.
[native-inputs]: Add xorg-server-for-tests.
2020-06-17 13:50:37 -04:00
Maxim Cournoyer
a563848347
gnu: supercollider: Move the unbundling phase to a snippet.
...
* gnu/packages/audio.scm (supercollider)[phases]{rm-bundled-libs}: Move to...
[origin]{snippet}: ...here.
2020-06-17 13:50:37 -04:00
Ludovic Courtès
8b1f7c03d2
.guix-channel: Add primary URL.
...
* .guix-channel: Add 'url'.
2020-06-17 19:32:43 +02:00
Ludovic Courtès
4ae762af76
channels: Warn when pulling from a mirror.
...
* guix/channels.scm (<channel-metadata>)[url]: New field.
(read-channel-metadata): Initialize it.
(read-channel-metadata-from-source): Likewise.
(channel-instance-primary-url): New procedure.
(latest-channel-instances): Compare CHANNEL's URL against it.
* doc/guix.texi (Channels)[Primary URL]: New subsection.
2020-06-17 19:32:43 +02:00
Ludovic Courtès
cb8c698e8d
news: Add entry for authenticated channels.
...
* etc/news.scm: Add entry.
2020-06-17 19:32:43 +02:00
Ludovic Courtès
ba8c09f289
build-system/gnu: Rename "make dist" phase to 'build-dist'.
...
* guix/build/gnu-dist.scm (%dist-phases): Add BUILD under the name
'build-dist'.
2020-06-17 19:32:43 +02:00
Ludovic Courtès
7488d70c55
build-system/gnu: Simplify 'dist-package'.
...
* guix/build-system/gnu.scm (dist-package): Use default keyword
arguments in 'substitute-keyword-arguments'.
2020-06-17 19:32:43 +02:00
Ludovic Courtès
dabbddbbaa
build-system/gnu: Remove redundant 'unpack' phase from 'gnu-dist'.
...
This has become redundant with the standard 'unpack' phase since
17919a5801 .
* guix/build/gnu-dist.scm (copy-source): Remove.
(%dist-phases): Remove 'unpack' phase.
2020-06-17 19:32:43 +02:00
Ludovic Courtès
03686f26cc
build-system/gnu: Remove Hydra-specific code from 'gnu-dist'.
...
* guix/build/gnu-dist.scm (install-dist): Remove code for
'hydra-build-products'.
2020-06-17 19:32:43 +02:00
Ludovic Courtès
2ee1cce324
build-system/gnu: Remove 'autoreconf' phase from 'gnu-dist'.
...
This has been superseded by the 'bootstrap' phase added in
189be331ac .
* guix/build/gnu-dist.scm (autoreconf): Remove.
(%dist-phases): Remove it.
2020-06-17 19:32:43 +02:00
Ludovic Courtès
8cca3f939a
build-system/gnu: Adjust 'dist-package' to current 'autoconf-wrapper' API.
...
This is a followup to 464f544739 .
* guix/build-system/gnu.scm (dist-package): Do not call 'autoconf-wrapper'.
2020-06-17 19:32:43 +02:00
Ludovic Courtès
9c8893ce20
gnu: gnurl: Update home page.
...
* gnu/packages/gnunet.scm (gnurl): Update 'home-page'.
2020-06-17 19:32:39 +02:00
Zhu Zihao
94e72b7502
gnu: font-sarasa-gothic: Update to 0.12.7
...
From 5e41fcb899267b6854990e79edca3526e90ebb11 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last@163.com >
Date: Wed, 17 Jun 2020 21:33:01 +0800
Subject: [PATCH] gnu: font-sarasa-gothic: Update to 0.12.7
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-06-17 13:29:16 -04:00
Tobias Geerinckx-Rice
0bed485a39
gnu: vlc: Update to 3.0.11.
...
* gnu/packages/video.scm (vlc): Update to 3.0.11.
2020-06-17 18:42:09 +02:00
Tobias Geerinckx-Rice
32d531eef8
gnu: foo2zjs: Update to 20200610.
...
* gnu/packages/cups.scm (foo2zjs): Update to 20200610.
2020-06-17 18:42:09 +02:00
Tobias Geerinckx-Rice
ccc960bb9f
gnu: xmobar: Update to 0.34.
...
* gnu/packages/wm.scm (xmobar): Update to 0.34.
2020-06-17 18:42:08 +02:00
Tobias Geerinckx-Rice
ad9db848b0
gnu: nix: Update to 2.3.6.
...
* gnu/packages/package-management.scm (nix): Update to 2.3.6.
2020-06-17 18:42:07 +02:00
Maxim Cournoyer
7fcf4fa082
gnu: linphoneqt: Remove obsolete phase.
...
Now that we have Qt 5.14, having SOURCE_DATE_EPOCH set prevents
reproducibility problems with the Qt Resource Compiler (this was fixed
upstream in Qt 5.13).
* gnu/packages/linphone.scm (linphoneqt)[phases]: Remove obsolete
'set-qt-rcc-source-date-override phase.
2020-06-17 09:50:44 -04:00
Maxim Cournoyer
cb4b60bcee
gnu: emacs-elpy: Disable two tests that fail when building with Emacs 27.
...
* gnu/packages/emacs-xyz.scm (emacs-elpy)[phases]{disable-problematic-tests}:
New phase.
2020-06-17 09:50:44 -04:00
Maxim Cournoyer
b8744955f5
gnu: emacs-elpy: Update to 1.34.0.
...
* gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.34.0.
2020-06-17 09:50:43 -04:00
Timotej Lazar
916003fa33
gnu: xsnow: Update to 2.0.22.
...
* gnu/packages/toys.scm (xsnow): Update to 2.0.22.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-17 16:32:02 +03:00
Mathieu Othacehe
e3c6768822
gnu: guix: Update to 1.1.0-11.204623b.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-11.204623b.
2020-06-17 14:41:46 +02:00
Efraim Flashner
204623bc68
gnu: znc: Update home-page.
...
* gnu/packages/messaging.scm (znc)[home-page]: Follow redirect.
2020-06-17 14:52:21 +03:00
Timotej Lazar
df3a461184
gnu: znc: Use HTTPS.
...
* gnu/packages/messaging.scm (znc)[source]: Use HTTPS.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-17 14:49:23 +03:00
Efraim Flashner
7b3cb5acb8
gnu: efl: Update to 1.24.3.
...
* gnu/packages/enlightenment.scm (efl): Update to 1.24.3.
[arguments]: Remove opengl flags from configure-flags.
2020-06-17 14:46:43 +03:00
Efraim Flashner
ee3eba3b8b
gnu: kodi: Update to 18.7.1.
...
* gnu/packages/kodi.scm (kodi): Update to 18.7.1.
2020-06-17 14:46:43 +03:00
Tobias Geerinckx-Rice
18debc6e4f
gnu: mgba: Update to 0.8.2.
...
* gnu/packages/emulators.scm (mgba): Update to 0.8.2.
2020-06-17 13:34:27 +02:00
Tobias Geerinckx-Rice
ec40d24fb9
gnu: rocksdb: Update to 6.10.2.
...
* gnu/packages/databases.scm (rocksdb): Update to 6.10.2.
2020-06-17 13:34:27 +02:00
Tobias Geerinckx-Rice
6d164aecc8
gnu: sbsigntools: Update to 0.9.4.
...
* gnu/packages/efi.scm (sbsigntools): Update to 0.9.4.
2020-06-17 13:34:27 +02:00
Tobias Geerinckx-Rice
0f27f41d59
gnu: hplip: Update to 3.20.6.
...
* gnu/packages/cups.scm (hplip): Update to 3.20.6.
2020-06-17 13:34:27 +02:00
Tobias Geerinckx-Rice
a7d74db93d
gnu: corsix-th: Update to 0.64.
...
* gnu/packages/games.scm (corsix-th): Update to 0.64.
2020-06-17 13:34:27 +02:00
Mathieu Othacehe
92d8c4aa38
Revert "gnu: guix: Update to 1.1.0-11.559491e."
...
This reverts commit ed8583d162 because of some
test failures.
2020-06-17 12:25:46 +02:00
nikita
a3a8b88620
gnu: gnurl: Update to 7.70.0.
...
* gnu/packages/gnunet.scm (gnurl): Update to 7.70.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-17 12:06:33 +02:00
Ludovic Courtès
94642ab06b
profiles: Add comment at the top of 'manifest' file.
...
* guix/build/profiles.scm (build-profile): Add comment at the top of
MANIFEST-FILE.
2020-06-17 12:06:33 +02:00
Ludovic Courtès
c941b3128b
gnu: Add guvcview.
...
* gnu/packages/video.scm (guvcview): New variable.
2020-06-17 12:06:33 +02:00
Nicolas Goaziou
ce84582b51
gnu: Add frozen-bubble.
...
* gnu/packages/games.scm (frozen-bubble): New variable.
2020-06-17 11:56:34 +02:00
Nicolas Goaziou
eae6dd6f11
gnu: Add perl-sdl.
...
* gnu/packages/perl.scm (perl-sdl): New variable.
2020-06-17 11:56:34 +02:00
Nicolas Goaziou
16b1237938
gnu: Add perl-alien-sdl.
...
* gnu/packages/perl.scm (perl-alien-sdl): New variable.
2020-06-17 11:56:33 +02:00
Mathieu Othacehe
ed8583d162
gnu: guix: Update to 1.1.0-11.559491e.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-11.559491e.
2020-06-17 11:17:57 +02:00
Leo Famulari
559491ea5b
gnu: Transmission: Clean up the package definition.
...
* gnu/packages/bittorrent.scm (transmission)[license]: Correct the license
field.
[inputs]: Remove unused inputs inotify-tools, cyrus-sasl, and file.
2020-06-17 01:29:01 -04:00
Giacomo Leidi
e7a7a483bc
gnu: papirus-icon-theme: Update to 20200602.
...
* gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20200602.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-06-16 23:09:47 +02:00
Giacomo Leidi
2eadf0917c
gnu: gnome-shell-extension-dash-to-panel: Update to 37.
...
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update to 37.
2020-06-16 23:07:44 +02:00
Jonathan Brielmaier
d26186232e
gnu: Add chatty.
...
* gnu/packages/messaging.scm (chatty): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-16 23:53:47 +03:00
Jonathan Brielmaier
593ef98a28
gnu: Add purple-mm-sms.
...
* gnu/packages/messaging.scm (purple-mm-sms): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-16 23:36:37 +03:00
Jonathan Brielmaier
0faed3995b
gnu: Add feedbackd.
...
* gnu/packages/gnome.scm (feedbackd): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-16 23:30:03 +03:00
Tanguy Le Carrour
f1adcfd37a
gnu: poetry: Update to 1.0.9.
...
* gnu/packages/python-xyz.scm (poetry): Update to 1.0.9.
[arguments] Adjust required versions of pyrsistent. Remove required
version of importlib-metadata.
[propagated-inputs] Add python-msgpack-transitional.
Remove python-importlib-metadata.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-16 23:21:40 +03:00
Tanguy Le Carrour
8d5c55b2e8
gnu: python-memcached: Add patch to fix syntax warnings.
...
* gnu/packages/patches/python-memcached-syntax-warnings.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python-xyz.scm (python-memcached)[source]: Add it.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-16 23:18:26 +03:00
Efraim Flashner
daca70770a
gnu: guile-chickadee: Supress guile warnings.
...
* gnu/packages/game-development.scm (guile-chickadee)[arguments]: Add
make-flag to not autocompile guile files.
2020-06-16 23:05:43 +03:00
Efraim Flashner
fb42a763e8
gnu: guile-sdl2: Remove unused configure-flags.
...
* gnu/packages/sdl.scm (guile-sdl2)[arguments]: Remove configure-flags.
2020-06-16 23:02:48 +03:00
Danny O'Brien
70fb07b520
gnu: guile-chickadee: Update to 0.5.0.
...
* gnu/packages/game-development.scm (guile-chickadee): Update to 0.5.0.
[inputs]: Add libvorbis, mpg123, openal.
(guile3.0-chickadee)[inputs]: Same.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-16 22:58:36 +03:00
Danny O'Brien
75990dcc57
gnu: guile-sdl2: Update to 0.5.0.
...
* gnu/packages/sdl.scm (guile-sdl2): Update to 0.5.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-16 22:58:27 +03:00
Michael Rohleder
b3e52889c5
gnu: emacs-deadgrep: Update to 0.10.
...
* gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.10.
[inputs]: change into...
[propagated-inputs]: ... this.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2020-06-16 21:35:29 +02:00
Nicolas Goaziou
503737624c
gnu: emacs-emms: Update to 5.42.
...
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 5.42.
[source]: Use GNU ELPA repository.
[arguments]: Remove unnecessary phases.
2020-06-16 21:17:40 +02:00
Christopher Lemmer Webber
7fc273fe3f
gnu: crawl: Update to 0.25.0.
...
* gnu/packages/games.scm (crawl): Update to 0.25.0.
2020-06-16 15:04:49 -04:00
Ricardo Wurmus
7146c8c75d
gnu: python-ipython: Use python-prompt-toolkit-2.
...
This prevents conflicting variants of python-prompt-toolkit from being
installed, which prevented jupyter from being installed.
* gnu/packages/python-xyz.scm (python-ipython)[propagated-inputs]: Replace
python-prompt-toolkit with python-prompt-toolkit-2.
(python-widgetsnbextension)[propagated-inputs]: Do not use
prompt-toolkit-2-instead-of-prompt-toolkit on python-ipykernel.
(python-ipywidgets)[propagated-inputs]: Do not use
prompt-toolkit-2-instead-of-prompt-toolkit on python-ipython.
(python-jupyter-console)[propagated-inputs]: Do not use
prompt-toolkit-2-instead-of-prompt-toolkit on python-ipykernel.
(prompt-toolkit-2-instead-of-prompt-toolkit): Remove variable.
* gnu/packages/machine-learning.scm (python-iml)[propagated-inputs]: Do not
use prompt-toolkit-2-instead-of-prompt-toolkit on python-ipython.
2020-06-16 19:33:11 +02:00
Mathieu Othacehe
4febc38d9f
installer: final: Remove restart-service procedure.
...
* gnu/installer/final.scm (umount-cow-store): Remove "restart-service" that is
now provided by (gnu services herd).
2020-06-16 16:33:55 +02:00
Mathieu Othacehe
e23ec7144c
gnu: libmateweather: Fix tests.
...
Apply the following upstream fix:
https://github.com/mate-desktop/libmateweather/commit/ea13e06563fb5fa53f8a9643156a64825e986acb .
* gnu/packages/mate.scm (libmateweather)[source]: Fix tests by renaming
America/Godthab timezone to America/Nuuk.
2020-06-16 16:33:55 +02:00
Ludovic Courtès
619972f7b5
maint: "make authenticate" behaves like 'guix pull' by default.
...
* build-aux/git-authenticate.scm (%use-historical-authorizations?)
(%introductory-commit): New variables.
* build-aux/git-authenticate.scm (git-authenticate): Use pass the empty
list as #:default-authorizations when %USE-HISTORICAL-AUTHORIZATIONS? is
false.
2020-06-16 16:10:47 +02:00
Ludovic Courtès
838ac881ec
time-machine: Add '--disable-authentication'.
...
* guix/inferior.scm (cached-channel-instance): Add #:authenticate? and
pass it to 'latest-channel-instances'.
* guix/scripts/time-machine.scm (show-help, %options): Add
'--disable-authentication'.
(%default-options): Add 'authenticate-channels?'.
(guix-time-machine): Honor it.
2020-06-16 16:10:47 +02:00
Ludovic Courtès
a9eeeaa6ae
pull: Add '--disable-authentication'.
...
* guix/channels.scm (latest-channel-instance): Add #:authenticate? and
honor it.
(latest-channel-instances): Likewise.
* guix/scripts/pull.scm (%default-options): Add 'authenticate-channels?'.
(show-help, %options): Add '--disable-authentication'.
(guix-pull): Pass #:authenticate? to 'latest-channel-instances'.
* doc/guix.texi (Invoking guix pull): Document it.
2020-06-16 16:10:47 +02:00
Ludovic Courtès
c3f6f564e9
channels: Automatically add introduction for the official 'guix' channel.
...
This is useful when people run "guix time-machine -C channels.scm",
where 'channels.scm' misses channel introductions.
* guix/channels.scm (%default-channel-url): New variable.
(%default-channels): Use it.
(ensure-default-introduction): New procedure.
(latest-channel-instance): Call it.
2020-06-16 16:10:47 +02:00
Ludovic Courtès
a941e8fe1f
.guix-channel: Add 'keyring-reference'.
...
* .guix-channel: Add 'keyring-reference'.
2020-06-16 16:10:47 +02:00
Ludovic Courtès
5bafc70d1e
channels: Make 'validate-pull' call right after clone/pull.
...
This should come before patching, authentication, etc.
* guix/channels.scm (latest-channel-instance): Add #:validate-pull
parameter and honor it. Return a single value: the instance.
(ensure-forward-channel-update): Change 'instance' parameter to 'commit'
and adjust accordingly.
(latest-channel-instances): Adjust to 'latest-channel-instance' changes.
* guix/scripts/pull.scm (warn-about-backward-updates): Change 'instance'
parameter to 'commit' and adjust accordingly.
* tests/channels.scm ("latest-channel-instances #:validate-pull"):
Likewise.
2020-06-16 16:10:47 +02:00
Ludovic Courtès
43badf261f
channels: 'latest-channel-instance' authenticates Git checkouts.
...
Fixes <https://bugs.gnu.org/22883 >.
* guix/channels.scm (<channel>)[introduction]: New field.
(<channel-introduction>): New record type.
(%guix-channel-introduction): New variable.
(%default-channels): Use it.
(<channel-metadata>)[keyring-reference]: New field.
(%default-keyring-reference): New variable.
(read-channel-metadata, read-channel-metadata-from-source): Initialize
the 'keyring-reference' field.
(commit-short-id, verify-introductory-commit)
(authenticate-channel): New procedures.
(latest-channel-instance): Call 'authenticate-channel' when CHANNEL has
an introduction.
* tests/channels.scm (gpg+git-available?, commit-id-string): New
procedures.
("authenticate-channel, wrong first commit signer"):
("authenticate-channel, .guix-authorizations"): New tests.
* doc/guix.texi (Invoking guix pull): Mention authentication.
2020-06-16 16:10:47 +02:00
Ludovic Courtès
1e2b9bf2d4
tests: Move OpenPGP helpers to (guix tests gnupg).
...
* tests/git-authenticate.scm (key-id): Remove.
(%ed25519-public-key-file, %ed25519-secret-key-file)
(%ed25519bis-public-key-file, %ed25519bis-secret-key-file)
(read-openpgp-packet, key-fingerprint): Move to...
* guix/tests/gnupg.scm: ... here.
2020-06-16 16:10:46 +02:00
Ludovic Courtès
41946b79f1
git-authenticate: 'authenticate-commits' takes a #:keyring parameter.
...
* guix/git-authenticate.scm (authenticate-commits): Add #:keyring
parameter.
2020-06-16 16:10:46 +02:00
Ludovic Courtès
a450b4343b
git-authenticate: Cache takes a key parameter.
...
* guix/git-authenticate.scm (authenticated-commit-cache-file)
(cache-authenticated-commit, previously-authenticated-commits): Add
'key' parameter and honor it.
* build-aux/git-authenticate.scm (git-authenticate): Pass
"channels/guix" as the key.
2020-06-16 16:10:46 +02:00
Ludovic Courtès
33391ee5c1
doc: Recommend "make authenticate" after ./bootstrap.
...
* doc/contributing.texi (Building from Git): Move "make authenticate"
instructions below.
2020-06-16 16:10:46 +02:00
Efraim Flashner
3646a44a14
build-system: cmake: Add substitutable keyword.
...
* guix/build-system/cmake.scm (cmake-build, cmake-cross-build): Add
substitutable keyword.
2020-06-16 16:40:27 +03:00
Tobias Geerinckx-Rice
b6329d026b
gnu: nix: Look for configuration in /etc.
...
Fixes <http://issues.guix.gnu.org/41704 >.
* gnu/packages/package-management.scm (nix)[arguments]: Add
‘--sysconfdir=/etc’ configure flag and override it during installation.
Requested-and-tested-by: Peng Mei Yu <pengmeiyu@riseup.net >
2020-06-16 13:35:56 +02:00
Tobias Geerinckx-Rice
38ee8f7dba
pack: Add zstd compressor.
...
* guix/scripts/pack.scm (%compressors): Add zstd.
* doc/guix.texi (Invoking guix pack): Document it.
2020-06-16 13:35:33 +02:00
Ricardo Wurmus
5f7b17a6e1
gnu: emacs-god-mode: Update to 2.17.0.
...
* gnu/packages/emacs-xyz.scm (emacs-god-mode): Update to 2.17.0.
2020-06-16 12:50:44 +02:00
Pierre Neidhardt
52adfeaed4
gnu: bsnes: Remove unnecessary inputs.
...
* gnu/packages/emulators.scm (bsnes)[inputs]: Remove gt+-2 and libx11.
2020-06-16 12:15:10 +02:00
Efraim Flashner
88ff06415c
gnu: Add rust-nom-5.
...
* gnu/packages/crates-io.scm (rust-nom-5): New variable.
(rust-nom-4.2): Inherit from rust-nom-5.
2020-06-16 12:49:05 +03:00
Efraim Flashner
16dcf12736
gnu: Add rust-lexical-core-0.7.
...
* gnu/packages/crates-io.scm (rust-lexical-core-0.7): New variable.
(rust-lexical-core-0.4): Inherit from rust-lexical-core-0.7.
2020-06-16 12:49:05 +03:00
Efraim Flashner
6675cd8c24
gnu: Add rust-static-assertions-1.
...
* gnu/packages/crates-io.scm (rust-static-assertions-1): New variable.
(rust-static-assertions-0.3): Inherit from rust-static-assertions-1.
2020-06-16 12:49:05 +03:00
Ricardo Wurmus
76a841cc8b
etc: Add committer script.
...
* etc/committer.scm.in: New file.
* configure.ac: Configure it.
2020-06-16 11:32:53 +02:00
Pierre Neidhardt
391aff1f68
gnu: Add bsnes.
...
* gnu/packages/emulators.scm (bsnes): New variable.
2020-06-16 10:56:35 +02:00
Ricardo Wurmus
000c7a0f70
gnu: r-xgboost: Update to 1.1.1.1.
...
* gnu/packages/cran.scm (r-xgboost): Update to 1.1.1.1.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus
6afe39829d
gnu: r-genenet: Update to 1.2.15.
...
* gnu/packages/cran.scm (r-genenet): Update to 1.2.15.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus
e766bd1f13
gnu: r-performance: Update to 0.4.7.
...
* gnu/packages/cran.scm (r-performance): Update to 0.4.7.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus
ead67125a8
gnu: r-abn: Update to 2.2.1.
...
* gnu/packages/cran.scm (r-abn): Update to 2.2.1.
[propagated-inputs]: Add r-boot, r-brglm, r-entropy, and r-moments.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus
389a357a72
gnu: r-vioplot: Update to 0.3.5.
...
* gnu/packages/cran.scm (r-vioplot): Update to 0.3.5.
[native-inputs]: Add r-knitr.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus
e89bc53e76
gnu: r-circlize: Update to 0.4.10.
...
* gnu/packages/cran.scm (r-circlize): Update to 0.4.10.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus
b1a7a3bb78
gnu: Add r-entropy.
...
* gnu/packages/cran.scm (r-entropy): New variable.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus
aee8cc0a0d
gnu: Add r-brglm.
...
* gnu/packages/cran.scm (r-brglm): New variable.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus
6a933e9a8b
gnu: Add r-profilemodel.
...
* gnu/packages/cran.scm (r-profilemodel): New variable.
2020-06-16 09:33:53 +02:00
Maxim Cournoyer
fb8542ed5c
gnu: emacs-yasnippet: Clean-up package definition.
...
An old snippet was causing the build to fail when using Emacs 27.
* gnu/packages/emacs-xyz.scm (emacs-yasnippet)[source]: Use git-file-name, and
remove obsolete snippet.
[phases]{home}: New phase. This allows the rebindings test to pass.
{make-tests-writable, delete-rebinding-test}: Remove phases.
[description]: Re-indent.
2020-06-16 00:18:09 -04:00
Tobias Geerinckx-Rice
4df47410cf
gnu: volk: Improve description mark-up.
...
* gnu/packages/engineering.scm (volk)[description]: Substitute
@acronym for the less appropriate @code.
2020-06-16 05:15:47 +02:00
Tobias Geerinckx-Rice
5ed89cac64
gnu: volk: Fix typo in description.
...
* gnu/packages/engineering.scm (volk)[description]: Fix typo.
2020-06-16 05:15:47 +02:00
Tobias Geerinckx-Rice
40f986db30
gnu: inxi-minimal: Update to 3.1.03-1.
...
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.03-1.
2020-06-16 05:15:47 +02:00
Tobias Geerinckx-Rice
0f99da2b39
gnu: tup: Update to 0.7.9.
...
* gnu/packages/build-tools.scm (tup): Update to 0.7.9.
2020-06-16 05:15:47 +02:00
Jan (janneke) Nieuwenhuizen
e07573432c
doc: Clarify 'hurd-vm' and 'childhurd' names.
...
Suggested by Maxim Cournoyer via IRC.
* doc/guix.texi (The Hurd in a Virtual Machine): Explicitly mention that
hurd-vm and childhurd are two names for this service.
2020-06-15 21:08:02 +02:00
Arun Isaac
ec8e1c9177
gnu: glade3: Enable tests.
...
* gnu/packages/gnome.scm (glade3)[arguments]: Enable tests. Add custom
pre-check phase.
[native-inputs]: Add hicolor-icon-theme and xorg-server-for-tests.
2020-06-15 23:38:53 +05:30
Arun Isaac
bd03e99f66
ui: Use package-description-string.
...
* guix/ui.scm (package->recutils): Use package-description-string instead of
package-description and P_.
2020-06-15 23:31:56 +05:30
Arun Isaac
a1da0904a6
ui: Do not translate package synopsis a second time.
...
* guix/ui.scm (package->recutils): package-synopsis-string already returns a
translated string. Do not attempt to translate it again.
2020-06-15 23:31:56 +05:30
Arun Isaac
e70a884706
ui: Cut off search early if any regexp does not match.
...
* guix/ui.scm (relevance): When one of the regexps does not match, cut off
early and return 0. Do not try to match the remaining regexps.
2020-06-15 23:31:56 +05:30
Mathieu Othacehe
cf48f0fc4c
gnu: cuirass: Update to 0.0.1-32.3db603c.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-32.3db603c.
2020-06-15 16:29:22 +02:00
Mathieu Othacehe
53e6195607
ci: Add build-products id field and export accessors.
...
* guix/ci.scm (build-product?, build-product-id,
build-product-type, build-product-file-size,
build-product-path): Export them,
[id]: new field.
2020-06-15 15:34:19 +02:00
Mathieu Othacehe
9e989d9e36
ci: Add status option to "latest-builds".
...
* guix/ci.scm (latest-builds): Add "status" option.
2020-06-15 15:33:42 +02:00
Tobias Geerinckx-Rice
c9ea4eecf4
download: Remove usa-mirror.go-parts.com mirror.
...
It incorrectly redirects 404s (at least) to the commercial home page.
* guix/download.scm (%mirrors): Remove usa-mirror.go-parts.com URLs.
2020-06-15 14:26:44 +02:00
Tobias Geerinckx-Rice
a3370b30f7
gnu: volk: Make retained references non-native inputs.
...
* gnu/packages/engineering.scm (volk)[native-inputs]:
Move python-wrapper and python-mako…
[inputs]: …here.
2020-06-15 14:26:44 +02:00
Tobias Geerinckx-Rice
6e1aa1c443
gnu: volk: Update to 2.3.0.
...
* gnu/packages/engineering.scm (volk): Update to 2.3.0.
2020-06-15 14:26:44 +02:00
Ricardo Wurmus
8b00728144
gnu: r-limma: Update to 3.44.3.
...
* gnu/packages/bioinformatics.scm (r-limma): Update to 3.44.3.
2020-06-15 12:00:21 +02:00
Pierre Neidhardt
d6797a566f
gnu: openmw: Update to 0.46.0.
...
* gnu/packages/game-development.scm (openmw): Update to 0.46.0.
2020-06-15 11:14:55 +02:00
Efraim Flashner
5a3614cfe3
gnu: quassel: Add context menu for d-bus tray icon.
...
* gnu/packages/irc.scm (quassel)[inputs]: Add libdbusmenu-qt.
2020-06-15 11:47:54 +03:00
Efraim Flashner
3a2bb37941
gnu: quassel: Fix build with qt-5.14.
...
* gnu/packages/irc.scm (quassel)[source]: Add patch.
* gnu/packages/patches/quassel-qt-514-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2020-06-15 11:25:30 +03:00
Mathieu Othacehe
bb76f50b9b
ci: Fix buildproducts reading.
...
This is a follow-up of 4e05bbb093 .
* guix/ci.scm (<build>)[products]: Test for vector type, as products can be
"null".
2020-06-15 09:53:02 +02:00
Konrad Hinsen
fdc9e9f53d
news: Add entry for script execution via "guix repl".
...
* etc/news.scm: Add entry.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-15 09:52:20 +02:00
Mathieu Othacehe
ef6f9f16fe
ci: Add job option to "latest-builds".
...
* guix/ci.scm (latest-builds): Add "job" option.
2020-06-15 09:15:08 +02:00
Mathieu Othacehe
4e05bbb093
ci: Add build products support.
...
* guix/ci.scm (<build-product>): New json mapping,
(<build)[products]: new field.
2020-06-15 09:15:08 +02:00
Nicolas Goaziou
b64ca5dadc
gnu: emacs-debbugs: Update to 0.24.
...
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.24.
2020-06-15 09:13:21 +02:00
Andrew Whatson
98366c991f
gnu: Add emacs-flycheck-guile.
...
* gnu/packages/emacs-xyz.scm (emacs-flycheck-guile): New variable.
2020-06-15 08:59:56 +02:00
Maxim Cournoyer
1afa2c5ca0
gnu: inkscape: Add the glib-or-gtk-build-system phases.
...
This fixes an issue where an improperly set XDG_DATA_DIRS environment variable
would cause a segfault when opening the 'Save As' menu of Inkscape. See:
<https://lists.gnu.org/archive/html/help-guix/2020-06/msg00093.html >.
* gnu/packages/inkscape.scm (inkscape-1.0)[arguments]: Import the
(guix build glib-or-gtk-build-system) module.
[phases]: Add the glib-or-gtk-compile-schemas and glib-or-gtk-wrap phases.
Reported-by: Thorsten Wilms <t_w_@freenet.de >
2020-06-14 23:16:33 -04:00
Maxim Cournoyer
3d7726b7f2
gnu: emacs-org-reveal: Update to 20200607.
...
* gnu/packages/emacs-xyz.scm (emacs-org-reveal): Update to 20200607.
2020-06-14 22:19:31 -04:00
Jakub Kądziołka
2c1d1b7599
gnu: Add tup.
...
* gnu/packages/build-tools.scm (tup): New variable.
* gnu/packages/patches/tup-unbundle-dependencies.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register new file.
2020-06-14 23:52:21 +02:00
Marius Bakke
065cb27abb
gnu: Add iputils.
...
* gnu/packages/patches/iputils-libcap-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/networking.scm (iputils): New public variable.
2020-06-14 23:15:22 +02:00
Marius Bakke
bf7321cc91
gnu: docbook: Add 5.0.1.
...
* gnu/packages/docbook.scm (docbook-xml-5): New public variable.
(docbook-xml): Inherit from it. While at it, remove trailing whitespace.
2020-06-14 23:15:22 +02:00
Marius Bakke
54bbed9638
gnu: Add ndisc6.
...
* gnu/packages/networking.scm (ndisc6): New public variable.
2020-06-14 23:15:22 +02:00
Marius Bakke
cf123e321d
gnu: Add ghc-psqueue.
...
* gnu/packages/haskell-xyz.scm (ghc-psqueue): New public variable.
2020-06-14 23:15:22 +02:00
Marius Bakke
dcfd1d2caf
gnu: Add shelltestrunner.
...
* gnu/packages/haskell-apps.scm (shelltestrunner): New public variable.
2020-06-14 23:15:21 +02:00
Marius Bakke
ddd7983648
gnu: Add ghc-regex-pcre.
...
* gnu/packages/haskell-xyz.scm (ghc-regex-pcre): New public variable.
2020-06-14 23:15:21 +02:00
Marius Bakke
b1342a8257
gnu: Add ghc-curl.
...
* gnu/packages/haskell-web.scm (ghc-curl): New public variable.
2020-06-14 23:15:21 +02:00
Marius Bakke
bb9a99e657
doc: Adjust branching and rebuilding strategy to match reality.
...
The amount of packages has more than tripled since this section was written.
Adjust the rebuild limits and cycle lengths based on current practices.
* doc/contributing.texi (Submitting Patches): Increase 'staging' rebuild limit
to 1800 packages, and adjust the cycle to six weeks. Increase 'core-updates'
cycle to six months.
2020-06-14 23:15:21 +02:00
Martin Becze
9a3ddeea98
gnu: Add go-github-com-mattn-go-pointer.
...
* gnu/packages/golang.scm (go-github-com-mattn-go-pointer): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-15 00:08:56 +03:00
Martin Becze
4b52722838
gnu: Add go-golang-org-x-oauth2.
...
* gnu/packages/golang.scm (go-golang-org-x-oauth2): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-15 00:08:56 +03:00
Ludovic Courtès
535581a72a
gnu: emacs-erc-status-sidebar: Placate 'guix lint'.
...
* gnu/packages/emacs-xyz.scm (emacs-erc-status-sidebar)[source]: Add
'file-name'.
[synopsis, description]: Adjust.
2020-06-14 23:02:36 +02:00
Michael Rohleder
267be609f7
gnu: Add emacs-erc-status-sidebar.
...
* gnu/packages/emacs-xyz.scm (emacs-erc-status-sidebar): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-14 23:02:36 +02:00
Konrad Hinsen
c924e54139
guix repl: Add script execution.
...
* guix/scripts/repl.scm: Add filename options for script execution.
* doc/guix.texi (Invoking guix repl): Document it.
* tests/guix-repl.sh: Test it.
* Makefile.am: (SH_TESTS): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-14 23:02:36 +02:00
Pierre Neidhardt
1b917f99b5
gnu: Add augustus.
...
* gnu/packages/games.scm (augustus): New variable.
2020-06-14 22:44:15 +02:00
Vagrant Cascadian
526a0066ac
gnu: diffoscope: Update to 147.
...
* gnu/packages/diffoscope (diffoscope): Update to 147.
2020-06-14 12:58:12 -07:00
Jan (janneke) Nieuwenhuizen
5e9cf93364
services: Add 'hurd-vm service-type'.
...
* gnu/services/virtualization.scm (hurd-vm-shepherd-service,
hurd-vm-disk-image): New procedures.
(%hurd-vm-operating-system, hurd-vm-service-type): New variables.
(<hurd-vm-configuration>): New record type.
* doc/guix.texi (Virtualization Services): Document it.
* gnu/services/shepherd.scm (scm->go): Use let-system, remove FIXME. Fixes
fixes cross-building of shepherd modules for the Hurd image.
2020-06-14 18:38:44 +02:00
Mathieu Othacehe
c9f6e2e5bd
system: image: Make sure target is set.
...
* gnu/system/image.scm (system-image): Move "with-parameters" call so that it
encapsulates "operating-system-bootcfg".
2020-06-14 18:03:08 +02:00
Mathieu Othacehe
39b63d06e1
system: image: Remove left-over.
...
* gnu/system/image.scm: Remove a left-over since maybe-with-target procedure
was removed.
2020-06-14 17:57:30 +02:00
Mathieu Othacehe
80f92866e3
scripts: system: Fix "init" command.
...
This is a follow-up of 7ca533c723 . The
introduced "target" variable is shadowing the target argument.
* guix/scripts/system.scm (perform-action): Rename "target" variable to
"target*".
2020-06-14 17:42:36 +02:00
Mathieu Othacehe
876a8d9870
installer: final: Make sure 'bold' font files are loaded.
...
* gnu/installer/newt/final.scm (run-install-shell): Force kmscon to open
'bold' font files, before the cow-store overlay is mounted.
2020-06-14 17:42:36 +02:00
Efraim Flashner
e88745a655
gnu: qtox: Don't use unstable tarball.
...
* gnu/packages/messaging.scm (tox)[source]: Don't use autogenerated
tarball.
2020-06-14 17:13:32 +03:00
Reza Alizadeh Majd
bd89d898c1
gnu: qtox: Update to 1.17.2.
...
* gnu/packages/messaging.scm (qtox): Update to 1.17.2.
[arguments]: Add phase to disable network tests.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-14 17:13:32 +03:00
Reza Alizadeh Majd
1a2e3d940f
gnu: c-toxcore: Update to 0.2.12.
...
* gnu/packages/messaging.scm (c-toxcore): Update to 0.2.12.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2020-06-14 17:13:29 +03:00
Alex Griffin
3010035b40
gnu: pagekite: Update to 1.5.2.200603.
...
* gnu/packages/networking.scm (pagekite): Update to 1.5.2.200603.
2020-06-14 09:02:35 -05:00
Alex Griffin
2199b1db5c
gnu: python-socksipychain: Update to 2.1.2.
...
* gnu/packages/python-xyz.scm (python-socksipychain): Update to 2.1.2.
2020-06-14 09:02:31 -05:00
Ludovic Courtès
993023a28e
lint: Add 'check-for-collisions' checker.
...
Suggested by Edouard Klein <edk@beaver-labs.com >.
* guix/profiles.scm (check-for-collisions): Export.
* guix/lint.scm (check-profile-collisions): New procedure.
(%local-checkers): Add 'profile-collisions' checker.
* tests/lint.scm ("profile-collisions: no warnings")
("profile-collisions: propagated inputs collide")
("profile-collisions: propagated inputs collide, store items"): New tests.
* doc/guix.texi (Invoking guix lint): Document it.
2020-06-14 15:34:42 +02:00
Ludovic Courtès
9acac9f9c6
profiles: Fix pathological performance of 'manifest-transitive-entries'.
...
For packages with lots of propagated inputs,
'manifest-transitive-entries', as called from 'check-for-collisions',
would exhibit pathological behavior. For example, "guix install cl-ana"
wouldn't complete in 1mn; now, it's down to 20s.
The issue was that manifest entries would never be 'equal?' due to the
delayed field in <manifest-entry>.
* guix/profiles.scm (manifest-transitive-entries): Use a vhash instead
of a set. Use 'manifest-entry=?' instead of 'equal?' when checking for
equality.
2020-06-14 15:34:41 +02:00
Ludovic Courtès
20d9034cc5
doc: Mention 'guix lint -c derivation'.
...
* doc/guix.texi (Invoking guix lint): Mention the 'derivation' checker.
2020-06-14 15:34:41 +02:00
Ludovic Courtès
e66f243e92
ui: Set 'LESS' environment variable unconditionally.
...
Fixes <https://bugs.gnu.org/41811 >.
Reported by Lars-Dominik Braun <lars@6xq.net >.
* guix/ui.scm (call-with-paginated-output-port): Remove (getenv "LESS")
call.
2020-06-14 15:34:38 +02:00
Brice Waegeneire
4f6e6c0442
gnu: zsh: Set default '$fpath'.
...
* gnu/packages/shells.scm (zsh)[arguments]: Add configure-flags
'disable-site-dir' and 'enable-additional-fpath'.
2020-06-14 15:25:56 +02:00
Efraim Flashner
0526185ebb
gnu: kdeconnect: Update to 20.04.1.
...
* gnu/packages/kde.scm (kdeconnect): Update to 20.04.1.
[source]: Update source URI.
[arguments]: Adjust configure flags.
2020-06-14 15:59:52 +03:00
Pierre Neidhardt
cc62eab163
gnu: Add bbswitch-module.
...
* gnu/packages/linux.scm (bbswitch-module): New variable.
2020-06-14 13:26:05 +02:00
Danny Milosavljevic
4fdf3a2e6e
gnu: busybox: Update to 1.31.1.
...
* gnu/packages/patches/busybox-1.31.1-fix-build-with-glibc-2.31.patch: New file
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/busybox.scm (busybox): Update to 1.31.1.
[source]: Use patch.
[arguments]<#:phases>[check]: Fix test.
2020-06-14 13:03:05 +02:00
Danny Milosavljevic
c37dc30e61
gnu: busybox: Make build reproducible.
...
* gnu/packages/busybox.scm (busybox)[arguments]<#:phases>[disable-timestamps]:
New phase.
2020-06-14 13:01:27 +02:00
Nicolas Goaziou
f810d69b6c
gnu: Use ‘license:’ prefix in (gnu packages perl).
...
* gnu/packages/perl.scm: Import (guix licenses) with a #:prefix
and adjust all callers.
2020-06-14 12:19:46 +02:00
Nicolas Goaziou
e8356966b7
gnu: Add perl-text-patch.
...
* gnu/packages/perl.scm (perl-text-patch): New variable.
2020-06-14 12:19:45 +02:00
Nicolas Goaziou
10ed3525a4
gnu: Add perl-locale-maketext-lexicon.
...
* gnu/packages/perl.scm (perl-locale-maketext-lexicon): New variable.
2020-06-14 12:19:45 +02:00
Nicolas Goaziou
3329569bb4
gnu: Add perl-ppi.
...
* gnu/packages/perl.scm (perl-ppi): New variable.
2020-06-14 12:19:45 +02:00
Nicolas Goaziou
87554eee8b
gnu: Add perl-compress-bzip2.
...
* gnu/packages/perl-compression.scm (perl-compress-bzip2): New variable.
2020-06-14 12:19:44 +02:00
Nicolas Goaziou
cbddff6d70
gnu: Add perl-lingua-en-sentence.
...
* gnu/packages/perl.scm (perl-lingua-en-sentence): New variable.
2020-06-14 12:19:44 +02:00
Nicolas Goaziou
5e44ec69d6
gnu: Add perl-text-haml.
...
* gnu/packages/perl.scm (perl-text-haml): New variable.
2020-06-14 12:19:43 +02:00
Nicolas Goaziou
c158ab3067
gnu: Add perl-tie-simple.
...
* gnu/packages/perl.scm (perl-tie-simple): New variable.
2020-06-14 12:19:43 +02:00
Nicolas Goaziou
f463868898
gnu: Add perl-data-section-simple.
...
* gnu/packages/perl.scm (perl-data-section-simple): New variable.
2020-06-14 12:19:43 +02:00
Nicolas Goaziou
6897699611
gnu: Add perl-test-subcalls.
...
* gnu/packages/perl-check.scm (perl-test-subcalls): New variable.
2020-06-14 12:19:42 +02:00
Nicolas Goaziou
e72b40af3e
gnu: Add perl-test-object.
...
* gnu/packages/perl-check.scm (perl-test-object): New variable.
2020-06-14 12:19:42 +02:00
Nicolas Goaziou
25985c6957
gnu: Add perl-hook-lexwrap.
...
* gnu/packages/perl.scm (perl-hook-lexwrap): New variable.
2020-06-14 12:19:42 +02:00
Ivan Kozlov
8331e2357b
gnu: xl2tpd: Add pppd support.
...
* gnu/packages/vpn.scm (xl2tpd)[inputs]: Add "linux-libre-headers" and "ppp",
[arguments]: add a 'setup-environment phase to set "PPPD" and "KERNELSRC"
variables.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-06-14 11:53:45 +02:00
Ricardo Wurmus
d291b454bd
gnu: r-survival: Update to 3.2-3.
...
* gnu/packages/statistics.scm (r-survival): Update to 3.2-3.
2020-06-14 09:13:32 +02:00
Ricardo Wurmus
cb935a0377
gnu: r-sf: Update to 0.9-4.
...
* gnu/packages/cran.scm (r-sf): Update to 0.9-4.
2020-06-14 09:13:32 +02:00
Ricardo Wurmus
b8ea08feb8
gnu: r-units: Update to 0.6-7.
...
* gnu/packages/cran.scm (r-units): Update to 0.6-7.
2020-06-14 09:13:32 +02:00
Ricardo Wurmus
dfe1a36465
gnu: r-calibrate: Update to 1.7.6.
...
* gnu/packages/cran.scm (r-calibrate): Update to 1.7.6.
2020-06-14 09:13:32 +02:00
Ricardo Wurmus
214ee82742
gnu: r-flowworkspace: Update to 4.0.6.
...
* gnu/packages/bioconductor.scm (r-flowworkspace): Update to 4.0.6.
2020-06-14 09:13:22 +02:00
Kei Kebreau
13d962b9a6
gnu: starfighter: Update to 2.2.
...
* gnu/packages/games.scm (starfighter): Update to 2.2.
2020-06-13 18:54:58 -04:00
Tobias Geerinckx-Rice
ae89d96c08
gnu: wesnoth: Update to 1.14.12.
...
* gnu/packages/games.scm (wesnoth): Update to 1.14.12.
2020-06-14 00:05:12 +02:00
Tobias Geerinckx-Rice
b9587aa3c7
gnu: snd: Update to 20.4.
...
* gnu/packages/audio.scm (snd): Update to 20.4.
2020-06-14 00:05:12 +02:00
Tobias Geerinckx-Rice
b97b8b44ca
gnu: progress: Fix cross-compilation.
...
* gnu/packages/admin.scm (progress)[arguments]: Use CC-FOR-TARGET and a
target-specific pkg-config when cross-compiling.
2020-06-14 00:05:12 +02:00
Tobias Geerinckx-Rice
4187e5401f
gnu: s6-portable-utils: Update to 2.2.2.4.
...
* gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.2.2.4.
2020-06-14 00:05:11 +02:00
Tobias Geerinckx-Rice
69300c0d70
gnu: gnome-boxes: Update to 3.36.5.
...
* gnu/packages/gnome.scm (gnome-boxes): Update to 3.36.5.
2020-06-14 00:05:11 +02:00
Tobias Geerinckx-Rice
de08b5b23f
gnu: evince: Update to 3.36.5.
...
* gnu/packages/gnome.scm (evince): Update to 3.36.5.
2020-06-14 00:05:11 +02:00
Tobias Geerinckx-Rice
a5d40ee7ac
gnu: python-shellingham: Update to 1.3.2.
...
* gnu/packages/python-xyz.scm (python-shellingham): Update to 1.3.2.
[arguments]: Add ‘restore-setup.py’ phase.
2020-06-14 00:05:11 +02:00
Tobias Geerinckx-Rice
238e2e457f
gnu: xapian: Update to 1.4.16.
...
* gnu/packages/search.scm (xapian): Update to 1.4.16.
(python-xapian-bindings)[source]: Update content hash.
2020-06-14 00:05:10 +02:00
Tobias Geerinckx-Rice
36384fd2f8
gnu: rclone: Update to 1.52.1.
...
* gnu/packages/sync.scm (rclone): Update to 1.52.1.
2020-06-14 00:05:10 +02:00
Tobias Geerinckx-Rice
c668a8809a
gnu: cogl: Update to 1.22.8.
...
* gnu/packages/gnome.scm (cogl): Update to 1.22.8.
2020-06-14 00:05:10 +02:00
Tobias Geerinckx-Rice
483ce0d3c7
gnu: gimp: Update to 2.10.20.
...
* gnu/packages/gimp.scm (gimp): Update to 2.10.20.
2020-06-14 00:05:10 +02:00
Tobias Geerinckx-Rice
e76d190788
gnu: gegl: Update to 0.4.24.
...
* gnu/packages/gimp.scm (gegl): Update to 0.4.24.
2020-06-14 00:05:10 +02:00
Tobias Geerinckx-Rice
ee385c5837
gnu: babl: Update to 0.1.78.
...
* gnu/packages/gimp.scm (babl): Update to 0.1.78.
2020-06-14 00:05:09 +02:00
Tobias Geerinckx-Rice
e51101ecda
gnu: libtextstyle: Update to 0.20.2.
...
* gnu/packages/gettext.scm (libtextstyle): Update to 0.20.2.
2020-06-14 00:05:09 +02:00
Tobias Geerinckx-Rice
b4bfd66b9a
gnu: ltris: Update to 1.0.20.
...
* gnu/packages/games.scm (ltris): Update to 1.0.20.
2020-06-14 00:05:09 +02:00
Tobias Geerinckx-Rice
d7822dc677
gnu: julius: Update to 1.4.1.
...
* gnu/packages/games.scm (julius): Update to 1.4.1.
2020-06-14 00:05:09 +02:00
Tobias Geerinckx-Rice
d321d35aa9
gnu: angband: Use HTTPS.
...
* gnu/packages/games.scm (angband)[source, home-page]: Use HTTPS.
2020-06-14 00:05:09 +02:00
Tobias Geerinckx-Rice
4c9577443f
gnu: angband: Update to 4.2.1.
...
* gnu/packages/games.scm (angband): Update to 4.2.1.
2020-06-14 00:05:08 +02:00
Tobias Geerinckx-Rice
fbbaf04d88
gnu: libolm: Update to 3.1.5.
...
* gnu/packages/crypto.scm (libolm): Update to 3.1.5.
2020-06-14 00:05:08 +02:00
Tobias Geerinckx-Rice
8c07da61e7
gnu: gnome-chess: Update to 3.36.1.
...
* gnu/packages/games.scm (gnome-chess): Update to 3.36.1.
2020-06-14 00:05:08 +02:00
Tobias Geerinckx-Rice
0c716128d3
gnu: gnome-chess: Don't use NAME in source URI.
...
* gnu/packages/games.scm (gnome-chess)[source]: Hard-code NAME.
2020-06-14 00:05:08 +02:00
Tobias Geerinckx-Rice
ac6f1c777a
gnu: facter: Update to 4.0.26.
...
* gnu/packages/admin.scm (facter): Update to 4.0.26.
2020-06-14 00:05:08 +02:00
Tobias Geerinckx-Rice
d22dc5f728
gnu: rust-tokio: Update to 0.2.21.
...
* gnu/packages/crates-io.scm (rust-tokio): Update to 0.2.21.
2020-06-14 00:05:07 +02:00
Tobias Geerinckx-Rice
33678aee91
gnu: rust-serde-bytes: Fix typo in synopsis.
...
* gnu/packages/crates-io.scm (rust-serde-bytes)[synopsis]: Remove ‘of’.
2020-06-14 00:05:07 +02:00
Tobias Geerinckx-Rice
449bac5b4d
gnu: rust-serde-bytes: Update to 0.11.5.
...
* gnu/packages/crates-io.scm (rust-serde-bytes): Update to 0.11.5.
2020-06-14 00:05:07 +02:00
Ricardo Wurmus
ea7882b2e3
gnu: alsa-modular-synth: Hide default GCC.
...
* gnu/packages/audio.scm (alsa-modular-synth)[native-inputs]: Distinguish
GCC-5.
[arguments]: Add build phase "hide-default-gcc".
2020-06-13 23:50:02 +02:00
Ricardo Wurmus
401e6ccb12
gnu: alsa-modular-synth: Add patch to fix vocoder build error.
...
* gnu/packages/patches/alsa-modular-synth-fix-vocoder.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/audio.scm (alsa-modular-synth)[source]: Add it.
2020-06-13 23:50:01 +02:00
Marius Bakke
29961439aa
gnu: check@0.12: Do not inherit replacements from check.
...
* gnu/packages/check.scm (check-0.12): Use INHERIT instead of PACKAGE/INHERIT.
2020-06-13 23:29:22 +02:00
Marius Bakke
cce6b76416
gnu: libnet: Update home page.
...
* gnu/packages/networking.scm (libnet)[home-page]: Adjust to current, as
referred to from the previous.
2020-06-13 23:29:22 +02:00
Marius Bakke
41cb238281
gnu: libnet: Update to 1.2.
...
* gnu/packages/networking.scm (libnet): Update to 1.2.
[source]: Switch to URL-FETCH.
[arguments]: Remove chdir phase.
[native-inputs]: Remove AUTOCONF, AUTOMAKE, and LIBTOOL. Add PERL.
2020-06-13 23:29:21 +02:00
Marius Bakke
dd61cd85f1
gnu: jucipp: Build with Clang 10.
...
* gnu/packages/text-editors.scm (jucipp)[inputs]: Change from CLANG to CLANG-10.
2020-06-13 23:29:21 +02:00
Marius Bakke
4723766b93
gnu: ghc-regex-pcre-builtin: Update home page.
...
* gnu/packages/haskell-xyz.scm (ghc-regex-pcre-builtin)[home-page]: Set to the
correct home page, not the alternative 'ghc-regex-pcre' library.
2020-06-13 23:29:21 +02:00
Marius Bakke
1a6d0d8c2d
gnu: perl-net-dns-resolver-programmable: Remove "v" prefix from version string.
...
* gnu/packages/networking.scm (perl-net-dns-resolver-programmable)[version]:
Remove "v" prefix.
[source](uri): Adjust accordingly.
2020-06-13 23:29:21 +02:00
Marius Bakke
8ab70bae52
Merge branch 'staging'
2020-06-13 22:52:25 +02:00
Ricardo Wurmus
9bc516bada
gnu: Add r-pcatools.
...
* gnu/packages/bioconductor.scm (r-pcatools): New variable.
2020-06-13 22:35:29 +02:00
Ricardo Wurmus
e8521f0b95
gnu: libnode: Delete unused phase.
...
This is a follow-up to commit bb310a1976 .
* gnu/packages/node.scm (libnode)[arguments]: Delete phase
"patch-npm-shebang".
2020-06-13 20:04:51 +02:00
Ekaitz Zarraga
2c74e87079
gnu: Add meshlab.
...
* gnu/packages/engineering.scm (meshlab): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-13 19:16:14 +02:00
Ludovic Courtès
ff30860b63
gnu: perf: Set 'CC'.
...
* gnu/packages/linux.scm (perf)[arguments]: Add "CC=gcc" to #:make-flags.
This fixes a (harmless?) error message during the 'configure' phase.
2020-06-13 19:16:14 +02:00
Ludovic Courtès
221a104248
gnu: perf: Restore use of dependencies.
...
* gnu/packages/linux.scm (perf)[arguments]: Remove C_INCLUDE_PATH from
#:make-flags. It is no longer needed since the switch to C_INCLUDE_PATH
in 2073b55e6b and would prevent
dependencies from being found.
2020-06-13 19:16:14 +02:00
Danny Milosavljevic
1eec6b0c01
gnu: guile-sqlite3: Update to 0.1.2.
...
* gnu/packages/guile.scm (guile-sqlite3): Update to 0.1.2.
2020-06-13 17:16:03 +02:00
Ricardo Wurmus
2f38e38fb5
Revert "gnu: node: Build shared library."
...
This reverts commit f9311eaa7c .
Adding "--shared" replaces the executable with the shared library, breaking
all users of the nodejs executable.
2020-06-13 17:02:26 +02:00
Ricardo Wurmus
e602e7f271
gnu: r-v8: Use libnode instead of node.
...
* gnu/packages/cran.scm (r-v8)[inputs]: Replace node with libnode.
2020-06-13 17:02:26 +02:00
Ricardo Wurmus
bb310a1976
gnu: Add libnode.
...
* gnu/packages/node.scm (libnode): New variable.
2020-06-13 17:02:26 +02:00
Mathieu Othacehe
4a04d49c2e
image: Remove 'maybe-with-target'.
...
* gnu/system/image.scm (maybe-with-target): Remove,
(system-image): adapt accordingly.
2020-06-13 16:58:57 +02:00
Mathieu Othacehe
478d1270ce
install: final: Add some logging.
...
* gnu/installer/final.scm (umount-cow-store): Add some logging.
2020-06-13 15:21:20 +02:00
Mathieu Othacehe
f292d4719d
image: Add 'target' support.
...
* gnu/image.scm (<image>)[target]: New field,
(image-target): new public method.
* gnu/system/image.scm (hurd-disk-image): Set "i586-pc-gnu" as image 'target'
field,
(maybe-with-target): new procedure,
(system-image): honor image 'target' field using the above procedure.
2020-06-13 15:20:52 +02:00
Jan (janneke) Nieuwenhuizen
7ca533c723
image: Make 'find-image' non-monadic.
...
* gnu/system/image.scm (find-image): Make non-monadic. Add 'target'
parameter.
* gnu/tests/install.scm (run-install): Update caller,
passing (%current-target-system).
* guix/scripts/system.scm (perform-action): Likewise.
2020-06-13 15:03:55 +02:00
Christopher Baines
3857aba7ab
gnome: gnome-desktop: Add bubblewrap as an input.
...
This is expected to be available, oddly as libseccomp is available. These
changes fix thumbnails for Nautilus.
* gnu/packages/gnome.scm (gnome-desktop)[arguments]: Add 'patch-bubblewrap
phase.
[inputs]: Add bubblewrap.
2020-06-13 12:02:13 +01:00
Michael Rohleder
e51175f686
gnu: emacs-debbugs: Update to 0.23.
...
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.23.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org >
2020-06-13 17:19:21 +08:00
Jan (janneke) Nieuwenhuizen
7304cb0a23
services: hurd: Remove deprecated 'hurd-getty-service' wrapper.
...
* gnu/services/hurd.scm (hurd-getty-service): Remove.
2020-06-13 10:04:51 +02:00
Jan (janneke) Nieuwenhuizen
60fdd9e389
system: hurd: Remove 'cross-hurd-image' hack.
...
The initial
guix build -f gnu/system/hurd.scm
hack has been superseded by regular guix system (cross) build.
* gnu/system/hurd.scm (compile-manifest, cross-hurd-image): Remove.
2020-06-13 09:11:47 +02:00
Jan (janneke) Nieuwenhuizen
edbc067138
system: bare-hurd.tmpl: Add openssh-sans-x client and service.
...
* gnu/system/examples/bare-hurd.tmpl (%hurd-os)[packages]: Add openssh-sans-x.
[services]: Add openssh-service. Add example usage.
2020-06-13 09:11:47 +02:00
Ricardo Wurmus
9ae4bd0b77
gnu: r-mzr: Update to 2.22.0.
...
* gnu/packages/bioinformatics.scm (r-mzr): Update to 2.22.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:20:02 +02:00
Ricardo Wurmus
6b9e3b92c4
gnu: r-biodist: Update to 1.60.0.
...
* gnu/packages/bioconductor.scm (r-biodist): Update to 1.60.0.
2020-06-13 01:20:02 +02:00
Ricardo Wurmus
6a88291d1a
gnu: r-biocworkflowtools: Update to 1.14.0.
...
* gnu/packages/bioconductor.scm (r-biocworkflowtools): Update to 1.14.0.
2020-06-13 01:20:02 +02:00
Ricardo Wurmus
723fa00d11
gnu: r-biocset: Update to 1.2.1.
...
* gnu/packages/bioconductor.scm (r-biocset): Update to 1.2.1.
[native-inputs]: Add r-knitr.
2020-06-13 01:20:02 +02:00
Ricardo Wurmus
1759a13d6e
gnu: r-biocpkgtools: Update to 1.6.0.
...
* gnu/packages/bioconductor.scm (r-biocpkgtools): Update to 1.6.0.
2020-06-13 01:20:01 +02:00
Ricardo Wurmus
132abe5fcc
gnu: r-biocor: Update to 1.12.0.
...
* gnu/packages/bioconductor.scm (r-biocor): Update to 1.12.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:20:01 +02:00
Ricardo Wurmus
1c51821593
gnu: r-bioconcotk: Update to 1.8.0.
...
* gnu/packages/bioconductor.scm (r-bioconcotk): Update to 1.8.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:20:01 +02:00
Ricardo Wurmus
4091eae2bc
gnu: r-multiassayexperiment: Update to 1.14.0.
...
* gnu/packages/bioconductor.scm (r-multiassayexperiment): Update to 1.14.0.
2020-06-13 01:20:01 +02:00
Ricardo Wurmus
b56a3462ad
gnu: r-experimenthub: Update to 1.14.0.
...
* gnu/packages/bioconductor.scm (r-experimenthub): Update to 1.14.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:20:01 +02:00
Ricardo Wurmus
543c63f2ae
gnu: r-biocgraph: Update to 1.50.0.
...
* gnu/packages/bioconductor.scm (r-biocgraph): Update to 1.50.0.
2020-06-13 01:20:01 +02:00
Ricardo Wurmus
8b71b14158
gnu: r-bioccasestudies: Update to 1.50.0.
...
* gnu/packages/bioconductor.scm (r-bioccasestudies): Update to 1.50.0.
2020-06-13 01:20:01 +02:00
Ricardo Wurmus
a74a427bd8
gnu: r-ebarrays: Update to 2.52.0.
...
* gnu/packages/bioconductor.scm (r-ebarrays): Update to 2.52.0.
2020-06-13 01:20:01 +02:00
Ricardo Wurmus
affb4ab351
gnu: r-reactomepa: Update to 1.32.0.
...
* gnu/packages/bioconductor.scm (r-reactomepa): Update to 1.32.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:20:01 +02:00
Ricardo Wurmus
29b1702799
gnu: r-graphite: Update to 1.34.0.
...
* gnu/packages/bioconductor.scm (r-graphite): Update to 1.34.0.
2020-06-13 01:20:01 +02:00
Ricardo Wurmus
e09ca033f4
gnu: r-biobroom: Update to 1.20.0.
...
* gnu/packages/bioconductor.scm (r-biobroom): Update to 1.20.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:20:01 +02:00
Ricardo Wurmus
c8cbde9ff6
gnu: r-bioassayr: Update to 1.26.0.
...
* gnu/packages/bioconductor.scm (r-bioassayr): Update to 1.26.0.
2020-06-13 01:20:01 +02:00
Ricardo Wurmus
06908a73fc
gnu: r-chemminer: Update to 3.40.0.
...
* gnu/packages/bioconductor.scm (r-chemminer): Update to 3.40.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:20:01 +02:00
Ricardo Wurmus
d0badcc180
gnu: r-bigpint: Update to 1.4.0.
...
* gnu/packages/bioconductor.scm (r-bigpint): Update to 1.4.0.
[propagated-inputs]: Add r-delayedarray and r-summarizedexperiment.
2020-06-13 01:20:00 +02:00
Ricardo Wurmus
eef9c99cd8
gnu: r-bigmemoryextras: Update to 1.36.0.
...
* gnu/packages/bioconductor.scm (r-bigmemoryextras): Update to 1.36.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:20:00 +02:00
Ricardo Wurmus
f31edb0191
gnu: r-biggr: Update to 1.24.0.
...
* gnu/packages/bioconductor.scm (r-biggr): Update to 1.24.0.
2020-06-13 01:20:00 +02:00
Ricardo Wurmus
3116998610
gnu: r-hyperdraw: Update to 1.40.0.
...
* gnu/packages/bioconductor.scm (r-hyperdraw): Update to 1.40.0.
2020-06-13 01:20:00 +02:00
Ricardo Wurmus
0ff724616b
gnu: r-hypergraph: Update to 1.60.0.
...
* gnu/packages/bioconductor.scm (r-hypergraph): Update to 1.60.0.
2020-06-13 01:20:00 +02:00
Ricardo Wurmus
d65bdbb2cb
gnu: r-rsbml: Update to 2.46.0.
...
* gnu/packages/bioconductor.scm (r-rsbml): Update to 2.46.0.
2020-06-13 01:20:00 +02:00
Ricardo Wurmus
a54fd40994
gnu: r-bifet: Update to 1.8.0.
...
* gnu/packages/bioconductor.scm (r-bifet): Update to 1.8.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:20:00 +02:00
Ricardo Wurmus
7642517336
gnu: r-bicare: Update to 1.46.0.
...
* gnu/packages/bioconductor.scm (r-bicare): Update to 1.46.0.
2020-06-13 01:20:00 +02:00
Ricardo Wurmus
2415576ecb
gnu: r-bhc: Update to 1.40.0.
...
* gnu/packages/bioconductor.scm (r-bhc): Update to 1.40.0.
2020-06-13 01:20:00 +02:00
Ricardo Wurmus
de91f15a74
gnu: r-bgx: Update to 1.54.0.
...
* gnu/packages/bioconductor.scm (r-bgx): Update to 1.54.0.
2020-06-13 01:20:00 +02:00
Ricardo Wurmus
296992be08
gnu: r-bgmix: Update to 1.48.0.
...
* gnu/packages/bioconductor.scm (r-bgmix): Update to 1.48.0.
2020-06-13 01:20:00 +02:00
Ricardo Wurmus
a9148d0686
gnu: r-unifiedwmwqpcr: Update to 1.24.0.
...
* gnu/packages/bioconductor.scm (r-unifiedwmwqpcr): Update to 1.24.0.
2020-06-13 01:20:00 +02:00
Ricardo Wurmus
518050a75b
gnu: r-htqpcr: Update to 1.42.0.
...
* gnu/packages/bioconductor.scm (r-htqpcr): Update to 1.42.0.
2020-06-13 01:19:59 +02:00
Ricardo Wurmus
fbbaf5ae64
gnu: r-variancepartition: Update to 1.18.0.
...
* gnu/packages/bioconductor.scm (r-variancepartition): Update to 1.18.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:59 +02:00
Ricardo Wurmus
41f7fe4aa9
gnu: r-variantfiltering: Update to 1.24.0.
...
* gnu/packages/bioconductor.scm (r-variantfiltering): Update to 1.24.0.
2020-06-13 01:19:59 +02:00
Ricardo Wurmus
49dd504192
gnu: r-timeseriesexperiment: Update to 1.6.0.
...
* gnu/packages/bioconductor.scm (r-timeseriesexperiment): Update to 1.6.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:59 +02:00
Ricardo Wurmus
12b255f213
gnu: r-wavcluster: Update to 2.22.0.
...
* gnu/packages/bioconductor.scm (r-wavcluster): Update to 2.22.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:59 +02:00
Ricardo Wurmus
efb44ebca4
gnu: r-reqon: Update to 1.34.0.
...
* gnu/packages/bioconductor.scm (r-reqon): Update to 1.34.0.
2020-06-13 01:19:59 +02:00
Ricardo Wurmus
83b7625cae
gnu: r-seqbias: Update to 1.36.0.
...
* gnu/packages/bioconductor.scm (r-seqbias): Update to 1.36.0.
2020-06-13 01:19:59 +02:00
Ricardo Wurmus
8112796db1
gnu: r-bigmelon: Update to 1.14.0.
...
* gnu/packages/bioconductor.scm (r-bigmelon): Update to 1.14.0.
2020-06-13 01:19:59 +02:00
Ricardo Wurmus
f4954b0b57
gnu: r-gdsfmt: Update to 1.24.0.
...
* gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.24.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:59 +02:00
Ricardo Wurmus
939ace9624
gnu: r-watermelon: Update to 1.32.0.
...
* gnu/packages/bioconductor.scm (r-watermelon): Update to 1.32.0.
2020-06-13 01:19:59 +02:00
Ricardo Wurmus
cad8a5099a
gnu: r-roc: Update to 1.64.0.
...
* gnu/packages/bioconductor.scm (r-roc): Update to 1.64.0.
2020-06-13 01:19:59 +02:00
Ricardo Wurmus
b32808831c
gnu: r-genie3: Update to 1.10.0.
...
* gnu/packages/bioconductor.scm (r-genie3): Update to 1.10.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:59 +02:00
Ricardo Wurmus
e677c9b501
gnu: r-cicero: Update to 1.6.0.
...
* gnu/packages/bioconductor.scm (r-cicero): Update to 1.6.0.
2020-06-13 01:19:58 +02:00
Ricardo Wurmus
93235b1eb3
gnu: r-rcistarget: Update to 1.8.0.
...
* gnu/packages/bioconductor.scm (r-rcistarget): Update to 1.8.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:58 +02:00
Ricardo Wurmus
af66e35d31
gnu: r-depecher: Update to 1.4.0.
...
* gnu/packages/bioconductor.scm (r-depecher): Update to 1.4.0.
2020-06-13 01:19:58 +02:00
Ricardo Wurmus
7bec32fe53
gnu: r-mixomics: Update to 6.12.1.
...
* gnu/packages/bioconductor.scm (r-mixomics): Update to 6.12.1.
2020-06-13 01:19:58 +02:00
Ricardo Wurmus
32bd0295c8
gnu: r-flowsom: Update to 1.20.0.
...
* gnu/packages/bioconductor.scm (r-flowsom): Update to 1.20.0.
2020-06-13 01:19:58 +02:00
Ricardo Wurmus
8d5a83b7c6
gnu: r-cytoml: Update to 2.0.0.
...
* gnu/packages/bioconductor.scm (r-cytoml): Update to 2.0.0.
[propagated-inputs]: Remove r-ncdfflow; add r-rcpparmadillo, r-rhdf5lib, and
r-tibble.
2020-06-13 01:19:58 +02:00
Ricardo Wurmus
8f5e16742d
gnu: r-opencyto: Update to 2.0.0.
...
* gnu/packages/bioconductor.scm (r-opencyto): Update to 2.0.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:58 +02:00
Ricardo Wurmus
372caae6a9
gnu: r-flowstats: Update to 4.0.0.
...
* gnu/packages/bioconductor.scm (r-flowstats): Update to 4.0.0.
2020-06-13 01:19:58 +02:00
Ricardo Wurmus
a9af09df17
gnu: r-flowworkspace: Update to 4.0.3.
...
* gnu/packages/bioconductor.scm (r-flowworkspace): Update to 4.0.3.
[propagated-inputs]: Remove r-flowviz, r-gridextra, and r-rcolorbrewer; add
r-ggplot2, r-rcpparmadillo, r-rhdf5lib, and r-xml.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:58 +02:00
Ricardo Wurmus
bafade83c1
gnu: r-rprotobuflib: Update to 2.0.0.
...
* gnu/packages/bioconductor.scm (r-rprotobuflib): Update to 2.0.0.
[arguments]: Adjust phase "unpack-bundled-sources".
[native-inputs]: Add r-knitr.
2020-06-13 01:19:58 +02:00
Ricardo Wurmus
b347d6c32b
gnu: r-flowclust: Update to 3.26.0.
...
* gnu/packages/bioconductor.scm (r-flowclust): Update to 3.26.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:58 +02:00
Ricardo Wurmus
062789b87a
gnu: r-flowviz: Update to 1.52.0.
...
* gnu/packages/bioconductor.scm (r-flowviz): Update to 1.52.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:58 +02:00
Ricardo Wurmus
3407dfa61f
gnu: r-ggcyto: Update to 1.16.0.
...
* gnu/packages/bioconductor.scm (r-ggcyto): Update to 1.16.0.
[propagated-inputs]: Add r-hexbin.
2020-06-13 01:19:58 +02:00
Ricardo Wurmus
631b12ca71
gnu: r-ncdfflow: Update to 2.34.0.
...
* gnu/packages/bioconductor.scm (r-ncdfflow): Update to 2.34.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:57 +02:00
Ricardo Wurmus
76b163d616
gnu: r-flowmeans: Update to 1.48.0.
...
* gnu/packages/bioconductor.scm (r-flowmeans): Update to 1.48.0.
2020-06-13 01:19:57 +02:00
Ricardo Wurmus
faff2de0da
gnu: r-flowcore: Update to 2.0.1.
...
* gnu/packages/bioconductor.scm (r-flowcore): Update to 2.0.1.
[propagated-inputs]: Add r-rcpparmadillo and r-rprotobuflib.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:57 +02:00
Ricardo Wurmus
3c73d7c5e4
gnu: r-cytolib: Update to 2.0.3.
...
* gnu/packages/bioconductor.scm (r-cytolib): Update to 2.0.3.
[inputs]: Add zlib.
[propagated-inputs]: Add r-bh, r-rcpp, r-rcpparmadillo, r-rcppparallel,
r-rhdf5lib, and r-rprotobuflib.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:57 +02:00
Ricardo Wurmus
0c2573e7f1
gnu: r-consensusclusterplus: Update to 1.52.0.
...
* gnu/packages/bioconductor.scm (r-consensusclusterplus): Update to 1.52.0.
2020-06-13 01:19:57 +02:00
Ricardo Wurmus
6954950f4a
gnu: r-flowutils: Update to 1.52.0.
...
* gnu/packages/bioconductor.scm (r-flowutils): Update to 1.52.0.
2020-06-13 01:19:57 +02:00
Ricardo Wurmus
5d63f69be9
gnu: r-rsubread: Update to 2.2.2.
...
* gnu/packages/bioconductor.scm (r-rsubread): Update to 2.2.2.
[propagated-inputs]: Add r-matrix.
2020-06-13 01:19:57 +02:00
Ricardo Wurmus
5ca991bff9
gnu: r-annotatr: Update to 1.14.0.
...
* gnu/packages/bioconductor.scm (r-annotatr): Update to 1.14.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:57 +02:00
Ricardo Wurmus
8b6f26e634
gnu: r-biosigner: Update to 1.16.0.
...
* gnu/packages/bioconductor.scm (r-biosigner): Update to 1.16.0.
2020-06-13 01:19:57 +02:00
Ricardo Wurmus
77334168cf
gnu: r-ropls: Update to 1.20.0.
...
* gnu/packages/bioconductor.scm (r-ropls): Update to 1.20.0.
2020-06-13 01:19:57 +02:00
Ricardo Wurmus
905bbb13da
gnu: r-multidataset: Update to 1.16.0.
...
* gnu/packages/bioconductor.scm (r-multidataset): Update to 1.16.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:57 +02:00
Ricardo Wurmus
cb941ca06d
gnu: r-birta: Update to 1.31.0.
...
* gnu/packages/bioconductor.scm (r-birta): Update to 1.31.0.
2020-06-13 01:19:57 +02:00
Ricardo Wurmus
f50609aba5
gnu: r-birewire: Update to 3.20.0.
...
* gnu/packages/bioconductor.scm (r-birewire): Update to 3.20.0.
2020-06-13 01:19:56 +02:00
Ricardo Wurmus
1c5360ac3d
gnu: r-rqc: Update to 1.22.0.
...
* gnu/packages/bioconductor.scm (r-rqc): Update to 1.22.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:56 +02:00
Ricardo Wurmus
a84abf434d
gnu: r-quasr: Update to 1.28.0.
...
* gnu/packages/bioconductor.scm (r-quasr): Update to 1.28.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:56 +02:00
Ricardo Wurmus
2aff2724ef
gnu: r-rhisat2: Update to 1.4.0.
...
* gnu/packages/bioconductor.scm (r-rhisat2): Update to 1.4.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:56 +02:00
Ricardo Wurmus
201902bc05
gnu: r-sgseq: Update to 1.22.0.
...
* gnu/packages/bioconductor.scm (r-sgseq): Update to 1.22.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:56 +02:00
Ricardo Wurmus
568c3929b6
gnu: r-rbowtie: Update to 1.28.0.
...
* gnu/packages/bioconductor.scm (r-rbowtie): Update to 1.28.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:56 +02:00
Ricardo Wurmus
ca8d80c90c
gnu: r-iclusterplus: Update to 1.24.0.
...
* gnu/packages/bioconductor.scm (r-iclusterplus): Update to 1.24.0.
2020-06-13 01:19:56 +02:00
Ricardo Wurmus
173844fc75
gnu: r-biocfilecache: Update to 1.12.0.
...
* gnu/packages/bioconductor.scm (r-biocfilecache): Update to 1.12.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:56 +02:00
Ricardo Wurmus
989b7bb625
gnu: r-arrmnormalization: Update to 1.28.0.
...
* gnu/packages/bioconductor.scm (r-arrmnormalization): Update to 1.28.0.
2020-06-13 01:19:56 +02:00
Ricardo Wurmus
8e5933a8e4
gnu: r-progeny: Update to 1.10.0.
...
* gnu/packages/bioconductor.scm (r-progeny): Update to 1.10.0.
[propagated-inputs]: Add r-dplyr, r-ggplot2, r-ggrepel, r-gridextra, and
r-tidyr.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:56 +02:00
Ricardo Wurmus
297854e682
gnu: r-rbowtie2: Update to 1.10.0.
...
* gnu/packages/bioconductor.scm (r-rbowtie2): Update to 1.10.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:56 +02:00
Ricardo Wurmus
8fdca89b56
gnu: r-zfpkm: Update to 1.10.0.
...
* gnu/packages/bioconductor.scm (r-zfpkm): Update to 1.10.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:56 +02:00
Ricardo Wurmus
620cc4d976
gnu: r-webbioc: Update to 1.60.0.
...
* gnu/packages/bioconductor.scm (r-webbioc): Update to 1.60.0.
2020-06-13 01:19:56 +02:00
Ricardo Wurmus
08c4d31400
gnu: r-widgettools: Update to 1.66.0.
...
* gnu/packages/bioconductor.scm (r-widgettools): Update to 1.66.0.
2020-06-13 01:19:56 +02:00
Ricardo Wurmus
ee0f746088
gnu: r-wiggleplotr: Update to 1.12.0.
...
* gnu/packages/bioconductor.scm (r-wiggleplotr): Update to 1.12.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:55 +02:00
Ricardo Wurmus
996f07b591
gnu: r-wrench: Update to 1.6.0.
...
* gnu/packages/bioconductor.scm (r-wrench): Update to 1.6.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:55 +02:00
Ricardo Wurmus
ff9f179a0c
gnu: r-xcms: Update to 3.10.1.
...
* gnu/packages/bioconductor.scm (r-xcms): Update to 3.10.1.
[propagated-inputs]: Remove r-multtest; add r-summarizedexperiment.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:55 +02:00
Ricardo Wurmus
11cf2d7bb7
gnu: r-massspecwavelet: Update to 1.54.0.
...
* gnu/packages/bioconductor.scm (r-massspecwavelet): Update to 1.54.0.
2020-06-13 01:19:55 +02:00
Ricardo Wurmus
bcd06bdbff
gnu: r-xbseq: Update to 1.20.0.
...
* gnu/packages/bioconductor.scm (r-xbseq): Update to 1.20.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:55 +02:00
Ricardo Wurmus
1ec10e1987
gnu: r-roar: Update to 1.24.0.
...
* gnu/packages/bioconductor.scm (r-roar): Update to 1.24.0.
2020-06-13 01:19:55 +02:00
Ricardo Wurmus
a37a6ffb2d
gnu: r-yarn: Update to 1.14.0.
...
* gnu/packages/bioconductor.scm (r-yarn): Update to 1.14.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:55 +02:00
Ricardo Wurmus
70d90ae76d
gnu: r-quantro: Update to 1.22.0.
...
* gnu/packages/bioconductor.scm (r-quantro): Update to 1.22.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:55 +02:00
Ricardo Wurmus
761c9427bc
gnu: r-yaqcaffy: Update to 1.48.0.
...
* gnu/packages/bioconductor.scm (r-yaqcaffy): Update to 1.48.0.
2020-06-13 01:19:55 +02:00
Ricardo Wurmus
9ce80f9356
gnu: r-simpleaffy: Update to 2.64.0.
...
* gnu/packages/bioconductor.scm (r-simpleaffy): Update to 2.64.0.
2020-06-13 01:19:55 +02:00
Ricardo Wurmus
f0439a1767
gnu: r-gcrma: Update to 2.60.0.
...
* gnu/packages/bioconductor.scm (r-gcrma): Update to 2.60.0.
2020-06-13 01:19:55 +02:00
Ricardo Wurmus
8a5abc62d5
gnu: r-yapsa: Update to 1.14.0.
...
* gnu/packages/bioconductor.scm (r-yapsa): Update to 1.14.0.
[propagated-inputs]: Add r-biostrings, r-bsgenome-hsapiens-ucsc-hg19,
r-doparallel, r-dplyr, r-ggbeeswarm, r-magrittr, and r-pracma.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:55 +02:00
Ricardo Wurmus
63c14717e3
gnu: r-somaticsignatures: Update to 2.24.0.
...
* gnu/packages/bioconductor.scm (r-somaticsignatures): Update to 2.24.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:55 +02:00
Ricardo Wurmus
a471def062
gnu: r-gtrellis: Update to 1.20.1.
...
* gnu/packages/bioconductor.scm (r-gtrellis): Update to 1.20.1.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:54 +02:00
Ricardo Wurmus
6e397aad32
gnu: r-yamss: Update to 1.14.0.
...
* gnu/packages/bioconductor.scm (r-yamss): Update to 1.14.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:54 +02:00
Ricardo Wurmus
4eccf8e5e5
gnu: r-ebimage: Update to 4.30.0.
...
* gnu/packages/bioconductor.scm (r-ebimage): Update to 4.30.0.
2020-06-13 01:19:54 +02:00
Ricardo Wurmus
e059ab2503
gnu: r-aucell: Update to 1.10.0.
...
* gnu/packages/bioconductor.scm (r-aucell): Update to 1.10.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:54 +02:00
Ricardo Wurmus
6314938884
gnu: r-allelicimbalance: Update to 1.26.0.
...
* gnu/packages/bioconductor.scm (r-allelicimbalance): Update to 1.26.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:54 +02:00
Ricardo Wurmus
231898d5b9
gnu: r-annotationtools: Update to 1.62.0.
...
* gnu/packages/bioconductor.scm (r-annotationtools): Update to 1.62.0.
2020-06-13 01:19:54 +02:00
Ricardo Wurmus
7866994c03
gnu: r-annotationfuncs: Update to 1.38.0.
...
* gnu/packages/bioconductor.scm (r-annotationfuncs): Update to 1.38.0.
2020-06-13 01:19:54 +02:00
Ricardo Wurmus
6a65ac1537
gnu: r-abaenrichment: Update to 1.18.0.
...
* gnu/packages/bioconductor.scm (r-abaenrichment): Update to 1.18.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:54 +02:00
Ricardo Wurmus
19b39ac579
gnu: r-gofuncr: Update to 1.8.0.
...
* gnu/packages/bioconductor.scm (r-gofuncr): Update to 1.8.0.
2020-06-13 01:19:54 +02:00
Ricardo Wurmus
a007de81e5
gnu: r-atacseqqc: Update to 1.12.3.
...
* gnu/packages/bioconductor.scm (r-atacseqqc): Update to 1.12.3.
2020-06-13 01:19:54 +02:00
Ricardo Wurmus
785c759617
gnu: r-genomicscores: Update to 2.0.0.
...
* gnu/packages/bioconductor.scm (r-genomicscores): Update to 2.0.0.
[propagated-inputs]: Remove r-bsgenome; add r-delayedarray, r-hdf5array, and r-rhdf5.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:54 +02:00
Ricardo Wurmus
e6fbaf0cc7
gnu: r-motifstack: Update to 1.32.0.
...
* gnu/packages/bioconductor.scm (r-motifstack): Update to 1.32.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:54 +02:00
Ricardo Wurmus
e65783e032
gnu: r-motifbreakr: Update to 2.2.0.
...
* gnu/packages/bioconductor.scm (r-motifbreakr): Update to 2.2.0.
[propagated-inputs]: Add r-summarizedexperiment.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:54 +02:00
Ricardo Wurmus
da6a75fe00
gnu: r-motifdb: Update to 1.30.0.
...
* gnu/packages/bioconductor.scm (r-motifdb): Update to 1.30.0.
[propagated-inputs]: Add r-genomicranges.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:53 +02:00
Ricardo Wurmus
352cfa3434
gnu: r-motiv: Update to 1.43.0.
...
* gnu/packages/bioconductor.scm (r-motiv): Update to 1.43.0.
2020-06-13 01:19:53 +02:00
Ricardo Wurmus
6d02e17139
gnu: r-rgadem: Update to 2.36.0.
...
* gnu/packages/bioconductor.scm (r-rgadem): Update to 2.36.0.
2020-06-13 01:19:53 +02:00
Ricardo Wurmus
7450edca0d
gnu: r-bacon: Update to 1.16.0.
...
* gnu/packages/bioconductor.scm (r-bacon): Update to 1.16.0.
2020-06-13 01:19:53 +02:00
Ricardo Wurmus
35bcfaefae
gnu: r-abseqr: Update to 1.6.0.
...
* gnu/packages/bioconductor.scm (r-abseqr): Update to 1.6.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:53 +02:00
Ricardo Wurmus
b391b1e47c
gnu: r-a4: Update to 1.36.0.
...
* gnu/packages/bioconductor.scm (r-a4): Update to 1.36.0.
2020-06-13 01:19:53 +02:00
Ricardo Wurmus
2a91c987fd
gnu: r-a4base: Update to 1.36.0.
...
* gnu/packages/bioconductor.scm (r-a4base): Update to 1.36.0.
2020-06-13 01:19:53 +02:00
Ricardo Wurmus
e47f9f48d4
gnu: r-a4reporting: Update to 1.36.0.
...
* gnu/packages/bioconductor.scm (r-a4reporting): Update to 1.36.0.
2020-06-13 01:19:53 +02:00
Ricardo Wurmus
6afea4ea93
gnu: r-a4preproc: Update to 1.36.0.
...
* gnu/packages/bioconductor.scm (r-a4preproc): Update to 1.36.0.
2020-06-13 01:19:53 +02:00
Ricardo Wurmus
33c9c8563d
gnu: r-a4classif: Update to 1.36.0.
...
* gnu/packages/bioconductor.scm (r-a4classif): Update to 1.36.0.
2020-06-13 01:19:53 +02:00
Ricardo Wurmus
4f2112add9
gnu: r-a4core: Update to 1.36.0.
...
* gnu/packages/bioconductor.scm (r-a4core): Update to 1.36.0.
2020-06-13 01:19:53 +02:00
Ricardo Wurmus
d200b4dc48
gnu: r-annaffy: Update to 1.60.0.
...
* gnu/packages/bioconductor.scm (r-annaffy): Update to 1.60.0.
2020-06-13 01:19:53 +02:00
Ricardo Wurmus
500f7df840
gnu: r-mlinterfaces: Update to 1.68.0.
...
* gnu/packages/bioconductor.scm (r-mlinterfaces): Update to 1.68.0.
[propagated-inputs]: Add r-rcpp.
2020-06-13 01:19:53 +02:00
Ricardo Wurmus
63c8323ae9
gnu: r-clusterprofiler: Update to 3.16.0.
...
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 3.16.0.
[propagated-inputs]: Remove r-ggplot2; add r-downloader and r-dplyr.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:53 +02:00
Ricardo Wurmus
43fb14cedc
gnu: r-enrichplot: Update to 1.8.1.
...
* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.8.1.
[propagated-inputs]: Add r-plyr and r-scatterpie.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:52 +02:00
Ricardo Wurmus
3a80f1cfae
gnu: r-dose: Update to 3.14.0.
...
* gnu/packages/bioconductor.scm (r-dose): Update to 3.14.0.
[propagated-inputs]: Remove r-s4vectors.
2020-06-13 01:19:52 +02:00
Ricardo Wurmus
1dec455cb8
gnu: r-fgsea: Update to 1.14.0.
...
* gnu/packages/bioconductor.scm (r-fgsea): Update to 1.14.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:52 +02:00
Ricardo Wurmus
b1d76ad0ca
gnu: r-sigpathway: Update to 1.56.0.
...
* gnu/packages/bioconductor.scm (r-sigpathway): Update to 1.56.0.
2020-06-13 01:19:52 +02:00
Ricardo Wurmus
8d30d59adf
gnu: r-anota: Update to 1.36.0.
...
* gnu/packages/bioconductor.scm (r-anota): Update to 1.36.0.
2020-06-13 01:19:52 +02:00
Ricardo Wurmus
621cd90406
gnu: r-gosemsim: Update to 2.14.0.
...
* gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.14.0.
2020-06-13 01:19:52 +02:00
Ricardo Wurmus
65e0a7b181
gnu: r-heatplus: Update to 2.34.0.
...
* gnu/packages/bioconductor.scm (r-heatplus): Update to 2.34.0.
2020-06-13 01:19:52 +02:00
Ricardo Wurmus
f2b686f61a
gnu: r-varianttools: Update to 1.30.0.
...
* gnu/packages/bioconductor.scm (r-varianttools): Update to 1.30.0.
2020-06-13 01:19:52 +02:00
Ricardo Wurmus
ecb4e16519
gnu: r-triform: Update to 1.29.0.
...
* gnu/packages/bioconductor.scm (r-triform): Update to 1.29.0.
2020-06-13 01:19:52 +02:00
Ricardo Wurmus
293fb8a147
gnu: r-ioniser: Update to 2.12.0.
...
* gnu/packages/bioconductor.scm (r-ioniser): Update to 2.12.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:52 +02:00
Ricardo Wurmus
1465873c6c
gnu: r-linnorm: Update to 2.12.0.
...
* gnu/packages/bioconductor.scm (r-linnorm): Update to 2.12.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:52 +02:00
Ricardo Wurmus
ae1c51a1c1
gnu: r-lumi: Update to 2.40.0.
...
* gnu/packages/bioconductor.scm (r-lumi): Update to 2.40.0.
2020-06-13 01:19:52 +02:00
Ricardo Wurmus
5f25d5f80d
gnu: r-methylumi: Update to 2.34.0.
...
* gnu/packages/bioconductor.scm (r-methylumi): Update to 2.34.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:52 +02:00
Ricardo Wurmus
83e6ffdac1
gnu: r-minfi: Update to 1.34.0.
...
* gnu/packages/bioconductor.scm (r-minfi): Update to 1.34.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:51 +02:00
Ricardo Wurmus
e3fbcb28a4
gnu: r-bumphunter: Update to 1.30.0.
...
* gnu/packages/bioconductor.scm (r-bumphunter): Update to 1.30.0.
2020-06-13 01:19:51 +02:00
Ricardo Wurmus
debaa0f3ba
gnu: r-siggenes: Update to 1.62.0.
...
* gnu/packages/bioconductor.scm (r-siggenes): Update to 1.62.0.
2020-06-13 01:19:51 +02:00
Ricardo Wurmus
d784a4784f
gnu: r-illuminaio: Update to 0.30.0.
...
* gnu/packages/bioconductor.scm (r-illuminaio): Update to 0.30.0.
2020-06-13 01:19:51 +02:00
Ricardo Wurmus
159e427c9f
gnu: r-geoquery: Update to 2.56.0.
...
* gnu/packages/bioconductor.scm (r-geoquery): Update to 2.56.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:51 +02:00
Ricardo Wurmus
3fc1e03949
gnu: r-scone: Update to 1.12.0.
...
* gnu/packages/bioconductor.scm (r-scone): Update to 1.12.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:51 +02:00
Ricardo Wurmus
ce9e19bc9b
gnu: r-scdd: Update to 1.12.0.
...
* gnu/packages/bioconductor.scm (r-scdd): Update to 1.12.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:51 +02:00
Ricardo Wurmus
22c084ba9d
gnu: r-noiseq: Update to 2.31.0.
...
* gnu/packages/bioconductor.scm (r-noiseq): Update to 2.31.0.
2020-06-13 01:19:51 +02:00
Ricardo Wurmus
d1f3c37134
gnu: r-monocle: Update to 2.16.0.
...
* gnu/packages/bioconductor.scm (r-monocle): Update to 2.16.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:51 +02:00
Ricardo Wurmus
97cba97aa1
gnu: r-mast: Update to 1.14.0.
...
* gnu/packages/bioconductor.scm (r-mast): Update to 1.14.0.
2020-06-13 01:19:51 +02:00
Ricardo Wurmus
ee1e8fee89
gnu: r-icobra: Update to 1.16.0.
...
* gnu/packages/bioconductor.scm (r-icobra): Update to 1.16.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:51 +02:00
Ricardo Wurmus
359a084aa3
gnu: r-ihw: Update to 1.16.0.
...
* gnu/packages/bioconductor.scm (r-ihw): Update to 1.16.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:51 +02:00
Ricardo Wurmus
0653b8b082
gnu: r-lpsymphony: Update to 1.16.0.
...
* gnu/packages/bioconductor.scm (r-lpsymphony): Update to 1.16.0.
[inputs]: Remove gfortran.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:51 +02:00
Ricardo Wurmus
6e2dc9e385
gnu: r-karyoploter: Update to 1.14.0.
...
* gnu/packages/bioconductor.scm (r-karyoploter): Update to 1.14.0.
[propagated-inputs]: Add r-genomicfeatures.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:50 +02:00
Ricardo Wurmus
1e37caca52
gnu: r-ebseq: Update to 1.28.0.
...
* gnu/packages/bioconductor.scm (r-ebseq): Update to 1.28.0.
2020-06-13 01:19:50 +02:00
Ricardo Wurmus
6a7cfd5f1f
gnu: r-dnacopy: Update to 1.62.0.
...
* gnu/packages/bioconductor.scm (r-dnacopy): Update to 1.62.0.
2020-06-13 01:19:50 +02:00
Ricardo Wurmus
866939b76d
gnu: r-copynumber: Update to 1.28.0.
...
* gnu/packages/bioconductor.scm (r-copynumber): Update to 1.28.0.
2020-06-13 01:19:50 +02:00
Ricardo Wurmus
9697afb10e
gnu: r-chipexoqual: Update to 1.12.0.
...
* gnu/packages/bioconductor.scm (r-chipexoqual): Update to 1.12.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:50 +02:00
Ricardo Wurmus
784d1670b7
gnu: r-savr: Update to 1.26.0.
...
* gnu/packages/bioconductor.scm (r-savr): Update to 1.26.0.
2020-06-13 01:19:50 +02:00
Ricardo Wurmus
265b645075
gnu: r-destiny: Update to 3.2.0.
...
* gnu/packages/bioconductor.scm (r-destiny): Update to 3.2.0.
[propagated-inputs]: Add r-nbconvertr.
2020-06-13 01:19:50 +02:00
Ricardo Wurmus
a8351d467c
gnu: r-biocsingular: Update to 1.4.0.
...
* gnu/packages/bioconductor.scm (r-biocsingular): Update to 1.4.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:50 +02:00
Ricardo Wurmus
f5864c11a4
gnu: r-biocneighbors: Update to 1.6.0.
...
* gnu/packages/bioconductor.scm (r-biocneighbors): Update to 1.6.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:50 +02:00
Ricardo Wurmus
ae0fcaa6fd
gnu: r-ruvseq: Update to 1.22.0.
...
* gnu/packages/bioconductor.scm (r-ruvseq): Update to 1.22.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:50 +02:00
Ricardo Wurmus
14f40ae830
gnu: r-dnabarcodes: Update to 1.18.0.
...
* gnu/packages/bioconductor.scm (r-dnabarcodes): Update to 1.18.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:50 +02:00
Ricardo Wurmus
437bc4dda9
gnu: r-inspect: Update to 1.18.0.
...
* gnu/packages/bioconductor.scm (r-inspect): Update to 1.18.0.
[propagated-inputs]: Add r-rtracklayer.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:50 +02:00
Ricardo Wurmus
46a973bc24
gnu: r-plgem: Update to 1.60.0.
...
* gnu/packages/bioconductor.scm (r-plgem): Update to 1.60.0.
2020-06-13 01:19:50 +02:00
Ricardo Wurmus
ee73dea61b
gnu: r-rots: Update to 1.16.0.
...
* gnu/packages/bioconductor.scm (r-rots): Update to 1.16.0.
2020-06-13 01:19:49 +02:00
Ricardo Wurmus
a6251d6e8b
gnu: r-glimma: Update to 1.16.0.
...
* gnu/packages/bioconductor.scm (r-glimma): Update to 1.16.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:49 +02:00
Ricardo Wurmus
7fbd97745b
gnu: r-goseq: Update to 1.40.0.
...
* gnu/packages/bioconductor.scm (r-goseq): Update to 1.40.0.
2020-06-13 01:19:49 +02:00
Ricardo Wurmus
c7be592fb4
gnu: r-ctc: Update to 1.62.0.
...
* gnu/packages/bioconductor.scm (r-ctc): Update to 1.62.0.
2020-06-13 01:19:49 +02:00
Ricardo Wurmus
76dd036e16
gnu: r-genomicinteractions: Update to 1.22.0.
...
* gnu/packages/bioconductor.scm (r-genomicinteractions): Update to 1.22.0.
2020-06-13 01:19:49 +02:00
Ricardo Wurmus
861a903f14
gnu: r-interactionset: Update to 1.16.0.
...
* gnu/packages/bioconductor.scm (r-interactionset): Update to 1.16.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:49 +02:00
Ricardo Wurmus
6b78a91b75
gnu: r-riboseqr: Update to 1.22.0.
...
* gnu/packages/bioconductor.scm (r-riboseqr): Update to 1.22.0.
2020-06-13 01:19:49 +02:00
Ricardo Wurmus
7aae05a953
gnu: r-riboprofiling: Update to 1.18.0.
...
* gnu/packages/bioconductor.scm (r-riboprofiling): Update to 1.18.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:49 +02:00
Ricardo Wurmus
ef1d3231c3
gnu: r-chipcomp: Update to 1.18.0.
...
* gnu/packages/bioconductor.scm (r-chipcomp): Update to 1.18.0.
2020-06-13 01:19:49 +02:00
Ricardo Wurmus
9834c36724
gnu: r-bayseq: Update to 2.22.0.
...
* gnu/packages/bioconductor.scm (r-bayseq): Update to 2.22.0.
2020-06-13 01:19:49 +02:00
Ricardo Wurmus
f4ef564595
gnu: r-qdnaseq: Update to 1.24.0.
...
* gnu/packages/bioconductor.scm (r-qdnaseq): Update to 1.24.0.
2020-06-13 01:19:49 +02:00
Ricardo Wurmus
de4a352e8a
gnu: r-cghcall: Update to 2.50.0.
...
* gnu/packages/bioconductor.scm (r-cghcall): Update to 2.50.0.
2020-06-13 01:19:49 +02:00
Ricardo Wurmus
bd93ec4cf0
gnu: r-cghbase: Update to 1.48.0.
...
* gnu/packages/bioconductor.scm (r-cghbase): Update to 1.48.0.
2020-06-13 01:19:49 +02:00
Ricardo Wurmus
49d589e530
gnu: r-marray: Update to 1.66.0.
...
* gnu/packages/bioconductor.scm (r-marray): Update to 1.66.0.
2020-06-13 01:19:49 +02:00
Ricardo Wurmus
dc24de46ad
gnu: r-chippeakanno: Update to 3.22.2.
...
* gnu/packages/bioconductor.scm (r-chippeakanno): Update to 3.22.2.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:48 +02:00
Ricardo Wurmus
7d37c6d914
gnu: r-graph: Update to 1.66.0.
...
* gnu/packages/bioconductor.scm (r-graph): Update to 1.66.0.
2020-06-13 01:19:48 +02:00
Ricardo Wurmus
8cadf253c3
gnu: r-multtest: Update to 2.44.0.
...
* gnu/packages/bioconductor.scm (r-multtest): Update to 2.44.0.
2020-06-13 01:19:48 +02:00
Ricardo Wurmus
b47b649ae5
gnu: r-diffbind: Update to 2.16.0.
...
* gnu/packages/bioconductor.scm (r-diffbind): Update to 2.16.0.
2020-06-13 01:19:48 +02:00
Ricardo Wurmus
f9a247590e
gnu: r-qvalue: Update to 2.20.0.
...
* gnu/packages/bioconductor.scm (r-qvalue): Update to 2.20.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:48 +02:00
Ricardo Wurmus
ace82f805f
gnu: r-oligo: Update to 1.52.0.
...
* gnu/packages/bioconductor.scm (r-oligo): Update to 1.52.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:48 +02:00
Ricardo Wurmus
b628842f7e
gnu: r-oligoclasses: Update to 1.50.0.
...
* gnu/packages/bioconductor.scm (r-oligoclasses): Update to 1.50.0.
2020-06-13 01:19:48 +02:00
Ricardo Wurmus
53e4201937
gnu: r-geneplotter: Update to 1.66.0.
...
* gnu/packages/bioconductor.scm (r-geneplotter): Update to 1.66.0.
2020-06-13 01:19:48 +02:00
Ricardo Wurmus
7f94cf0184
gnu: r-reportingtools: Update to 2.28.0.
...
* gnu/packages/bioconductor.scm (r-reportingtools): Update to 2.28.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:48 +02:00
Ricardo Wurmus
7f34dd58e9
gnu: r-regioner: Update to 1.20.0.
...
* gnu/packages/bioconductor.scm (r-regioner): Update to 1.20.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:48 +02:00
Ricardo Wurmus
07bea01092
gnu: r-hpar: Update to 1.30.0.
...
* gnu/packages/bioconductor.scm (r-hpar): Update to 1.30.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:48 +02:00
Ricardo Wurmus
c2f4ad96f5
gnu: r-annotate: Update to 1.66.0.
...
* gnu/packages/bioconductor.scm (r-annotate): Update to 1.66.0.
2020-06-13 01:19:48 +02:00
Ricardo Wurmus
acaf8a2342
gnu: r-affxparser: Update to 1.60.0.
...
* gnu/packages/bioconductor.scm (r-affxparser): Update to 1.60.0.
2020-06-13 01:19:47 +02:00
Ricardo Wurmus
fa61069781
gnu: r-affycoretools: Update to 1.60.1.
...
* gnu/packages/bioconductor.scm (r-affycoretools): Update to 1.60.1.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:47 +02:00
Ricardo Wurmus
36d4ca410d
gnu: r-affycontam: Update to 1.46.0.
...
* gnu/packages/bioconductor.scm (r-affycontam): Update to 1.46.0.
2020-06-13 01:19:47 +02:00
Ricardo Wurmus
251c18f1ed
gnu: r-affycompatible: Update to 1.48.0.
...
* gnu/packages/bioconductor.scm (r-affycompatible): Update to 1.48.0.
2020-06-13 01:19:47 +02:00
Ricardo Wurmus
66aeb1b46d
gnu: r-affycomp: Update to 1.64.0.
...
* gnu/packages/bioconductor.scm (r-affycomp): Update to 1.64.0.
2020-06-13 01:19:47 +02:00
Ricardo Wurmus
2e15c16f1e
gnu: r-biocgenerics: Update to 0.34.0.
...
* gnu/packages/bioconductor.scm (r-biocgenerics): Update to 0.34.0.
2020-06-13 01:19:47 +02:00
Ricardo Wurmus
bc217e4c0c
gnu: r-biocversion: Update to 3.11.1.
...
* gnu/packages/bioconductor.scm (r-biocversion): Update to 3.11.1.
2020-06-13 01:19:47 +02:00
Ricardo Wurmus
1ab0380db9
gnu: r-cummerbund: Update to 2.30.0.
...
* gnu/packages/bioconductor.scm (r-cummerbund): Update to 2.30.0.
2020-06-13 01:19:47 +02:00
Ricardo Wurmus
751fa8ff71
gnu: r-coverageview: Update to 1.26.0.
...
* gnu/packages/bioconductor.scm (r-coverageview): Update to 1.26.0.
2020-06-13 01:19:47 +02:00
Ricardo Wurmus
725eea00da
gnu: r-ideoviz: Update to 1.24.0.
...
* gnu/packages/bioconductor.scm (r-ideoviz): Update to 1.24.0.
2020-06-13 01:19:47 +02:00
Ricardo Wurmus
a3b55161c7
gnu: r-delayedmatrixstats: Update to 1.10.0.
...
* gnu/packages/bioinformatics.scm (r-delayedmatrixstats): Update to 1.10.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:47 +02:00
Ricardo Wurmus
47c7670c43
gnu: r-scran: Update to 1.16.0.
...
* gnu/packages/bioinformatics.scm (r-scran): Update to 1.16.0.
[propagated-inputs]: Add r-iranges.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:47 +02:00
Ricardo Wurmus
7039b53945
gnu: r-scater: Update to 1.16.1.
...
* gnu/packages/bioinformatics.scm (r-scater): Update to 1.16.1.
[propagated-inputs]: Add r-rlang.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:46 +02:00
Ricardo Wurmus
9e7acf2f14
gnu: r-singlecellexperiment: Update to 1.10.1.
...
* gnu/packages/bioinformatics.scm (r-singlecellexperiment): Update to 1.10.1.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:46 +02:00
Ricardo Wurmus
16dd6bacaa
gnu: r-beachmat: Update to 2.4.0.
...
* gnu/packages/bioinformatics.scm (r-beachmat): Update to 2.4.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:46 +02:00
Ricardo Wurmus
87d5444d9f
gnu: r-rhdf5lib: Update to 1.10.0.
...
* gnu/packages/bioinformatics.scm (r-rhdf5lib): Update to 1.10.0.
[source]: Update snippet.
[arguments]: Replace ZLIB variables in Makevars.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:46 +02:00
Ricardo Wurmus
cf907680e8
gnu: r-hdf5array: Update to 1.16.0.
...
* gnu/packages/bioinformatics.scm (r-hdf5array): Update to 1.16.0.
2020-06-13 01:19:46 +02:00
Ricardo Wurmus
46f188d1df
gnu: r-hitc: Update to 1.32.0.
...
* gnu/packages/bioinformatics.scm (r-hitc): Update to 1.32.0.
2020-06-13 01:19:46 +02:00
Ricardo Wurmus
6be25cc2db
gnu: r-fithic: Update to 1.14.0.
...
* gnu/packages/bioinformatics.scm (r-fithic): Update to 1.14.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:46 +02:00
Ricardo Wurmus
a811751f49
gnu: r-sushi: Update to 1.26.0.
...
* gnu/packages/bioinformatics.scm (r-sushi): Update to 1.26.0.
2020-06-13 01:19:46 +02:00
Ricardo Wurmus
ddef43a29d
gnu: r-gwascat: Update to 2.20.1.
...
* gnu/packages/bioinformatics.scm (r-gwascat): Update to 2.20.1.
[propagated-inputs]: Remove r-homo-sapiens; add r-ggplot2.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:46 +02:00
Ricardo Wurmus
522da60b29
gnu: r-gviz: Update to 1.32.0.
...
* gnu/packages/bioinformatics.scm (r-gviz): Update to 1.32.0.
[propagated-inputs]: Add r-ensembldb.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:46 +02:00
Ricardo Wurmus
a97897bc3d
gnu: r-gqtlstats: Update to 1.20.0.
...
* gnu/packages/bioinformatics.scm (r-gqtlstats): Update to 1.20.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:46 +02:00
Ricardo Wurmus
6caad43c18
gnu: r-ldblock: Update to 1.18.0.
...
* gnu/packages/bioinformatics.scm (r-ldblock): Update to 1.18.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:46 +02:00
Ricardo Wurmus
87772ab4dd
gnu: r-erma: Update to 1.4.0.
...
* gnu/packages/bioinformatics.scm (r-erma): Update to 1.4.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:45 +02:00
Ricardo Wurmus
aab0e28fc1
gnu: r-snpstats: Update to 1.38.0.
...
* gnu/packages/bioinformatics.scm (r-snpstats): Update to 1.38.0.
2020-06-13 01:19:45 +02:00
Ricardo Wurmus
42d8cd9f97
gnu: r-gqtlbase: Update to 1.20.0.
...
* gnu/packages/bioinformatics.scm (r-gqtlbase): Update to 1.20.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:45 +02:00
Ricardo Wurmus
7038aeb210
gnu: r-ggbio: Update to 1.36.0.
...
* gnu/packages/bioinformatics.scm (r-ggbio): Update to 1.36.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:45 +02:00
Ricardo Wurmus
07518c3a34
gnu: r-biovizbase: Update to 1.36.0.
...
* gnu/packages/bioinformatics.scm (r-biovizbase): Update to 1.36.0.
2020-06-13 01:19:45 +02:00
Ricardo Wurmus
7c26687871
gnu: r-organismdbi: Update to 1.30.0.
...
* gnu/packages/bioinformatics.scm (r-organismdbi): Update to 1.30.0.
2020-06-13 01:19:45 +02:00
Ricardo Wurmus
39da6fbc40
gnu: r-ensembldb: Update to 2.12.1.
...
* gnu/packages/bioinformatics.scm (r-ensembldb): Update to 2.12.1.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:45 +02:00
Ricardo Wurmus
7a9e7e4844
gnu: r-dirichletmultinomial: Update to 1.30.0.
...
* gnu/packages/bioinformatics.scm (r-dirichletmultinomial): Update to 1.30.0.
2020-06-13 01:19:45 +02:00
Ricardo Wurmus
ca5c92c0c7
gnu: r-complexheatmap: Update to 2.4.2.
...
* gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 2.4.2.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:45 +02:00
Ricardo Wurmus
8323ff3376
gnu: r-genomicfiles: Update to 1.24.0.
...
* gnu/packages/bioinformatics.scm (r-genomicfiles): Update to 1.24.0.
2020-06-13 01:19:45 +02:00
Ricardo Wurmus
817e4c8b68
gnu: r-gage: Update to 2.37.0.
...
* gnu/packages/bioinformatics.scm (r-gage): Update to 2.37.0.
2020-06-13 01:19:45 +02:00
Ricardo Wurmus
d80a6cacaf
gnu: r-keggrest: Update to 1.28.0.
...
* gnu/packages/bioinformatics.scm (r-keggrest): Update to 1.28.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:45 +02:00
Ricardo Wurmus
3422533bd9
gnu: r-fastseg: Update to 1.34.0.
...
* gnu/packages/bioinformatics.scm (r-fastseg): Update to 1.34.0.
2020-06-13 01:19:44 +02:00
Ricardo Wurmus
5fce232977
gnu: r-annotationhub: Update to 2.20.0.
...
* gnu/packages/bioinformatics.scm (r-annotationhub): Update to 2.20.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:44 +02:00
Ricardo Wurmus
334e8d7b79
gnu: r-interactivedisplaybase: Update to 1.26.3.
...
* gnu/packages/bioinformatics.scm (r-interactivedisplaybase): Update to
1.26.3.
[propagated-inputs]: Add r-dt.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:44 +02:00
Ricardo Wurmus
15990617eb
gnu: r-edaseq: Update to 2.22.0.
...
* gnu/packages/bioinformatics.scm (r-edaseq): Update to 2.22.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:44 +02:00
Ricardo Wurmus
c9059a3b0e
gnu: r-deseq: Update to 1.39.0.
...
* gnu/packages/bioinformatics.scm (r-deseq): Update to 1.39.0.
2020-06-13 01:19:44 +02:00
Ricardo Wurmus
019bc36732
gnu: r-aroma-light: Update to 3.18.0.
...
* gnu/packages/bioinformatics.scm (r-aroma-light): Update to 3.18.0.
2020-06-13 01:19:44 +02:00
Ricardo Wurmus
f6ddf20891
gnu: r-msnid: Update to 1.22.0.
...
* gnu/packages/bioinformatics.scm (r-msnid): Update to 1.22.0.
2020-06-13 01:19:44 +02:00
Ricardo Wurmus
10a7ee2609
gnu: r-msnbase: Update to 2.14.2.
...
* gnu/packages/bioinformatics.scm (r-msnbase): Update to 2.14.2.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:44 +02:00
Ricardo Wurmus
7b4fc6ae0a
gnu: r-pcamethods: Update to 1.80.0.
...
* gnu/packages/bioinformatics.scm (r-pcamethods): Update to 1.80.0.
2020-06-13 01:19:44 +02:00
Ricardo Wurmus
8eb579883d
gnu: r-mzid: Update to 1.26.0.
...
* gnu/packages/bioinformatics.scm (r-mzid): Update to 1.26.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:44 +02:00
Ricardo Wurmus
8e0d11d88b
gnu: r-vsn: Update to 3.56.0.
...
* gnu/packages/bioinformatics.scm (r-vsn): Update to 3.56.0.
2020-06-13 01:19:44 +02:00
Ricardo Wurmus
736f6cfe66
gnu: r-affy: Update to 1.66.0.
...
* gnu/packages/bioinformatics.scm (r-affy): Update to 1.66.0.
2020-06-13 01:19:44 +02:00
Ricardo Wurmus
d93af7d632
gnu: r-affyio: Update to 1.58.0.
...
* gnu/packages/bioinformatics.scm (r-affyio): Update to 1.58.0.
2020-06-13 01:19:43 +02:00
Ricardo Wurmus
157eb89707
gnu: r-protgenerics: Update to 1.20.0.
...
* gnu/packages/bioinformatics.scm (r-protgenerics): Update to 1.20.0.
2020-06-13 01:19:43 +02:00
Ricardo Wurmus
d95a1cb10e
gnu: r-sva: Update to 3.36.0.
...
* gnu/packages/bioinformatics.scm (r-sva): Update to 3.36.0.
[propagated-inputs]: Add r-edger.
2020-06-13 01:19:43 +02:00
Ricardo Wurmus
c336d54d5f
gnu: r-methylkit: Update to 1.14.2.
...
* gnu/packages/bioinformatics.scm (r-methylkit): Update to 1.14.2.
2020-06-13 01:19:43 +02:00
Ricardo Wurmus
3475ad075b
gnu: r-copywriter: Update to 2.20.0.
...
* gnu/packages/bioinformatics.scm (r-copywriter): Update to 2.20.0.
2020-06-13 01:19:43 +02:00
Ricardo Wurmus
6a25fb9b6c
gnu: r-chipseq: Update to 1.38.0.
...
* gnu/packages/bioinformatics.scm (r-chipseq): Update to 1.38.0.
2020-06-13 01:19:43 +02:00
Ricardo Wurmus
43dec928d2
gnu: r-annotationfilter: Update to 1.12.0.
...
* gnu/packages/bioinformatics.scm (r-annotationfilter): Update to 1.12.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:43 +02:00
Ricardo Wurmus
05716c1b1c
gnu: r-rhdf5: Update to 2.32.0.
...
* gnu/packages/bioinformatics.scm (r-rhdf5): Update to 2.32.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:43 +02:00
Ricardo Wurmus
876e05bfce
gnu: r-tximport: Update to 1.16.1.
...
* gnu/packages/bioinformatics.scm (r-tximport): Update to 1.16.1.
2020-06-13 01:19:43 +02:00
Ricardo Wurmus
40a4772f09
gnu: r-mutationalpatterns: Update to 2.0.0.
...
* gnu/packages/bioinformatics.scm (r-mutationalpatterns): Update to 2.0.0.
2020-06-13 01:19:43 +02:00
Ricardo Wurmus
3c53617efc
gnu: r-rcas: Update to 1.14.0.
...
* gnu/packages/bioinformatics.scm (r-rcas): Update to 1.14.0.
[propagated-inputs]: Remove r-annotationdbi, r-biomart, r-dbi, r-knitr,
r-motifrg, r-org-hs-eg-db, and r-topgo; add r-bsgenome, r-gprofiler2,
r-iranges, and r-ranger.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:43 +02:00
Ricardo Wurmus
261d931406
gnu: r-bamsignals: Update to 1.20.0.
...
* gnu/packages/bioinformatics.scm (r-bamsignals): Update to 1.20.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:43 +02:00
Ricardo Wurmus
8f08457f05
gnu: r-rhtslib: Update to 1.20.0.
...
* gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.20.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:42 +02:00
Ricardo Wurmus
52ce0d299d
gnu: r-zlibbioc: Update to 1.34.0.
...
* gnu/packages/bioinformatics.scm (r-zlibbioc): Update to 1.34.0.
2020-06-13 01:19:42 +02:00
Ricardo Wurmus
239ca0f3bd
gnu: r-motifrg: Update to 1.31.0.
...
* gnu/packages/bioinformatics.scm (r-motifrg): Update to 1.31.0.
2020-06-13 01:19:42 +02:00
Ricardo Wurmus
40ba4e8466
gnu: r-seqlogo: Update to 1.54.3.
...
* gnu/packages/bioinformatics.scm (r-seqlogo): Update to 1.54.3.
2020-06-13 01:19:42 +02:00
Ricardo Wurmus
837e7634d9
gnu: r-genomation: Update to 1.20.0.
...
* gnu/packages/bioinformatics.scm (r-genomation): Update to 1.20.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:42 +02:00
Ricardo Wurmus
2d537b5afc
gnu: r-seqpattern: Update to 1.20.0.
...
* gnu/packages/bioinformatics.scm (r-seqpattern): Update to 1.20.0.
2020-06-13 01:19:42 +02:00
Ricardo Wurmus
e6df69a84d
gnu: r-impute: Update to 1.62.0.
...
* gnu/packages/bioinformatics.scm (r-impute): Update to 1.62.0.
2020-06-13 01:19:42 +02:00
Ricardo Wurmus
d9b23ec47c
gnu: r-bsgenome: Update to 1.56.0.
...
* gnu/packages/bioinformatics.scm (r-bsgenome): Update to 1.56.0.
[propagated-inputs]: Add r-matrixstats.
2020-06-13 01:19:42 +02:00
Ricardo Wurmus
543fd63c2e
gnu: r-topgo: Update to 2.40.0.
...
* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.40.0.
2020-06-13 01:19:42 +02:00
Ricardo Wurmus
a285314e29
gnu: r-genomicfeatures: Update to 1.40.0.
...
* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.40.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:42 +02:00
Ricardo Wurmus
f85794edb8
gnu: r-rtracklayer: Update to 1.48.0.
...
* gnu/packages/bioinformatics.scm (r-rtracklayer): Update to 1.48.0.
2020-06-13 01:19:42 +02:00
Ricardo Wurmus
58613ca1e5
gnu: r-genomicalignments: Update to 1.24.0.
...
* gnu/packages/bioinformatics.scm (r-genomicalignments): Update to 1.24.0.
2020-06-13 01:19:42 +02:00
Ricardo Wurmus
87c98cf701
gnu: r-summarizedexperiment: Update to 1.18.1.
...
* gnu/packages/bioinformatics.scm (r-summarizedexperiment): Update to 1.18.1.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:41 +02:00
Ricardo Wurmus
46e103a1b5
gnu: r-delayedarray: Update to 0.14.0.
...
* gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.14.0.
[propagated-inputs]: Remove r-biocparallel.
2020-06-13 01:19:41 +02:00
Ricardo Wurmus
1f9c87a442
gnu: r-rsamtools: Update to 2.4.0.
...
* gnu/packages/bioinformatics.scm (r-rsamtools): Update to 2.4.0.
2020-06-13 01:19:41 +02:00
Ricardo Wurmus
d3491d4dad
gnu: r-biostrings: Update to 2.56.0.
...
* gnu/packages/bioinformatics.scm ( r-biostrings): Update to 2.56.0.
[propagated-inputs]: Add r-crayon.
2020-06-13 01:19:41 +02:00
Ricardo Wurmus
cb486f16da
gnu: r-biocparallel: Update to 1.22.0.
...
* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.22.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:41 +02:00
Ricardo Wurmus
e87e6cc89d
gnu: r-biomart: Update to 2.44.0.
...
* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.44.0.
2020-06-13 01:19:41 +02:00
Ricardo Wurmus
920224771f
gnu: r-annotationdbi: Update to 1.50.0.
...
* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.50.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:41 +02:00
Ricardo Wurmus
7d91e3bed4
gnu: r-biobase: Update to 2.48.0.
...
* gnu/packages/bioinformatics.scm (r-biobase): Update to 2.48.0.
2020-06-13 01:19:41 +02:00
Ricardo Wurmus
087a97f8df
gnu: r-genomicranges: Update to 1.40.0.
...
* gnu/packages/bioinformatics.scm (r-genomicranges): Update to 1.40.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:41 +02:00
Ricardo Wurmus
e0d40fa275
gnu: r-xvector: Update to 0.28.0.
...
* gnu/packages/bioinformatics.scm (r-xvector): Update to 0.28.0.
2020-06-13 01:19:41 +02:00
Ricardo Wurmus
49c766d0bb
gnu: r-limma: Update to 3.44.1.
...
* gnu/packages/bioinformatics.scm (r-limma): Update to 3.44.1.
2020-06-13 01:19:41 +02:00
Ricardo Wurmus
cdd83b2e22
gnu: r-variantannotation: Update to 1.34.0.
...
* gnu/packages/bioinformatics.scm (r-variantannotation): Update to 1.34.0.
2020-06-13 01:19:41 +02:00
Ricardo Wurmus
c14d59d9ad
gnu: r-edger: Update to 3.30.3.
...
* gnu/packages/bioinformatics.scm (r-edger): Update to 3.30.3.
2020-06-13 01:19:41 +02:00
Ricardo Wurmus
506735eea6
gnu: r-genomeinfodb: Update to 1.24.0.
...
* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.24.0.
2020-06-13 01:19:40 +02:00
Ricardo Wurmus
8a38b676da
gnu: r-iranges: Update to 2.22.2.
...
* gnu/packages/bioinformatics.scm (r-iranges): Update to 2.22.2.
2020-06-13 01:19:40 +02:00
Ricardo Wurmus
f189f536be
gnu: r-s4vectors: Update to 0.26.1.
...
* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.26.1.
2020-06-13 01:19:40 +02:00
Ricardo Wurmus
1a9de6cfe8
gnu: r-bioccheck: Update to 1.24.0.
...
* gnu/packages/bioinformatics.scm (r-bioccheck): Update to 1.24.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:40 +02:00
Ricardo Wurmus
9f416be83d
gnu: r-biocstyle: Update to 2.16.0.
...
* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.16.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:40 +02:00
Ricardo Wurmus
1ca88fb8e9
gnu: r-biocviews: Update to 1.56.0.
...
* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.56.0.
2020-06-13 01:19:40 +02:00
Ricardo Wurmus
5de96ae98b
gnu: r-grohmm: Update to 1.22.0.
...
* gnu/packages/bioinformatics.scm (r-grohmm): Update to 1.22.0.
2020-06-13 01:19:40 +02:00
Ricardo Wurmus
bb18d11d85
gnu: r-systempiper: Update to 1.22.0.
...
* gnu/packages/bioinformatics.scm (r-systempiper): Update to 1.22.0.
[propagated-inputs]: Add r-assertthat, r-magrittr, r-rsvg, r-dot, and
r-stringr; remove r-biocgenerics.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:40 +02:00
Ricardo Wurmus
681cca95b3
gnu: r-shortread: Update to 1.46.0.
...
* gnu/packages/bioinformatics.scm (r-shortread): Update to 1.46.0.
2020-06-13 01:19:40 +02:00
Ricardo Wurmus
3d2899dab5
gnu: r-gostats: Update to 2.54.0.
...
* gnu/packages/bioinformatics.scm (r-gostats): Update to 2.54.0.
2020-06-13 01:19:40 +02:00
Ricardo Wurmus
be414286bc
gnu: r-category: Update to 2.54.0.
...
* gnu/packages/bioinformatics.scm (r-category): Update to 2.54.0.
2020-06-13 01:19:40 +02:00
Ricardo Wurmus
a8613ff861
gnu: r-gseabase: Update to 1.50.1.
...
* gnu/packages/bioinformatics.scm (r-gseabase): Update to 1.50.1.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:40 +02:00
Ricardo Wurmus
7d8b96e24b
gnu: r-rbgl: Update to 1.64.0.
...
* gnu/packages/bioinformatics.scm (r-rbgl): Update to 1.64.0.
2020-06-13 01:19:39 +02:00
Ricardo Wurmus
397568dbca
gnu: r-annotationforge: Update to 1.30.1.
...
* gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.30.1.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:39 +02:00
Ricardo Wurmus
db5addba2c
gnu: r-dexseq: Update to 1.34.0.
...
* gnu/packages/bioinformatics.scm (r-dexseq): Update to 1.34.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:39 +02:00
Ricardo Wurmus
3d7de4ed82
gnu: r-deseq2: Update to 1.28.1.
...
* gnu/packages/bioinformatics.scm (r-deseq2): Update to 1.28.1.
[propagated-inputs]: Remove r-hmisc.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:39 +02:00
Ricardo Wurmus
5fdea056c9
gnu: r-genefilter: Update to 1.70.0.
...
* gnu/packages/bioinformatics.scm (r-genefilter): Update to 1.70.0.
[native-inputs]: Add r-knitr.
2020-06-13 01:19:39 +02:00
Ricardo Wurmus
c85e5ac0df
gnu: r-rgraphviz: Update to 2.32.0.
...
* gnu/packages/graph.scm (r-rgraphviz): Update to 2.32.0.
2020-06-13 01:19:39 +02:00
Ricardo Wurmus
2226a2a8de
gnu: r-preprocesscore: Update to 1.50.0.
...
* gnu/packages/statistics.scm (r-preprocesscore): Update to 1.50.0.
2020-06-13 01:19:39 +02:00
Ricardo Wurmus
67a289e5bd
gnu: Add r-dot.
...
* gnu/packages/cran.scm (r-dot): New variable.
2020-06-13 01:19:39 +02:00
Ricardo Wurmus
06ceac32e6
gnu: Add r-v8.
...
* gnu/packages/cran.scm (r-v8): New variable.
2020-06-13 01:19:39 +02:00
Ricardo Wurmus
e6aacef67e
gnu: Add r-scatterpie.
...
* gnu/packages/cran.scm (r-scatterpie): New variable.
2020-06-13 01:19:39 +02:00
Ricardo Wurmus
45f54b418b
gnu: Add r-gprofiler2.
...
* gnu/packages/cran.scm (r-gprofiler2): New variable.
2020-06-13 01:19:39 +02:00
Ricardo Wurmus
f9311eaa7c
gnu: node: Build shared library.
...
* gnu/packages/node.scm (node)[arguments]: Build shared library.
2020-06-13 01:19:39 +02:00
Ricardo Wurmus
8e518d4802
guix: Update to Bioconductor 3.11.
...
* guix/build-system/r.scm (bioconductor-uri): Use new URL.
* guix/import/cran.scm (%bioconductor-version): Update to 3.11.
2020-06-13 01:19:38 +02:00
Ricardo Wurmus
a620d22ea8
gnu: r-gprofiler: Move to (gnu packages cran).
...
* gnu/packages/bioinformatics.scm (r-gprofiler): Move this variable from here...
* gnu/packages/cran.scm (r-gprofiler): ...to here.
2020-06-13 01:19:38 +02:00
Christopher Baines
db6290af7c
lint: check-patch-file-names: Use origin-actual-file-name.
...
This avoids crashes for the patch-file-names checker where a <origin> is used
for a patch, but without a value for the file-name field. This is currently
the case with the bash package.
* guix/lint.scm (check-patch-file-names): Change origin-file-name to
origin-actual-file-name.
2020-06-12 22:26:47 +01:00
Ludovic Courtès
29e4d3ea06
gnu: guile-sqlite3: Update to 0.1.1.
...
* gnu/packages/guile.scm (guile-sqlite3): Update to 0.1.1.
[source]: Remove 'patches', 'modules', and 'snippet'.
* gnu/packages/patches/guile-sqlite3-fix-cross-compilation.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2020-06-12 18:56:11 +02:00
Ludovic Courtès
52c529ff20
git-authenticate: Disallow SHA1 (and MD5) signatures.
...
* guix/git-authenticate.scm (commit-signing-key): Add
#:disallowed-hash-algorithms and honor it.
(authenticate-commit)[recent-commit?]: New variable.
Pass #:disallowed-hash-algorithms to 'commit-signing-key'.
* tests/git-authenticate.scm ("signed commits, SHA1 signature"): New test.
2020-06-12 18:56:11 +02:00
Katherine Cox-Buday
7def5056b6
gnu: Add liblogging.
...
* gnu/packages/c.scm (liblogging): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-12 18:56:11 +02:00
Katherine Cox-Buday
0aee6e51b4
gnu: Add libfastjson.
...
* gnu/packages/c.scm (libfastjson): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-12 18:56:10 +02:00
Katherine Cox-Buday
70a49ef76b
gnu: Add libestr.
...
* gnu/packages/c.scm (libestr): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-12 18:56:10 +02:00
Ryan Desfosses
3bec7a356a
gnu: Add emacs-shell-pop.
...
* gnu/packages/emacs-xyz.scm (emacs-shell-pop): New variable
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-12 18:56:10 +02:00
Efraim Flashner
205a0ecd5b
download: Add more apache mirrors.
...
* guix/download.scm (%mirrors): Add more apache mirrors.
2020-06-12 18:28:51 +03:00
Efraim Flashner
9a01efa262
gnu: Fix apache mirror URIs.
...
* gnu/packages/web.scm (serf)[source]: Remove redundant part of URI.
* gnu/packages/java.scm (ant-bootstrap, java-commons-httpclient,
java-jakarta-oro)[source]: Same.
* gnu/packages/maven.scm (maven-shared-utils, maven-plugin-annotations,
maven-wagon-provider-api, maven-artifact)[source]: Same.
2020-06-12 18:23:27 +03:00
Mathieu Othacehe
fd1e885236
system: image: Do not produce an HFS tree when building an ISO.
...
Use "mbr_only" mode to make sure that no HFS+ tree are generated.
* gnu/system/image.scm (system-image): Set MKRESCUE_SED_MODE to "mbr_only".
2020-06-12 17:21:18 +02:00
Marius Bakke
8ea91d05b0
gnu: mesa: Ensure replacements are inherited in special variants.
...
* gnu/packages/gl.scm (mesa-opencl, mesa-opencl-icd, mesa-headers): Use
PACKAGE/INHERIT instead of regular inheritance.
2020-06-12 12:57:15 +02:00
Marius Bakke
fdd8835093
gnu: mesa: Replace with 20.0.8.
...
* gnu/packages/gl.scm (mesa-20.0.8): New variable.
(mesa)[replacement]: New field.
2020-06-12 12:55:12 +02:00
Pierre Neidhardt
cd0f1fbd1a
gnu: xf86-input-libinput: Reduce closure size.
...
* gnu/packages/xorg.scm (xf86-input-libinput)[inputs]: Replace libinput by
libinput-minimal.
2020-06-12 09:00:45 +02:00
Chris Marusich
21887021b9
guix: lint: Support origins in check-patch-file-names.
...
* guix/lint.scm (check-patch-file-names)[starts-with-package-name?]: New
procedure, extracted from the existing logic. Using it, add a clause to
the match-lambda to handle origin records.
2020-06-11 22:30:14 -07:00
Ekaitz Zarraga
9c6ea3cb56
gnu: icecat: Fix WebGL support.
...
* gnu/packages/gnuzilla.scm (icecat): Wrap mesa.
Signed-off-by: Julien Lepiller <julien@lepiller.eu >
2020-06-12 01:29:54 +02:00
Ludovic Courtès
8a02e45d93
shepherd: 'read-pid-file/container' terminates the whole process group.
...
This mirrors a change made in the Shepherd 0.8.0. Previously, upon
startup failure, we could have left processes behind.
* gnu/build/shepherd.scm (read-pid-file/container): Kill (- PID) instead
of PID.
2020-06-12 00:04:42 +02:00
Ludovic Courtès
b6b95685d0
shepherd: Unblock signals in the child process.
...
Fixes <https://bugs.gnu.org/41791 >.
Reported by Tobias Geerinckx-Rice <me@tobias.gr >.
This change mirrors changes made in the Shepherd 0.8.1, where signals
are blocked in the shepherd process in support of 'signalfd'. The
regression was introduced with the switch to 0.8.1 in
3f9c62d1a8 : child processes would not
receive SIGTERM upon 'herd stop SERVICE'.
* gnu/build/shepherd.scm <top level>: Autoload (shepherd system).
(make-forkexec-constructor/container): Call call to 'sigaction' and
'unblock-signals'.
2020-06-12 00:04:42 +02:00
Marius Bakke
9b043df740
Merge branch 'master' into staging
2020-06-11 23:30:32 +02:00
Jakub Kądziołka
648ae62112
gnu: Add exercism and dependencies.
...
* gnu/packages/education.scm (exercism): New variable.
* gnu/packages/patches/exercism-disable-self-update.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/golang.scm (go-github-com-spf13-afero)
(go-github-com-spf13-cast)
(go-github-com-spf13-cobra)
(go-github-com-spf13-jwalterweatherman)
(go-github-com-spf13-viper)
(go-github-com-fsnotify-fsnotify)
(go-github-com-magiconair-properties)
(go-github-com-pelletier-go-toml)
(go-github-com-subosito-gotenv)
(go-gopkg-in-ini-v1)
(go-github-com-mitchellh-mapstructure): New variables.
2020-06-11 22:44:27 +02:00
Mark H Weaver
437e64b7d3
gnu: linux-libre: Update to 5.4.46.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.46.
(linux-libre-5.4-pristine-source): Update hash.
2020-06-11 16:19:38 -04:00
Mark H Weaver
48f3631b0f
gnu: linux-libre@5.7: Update to 5.7.2.
...
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.128.
(linux-libre-5.7-pristine-source): Update hash.
2020-06-11 16:19:36 -04:00
Mark H Weaver
1c02643a06
gnu: linux-libre@5.6: Remove.
...
Users of linux-libre-5.6 should migrate to version 5.7.
* gnu/packages/linux.scm (deblob-scripts-5.6, linux-libre-5.6-version)
(linux-libre-5.6-pristine-source, linux-libre-5.6-source)
(linux-libre-headers-5.6, linux-libre-arm-generic-5.6)
(linux-libre-arm64-generic-5.6): Remove variables.
2020-06-11 16:19:34 -04:00
Mark H Weaver
e37aff92e2
gnu: linux-libre@4.19: Update to 4.19.128.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.128.
(linux-libre-4.19-pristine-source): Update hash.
2020-06-11 16:19:32 -04:00
Mark H Weaver
e5630f5d3c
gnu: linux-libre@4.14: Update to 4.14.184.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.184.
(linux-libre-4.14-pristine-source): Update hash.
2020-06-11 16:19:30 -04:00
Mark H Weaver
523d63638a
gnu: linux-libre@4.9: Update to 4.9.227.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.227.
(linux-libre-4.9-pristine-source): Update hash.
2020-06-11 16:19:27 -04:00
Mark H Weaver
59feeb96e4
gnu: linux-libre@4.4: Update to 4.4.227.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.227.
(linux-libre-4.4-pristine-source): Update hash.
2020-06-11 16:19:25 -04:00
Efraim Flashner
e73a016df2
gnu: adns: Update to 1.6.0.
...
* gnu/packages/adns.scm (adns): Update to 1.6.0.
[source]: Use https.
[native-inputs]: Add m4.
2020-06-11 23:13:40 +03:00
Efraim Flashner
4908ba058f
gnu: subversion: Update to 1.14.0.
...
* gnu/packages/version-control.scm (subversion): Update to 1.14.0.
[source]: Update source URI.
2020-06-11 22:41:02 +03:00
Ludovic Courtès
ecf92194a5
gnu: nghttp2: Replace with version 1.41 [fixes CVE-2020-11080].
...
* gnu/packages/web.scm (nghttp2-1.41): New variable.
(nghttp2)[replacement]: New field.
2020-06-11 19:05:05 +02:00
Ludovic Courtès
03a70e4c19
packages: 'package-grafts' returns grafts for all the relevant outputs.
...
Fixes <https://bugs.gnu.org/41796 >.
Reported by Jakub Kądziołka <kuba@kadziolka.net >.
* guix/packages.scm (input-graft): Add 'output' parameter and honor it.
Add OUTPUT to the cache key.
(input-cross-graft): Likewise.
(fold-bag-dependencies): Operate on inputs instead of nodes. Turn
VISITED into a vhash instead of a set. Pass PROC HEAD and OUTPUT
instead of just HEAD.
(bag-grafts): Adjust accordingly.
* tests/packages.scm ("package-grafts, dependency on several outputs"):
New test.
2020-06-11 19:05:05 +02:00
Ricardo Wurmus
cbd9581acc
gnu: r-with-tests, r-minimal: Update to 4.0.1.
...
* gnu/packages/statistics.scm (r-with-tests, r-minimal): Update to 4.0.1.
2020-06-11 17:03:48 +02:00
Ricardo Wurmus
67ee20fbd2
gnu: r-brms: Update to 2.13.0.
...
* gnu/packages/cran.scm (r-brms): Update to 2.13.0.
2020-06-11 17:03:48 +02:00
Ricardo Wurmus
20702ad9a3
gnu: r-crochet: Update to 2.3.0.
...
* gnu/packages/cran.scm (r-crochet): Update to 2.3.0.
[native-inputs]: Add r-knitr.
2020-06-11 17:03:48 +02:00
Ricardo Wurmus
e5884ce4c7
gnu: r-openmx: Update to 2.17.4.
...
* gnu/packages/cran.scm (r-openmx): Update to 2.17.4.
2020-06-11 17:03:48 +02:00
Ricardo Wurmus
b34ba0649a
gnu: r-stanheaders: Update to 2.21.0-5.
...
* gnu/packages/cran.scm (r-stanheaders): Update to 2.21.0-5.
[propagated-inputs]: Add r-rcppeigen and r-rcppparallel.
2020-06-11 17:03:48 +02:00
Ricardo Wurmus
3a9a695255
gnu: r-semtools: Update to 0.5-3.
...
* gnu/packages/cran.scm (r-semtools): Update to 0.5-3.
2020-06-11 17:03:48 +02:00
Ricardo Wurmus
bd76f9561d
gnu: r-sem: Update to 3.1-11.
...
* gnu/packages/cran.scm (r-sem): Update to 3.1-11.
2020-06-11 17:03:48 +02:00
Ricardo Wurmus
db4d3b2581
gnu: r-emplik: Update to 1.1-1.
...
* gnu/packages/cran.scm (r-emplik): Update to 1.1-1.
2020-06-11 17:03:48 +02:00
Ricardo Wurmus
de26ce7265
gnu: r-rsvg: Update to 2.1.
...
* gnu/packages/cran.scm (r-rsvg): Update to 2.1.
[native-inputs]: Add r-knitr.
2020-06-11 17:03:48 +02:00
Ricardo Wurmus
8ddf3be097
gnu: r-actuar: Update to 3.0-0.
...
* gnu/packages/cran.scm (r-actuar): Update to 3.0-0.
2020-06-11 17:03:48 +02:00
Ricardo Wurmus
8050cce35d
gnu: r-gdina: Update to 2.8.0.
...
* gnu/packages/cran.scm (r-gdina): Update to 2.8.0.
2020-06-11 17:03:48 +02:00
Ricardo Wurmus
242fae8edf
gnu: r-seewave: Update to 2.1.6.
...
* gnu/packages/cran.scm (r-seewave): Update to 2.1.6.
[inputs]: Add libsndfile.
2020-06-11 17:03:47 +02:00
Ricardo Wurmus
30031516d1
gnu: r-elasticnet: Update to 1.3.
...
* gnu/packages/cran.scm (r-elasticnet): Update to 1.3.
2020-06-11 17:03:47 +02:00
Ricardo Wurmus
bb714ae79f
gnu: r-showtext: Update to 0.8-1.
...
* gnu/packages/cran.scm (r-showtext): Update to 0.8-1.
2020-06-11 17:03:47 +02:00
Ricardo Wurmus
8957a336f7
gnu: r-showtextdb: Update to 3.0.
...
* gnu/packages/cran.scm (r-showtextdb): Update to 3.0.
2020-06-11 17:03:47 +02:00
Ricardo Wurmus
b99ed8e6e5
gnu: r-abcrlda: Update to 1.0.3.
...
* gnu/packages/cran.scm (r-abcrlda): Update to 1.0.3.
2020-06-11 17:03:47 +02:00
Ricardo Wurmus
7262c1ff18
gnu: r-rgdal: Update to 1.5-10.
...
* gnu/packages/cran.scm (r-rgdal): Update to 1.5-10.
[native-inputs]: Add r-knitr.
2020-06-11 17:03:47 +02:00
Ricardo Wurmus
dfd0b55f9e
gnu: r-parameters: Update to 0.8.0.
...
* gnu/packages/cran.scm (r-parameters): Update to 0.8.0.
2020-06-11 17:03:47 +02:00
Ricardo Wurmus
53bf76c574
gnu: r-systemfonts: Update to 0.2.3.
...
* gnu/packages/cran.scm (r-systemfonts): Update to 0.2.3.
2020-06-11 17:03:47 +02:00
Ricardo Wurmus
897ed4a76f
gnu: r-rhpcblasctl: Update to 0.20-137.
...
* gnu/packages/cran.scm (r-rhpcblasctl): Update to 0.20-137.
2020-06-11 17:03:47 +02:00
Ricardo Wurmus
4c4c34a154
gnu: r-ggraph: Update to 2.0.3.
...
* gnu/packages/cran.scm (r-ggraph): Update to 2.0.3.
2020-06-11 17:03:47 +02:00
Ricardo Wurmus
ed7fa0af07
gnu: r-europepmc: Update to 0.4.
...
* gnu/packages/cran.scm (r-europepmc): Update to 0.4.
[propagated-inputs]: Add r-rlang, r-tibble, and r-tidyr.
[native-inputs]: Add r-knitr.
2020-06-11 17:03:47 +02:00
Ricardo Wurmus
93043ba337
gnu: r-msigdbr: Update to 7.1.1.
...
* gnu/packages/cran.scm (r-msigdbr): Update to 7.1.1.
[native-inputs]: Add r-knitr.
2020-06-11 17:03:47 +02:00
Ricardo Wurmus
a50246f455
gnu: r-bookdown: Update to 0.19.
...
* gnu/packages/cran.scm (r-bookdown): Update to 0.19.
2020-06-11 17:03:46 +02:00
Ricardo Wurmus
5547b4360f
gnu: r-rms: Update to 6.0-0.
...
* gnu/packages/cran.scm (r-rms): Update to 6.0-0.
[propagated-inputs]: Add r-cluster, r-digest, and r-mass.
2020-06-11 17:03:46 +02:00
Ricardo Wurmus
d263b2d67b
gnu: r-polspline: Update to 1.1.19.
...
* gnu/packages/cran.scm (r-polspline): Update to 1.1.19.
2020-06-11 17:03:46 +02:00
Ricardo Wurmus
5130c454dd
gnu: r-lemon: Update to 0.4.5.
...
* gnu/packages/cran.scm (r-lemon): Update to 0.4.5.
[native-inputs]: Add r-knitr.
2020-06-11 17:03:46 +02:00
Ricardo Wurmus
2de55fbab9
gnu: r-picante: Update to 1.8.2.
...
* gnu/packages/cran.scm (r-picante): Update to 1.8.2.
2020-06-11 17:03:46 +02:00
Ricardo Wurmus
e27fc23b07
gnu: r-lavaan: Update to 0.6-6.
...
* gnu/packages/cran.scm (r-lavaan): Update to 0.6-6.
2020-06-11 17:03:46 +02:00
Ricardo Wurmus
52d7306100
gnu: r-cmprsk: Update to 2.2-10.
...
* gnu/packages/cran.scm (r-cmprsk): Update to 2.2-10.
2020-06-11 17:03:46 +02:00
Ricardo Wurmus
4c96ee1c40
gnu: r-gmp: Update to 0.6-0.
...
* gnu/packages/cran.scm (r-gmp): Update to 0.6-0.
2020-06-11 17:03:46 +02:00
Ricardo Wurmus
d6df7299d3
gnu: r-bigrquery: Update to 1.3.1.
...
* gnu/packages/cran.scm (r-bigrquery): Update to 1.3.1.
2020-06-11 17:03:46 +02:00
Ricardo Wurmus
f71791c501
gnu: r-iso: Update to 0.0-18.1.
...
* gnu/packages/cran.scm (r-iso): Update to 0.0-18.1.
2020-06-11 17:03:46 +02:00
Ricardo Wurmus
fc1db3fcf5
gnu: r-sjplot: Update to 2.8.4.
...
* gnu/packages/cran.scm (r-sjplot): Update to 2.8.4.
2020-06-11 17:03:46 +02:00
Ricardo Wurmus
4a0fbb7799
gnu: r-effectsize: Update to 0.3.1.
...
* gnu/packages/cran.scm (r-effectsize): Update to 0.3.1.
2020-06-11 17:03:46 +02:00
Ricardo Wurmus
9908ec56cd
gnu: r-bayesplot: Update to 1.7.2.
...
* gnu/packages/cran.scm (r-bayesplot): Update to 1.7.2.
[native-inputs]: Add r-knitr.
2020-06-11 17:03:46 +02:00
Ricardo Wurmus
a4a34d3ea8
gnu: r-emmeans: Update to 1.4.7.
...
* gnu/packages/cran.scm (r-emmeans): Update to 1.4.7.
2020-06-11 17:03:45 +02:00
Ricardo Wurmus
0220c89e96
gnu: r-mosaicdata: Update to 0.18.0.
...
* gnu/packages/cran.scm (r-mosaicdata): Update to 0.18.0.
2020-06-11 17:03:45 +02:00
Ricardo Wurmus
4223df8af1
gnu: r-doby: Update to 4.6.6.
...
* gnu/packages/cran.scm (r-doby): Update to 4.6.6.
[propagated-inputs]: Remove r-dplyr and r-plyr.
[native-inputs]: Add r-knitr.
2020-06-11 17:03:45 +02:00
Ricardo Wurmus
400d0c96d0
gnu: r-flextable: Update to 0.5.10.
...
* gnu/packages/cran.scm (r-flextable): Update to 0.5.10.
[propagated-inputs]: Add r-uuid.
2020-06-11 17:03:45 +02:00
Ricardo Wurmus
38ea73aaf2
gnu: r-sjmisc: Update to 2.8.5.
...
* gnu/packages/cran.scm (r-sjmisc): Update to 2.8.5.
2020-06-11 17:03:45 +02:00
Ricardo Wurmus
ffb5225fd1
gnu: r-sjlabelled: Update to 1.1.5.
...
* gnu/packages/cran.scm (r-sjlabelled): Update to 1.1.5.
2020-06-11 17:03:45 +02:00
Ricardo Wurmus
2ab00525df
gnu: r-insight: Update to 0.8.5.
...
* gnu/packages/cran.scm (r-insight): Update to 0.8.5.
2020-06-11 17:03:45 +02:00
Ricardo Wurmus
ee19cc9a4b
gnu: r-overlap: Update to 0.3.3.
...
* gnu/packages/cran.scm (r-overlap): Update to 0.3.3.
2020-06-11 17:03:45 +02:00
Ricardo Wurmus
79d23a02c6
gnu: r-officer: Update to 0.3.11.
...
* gnu/packages/cran.scm (r-officer): Update to 0.3.11.
2020-06-11 17:03:45 +02:00
Ricardo Wurmus
ff7d4d56ed
gnu: r-ellipse: Update to 0.4.2.
...
* gnu/packages/cran.scm (r-ellipse): Update to 0.4.2.
2020-06-11 17:03:45 +02:00
Ricardo Wurmus
9a80792902
gnu: r-reticulate: Update to 1.16.
...
* gnu/packages/cran.scm (r-reticulate): Update to 1.16.
2020-06-11 17:03:45 +02:00
Ricardo Wurmus
34a0a2412b
gnu: r-promises: Update to 1.1.1.
...
* gnu/packages/cran.scm (r-promises): Update to 1.1.1.
[native-inputs]: Add r-knitr.
2020-06-11 17:03:44 +02:00
Ricardo Wurmus
f8e5a65a7f
gnu: r-later: Update to 1.1.0.1.
...
* gnu/packages/cran.scm (r-later): Update to 1.1.0.1.
[native-inputs]: Add r-knitr.
2020-06-11 17:03:44 +02:00
Ricardo Wurmus
7775f23453
gnu: r-maptools: Update to 1.0-1.
...
* gnu/packages/cran.scm (r-maptools): Update to 1.0-1.
2020-06-11 17:03:44 +02:00
Ricardo Wurmus
734e29b59f
gnu: r-arules: Update to 1.6-6.
...
* gnu/packages/cran.scm (r-arules): Update to 1.6-6.
2020-06-11 17:03:44 +02:00
Ricardo Wurmus
ad0f5067f1
gnu: r-tinytex: Update to 0.23.
...
* gnu/packages/cran.scm (r-tinytex): Update to 0.23.
2020-06-11 17:03:44 +02:00
Ricardo Wurmus
ba12564e77
gnu: r-vctrs: Update to 0.3.1.
...
* gnu/packages/cran.scm (r-vctrs): Update to 0.3.1.
2020-06-11 17:03:44 +02:00
Ricardo Wurmus
9cd9132b10
gnu: r-xfun: Update to 0.14.
...
* gnu/packages/cran.scm (r-xfun): Update to 0.14.
2020-06-11 17:03:44 +02:00
Ricardo Wurmus
6446ef1ce4
gnu: r-mice: Update to 3.9.0.
...
* gnu/packages/cran.scm (r-mice): Update to 3.9.0.
2020-06-11 17:03:44 +02:00
Ricardo Wurmus
ac04a9ec04
gnu: r-jomo: Update to 2.7-1.
...
* gnu/packages/cran.scm (r-jomo): Update to 2.7-1.
2020-06-11 17:03:44 +02:00
Ricardo Wurmus
b69ff7ac56
gnu: r-squarem: Update to 2020.3.
...
* gnu/packages/cran.scm (r-squarem): Update to 2020.3.
2020-06-11 17:03:44 +02:00
Ricardo Wurmus
e88411168c
gnu: r-fitdistrplus: Update to 1.1-1.
...
* gnu/packages/cran.scm (r-fitdistrplus): Update to 1.1-1.
[propagated-inputs]: Remove r-npsurv.
[native-inputs]: Add r-knitr.
2020-06-11 17:03:44 +02:00
Ricardo Wurmus
6aa54116c6
gnu: r-sp: Update to 1.4-2.
...
* gnu/packages/cran.scm (r-sp): Update to 1.4-2.
2020-06-11 17:03:44 +02:00
Ricardo Wurmus
ac5dbcfd49
gnu: r-ggally: Update to 2.0.0.
...
* gnu/packages/cran.scm (r-ggally): Update to 2.0.0.
[propagated-inputs]: Add r-lifecycle and r-scales.
2020-06-11 17:03:43 +02:00
Ricardo Wurmus
d828ed59a3
gnu: r-getoptlong: Update to 1.0.0.
...
* gnu/packages/cran.scm (r-getoptlong): Update to 1.0.0.
[propagated-inputs]: Add r-crayon.
[native-inputs]: Add r-knitr.
2020-06-11 17:03:43 +02:00
Ricardo Wurmus
dcfdf2def6
gnu: r-globaloptions: Update to 0.1.2.
...
* gnu/packages/cran.scm (r-globaloptions): Update to 0.1.2.
[native-inputs]: Add r-knitr.
2020-06-11 17:03:43 +02:00
Ricardo Wurmus
9de5f92a10
gnu: r-pkgload: Update to 1.1.0.
...
* gnu/packages/cran.scm (r-pkgload): Update to 1.1.0.
[propagated-inputs]: Add r-cli and r-crayon.
2020-06-11 17:03:43 +02:00
Ricardo Wurmus
75766c8e78
gnu: r-glue: Update to 1.4.1.
...
* gnu/packages/cran.scm (r-glue): Update to 1.4.1.
2020-06-11 17:03:43 +02:00
Ricardo Wurmus
e671034cf4
gnu: r-ape: Update to 5.4.
...
* gnu/packages/cran.scm (r-ape): Update to 5.4.
2020-06-11 17:03:43 +02:00
Ricardo Wurmus
6b2126f332
gnu: r-haven: Update to 2.3.1.
...
* gnu/packages/cran.scm (r-haven): Update to 2.3.1.
[native-inputs]: Add r-knitr.
[propagated-inputs]: Add r-vctrs.
2020-06-11 17:03:43 +02:00
Ricardo Wurmus
130134b6b5
gnu: r-d3r: Update to 0.9.0.
...
* gnu/packages/cran.scm (r-d3r): Update to 0.9.0.
[propagated-inputs]: Add r-rlang.
2020-06-11 17:03:43 +02:00
Ricardo Wurmus
1812ff93fc
gnu: r-servr: Update to 0.17.
...
* gnu/packages/cran.scm (r-servr): Update to 0.17.
2020-06-11 17:03:43 +02:00
Ricardo Wurmus
340c40b701
gnu: r-httpuv: Update to 1.5.4.
...
* gnu/packages/cran.scm (r-httpuv): Update to 1.5.4.
2020-06-11 17:03:43 +02:00
Ricardo Wurmus
55d34bf216
gnu: r-modelr: Update to 0.1.8.
...
* gnu/packages/cran.scm (r-modelr): Update to 0.1.8.
[propagated-inputs]: Remove r-dplyr; add r-vctrs.
2020-06-11 17:03:43 +02:00
Ricardo Wurmus
b0e813f65a
gnu: r-ellipsis: Update to 0.3.1.
...
* gnu/packages/cran.scm (r-ellipsis): Update to 0.3.1.
2020-06-11 17:03:42 +02:00
Ricardo Wurmus
280fbacf78
gnu: r-ggpmisc: Update to 0.3.5.
...
* gnu/packages/cran.scm (r-ggpmisc): Update to 0.3.5.
[propagated-inputs]: Add r-magrittr, r-rlang, r-scales, and r-stringr.
[native-inputs]: Add r-knitr.
2020-06-11 17:03:42 +02:00
Ricardo Wurmus
249f082806
gnu: r-lubridate: Update to 1.7.9.
...
* gnu/packages/statistics.scm (r-lubridate): Update to 1.7.9.
2020-06-11 17:03:42 +02:00
Ricardo Wurmus
b5613d63a2
gnu: r-sn: Update to 1.6-2.
...
* gnu/packages/statistics.scm (r-sn): Update to 1.6-2.
2020-06-11 17:03:42 +02:00
Ricardo Wurmus
bbf495d59f
gnu: r-mnormt: Update to 2.0.0.
...
* gnu/packages/statistics.scm (r-mnormt): Update to 2.0.0.
[propagated-inputs]: Add r-tmvnsim.
2020-06-11 17:03:42 +02:00
Ricardo Wurmus
5c6e70346e
gnu: Add r-tmvnsim.
...
* gnu/packages/statistics.scm (r-tmvnsim): New variable.
2020-06-11 17:03:42 +02:00
Ricardo Wurmus
8c9474ad6d
gnu: r-car: Update to 3.0-8.
...
* gnu/packages/statistics.scm (r-car): Update to 3.0-8.
2020-06-11 17:03:42 +02:00
Ricardo Wurmus
51dd48b0bd
gnu: r-cardata: Update to 3.0-4.
...
* gnu/packages/statistics.scm (r-cardata): Update to 3.0-4.
2020-06-11 17:03:42 +02:00
Ricardo Wurmus
7518244343
gnu: r-tidyr: Update to 1.1.0.
...
* gnu/packages/statistics.scm (r-tidyr): Update to 1.1.0.
2020-06-11 17:03:42 +02:00
Ricardo Wurmus
f208a5ecc5
gnu: r-mvtnorm: Update to 1.1-1.
...
* gnu/packages/statistics.scm (r-mvtnorm): Update to 1.1-1.
2020-06-11 17:03:42 +02:00
Ricardo Wurmus
ba8ebc96c2
gnu: r-glmnet: Update to 4.0.
...
* gnu/packages/statistics.scm (r-glmnet): Update to 4.0.
[native-inputs]: Add r-knitr.
2020-06-11 17:03:42 +02:00
Ricardo Wurmus
d41b944938
gnu: r-rmarkdown: Update to 2.2.
...
* gnu/packages/statistics.scm (r-rmarkdown): Update to 2.2.
[native-inputs]: Add r-knitr.
2020-06-11 17:03:42 +02:00
Ricardo Wurmus
8637b77a9f
gnu: r-rcpparmadillo: Update to 0.9.900.1.0.
...
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.900.1.0.
2020-06-11 17:03:41 +02:00
Ricardo Wurmus
17788c8c2f
gnu: r-backports: Update to 1.1.7.
...
* gnu/packages/statistics.scm (r-backports): Update to 1.1.7.
2020-06-11 17:03:41 +02:00
Ricardo Wurmus
91428c3611
gnu: r-dbplyr: Update to 1.4.4.
...
* gnu/packages/statistics.scm (r-dbplyr): Update to 1.4.4.
[propagated-inputs]: Add r-blob and r-magrittr.
2020-06-11 17:03:41 +02:00
Ricardo Wurmus
b2c2982755
gnu: r-dplyr: Update to 1.0.0.
...
* gnu/packages/statistics.scm (r-dplyr): Update to 1.0.0.
[propagated-inputs]: Remove r-assertthat, r-bh, r-pkgconfig, r-plogr, and
r-rcpp; add r-generics, r-lifecycle, and r-vctrs.
2020-06-11 17:03:41 +02:00
Ricardo Wurmus
015a7455a8
gnu: r-ggplot2: Update to 3.3.1.
...
* gnu/packages/statistics.scm (r-ggplot2): Update to 3.3.1.
[native-inputs]: Add r-knitr.
2020-06-11 17:03:41 +02:00
Ricardo Wurmus
06dfe35322
gnu: r-nlme: Update to 3.1-148.
...
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-148.
2020-06-11 17:03:41 +02:00
Ricardo Wurmus
0b684d087d
gnu: r-foreign: Update to 0.8-80.
...
* gnu/packages/statistics.scm (r-foreign): Update to 0.8-80.
2020-06-11 17:03:41 +02:00
Julien Lepiller
82b9ed4eae
gnu: php: Update to 7.4.7.
...
* gnu/packages/php.scm (php): Update to 7.4.7.
2020-06-11 15:45:05 +02:00
Jakub Kądziołka
f65adfa445
gnu: sameboy: Update to 0.13.2.
...
* gnu/packages/emulators.scm (sameboy): Update to 0.13.2.
[arguments]: Specify NATIVE_CC to avoid requiring the `cc' program.
2020-06-11 14:08:07 +02:00
Efraim Flashner
bb0d840b7d
gnu: java-jakarta-oro: Use a mirror URL.
...
* gnu/packages/java.scm (java-jakarta-oro)[source]: Download using an
apache mirror:// URL.
2020-06-11 11:54:31 +03:00
Efraim Flashner
894d6a085d
gnu: java-commons-httpclient: Use a mirror URL.
...
* gnu/packages/java.scm (java-commons-httpclient)[source]: Use an apache
mirror:// URL.
2020-06-11 11:53:39 +03:00
Efraim Flashner
f4bb881abd
gnu: ant-bootstrap: Use a mirror URL.
...
* gnu/packages/java.scm (ant-bootstrap)[source]: Use an apache mirror://
URL.
2020-06-11 11:52:18 +03:00
Efraim Flashner
21d3307875
gnu: maven-artifact: Use a mirror URL.
...
* gnu/packages/maven.scm (maven-artifact)[source]: Use an apache
mirror:// URL.
2020-06-11 11:50:29 +03:00
Efraim Flashner
67b1257775
gnu: maven-wagon-provider-api: Use a mirror URL.
...
* gnu/packages/maven.scm (maven-wagon-provider-api)[source]: Use an
apache mirror:// URL.
2020-06-11 11:49:41 +03:00
Efraim Flashner
623aa56402
gnu: maven-plugin-annotations: Use a mirror URL.
...
* gnu/packages/maven.scm (maven-plugin-annotations)[source]: Use an
apache mirror:// URL.
2020-06-11 11:48:58 +03:00
Efraim Flashner
a00687427d
gnu: maven-shared-utils: Use a mirror URL.
...
* gnu/packages/maven.scm (maven-shared-utils)[source]: Use an apache
mirror:// URL.
2020-06-11 11:48:08 +03:00
Efraim Flashner
1c32eb95af
gnu: serf: Use a mirror URL.
...
* gnu/packages/web.scm (serf)[source]: Use an apache mirror:// URL.
2020-06-11 11:46:51 +03:00
Efraim Flashner
3d79fd59fe
gnu: subversion: Use a mirror URL.
...
* gnu/packages/version-control.scm (subversion)[source]: Use an apache
mirror:// URL.
2020-06-11 11:34:59 +03:00
Efraim Flashner
e192b9e02d
gnu: lyx: Use qt-build-system.
...
* gnu/packages/tex.scm (lyx)[build-system]: Switch to qt-build-system.
[arguments]: Remove imported modules. Remove custom 'wrap-qt phase.
2020-06-11 09:56:30 +03:00
Efraim Flashner
dadf97952d
gnu: lyx: Don't install to custom directory.
...
* gnu/packages/tex.scm (lyx)[arguments]: Adjust configure-flags to not
add the version to the binary's suffix. Remove custom
'patch-desktop-file, 'setenv-check and 'install-symlink phases.
2020-06-11 09:56:30 +03:00
Efraim Flashner
03a7b67b31
gnu: lyx: Update to 2.3.5.1.
...
* gnu/packages/tex.scm (lyx): Update to 2.3.5.1.
[arguments]: Remove 'fix-compilation-with-boost-1.69 phase. In
'patch-python phase patch more files, substitute with python3. Split
'setenv-check and create empty file after 'unpack.
2020-06-11 09:56:30 +03:00
Efraim Flashner
7a7a29445c
gnu: lyx: Wrap binary.
...
Fixes <https://bugs.gnu.org/37147 >.
* gnu/packages/tex.scm (lyx)[arguments]: Import qt-utils. Add phase to
wrap the lyx2.3 binary.
2020-06-11 09:56:15 +03:00
Caleb Ristvedt
8971f626f2
database: separate transaction-handling and retry-handling.
...
Previously call-with-transaction would both retry when SQLITE_BUSY errors were
thrown and do what its name suggested (start and rollback/commit a
transaction). This changes it to do only what its name implies, which
simplifies its implementation. Retrying is provided by the new
call-with-SQLITE_BUSY-retrying procedure.
* guix/store/database.scm (call-with-transaction): no longer restarts, new
#:restartable? argument controls whether "begin" or "begin immediate" is
used.
(call-with-SQLITE_BUSY-retrying, call-with-retrying-transaction,
call-with-retrying-savepoint): new procedures.
(register-items): use call-with-retrying-transaction to preserve old
behavior.
* .dir-locals.el (call-with-retrying-transaction,
call-with-retrying-savepoint): add indentation information.
2020-06-10 21:54:35 -05:00
Caleb Ristvedt
37545de4a3
database: ensure update-or-insert is run within a transaction
...
update-or-insert can break if an insert occurs between when it decides whether
to update or insert and when it actually performs that operation. Putting the
check and the update/insert operation in the same transaction ensures that the
update/insert will only succeed if no other write has occurred in the middle.
* guix/store/database.scm (call-with-savepoint): new procedure.
(update-or-insert): use call-with-savepoint to ensure the read and the
insert/update occur within the same transaction.
2020-06-10 21:54:35 -05:00
Caleb Ristvedt
5d6e225528
database: rewrite query procedures in terms of with-statement.
...
Most of our queries would fail to finalize their statements properly if sqlite
returned an error during their execution. This resolves that, and also makes
them somewhat more concise as a side-effect.
This also makes some small changes to improve certain queries where behavior
was strange or overly verbose.
* guix/store/database.scm (call-with-statement): new procedure.
(with-statement): new macro.
(last-insert-row-id, path-id, update-or-insert, add-references): rewrite to
use with-statement.
(update-or-insert): factor last-insert-row-id out of the end of both
branches.
(add-references): remove pointless last-insert-row-id call.
* .dir-locals.el (with-statement): add indenting information.
2020-06-10 21:54:35 -05:00
Caleb Ristvedt
3cd92a855e
database: work around guile-sqlite3 bug preventing statement reset
...
guile-sqlite3 provides statement caching, making it unnecessary for sqlite to
keep re-preparing statements that are frequently used. Unfortunately it
doesn't quite emulate the semantics of sqlite_finalize properly, because it
doesn't cause a commit if the statement being finalized is the last "active"
statement (see https://notabug.org/guile-sqlite3/guile-sqlite3/issues/12 ). We
work around this by wrapping sqlite-finalize with our own version that ensures
sqlite-reset is called, which does The Right Thing™.
* guix/store/database.scm (sqlite-finalize): new procedure that shadows the
sqlite-finalize from (sqlite3).
2020-06-10 21:54:32 -05:00
Nicolas Goaziou
a4620c019b
gnu: fet: Update to 5.45.0.
...
* gnu/packages/education.scm (fet): Update to 5.45.0.
2020-06-10 22:17:11 +02:00
Nicolas Goaziou
4ee117d56b
gnu: scintilla: Update to 4.4.3.
...
* gnu/packages/text-editors.scm (scintilla): Update to 4.4.3.
2020-06-10 21:57:40 +02:00
Nicolas Goaziou
a8c8b89048
gnu: thinkfan: Update to 1.2.
...
* gnu/packages/linux.scm (thinkfan): Update to 1.2.
[home-page]: Switch to an up-to-date home page.
2020-06-10 21:53:48 +02:00
Tobias Geerinckx-Rice
c90730aefe
gnu: progress: Update to 0.15.
...
* gnu/packages/admin.scm (progress): Update to 0.15.
2020-06-10 20:36:37 +02:00
Tobias Geerinckx-Rice
a474999c26
gnu: man-pages: Update to 5.07.
...
* gnu/packages/man.scm (man-pages): Update to 5.07.
2020-06-10 20:33:33 +02:00
Nicolas Goaziou
58cb52a31d
gnu: ipopt: Fix source URI.
...
* gnu/packages/maths.scm (ipopt)[source]: Fix URI.
2020-06-10 17:34:41 +02:00
Nicolas Goaziou
127c7fba1a
gnu: grfcodec: Fix source URL.
...
* gnu/packages/game-development.scm (grfcodec)[source]: Use HTTPS for URL.
Re-indent package.
2020-06-10 17:33:58 +02:00
Mathieu Othacehe
c0f297e85f
gnu: cuirass: Update to 0.0.1-2280ae18.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-2280ae18.
2020-06-10 17:32:12 +02:00
Nicolas Goaziou
d5fd9c7223
gnu: ipopt: Use HTTPS home page URI.
...
* gnu/packages/maths.scm (ipopt)[home-page]: Use HTTPS URI.
2020-06-10 17:27:41 +02:00
Nicolas Goaziou
0661638f5e
gnu: grfcodec: Use HTTPS home page URI.
...
* gnu/packages/game-development.scm (grfcodec)[home-page]: Use HTTPS URI.
2020-06-10 17:26:07 +02:00
Nicolas Goaziou
bf8e10051b
gnu: fsarchiver: Use HTTPS home page URI.
...
* gnu/packages/file-systems.scm (fsarchiver)[home-page]: Use HTTPS URI.
2020-06-10 17:25:17 +02:00
Nicolas Goaziou
42d1159335
gnu: asciidoc: Use HTTPS home page URI.
...
* gnu/packages/documentation.scm (asciidoc)[home-page]: Use HTTPS URI.
2020-06-10 17:19:02 +02:00
Nicolas Goaziou
b26ad6dbe2
gnu: grammalecte: Update to 1.10.0.
...
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.10.0.
2020-06-10 17:04:25 +02:00
Efraim Flashner
73d9caba79
gnu: qtpass: Wrap binary.
...
* gnu/packages/password-utils.scm (qtpass)[arguments]: Import qt-utils
modules. Add phase to wrap qtpass binary.
2020-06-10 16:21:18 +03:00
Efraim Flashner
e1e9baf22f
gnu: qtpass: Update to 1.3.2.
...
* gnu/packages/password-utils.scm (qtpass): Update to 1.3.2.
2020-06-10 16:19:57 +03:00
Tobias Geerinckx-Rice
88e1d36ba6
gnu: mu: Update to 1.4.10.
...
* gnu/packages/mail.scm (mu): Update to 1.4.10.
2020-06-10 05:15:52 +02:00
Tobias Geerinckx-Rice
d87c9fc506
gnu: herbstluftwm: Update to 0.8.3.
...
* gnu/packages/wm.scm (herbstluftwm): Update to 0.8.3.
2020-06-10 05:09:29 +02:00
Tobias Geerinckx-Rice
75d493aea1
gnu: ethtool: Update to 5.7.
...
* gnu/packages/networking.scm (ethtool): Update to 5.7.
2020-06-10 05:09:29 +02:00
Tobias Geerinckx-Rice
01979fafb3
gnu: haproxy: Update to 2.1.6.
...
* gnu/packages/networking.scm (haproxy): Update to 2.1.6.
2020-06-10 05:09:29 +02:00
Tobias Geerinckx-Rice
d2a7cb46a6
gnu: dlib: Update to 19.20.
...
* gnu/packages/machine-learning.scm (dlib): Update to 19.20.
2020-06-10 04:37:24 +02:00
Tobias Geerinckx-Rice
f6b8b1817e
gnu: pd: Update to 0.51-0.
...
* gnu/packages/music.scm (pd): Update to 0.51-0.
2020-06-10 04:37:24 +02:00
Tobias Geerinckx-Rice
8c5b29c796
gnu: pd: Use HTTPS home page.
...
* gnu/packages/music.scm (pd)[home-page]: Use HTTPS.
2020-06-10 04:37:24 +02:00
Tobias Geerinckx-Rice
98f08a99c6
gnu: pd: Don't hard-code Tk version.
...
* gnu/packages/music.scm (pd)[arguments]: Construct the wish file name from the tk package version.
2020-06-10 04:37:24 +02:00
Tobias Geerinckx-Rice
7801e9f2d4
gnu: libnumbertext: Update to 1.0.6.
...
* gnu/packages/libreoffice.scm (libnumbertext): Update to 1.0.6.
2020-06-10 04:37:24 +02:00
Tobias Geerinckx-Rice
56e1cc0c34
gnu: msmtp: Update to 1.8.11.
...
* gnu/packages/mail.scm (msmtp): Update to 1.8.11.
2020-06-10 04:37:24 +02:00
Tobias Geerinckx-Rice
bfdce9ffda
gnu: mpop: Update to 1.4.10.
...
* gnu/packages/mail.scm (mpop): Update to 1.4.10.
2020-06-10 04:37:23 +02:00
Tobias Geerinckx-Rice
5bc22ba81e
gnu: nvme-cli: Update to 1.11.2.
...
* gnu/packages/linux.scm (nvme-cli): Update to 1.11.2.
2020-06-10 04:37:23 +02:00
Tobias Geerinckx-Rice
0cafb90d15
gnu: iptables: Update to 1.8.5.
...
* gnu/packages/linux.scm (iptables): Update to 1.8.5.
[source]: Add URL.
[arguments]: Add an ‘install-missing-script’ phase.
2020-06-10 04:37:23 +02:00
Tobias Geerinckx-Rice
2d63cca146
gnu: nftables: Update to 0.9.5.
...
* gnu/packages/linux.scm (nftables): Update to 0.9.5.
2020-06-10 04:37:23 +02:00
Tobias Geerinckx-Rice
67e890ec18
gnu: libnftnl: Update to 1.1.7.
...
* gnu/packages/linux.scm (libnftnl): Update to 1.1.7.
2020-06-10 04:37:23 +02:00
Tobias Geerinckx-Rice
088e186b35
gnu: gtkspell3: Update to 3.0.10.
...
* gnu/packages/gtk.scm (gtkspell3): Update to 3.0.10.
[propagated-inputs]: Replace enchant-1.6 with default version 2.
2020-06-10 04:37:23 +02:00
Tobias Geerinckx-Rice
ed4447236d
gnu: smb4k: Update to 3.0.6.
...
* gnu/packages/kde-utils.scm (smb4k): Update to 3.0.6.
2020-06-10 04:37:23 +02:00
Tobias Geerinckx-Rice
553f2f3f54
gnu: mm-common: Update to 1.0.1.
...
* gnu/packages/gnome.scm (mm-common): Update to 1.0.1.
2020-06-10 04:37:23 +02:00
Tobias Geerinckx-Rice
02cb4ca757
gnu: mm-common: Don't use NAME in source URI.
...
* gnu/packages/gnome.scm (mm-common)[source]: Hard-code NAME.
2020-06-10 04:37:22 +02:00
Tobias Geerinckx-Rice
3f352df035
gnu: simple-scan: Update to 3.36.3.
...
* gnu/packages/gnome.scm (simple-scan): Update to 3.36.3.
2020-06-10 04:37:22 +02:00
Tobias Geerinckx-Rice
e6c2a88f3d
gnu: djview: Update to 4.11.
...
* gnu/packages/djvu.scm (djview): Update to 4.11.
[source]: Use GIT-FETCH and add a FILE-NAME.
[native-inputs]: Add autoconf, automake, and libtool.
[arguments]: Add a ‘make-files-writable’ phase.
2020-06-10 04:37:22 +02:00
Tobias Geerinckx-Rice
2971ed5734
gnu: dhall: Update to 1.32.0.
...
* gnu/packages/dhall.scm (dhall): Update to 1.32.0.
[inputs]: Add ghc-half.
2020-06-09 23:52:20 +02:00
Tobias Geerinckx-Rice
5e7daec9b4
gnu: dhall: Disable network tests differently.
...
* gnu/packages/dhall.scm (dhall)[source]: Remove patch.
[arguments]: Rename ‘remove-more-tests’ phase to ‘remove-network-tests’.
Identify the tests by name instead of by content.
* gnu/packages/patches/dhall-remove-network-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-06-09 23:52:19 +02:00
Tobias Geerinckx-Rice
3a629d36e9
gnu: rocksdb: Update to 6.10.1.
...
* gnu/packages/databases.scm (rocksdb): Update to 6.10.1.
2020-06-09 23:52:19 +02:00
Tobias Geerinckx-Rice
7a358c7886
gnu: perl-sql-abstract: Update to 1.87.
...
* gnu/packages/databases.scm (perl-sql-abstract): Update to 1.87.
2020-06-09 23:52:19 +02:00
Tobias Geerinckx-Rice
d2d7be35fe
gnu: rust-yaml-rust: Update to 0.4.4.
...
* gnu/packages/crates-io.scm (rust-yaml-rust): Update to 0.4.4.
[arguments]: Update rust-quickcheck to 0.9.
2020-06-09 23:52:19 +02:00
Tobias Geerinckx-Rice
840857bf48
gnu: minisign: Update to 0.9.
...
* gnu/packages/crypto.scm (minisign): Update to 0.9.
2020-06-09 23:52:19 +02:00
Tobias Geerinckx-Rice
96484ab9f7
gnu: python-pylint: Update to 2.5.3.
...
* gnu/packages/check.scm (python-pylint): Update to 2.5.3.
2020-06-09 23:52:19 +02:00
Tobias Geerinckx-Rice
9bb102dc1c
gnu: stumpish: Remove bogus keyword.
...
This follows up on commit 81b045e149 .
‘#:tests’ is not supported by the trivial build system and broke ‘guix
pull’.
* gnu/packages/wm.scm (stumpish)[argument]: Remove #:tests?.
2020-06-09 23:33:27 +02:00
Tobias Geerinckx-Rice
583fcb27ae
gnu: thunar: Update to 1.8.15.
...
* gnu/packages/xfce.scm (thunar): Update to 1.8.15.
2020-06-09 22:30:09 +02:00
Tobias Geerinckx-Rice
3320966068
gnu: singular: Update to 4.1.3p2.
...
* gnu/packages/algebra.scm (singular): Update to 4.1.3p2.
2020-06-09 22:30:09 +02:00
Tobias Geerinckx-Rice
14adb59ab0
gnu: borg: Update to 1.1.13.
...
* gnu/packages/backup.scm (borg): Update to 1.1.13.
[arguments]: Skip a new FUSE test.
2020-06-09 22:30:08 +02:00
Tobias Geerinckx-Rice
35b00d4caa
import: stackage: Fix typo.
...
* guix/import/stackage.scm (latest-lts-release): Fix spelling of ‘if’.
2020-06-09 22:30:08 +02:00
Katherine Cox-Buday
b70e612b9a
gnu: Add sbcl-stumpwm-kbd-layouts.
...
* gnu/packages/wm.scm (sbcl-stumpwm-kbd-layouts): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-06-09 22:07:53 +03:00
Katherine Cox-Buday
1afe58e47f
gnu: Add sbcl-stumpwm-stumptray.
...
* gnu/packages/wm.scm (sbcl-stumpwm-stumptray): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-06-09 22:07:53 +03:00
Katherine Cox-Buday
86ee8d15aa
gnu: Add sbcl-stumpwm-wifi.
...
* gnu/packages/wm.scm (sbcl-stumpwm-wifi): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-06-09 22:07:53 +03:00
Katherine Cox-Buday
ea94e4d38e
gnu: Add sbcl-stumpwm-net.
...
* gnu/packages/wm.scm (sbcl-stumpwm-net): New variable.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-06-09 22:07:53 +03:00
Katherine Cox-Buday
81b045e149
gnu: stumpwm: Update contrib module package names.
...
This also causes the contribution modules to inherit from a common base.
* gnu/packages/wm.scm (stumpish, sbcl-stumpwm-ttf-fonts, sbcl-stumpwm-pass,
sbcl-stumpwm-globalwindows, sbcl-stumpwm-swm-gaps): Bring package name in line
with the Guix symbol name.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-06-09 22:07:52 +03:00
Katherine Cox-Buday
152d50d903
gnu: Add sbcl-clx-xembed.
...
* gnu/packages/lisp-xyz.scm (sbcl-clx-xembed, cl-clx-xembed, ecl-clx-xembed):
New variables.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com >
2020-06-09 22:07:52 +03:00
Marius Bakke
c178d5fa5a
gnu: Remove ganv-devel.
...
* gnu/packages/gtk.scm (ganv-devel): Remove variable.
* gnu/packages/music.scm (ingen)[inputs]: Change from GANV-DEVEL to GANV.
2020-06-09 20:45:33 +02:00
Marius Bakke
d32a3b395c
gnu: x265: Disable assembly optimizations on i686-linux.
...
Fixes <https://bugs.gnu.org/41768 >.
* gnu/packages/video.scm (x265)[native-inputs]: Conditionally add NASM.
2020-06-09 20:43:36 +02:00
Marius Bakke
2e08394b3c
import: stackage: Fix typo.
...
* guix/import/stackage.scm (latest-lts-release): Fix spelling of "included".
2020-06-09 20:43:36 +02:00
Hartmut Goebel
3cf7088fc6
gnu: Add java-pep-adapter.
...
* gnu/packages/pep.scm (java-pep-adapter): New variable.
2020-06-09 20:01:09 +02:00
Hartmut Goebel
9b72216630
gnu: Add python-pep-adapter.
...
* gnu/packages/pep.scm (python-pep-adapter): New variable.
2020-06-09 20:01:09 +02:00
Hartmut Goebel
cfd15d96e6
gnu: Add libpepadapter.
...
* gnu/packages/pep.scm (libpepadapter): New variable.
2020-06-09 20:01:08 +02:00
Hartmut Goebel
221c514451
gnu: Add pep-engine.
...
* gnu/packages/pep.scm (fdik-libetpan, sequoia4pEp, pep-engine): New
variables.
2020-06-09 20:01:08 +02:00
Hartmut Goebel
d7a341f8e1
gnu: Add yml2.
...
* gnu/packages/pep.scm: New file.
* gnu/locak.mk (GNU_SYSTEM_MODULES): Add it.
2020-06-09 20:01:08 +02:00
Mathieu Othacehe
80352a2f68
bootloader: grub: Fix cross-compilation.
...
This is a follow-up of 536c53d347 , that do not
use the native version of "font-file", breaking cross-compilation.
* gnu/bootloader/grub.scm (eye-candy): Use the native version of "font-file".
2020-06-09 18:49:36 +02:00
Jan (janneke) Nieuwenhuizen
5681ce5074
services: etc: Add '/etc/ttys' symlink for the Hurd.
...
Reported by Vitaliy Shatrov <D0dyBo0D0dyBo0@protonmail.com > via IRC.
* gnu/system.scm (operating-system-etc-service): For the Hurd, add '/etc/ttys'
symlink. This fixes terminal behavior in the console by setting TERM=hurd.
2020-06-09 17:59:56 +02:00
Mathieu Othacehe
9392652e91
installer: final: Dump "guix system init" command output when testing.
...
When debugging the installation tests, it can be very handy to be able to read
"guix system init" command output.
* gnu/installer/final.scm (install-system): Dump installation command output
to the console when running the installation tests.
2020-06-09 17:59:05 +02:00
Mathieu Othacehe
ce16b07d10
installer: final: Remove left-over pk call.
...
* gnu/installer/final.scm (kill-cow-users): Remove pk call.
2020-06-09 17:59:05 +02:00
Jan (janneke) Nieuwenhuizen
5648ce07ff
gnu: guix: Update to 141b5c1620.
...
* gnu/packages/package-management.scm (guix): Update to 1.1.0-1.141b5c1620.
2020-06-09 17:42:23 +02:00
Stefan
536c53d347
gnu: grub: Support graphical gfxterm on all systems.
...
* gnu/bootloaders/grub.scm (eye-candy): Use gfxterm depending only on
(bootloader-configuration (terminal-outputs …)), which defaults to '(gfxterm).
This makes the system argument obsolete.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org >
2020-06-09 17:18:21 +02:00
Pierre Neidhardt
141b5c1620
gnu: emacs-helm: Update to 3.6.2.
...
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.6.2.
2020-06-09 10:45:11 +02:00
Katherine Cox-Buday
a50628bbe0
gnu: apache-arrow: Update to 0.17.1.
...
* gnu/packages/databases.scm (apache-arrow): Update to 0.17.1.
* gnu/packages/databases.scm (python-pyarrow): Update to 0.17.1.
* gnu/packages/serialization.scm (python-feather-format): Update to 0.4.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-09 10:43:54 +02:00
Katherine Cox-Buday
fbc1cbb527
gnu: Add apache-thrift.
...
* gnu/packages/rpc.scm (apache-thrift): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-09 10:43:54 +02:00
Jonathan Brielmaier
dacd126640
gnu: icedove: Update to 68.9.0.
...
* gnu/packages/gnuzilla.scm (%icedove-build-id): Update.
(icedove): Update version and corresponding hg changeset.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-09 10:43:54 +02:00
Lars-Dominik Braun
7a45b5d5ba
store: Use buffered I/O for all protocol writes
...
* guix/store.scm (run-gc) Use buffered output port.
(export-path) Same.
(add-file-tree-to-store) Same.
(set-build-options): Same. Add explicit flush.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-09 10:43:54 +02:00
Royce Strange
ea80cdbcea
activation: Fix function call for system activation
...
* gnu/build/activation.scm (boot-time-system):
Evaluate the linux-command-line thunk for linux systems to boot
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-06-09 10:43:54 +02:00
Mathieu Othacehe
5f7c4416b5
Revert "installer: utils: Dump command output to syslog when testing."
...
This reverts commit f73ed55791 . This was pushed
by error, as this is not reviewed yet.
2020-06-09 10:33:04 +02:00
Mathieu Othacehe
f73ed55791
installer: utils: Dump command output to syslog when testing.
...
When debugging the installation tests, it can be very handy to be able to read
"run-command" output, for instance when executing "guix system init".
Introduce a new "invoke-with-log" procedure that is able to log a command
standard and error outputs to the syslog. Use it, only when running the
installation tests, to dump "run-command" output.
* gnu/installer/utils.scm (open-pipe-with-stderr, invoke-with-log): New
procedures,
(invoke-log-port): new variable,
(run-command): move to the end of the file and use invoke-with-log when
running the installation tests.
2020-06-09 10:32:19 +02:00
Mathieu Othacehe
8423c2d309
build: image: Do not call make-essential-device-nodes by default.
...
Calling "mknod" without root permissions fails. Plus those device nodes do not
appear to be needed to boot.
* gnu/build/image.scm (initialize-root-partition): Do not use
make-essential-device-nodes as default make-device-nodes procedure.
2020-06-09 10:32:19 +02:00
Brice Waegeneire
1b5d26c967
doc: Add note to 'udisks-service'.
...
* doc/guix.texi (Desktop Services): Specify how to add file-systems
utilities to 'udisks-service'.
2020-06-09 10:26:56 +02:00
Royce Strange
23567138f8
system: vm: Add missing imported module.
...
* gnu/system/vm.scm (qemu-image): Import missing (gnu build hurd-boot) module.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com >
2020-06-09 01:31:16 -04:00
Royce Strange
535a6be2e5
system: Fix typo that breaks grub.cfg generation.
...
* gnu/system.scm (boot-parameters->menu-entry): Delete quote to evalutate and
get kernel boot parameters.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com >
2020-06-09 01:28:18 -04:00
Ludovic Courtès
eef859e853
git-authenticate: 'commit-authorized-keys' properly handles orphan commits.
...
Previously it would trigger a wrong-number-of-arguments error for
'lset-intersection'.
* guix/git-authenticate.scm (commit-authorized-keys): Add case for when
'commit-parents' returns the empty list.
2020-06-09 00:34:52 +02:00
Ludovic Courtès
72357e2170
git: 'commit-difference' really excludes the ancestors of #:excluded.
...
* guix/git.scm (commit-difference): Initialize VISITED to the closure of
OLD and EXCLUDED, as written in the docstring.
* tests/git.scm ("commit-difference, excluded commits"): Adjust
accordingly.
2020-06-09 00:34:52 +02:00
Ludovic Courtès
5d95ac9178
maint: 'make authenticate' starts from v1.0.0.
...
* Makefile.am (commit_v1_0_1): Remove.
(commit_v1_0_0): New variable.
(authenticate): Use it.
2020-06-09 00:34:52 +02:00
Tobias Geerinckx-Rice
9084fc2e90
gnu: znc: Update to 1.8.1.
...
* gnu/packages/messaging.scm (znc): Update to 1.8.1.
2020-06-08 23:03:08 +02:00
Tobias Geerinckx-Rice
c34a7dc2bb
gnu: v4l2loopback-linux-module: Really disable tests.
...
Commit fdcd193744 was a botched by-hand
‘merge’ that caused the default check phase to run, and fail.
* gnu/packages/linux.scm (v4l2loopback-linux-module)[arguments]:
Set #:tests? to #f.
2020-06-08 23:01:54 +02:00
Vagrant Cascadian
076779c4d4
gnu: Add linux-libre-arm-generic-5.7.
...
* gnu/packages/linux (linux-libre-arm-generic): New variable.
2020-06-08 13:05:51 -07:00
Vagrant Cascadian
637b64ce7c
gnu: Add linux-libre-arm64-generic-5.7.
...
* gnu/packages/linux (linux-libre-arm64-generic): New variable.
2020-06-08 13:05:48 -07:00
Vagrant Cascadian
21569e53b2
gnu: Add linux-libre 5.7.1.
...
* gnu/packages/linux (deblob-scripts-5.7): New variable.
(linux-libre-5.7-version): New variable.
(linux-libre-5.7-pristine-source): New variable.
(linux-libre-5.7-source): New variable.
(linux-libre-headers-5.7): New variable.
2020-06-08 13:05:44 -07:00
Maxim Cournoyer
838c4b10e9
gnu: opensmtpd: Patch bug in 'smtpctl encrypt'.
...
* gnu/packages/mail.scm (opensmtpd)[phases]{fix-smtpctl-encrypt-bug}: New
phase.
2020-06-08 15:43:07 -04:00
Leo Famulari
933abfba36
gnu: Blender: Update to 2.83.0.
...
* gnu/packages/graphics.scm (blender): Update to 2.83.0.
2020-06-08 14:32:50 -04:00
Marius Bakke
d79ec4fd34
gnu: calibre: Update to 4.18.0.
...
* gnu/packages/patches/calibre-remove-test-bs4.patch,
gnu/packages/patches/calibre-msgpack-compat.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/ebook.scm (calibre): Update to 4.18.0.
[source](patches): Remove obsolete patches.
[source](snippet): Disable test for bundled odfpy.
[inputs]: Add HUNSPELL, HYPHEN, PYTHON2-BEAUTIFULSOUP4, PYTHON2-PYQTWEBENGINE,
and QTWEBENGINE.
[arguments]: Add phase 'patch-more-shebangs'. Adjust configure phase to set
HOME and make fonts available. Simplify one substitution, and provide the
absolute file name of 'sip'.
2020-06-08 19:18:05 +02:00
Marius Bakke
7b7b3cef7e
gnu: python-html5-parser: Update to 0.4.9.
...
* gnu/packages/python-web.scm (python-html5-parser): Update to 0.4.9.
2020-06-08 19:14:35 +02:00
Marius Bakke
5ded8494ca
gnu: Add python2-pyqtwebengine.
...
* gnu/packages/qt.scm (python2-pyqtwebengine): New public variable.
2020-06-08 19:13:28 +02:00
Marius Bakke
4c1ca82487
gnu: python2-pyqt: Propagate requireed inputs.
...
* gnu/packages/qt.scm (python2-pyqt)[propagated-inputs]: Add PYTHON2-SIP and
PYTHON-ENUM34. New field.
2020-06-08 19:12:31 +02:00
Marius Bakke
dd2d3ed2d3
Merge branch 'master' into staging
2020-06-08 19:05:56 +02:00
Marius Bakke
1fd2c00efb
gnu: font-liberation: Update to 2.1.1.
...
* gnu/packages/fonts.scm (font-liberation): Update to 2.1.1.
2020-06-08 19:01:41 +02:00
Marius Bakke
087e760e29
gnu: Add python-mechanize.
...
* gnu/packages/python-xyz.scm (python2-mechanize): Rename to ...
(python-mechanize): ... this. Update to 0.4.5.
[arguments]: Remove.
[propagated-inputs]: Add PYTHON-HTML5LIB.
[home-page]: Update to current.
[license]: Set to LICENSE:BSD-3.
(python2-mechanize): Define in terms of PACKAGE-WITH-PYTHON2.
2020-06-08 19:01:41 +02:00
Marius Bakke
183858d938
gnu: python-regex: Update to 2020.6.8.
...
* gnu/packages/python-xyz.scm (python-regex): Update to 2020.6.8.
[arguments]: New field.
2020-06-08 19:01:41 +02:00
Marius Bakke
a8a7a2c797
gnu: python-netifaces: Update to 0.10.9.
...
* gnu/packages/python-xyz.scm (python-netifaces): Update to 0.10.9.
2020-06-08 19:01:40 +02:00
Marius Bakke
59e646ab4e
gnu: python-cssselect: Update to 1.1.0.
...
* gnu/packages/python-web.scm (python-cssselect): Update to 1.1.0.
[source]: Change to GIT-FETCH.
[arguments]: Remove #:tests?. Add #:phases.
[native-inputs]: Add PYTHON-LXML and PYTHON-PYTEST.
[home-page]: Update to current.
2020-06-08 19:01:40 +02:00
Marius Bakke
b470122f67
gnu: python-odfpy: Update to 1.4.1.
...
* gnu/packages/python-xyz.scm (python-odfpy): Update to 1.4.1.
[arguments]: Remove #:modules. Rewrite test phase to use pytest.
[native-inputs]: Add PYTHON-PYTEST.
[propagated-inputs]: Add PYTHON-DEFUSEDXML.
2020-06-08 19:01:40 +02:00
Marius Bakke
24b61fb8ea
gnu: python-pyqtwebengine: Remove duplicate input.
...
* gnu/packages/qt.scm (python-pyqtwebengine)[inputs]: Remove PYTHON-PYQT.
2020-06-07 22:43:00 +02:00
Marius Bakke
7c7e9ac716
gnu: python-pyqtwebengine: Update to 5.14.0.
...
* gnu/packages/qt.scm (python-pyqtwebengine): Update to 5.14.0.
[source](uri): Add PyPI mirror.
2020-06-07 22:42:27 +02:00
Marius Bakke
3c48fe3658
gnu: python-pyqt: Use PYTHON-VERSION.
...
* gnu/packages/qt.scm (python-pyqt)[arguments]: Add #:modules. Use
PYTHON-VERSION from PYTHON-BUILD-SYSTEM instead of custom implementation.
2020-06-07 22:41:14 +02:00
Marius Bakke
fd702f8e95
gnu: python-pyqt: Update to 5.14.2.
...
* gnu/packages/qt.scm (python-pyqt): Update to 5.14.2.
[source](uri): Add PyPI mirror.
[source](patches): Remove obsolete.
* gnu/packages/patches/pyqt-unbundled-qt.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2020-06-07 22:39:55 +02:00
Marius Bakke
8cbb32da7d
gnu: python-sip: Use PYTHON-VERSION.
...
* gnu/packages/qt.scm (python-sip)[arguments]: Add #:imported-modules.
Rewrite phase to use PYTHON-VERSION instead of custom implementation.
2020-06-07 22:38:30 +02:00
Marius Bakke
9097f99448
gnu: python-sip: Update to 4.19.22.
...
* gnu/packages/qt.scm (python-sip): Update to 4.19.22.
2020-06-07 22:36:03 +02:00
Marius Bakke
9141cec489
gnu: kdeconnect: Update to 1.4.
...
* gnu/packages/kde.scm (kdeconnect): Update to 1.4.
[arguments]: Add #:phases.
[inputs]: Add KIRIGAMI, KPEOPLE, KPEOPLEVCARD, PULSEAUDIO-QT, and QTMULTIMEDIA.
2020-06-06 22:13:26 +02:00
Marius Bakke
a5d465e25b
gnu: Add pulseaudio-qt.
...
* gnu/packages/kde-frameworks.scm (pulseaudio-qt): New public variable.
2020-06-06 22:13:25 +02:00
Marius Bakke
6701d23236
gnu: KDE: Update to 20.04.1.
...
* gnu/packages/patches/akonadi-paths.patch: Adjust for upstream changes.
* gnu/packages/patches/kdepim-runtime-Fix-missing-link-libraries.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/kde-internet.scm (kget, kopete, krdc, libgravatar): Update to
20.04.1.
[source](uri): Adjust for new upstream location.
* gnu/packages/kde-multimedia.scm (audiocd-kio, dragon, ffmpegthumbs, juk,
k3b, kamoso, kmix, kwave, libkcddb, libkcompactdisc): Likewise.
* gnu/packages/kde-systemtools.scm (dolphin, dolphin-plugins, khelpcenter,
konsole, krfb, ksystemlog): Update to 20.04.1.
[source](uri): Adjust for new upstream location.
* gnu/packages/kde-utils.scm (kate, kmag, kmousetool, kmouth, sweeper): Update
to 20.04.1.
[source](uri): Adjust for new upstream location.
* gnu/packages/kde.scm (baloo-widgets, libkomparediff2, kqtquickcharts,
grantleetheme, kcachegrind, libkdegames, zeroconf-ioslave): Update to 20.04.1.
[source](uri): Adjust for new upstream location.
(grantleetheme)[inputs]: Add KGUIADDONS.
* gnu/packages/kde-pim.scm (akonadi, akonadi-calendar, akonadi-contacts,
akonadi-mime, akonadi-notes, akonadi-search, kincidenceeditor, kaddressbook,
kalarmcal, kblog, kcalendarsupport, kcalutils, kdav, kdepim-apps-libs,
kdepim-runtime, keventviews, kgpg, kidentitymanagement, kimap, kldap,
kleopatra, kmail, kmailcommon, kmailimporter, kmailtransport, kmbox,
kmessagelib, kmime, knotes, kontactinterface, korganizer, kpimcommon,
kpimtextedit, ksmtp, ktnef, libkdepim, libkgapi, libkleo, libksieve): Update
to 20.04.1.
[source](uri): Adjust to current.
(akonadi)[inputs]: Remove KDBUSADDONS and KDESIGNERPLUGIN.
(akonadi-calendar)[inputs]: Remove KDBUSADDONS.
(kdepim-runtime)[source](patches): Remove.
[arguments]: Add phase 'extend-CPLUS_INCLUDE_PATH'.
[inputs]: Remove KDBUSADDONS and KICONTHEMES.
(kmessagelib)[arguments]: Add phase 'extend-CPLUS_INCLUDE_PATH.
[inputs]: Add QCA.
(kdepim-apps-libs)[inputs]: Remove KDBUSADDONS and KICONTHEMES.
(knotes)[inputs]: Remove KDBUSADDONS.
(kpimcommon)[inputs]: Remove KDBUSADDONS and KCOMPLETION.
(libksieve)[arguments]: Disable one more test.
(korganizer)[arguments]: Disable one test.
2020-06-06 22:13:25 +02:00
Marius Bakke
faa2f1b2df
gnu: KDE Plasma: Update to 5.18.5.
...
* gnu/packages/kde-plasma.scm (kdecoration, kscreenlocker, libksysguard,
libkscreen): Update to 5.18.5.
2020-06-06 22:13:25 +02:00
Marius Bakke
0ec1622cb2
gnu: grantlee: Update to 5.2.0.
...
* gnu/packages/qt.scm (grantlee): Update to 5.2.0.
[inputs]: Add QTDECLARATIVE.
[arguments]: Remove #:configure-flags. Remove obsolete phase.
2020-06-06 22:13:25 +02:00
Marius Bakke
7cfa1f5e78
gnu: Remove nss/fixed.
...
The merge preceding this commit ignored the nss replacement added in commit
7bc396bf35 . This commit removes the remaining
bits, because the fix is already present in nss@3.52 .1.
* gnu/packages/patches/nss-CVE-2020-12399.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/nss.scm (nss/fixed): Remove variable.
2020-06-06 21:28:07 +02:00
Marius Bakke
7ce1b5e7b7
Merge branch 'master' into staging
2020-06-06 21:25:43 +02:00
Jakub Kądziołka
f20d1cfb51
gnu: ghc-7: Clean up package definition.
...
* gnu/packages/haskell.scm (ghc-7)[modules, imported-modules]: Remove
the unused rpath module.
[phases]: Use invoke instead of system*.
2020-06-01 15:08:15 +02:00
Efraim Flashner
a243746816
gnu: rust-xml-rs-0.8: Update to 0.8.3.
...
* gnu/packages/crates-io.scm (rust-mlx-rs-0.8): Update to 0.8.3.
2020-05-30 23:03:47 +03:00
Efraim Flashner
d1e77d69c1
gnu: rust-xml-rs-0.8: Fix build.
...
* gnu/packages/crates-io.scm (rust-xml-rs-0.8)[source]: Add snippet to
change doctests into regular tests.
2020-05-30 22:52:36 +03:00
Marius Bakke
fe6d003908
Merge branch 'master' into staging
2020-05-29 23:36:38 +02:00
Marius Bakke
8a7a5dc780
Merge branch 'master' into staging
2020-05-26 22:38:12 +02:00
Marius Bakke
c37b621cf3
gnu: qtwebengine: Fix build failure.
...
* gnu/packages/qt.scm (qtwebengine)[source](snippet): Preserve the included
Mesa headers, to avoid an incompatibility with system Mesa. Also adjust some
files to use system Vulkan headers. Preserve third_party/emoji-segmenter.
[inputs]: Remove obsolete comment (LCMS is already in inputs).
2020-05-26 22:36:12 +02:00
Marius Bakke
cb475eaa71
gnu: mesa-headers: Do not inherit outputs from Mesa.
...
This is a follow-up to commit 43a8d83c08d736b613a385ff0d06941bd373b642.
* gnu/packages/gl.scm (mesa-headers)[outputs]: New field.
2020-05-26 22:36:11 +02:00
Marius Bakke
682ae6f947
gnu: mutter: Fix build with Mesa 20.
...
* gnu/packages/gnome.scm (mutter)[arguments]: Add #:phases.
2020-05-26 22:36:11 +02:00
Jonathan Brielmaier
76623b6703
gnu: nheko: Update to 0.7.1.
...
* gnu/packages/messaging.scm (nheko): Update to 0.7.1.
[inputs]: Add qtdeclarative, qtgraphicaleffects and qtquickcontrols2.
Arrange qtsvg in alphabetical order.
Signed-off-by: Marius Bakke <mbakke@fastmail.com >
2020-05-26 22:36:11 +02:00
Jonathan Brielmaier
1f49f5c14a
gnu: mtxclient: Update to 0.3.0.
...
* gnu/packages/messaging.scm (mtxclient): Update to 0.3.0.
[arguments]: Disable Pushrules test as it requires network.
Signed-off-by: Marius Bakke <mbakke@fastmail.com >
2020-05-26 22:36:11 +02:00
Jonathan Brielmaier
20b5f14981
gnu: qtdeclarative: Fix reference on qmlcachegen.
...
* gnu/packages/qt.scm (qtdeclarative)[arguments]: Add phase to fix the
reference on qmlcachegen in an installed cmake file.
2020-05-26 22:36:11 +02:00
Marius Bakke
3f46f04115
gnu: libdrm: Update to 2.4.101.
...
* gnu/packages/patches/libdrm-symbol-check.patch: Delete file.
* gnu/packages/patches/libdrm-realpath-virtio.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.101.
[source](uri): Adjust for new .tar.xz tarball.
[source](patches): Adjust patch list as above.
2020-05-26 22:36:10 +02:00
Marius Bakke
d92f9d341e
gnu: vkd3d: Fix build with newer Vulkan headers.
...
* gnu/packages/vulkan.scm (vkd3d)[arguments]: Add phase 'patch-for-new-vulkan'.
2020-05-26 22:36:10 +02:00
Marius Bakke
51f3b34913
gnu: vkquake: Fix build with newer Vulkan headers.
...
* gnu/packages/games.scm (vkquake)[arguments]: Add phase 'patch-for-new-vulkan'.
2020-05-26 22:36:10 +02:00
Marius Bakke
5a746104e3
gnu: Mesa: Fix substitutions for absolute library references.
...
* gnu/packages/gl.scm (mesa)[arguments]: In the 'fix-dlopen-libnames' phase,
adjust substitutions so that they patch the correct files.
2020-05-26 22:36:09 +02:00
Marius Bakke
577041e60b
gnu: Mesa: Remove obsolete phase.
...
* gnu/packages/gl.scm (mesa)[arguments]: Remove 'patch-create_test_cases' phase.
2020-05-26 22:36:09 +02:00
Marius Bakke
90c4298eed
gnu: Mesa: Remove unused input.
...
* gnu/packages/gl.scm (mesa)[inputs]: Remove MAKEDEPEND.
2020-05-26 22:36:08 +02:00
Marius Bakke
0df5bdf81c
gnu: Mesa: Install scripts to a separate output.
...
* gnu/packages/gl.scm (mesa)[outputs]: New field.
[arguments]: Add phase 'split-outputs'.
2020-05-26 22:36:08 +02:00
Marius Bakke
18ac48364c
gnu: shaderc: Enable (some) tests.
...
* gnu/packages/vulkan.scm (shaderc)[arguments]: Remove #:tests?. Add
substitution to use "spirv-dis" from inputs instead of bundled.
2020-05-26 22:36:08 +02:00
Marius Bakke
4c5e45eb6b
gnu: shaderc: Update to 2020.0.
...
* gnu/packages/vulkan.scm (shaderc): Update to 2020.0.
[build-system]: Change to CMAKE-BUILD-SYSTEM.
[arguments]: Move custom configure invokation to #:configure-flags. Add phase
to prevent using bundled code.
[inputs]: Add GLSLANG, SPIRV-HEADERS, and SPIRV-TOOLS.
[native-inputs]: Remove CMAKE-MINIMAL, GLSLANG:SOURCE, SPIRV-HEADERS:SOURCE,
and SPIRV-TOOLS:SOURCE.
2020-05-26 22:36:08 +02:00
Marius Bakke
f26bceb470
gnu: vulkan-tools: Update to 1.2.140.
...
* gnu/packages/vulkan.scm (vulkan-tools): Update to 1.2.140.
2020-05-26 22:36:07 +02:00
Marius Bakke
6a8fca140d
gnu: vulkan-loader: Enable tests.
...
* gnu/packages/vulkan.scm (vulkan-loader)[arguments]: Remove #:tests? and
#:configure-flags. Add #:phases to unpack googletest and disable tests that
cannot run in the build container.
[native-inputs]: Add (PACKAGE-SOURCE GOOGLETEST).
2020-05-26 22:36:07 +02:00
Marius Bakke
cc8550ef12
gnu: vulkan-loader: Update to 1.2.140.
...
* gnu/packages/vulkan.scm (vulkan-loader): Update to 1.2.140.
[arguments]: Remove #:phases.
2020-05-26 22:36:07 +02:00
Marius Bakke
d840f3b74c
gnu: vulkan-headers: Update to 1.2.141.
...
* gnu/packages/vulkan.scm (vulkan-headers): Update to 1.2.141.
(vulkan-loader, vulkan-tools)[version]: Do not inherit from VULKAN-HEADERS.
2020-05-26 22:36:07 +02:00
Marius Bakke
1c5b9c3d96
gnu: glslang: Build shared libraries.
...
* gnu/packages/vulkan.scm (glslang)[arguments]: Add #:configure-flags.
2020-05-26 22:36:07 +02:00
Marius Bakke
f3d3726e44
gnu: glslang: Update to 8.13.3743.
...
* gnu/packages/vulkan.scm (glslang): Update to 8.13.3743.
[arguments]: Remove #:phases.
[native-inputs]: Remove BISON. Add PYTHON.
2020-05-26 22:36:07 +02:00
Marius Bakke
8a37a214ca
gnu: spirv-tools: Do not build static libraries.
...
* gnu/packages/vulkan.scm (spirv-tools)[arguments]: Add
"-DBUILD_SHARED_LIBS=ON" in #:configure-flags.
2020-05-26 22:36:06 +02:00
Marius Bakke
cce9424746
gnu: spirv-tools: Update to 2020.2.
...
* gnu/packages/vulkan.scm (spirv-tools): Update to 2020.2.
[arguments]: Remove #:tests?.
2020-05-26 22:36:06 +02:00
Marius Bakke
936b7906b0
gnu: spirv-headers: Update to 1.5.3.
...
* gnu/packages/vulkan.scm (spirv-headers): Update to 1.5.3.
2020-05-26 22:36:06 +02:00
Marius Bakke
a64eeaf755
gnu: gstreamer: Increase test timeouts.
...
Fixes <https://bugs.gnu.org/36464 >.
Reported by Steffen Rytter Postas <nc@scalehost.eu >.
* gnu/packages/gstreamer.scm (%common-gstreamer-phases): New variable.
(gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-bad,
gst-plugins-ugly, gst-editing-services)[arguments]: Use it.
2020-05-26 22:36:06 +02:00
Marius Bakke
0c8a51c7d2
gnu: cogl: Fix build with Mesa 20.
...
* gnu/packages/gnome.scm (cogl)[arguments]: Add phase to adjust header includes.
2020-05-26 22:36:05 +02:00
Marius Bakke
aa13c5657d
Merge branch 'master' into staging
2020-05-26 22:34:46 +02:00
Marius Bakke
8ab211dbdb
gnu: NSS: Update to 3.52.1 [fixes CVE-2020-12399].
...
* gnu/packages/nss.scm (nss): Update to 3.52.1.
* gnu/packages/certs.scm (nss-certs): Likewise.
2020-05-26 22:32:56 +02:00
Marius Bakke
2d27135962
gnu: Mesa: Fix ineffective substitution on i686-linux.
...
This is a follow-up to commit ee345ae62c8b899186b65b61a2376b5adb938520.
* gnu/packages/gl.scm (mesa)[arguments]: Adjust substitution to use the
correct file name.
2020-05-26 22:32:56 +02:00
TomZ
8d1ab36a56
gnu: Qt: Update to 5.14.2.
...
* gnu/packages/qt.scm (qtsvg, qtimageformats, qtx11extras,
qtxmlpatterns, qtconnectivity, qtwebsockets, qtsensors,
qtmultimedia, qtserialport, qtserialbus, qtwebchannel,
qtwebview, qtlocation, qttools, qtscript, qtquickcontrols,
qtquickcontrols2, qtgraphicaleffects, qtgamepad, qtscxml,
qtpurchasing, qtcharts, qtdatavis3d, qtnetworkauth,
qtspeech, qtwebengine): Update to 5.14.2.
(qtcanvas3d): Remove variable. Upstream deprecated it.
(qtbase)[source](patches): Remove qtbase-QTBUG-81715.patch.
[arguments]: Drop X11lib substitution: patched dir no longer exists.
(qtwayland)[arguments]: Disable two tests, and add phase to prevent fatal DBus
warnings.
(qtwebglplugin)[inputs]: Add ZLIB.
(qtremoteobjects): Disable some tests that fail due to missing network.
(qtdeclarative)[native-inputs]: Add VULKAN-HEADERS.
(qtwebengine)[source](snippet): Adjust list of preserved files.
[inputs]: Add VULKAN-HEADERS.
* gnu/packages/patches/qtbase-QTBUG-81715.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Co-authored-by: Marius Bakke <mbakke@fastmail.com >
2020-05-26 22:32:56 +02:00
Marius Bakke
9d3965edca
gnu: KDE Frameworks: Update to 5.70.
...
* gnu/packages/patches/kinit-kdeinit-extra_libs.patch: Adjust for upstream changes.
* gnu/packages/kde-frameworks.scm (extra-cmake-modules, attica, bluez-qt,
breeze-icons, kapidox, karchive, kcalendarcore, kcodecs, kconfig, kcoreaddons,
kdbusaddons, kdnssd, kguiaddons, kholidays, ki18n, kidletime, kirigami,
kitemmodels, kitemviews, kplotting, ksyntaxhighlighting, kwidgetsaddons,
kwindowsystem, modemmanager-qt, networkmanager-qt, oxygen-icons, prison,
qqc2-desktop-style, solid, sonnet, threadweaver, kactivities, kauth,
kcompletion, kcontacts, kcrash, kdoctools, kfilemetadata, kimageformats,
kjobwidgets, knotifications, kpackage, kpty, kunitconversion, syndication,
baloo, kactivities-stats, kbookmarks, kcmutils, kconfigwidgets, kdeclarative,
kded, kdesignerplugin, kdesu, kdewebkit, kemoticons, kglobalaccel,
kiconthemes, kinit, knewstuff, knotifyconfig ,kparts, kpeople, krunner,
kservice, ktextwidgets, kwallet, kxmlgui, kxmlrpcclient, purpose,
kde-frameworkintegration, kdelibs4support, khtml, kjs, kjsembed, kmediaplayer,
kross): Update to 5.70.0.
(kwayland)[inputs]: Add QTWAYLAND.
(kparts)[arguments]: New field.
(kinit)[inputs]: Add KDBUSADDONS.
(kcmutils)[inputs]: Add KGUIADDONS.
(krunner)[native-inputs]: Add DBUS.
[arguments]: Run tests with "dbus-launch".
(baloo)[arguments]: Remove broken test substitution. Disable one other test.
(ktexteditor, plasma-framework): Update to 5.70.1.
(kio): Likewise.
[inputs]: Move KWINDOWSYSTEM ...
[propagated-inputs]: ... here.
2020-05-26 22:32:56 +02:00
Marius Bakke
5e46b563c8
gnu: python-jinja2: Update to 2.11.2.
...
* gnu/packages/python-xyz.scm (python-jinja2): Update to 2.11.2.
2020-05-26 22:32:55 +02:00
Marius Bakke
beec29da92
gnu: json-c: Update to 0.14.
...
* gnu/packages/web.scm (json-c): Update to 0.14.
[source](modules, snippet): Remove.
[build-system]: Change to CMAKE-BUILD-SYSTEM.
(json-c-0.13): New public variable.
(json-c-0.12): Inherit from JSON-C-0.13.
* gnu/packages/cryptsetup.scm (cryptsetup-static)[inputs]: Stick with
JSON-C-0.13.
* gnu/packages/linux.scm (multipath-tools)[inputs]: Likewise.
* gnu/packages/security-token.scm (yubikey-personalization, libu2f-host,
libu2f-server)[inputs]: Likewise.
* gnu/packages/syndication.scm (newsboat)[inputs]: Likewise.
2020-05-26 22:32:55 +02:00
Marius Bakke
f2ff01bb8e
gnu: pcre2: Update to 10.35.
...
* gnu/packages/pcre.scm (pcre2): Update to 10.35.
2020-05-26 22:32:55 +02:00
Marius Bakke
8aeef3c7bd
gnu: NSS: Update to 3.52.
...
* gnu/packages/nss.scm (nss): Update to 3.52.
* gnu/packages/certs.scm (nss-certs): Likewise.
2020-05-26 22:32:55 +02:00
Marius Bakke
7f73f962ef
gnu: python-mako: Update to 1.1.2.
...
* gnu/packages/python-xyz.scm (python-mako): Update to 1.1.2.
2020-05-26 22:32:55 +02:00
Marius Bakke
ab5acfa04a
gnu: python-idna: Update to 2.9.
...
* gnu/packages/python-xyz.scm (python-idna): Update to 2.9.
2020-05-26 22:32:55 +02:00
Marius Bakke
5899fdb7ce
gnu: python-pycparser: Update to 2.20.
...
* gnu/packages/python-xyz.scm (python-pycparser): Update to 2.20.
2020-05-26 22:32:55 +02:00
Marius Bakke
691b1538f8
gnu: python-cython: Update to 0.29.17.
...
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.17.
2020-05-26 22:32:54 +02:00
Marius Bakke
45f01bc007
gnu: python-requests: Update to 2.23.0.
...
* gnu/packages/python-web.scm (python-requests): Update to 2.23.0.
2020-05-26 22:32:54 +02:00
Marius Bakke
21cbde9f44
gnu: python-urllib3: Update to 1.25.9.
...
* gnu/packages/python-web.scm (python-urllib3): Update to 1.25.9.
2020-05-26 22:32:54 +02:00
Marius Bakke
da1eb6db13
gnu: python-pyopenssl: Update to 19.1.0.
...
* gnu/packages/python-crypto.scm (python-pyopenssl): Update to 19.1.0.
2020-05-26 22:32:53 +02:00
Marius Bakke
6144e2d7a0
gnu: python-cryptography: Update to 2.9.2.
...
* gnu/packages/python-crypto.scm (python-cryptography-vectors,
python-cryptography): Update to 2.9.2.
2020-05-26 22:32:53 +02:00
Marius Bakke
ee3a5e07a0
gnu: python-certifi: Update to 2020.4.5.1.
...
* gnu/packages/python-crypto.scm (python-certifi): Update to 2020.4.5.1.
[arguments]: New field. Explicitly disable tests.
2020-05-26 22:32:53 +02:00
Marius Bakke
d708be82a7
gnu: python-cffi: Update to 1.14.0.
...
* gnu/packages/libffi.scm (python-cffi): Update to 1.14.0.
2020-05-26 22:32:52 +02:00
Marius Bakke
1e03f8f4a3
gnu: python-pycairo: Update to 1.19.1.
...
* gnu/packages/gtk.scm (python-pycairo): Update to 1.19.1.
2020-05-26 22:32:52 +02:00
Marius Bakke
a947f71cd9
gnu: GTK+: Update to 3.24.20.
...
* gnu/packages/gtk.scm (gtk+): Update to 3.24.20.
2020-05-26 22:32:52 +02:00
Marius Bakke
0ab39ce2db
gnu: CUPS: Update to 2.3.3.
...
* gnu/packages/cups.scm (cups-minimal): Update to 2.3.3.
2020-05-26 22:32:51 +02:00
Marius Bakke
c96bb2e3dc
gnu: cups-filters: Update to 1.27.4.
...
* gnu/packages/cups.scm (cups-filters): Update to 1.27.4.
[arguments]: Remove obsolete patch-for-poppler phase.
2020-05-26 22:32:51 +02:00
Marius Bakke
e634d95947
gnu: mesa: Build with LLVM 10.
...
* gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM-9 to LLVM-10.
* gnu/packages/gl.scm (mesa-opencl)[native-inputs]: Change from CLANG-9 to CLANG-10.
2020-05-26 22:32:51 +02:00
Marius Bakke
3b14288d02
gnu: libical: Update to 3.0.8.
...
* gnu/packages/calendar.scm (libical): Update to 3.0.8.
[source](patches): Remove.
2020-05-26 22:32:51 +02:00
Marius Bakke
bbe81cdaed
gnu: mesa: Update to 20.0.7.
...
* gnu/packages/gl.scm (mesa): Update to 20.0.7.
2020-05-26 22:32:50 +02:00
Marius Bakke
167a147d06
gnu: libva: Update to 2.7.1.
...
* gnu/packages/video.scm (libva): Update to 2.7.1.
2020-05-26 22:32:50 +02:00
Marius Bakke
6e8dd0b5da
gnu: utf8proc: Update to 2.5.0.
...
* gnu/packages/textutils.scm (utf8proc): Update to 2.5.0.
[native-inputs]: Update test data to Unicode 13.
2020-05-26 22:32:50 +02:00
Marius Bakke
44c95fa650
gnu: qpdf: Update to 10.0.1.
...
* gnu/packages/pdf.scm (qpdf): Update to 10.0.1.
2020-05-26 22:32:50 +02:00
Marius Bakke
36c50eab98
gnu: ImageMagick: Update to 6.9.11-11.
...
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.11-11.
2020-05-26 22:32:49 +02:00
Marius Bakke
4cff230336
gnu: postgresql: Update to 10.13.
...
* gnu/packages/databases.scm (postgresql): Update to 10.13.
2020-05-26 22:32:49 +02:00
Marius Bakke
e24e345c5b
gnu: MariaDB: Update to 10.1.45.
...
* gnu/packages/databases.scm (mariadb): Update to 10.1.45.
2020-05-26 22:32:49 +02:00
Marius Bakke
f020f8c424
gnu: libinput: Update to 1.15.5.
...
* gnu/packages/freedesktop.scm (libinput): Update to 1.15.5.
2020-05-26 22:32:49 +02:00
Marius Bakke
312d9a3320
gnu: kmod: Disable tests in 'Makefile.in' instead of 'Makefile.am'.
...
This avoids a build failure because the package was bootstrapped with an older
version of Automake. By substituting the .in file we avoid triggering the
Autoconf machinery.
* gnu/packages/linux.scm (kmod)[arguments]: Change the 'disable-tests' phase
to substitute "Makefile.in" instead of "Makefile.am".
[native-inputs]: Remove AUTOMAKE and AUTOCONF.
2020-05-26 22:32:49 +02:00
Brice Waegeneire
ddcfc46796
gnu: kmod: Update to 27.
...
* gnu/packages/linux.scm (kmod): Update to version 27.
[native-inputs]: Add 'automake' and 'autoconf'.
[arguments]: Add phase 'disable-tests'. Add configure flag
'--disable-test-modules'. Enable tests.
2020-05-26 22:32:44 +02:00
Marius Bakke
9edb3f66fd
Merge branch 'master' into staging
2020-05-26 22:30:51 +02:00
Tobias Geerinckx-Rice
e5f95fd897
gnu: w3m: Update to 0.5.3+git20200502.
...
* gnu/packages/w3m.scm (w3m): Update to 0.5.3+git20200502.
2020-05-03 17:42:17 +02:00
Jakub Kądziołka
4035c3e352
Merge branch 'master' into staging
2020-04-29 11:08:42 +02:00
Leo Famulari
492b82bd4d
gnu: tzdata: Update to 2020a.
...
* gnu/packages/base.scm (tzdata): Update to 2020a.
2020-04-26 14:14:06 -04:00
Jakub Kądziołka
3f3c9fdcd8
build-system/go: Allow providing additional build flags
...
* guix/build-system/go.scm (build-flags): New argument.
* guix/build/go-build-system.scm (build): Use apply to pass the
additional arguments to invoke.
2020-04-08 12:24:42 +02:00
Marius Bakke
18705a507d
gnu: IBus: Build with 'gettext-minimal'.
...
* gnu/packages/ibus.scm (ibus)[native-inputs]: Change from GNU-GETTEXT to
GETTEXT-MINIMAL.
2020-04-04 15:50:31 +02:00
Vincent Legoll
e89986c8e3
gnu: ibus: Make some inputs native.
...
* gnu/packages/ibus.scm (ibus)[inputs]: Move gettext from here...
[native-inputs]: ...to here.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com >
2020-04-04 12:47:13 +02:00
Vincent Legoll
b581dd368a
gnu: gdb: Make some inputs native.
...
* gnu/packages/gdb.scm (gdb)[inputs]: Move dejagnu from here...
[native-inputs]: ...to here.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com >
2020-04-04 12:47:06 +02:00
Vincent Legoll
39e75fa692
gnu: graphviz: Make some inputs native.
...
* gnu/packages/graphviz.scm (graphviz)[inputs]: Move swig from here...
[native-inputs]: ...to here.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com >
2020-04-02 18:14:08 +02:00
Jakub Kądziołka
ba65d474d3
gnu: Use rust 1.39 as the default for package builds
...
* gnu/packages/rust.scm (rust): Point to rust-1.39.
2020-03-29 01:42:38 +01:00
Jakub Kądziołka
44fb8cf841
Merge branch 'master' into staging
2020-03-29 00:38:13 +01:00
Marius Bakke
87bc9f022c
gnu: ImageMagick: Build reproducibly.
...
Fixes <https://bugs.gnu.org/38449 >.
* gnu/packages/imagemagick.scm (imagemagick)[arguments]: In #:configure-flags,
add "--enable-reproducible-build".
2020-03-25 18:21:20 +01:00
Jakub Kądziołka
927c251846
cargo-build-system: Accept a #:features argument
...
* guix/build/cargo-build-system.scm (build, install): Pass the features
to cargo.
(check): Remove indirection layer for consistency with build and
install.
* guix/build-system/cargo.scm (cargo-build): New argument; pass it into
the builder.
* gnu/packages/rust-apps.scm (ripgrep): Use the new argument instead of
a custom phase.
2020-03-23 19:30:38 +01:00
Vincent Legoll
34ad1a550c
gnu: BlueZ: Update to 5.54.
...
* gnu/packages/linux.scm (bluez): Update to 5.54.
[replacement]: Remove field.
(bluez/fixed): Remove variable.
* gnu/packages/patches/bluez-CVE-2020-0556.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-03-15 21:06:39 -04:00
Leo Famulari
8bbbbb3935
Revert "gnu: BlueZ: Update to 5.54."
...
This reverts commit f24aaa81de .
This change caused too many rebuilds for the master branch.
2020-03-15 21:03:57 -04:00
Björn Höfling
b19f155cf8
gnu: java-snakeyaml: Update hash.
...
Compared to the the old tarfile available on ci.guix.gnu.org, only the file
'.hg_archival.txt' was removed.
* gnu/packages/java.scm (java-snakeyaml)[source]: Update hash.
2020-03-15 23:10:43 +01:00
Björn Höfling
c3d56df50b
gnu: java-xsdlib: Use archived home page URI, update source URI.
...
* gnu/packages/xml.scm (java-xsdlib)[home-page]: Use archived URI.
[source]: Update URI.
2020-03-15 23:10:42 +01:00
Björn Höfling
5281ba175b
gnu: java-qdox: Move version 2.0-M2 side by side with version 1.12.1.
...
* gnu/packages/java.scm (java-qdox): Move package definition up,
such that it is side by side with version 1.12.1.
2020-03-15 23:10:42 +01:00
Björn Höfling
3e550fc835
gnu: java-qdox: Update source and home-page URI.
...
* gnu/packages/java.scm (java-qdox)[source]: Update URI.
[home-page]: Update URI.
2020-03-15 23:10:42 +01:00
Björn Höfling
839e3e89de
gnu: java-osgi-service-packageadmin: Update source URI.
...
* gnu/packages/java.scm (java-osgi-service-packageadmin)[source]: Update URI.
2020-03-15 23:10:42 +01:00
Björn Höfling
f8f2fefbac
gnu: java-osgi-service-cm: Update source URI.
...
* gnu/packages/java.scm (java-osgi-service-cm)[source]: Update URI.
2020-03-15 23:10:42 +01:00
Björn Höfling
e0695da916
gnu: java-osgi-util-tracker: Update source URI.
...
* gnu/packages/java.scm (java-osgi-util-tracker)[source]: Update URI.
2020-03-15 23:10:42 +01:00
Björn Höfling
b787534b7b
gnu: java-osgi-service-resolver: Update source URI.
...
* gnu/packages/java.scm (java-osgi-service-resolver)[source]: Update URI.
2020-03-15 23:10:42 +01:00
Björn Höfling
4a6a7b2d0c
gnu: java-osgi-service-jdbc: Update source URI.
...
* gnu/packages/java.scm (java-osgi-service-jdbc)[source]: Update URI.
2020-03-15 23:10:41 +01:00
Björn Höfling
9b0bf25c57
gnu: java-osgi-service-log: Update source URI.
...
* gnu/packages/java.scm (java-osgi-service-log)[source]: Update URI.
2020-03-15 23:10:41 +01:00
Björn Höfling
05662561f4
gnu: java-osgi-framework: Update source URI.
...
* gnu/packages/java.scm (java-osgi-framework)[source]: Update URI.
2020-03-15 23:10:41 +01:00
Björn Höfling
7a5c5017d3
gnu: java-osgi-service-repository: Update source URI.
...
* gnu/packages/java.scm (java-osgi-service-repository)[source]: Update URI.
2020-03-15 23:10:41 +01:00
Björn Höfling
98b1985fdc
gnu: java-osgi-service-metatype-annotations: Update source URI.
...
* gnu/packages/java.scm (java-osgi-service-metatype-annotations)[source]:
Update URI.
2020-03-15 23:10:41 +01:00
Björn Höfling
c962e6c414
gnu: java-osgi-util-promise: Update source URI.
...
* gnu/packages/java.scm (java-osgi-util-promise)[source]: Update URI.
2020-03-15 23:10:41 +01:00
Björn Höfling
43be029996
gnu: java-osgi-util-function: Update source URI.
...
* gnu/packages/java.scm (java-osgi-util-function)[source]: Update URI.
2020-03-15 23:10:40 +01:00
Björn Höfling
ec4ba4178b
gnu: java-osgi-namespace-service: Update source URI.
...
* gnu/packages/java.scm (java-osgi-namespace-service)[source]: Update URI.
2020-03-15 23:10:40 +01:00
Björn Höfling
fccce6616b
gnu: java-osgi-namespace-extender: Update source URI.
...
* gnu/packages/java.scm (java-osgi-namespace-extender)[source]: Update URI.
2020-03-15 23:10:40 +01:00
Björn Höfling
1f2643faa3
gnu: java-osgi-resource: Update source URI.
...
* gnu/packages/java.scm (java-osgi-resource)[source]: Update URI.
2020-03-15 23:10:40 +01:00
Björn Höfling
fc1c5dbde5
gnu: java-osgi-dto: Update source URI.
...
* gnu/packages/java.scm (java-osgi-dto)[source]: Update URI.
2020-03-15 23:10:40 +01:00
Björn Höfling
fa315559a6
gnu: java-osgi-service-component-annotations: Update source URI.
...
* gnu/packages/java.scm (java-osgi-service-component-annotations)[source]:
Update URI.
2020-03-15 23:10:40 +01:00
Alexandros Theodotou
70d9ef5139
gnu: Add lv2lint.
...
* gnu/packages/audio.scm (lv2lint): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-03-15 15:14:14 -04:00
Alexandru-Sergiu Marton
eea58169fb
gnu: Add ghcid.
...
* gnu/packages/haskell-apps.scm (ghcid): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-03-15 15:04:31 -04:00
Michael Rohleder
e2c7dbbf98
gnu: emacs-debbugs: update to 0.22
...
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.22.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-03-15 14:26:58 -04:00
Vincent Legoll
f24aaa81de
gnu: BlueZ: Update to 5.54.
...
* gnu/packages/linux.scm (bluez): Update to 5.54.
[replacement]: Remove field.
(bluez/fixed): Remove variable.
* gnu/packages/patches/bluez-CVE-2020-0556.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-03-15 14:25:36 -04:00
Vincent Legoll
323841bda4
gnu: Add nvme-cli
...
* gnu/packages/linux.scm (nvme-cli): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-03-15 13:54:00 -04:00
Vincent Legoll
cd773f1185
gnu: nose2: Update to 0.9.2.
...
* gnu/packages/check.scm (python-nose2): Update to 0.9.2.
Signed-off-by: Leo Famulari <leo@famulari.name >
2020-03-15 13:45:59 -04:00
Ricardo Wurmus
ed78340438
gnu: eolie: Update to 0.9.98.1.
...
* gnu/packages/gnome.scm (eolie): Update to 0.9.98.1.
2020-03-15 18:00:22 +01:00
Sebastian Schott
39af91db79
gnu: Add rapid-photo-downloader
...
* gnu/packages/photo.scm (rapid-photo-downloader): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-03-15 16:41:44 +00:00
Sebastian Schott
2f12e6608b
gnu: Add python-tenacity
...
* gnu/packages/python-xyz.scm (python-tenacity): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-03-15 16:41:44 +00:00
Sebastian Schott
dcf9532995
gnu: Add python-colorlog
...
* gnu/packages/python-xyz.scm (python-colorlog): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-03-15 16:41:44 +00:00
Sebastian Schott
23fde56b33
gnu: Add python-pyprind
...
* gnu/packages/python-xyz.scm (python-pyprind): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-03-15 16:41:43 +00:00
Sebastian Schott
f3465dee98
gnu: Add python-gphoto2
...
* gnu/packages/python-xyz.scm (python-gphoto2): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-03-15 16:41:43 +00:00
Sebastian Schott
2763f0de41
gnu: Add python-colour
...
* gnu/packages/python-xyz.scm (python-colour): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-03-15 16:41:43 +00:00
Sebastian Schott
5164a92eaa
gnu: Add python-d2to1
...
* gnu/packages/python-xyz.scm (python-d2to1): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-03-15 16:41:43 +00:00
Sebastian Schott
a5e76112b6
gnu: Add python-rawkit
...
* gnu/packages/python-xyz.scm (python-rawkit): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-03-15 16:41:43 +00:00
Sebastian Schott
1b9c1fdb42
gnu: Add python-easygui
...
* gnu/packages/python-xyz.scm (python-easygui): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-03-15 16:41:43 +00:00
Sebastian Schott
244a527d44
gnu: Add python-pymediainfo
...
* gnu/packages/python-xyz.scm (python-pymediainfo): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2020-03-15 16:41:40 +00:00
Marius Bakke
f5eb13b211
gnu: mesa-opencl: Build with clang@9.
...
This is a follow-up to commit cf4fdbcb0b .
* gnu/packages/gl.scm (mesa-opencl)[native-inputs]: Change from CLANG-8 to CLANG-9.
(mesa)[inputs]: Add reminder.
2020-03-15 15:49:05 +01:00
Marius Bakke
4fc26c6592
gnu: python-tblib: Update to 1.6.0.
...
* gnu/packages/python-xyz.scm (python-tblib): Update to 1.6.0.
2020-03-15 15:47:17 +01:00
Marius Bakke
45ebd90c18
gnu: python-alembic: Update to 1.4.1.
...
* gnu/packages/patches/python-alembic-exceptions-cause.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/databases.scm (python-alembic): Update to 1.4.1.
[source](patches): New field.
[arguments]: New field, override check phase.
2020-03-15 15:09:08 +01:00
Marius Bakke
baea210c04
gnu: python-editor: Update to 1.0.4.
...
* gnu/packages/python-xyz.scm (python-editor): Update to 1.0.4.
[arguments]: New field.
[home-page, synopsis]: Adjust indentation.
2020-03-15 15:09:08 +01:00
Marius Bakke
745041b59f
gnu: python-jedi: Update to 0.16.
...
* gnu/packages/patches/python-jedi-deleted-variables.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.16.
[source](patches): New field.
2020-03-15 15:09:07 +01:00
Marius Bakke
ab6e4ab8c3
gnu: python-psycopg2: Update to 2.8.4.
...
* gnu/packages/databases.scm (python-psycopg2): Update to 2.8.4.
2020-03-15 15:09:07 +01:00
Marius Bakke
7d5f0795c1
gnu: python-sqlalchemy: Update to 1.3.15.
...
* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.3.15.
2020-03-15 15:09:07 +01:00
Marius Bakke
a4abed71ae
gnu: python-parso: Update to 0.6.2.
...
* gnu/packages/python-xyz.scm (python-parso): Update to 0.6.2.
2020-03-15 15:09:07 +01:00
Marius Bakke
e3da9b2e55
gnu: Update python-natsort to 7.0.1, python2-natsort to 6.2.1.
...
* gnu/packages/python-xyz.scm (python-natsort): Update to 7.0.1.
(python2-natsort): Update to 6.2.1.
2020-03-15 15:09:07 +01:00
Marius Bakke
0731f943e3
gnu: Update python-seaborn to 0.10.0, python2-seaborn to 0.9.1.
...
* gnu/packages/python-xyz.scm (python-seaborn): Update to 0.9.0.
[source](patches): Remove.
[arguments]: Remove obsolete phase.
[properties]: New field.
(python2-seaborn): Update to 0.9.1.
2020-03-15 15:09:07 +01:00
Marius Bakke
23bc9a3586
gnu: python-joblib: Update to 0.14.1.
...
* gnu/packages/python-xyz.scm (python-joblib): Update to 0.14.1.
2020-03-15 15:09:07 +01:00
Marius Bakke
5a9980d55e
gnu: python-networkx: Update to 2.4.
...
* gnu/packages/python-xyz.scm (python-networkx): Update to 2.4.
[source](uri): Download tarball instead of zipball.
[arguments]: New field.
[native-inputs]: Remove PYTHON-NOSE and UNZIP. Add PYTHON-PYTEST.
[properties]: New field.
(python2-networkx): Stick with version 2.2.
2020-03-15 15:09:06 +01:00
Marius Bakke
c19930dc6b
gnu: python-pyrsistent: Update to 0.15.7.
...
* gnu/packages/python-xyz.scm (python-pyrsistent): Update to 0.15.7.
2020-03-15 15:09:06 +01:00
Marius Bakke
3987715415
gnu: python2-pandas: Fix build with Python 2.7.17.
...
While at it, fix the inheritance.
* gnu/packages/python-science.scm (python2-pandas): Use INHERIT instead of
PACKAGE/INHERIT.
[source](modules, snippet): New fields.
2020-03-15 15:09:06 +01:00
Marius Bakke
382550f0be
gnu: python2-scikit-learn: Downgrade to 0.20.4.
...
This is a follow-up to commit 546893c2965c8114e4d7cfe1de46c46664ec4b9e.
* gnu/packages/machine-learning.scm (python-scikit-learn)[properties]: New field.
(python2-scikit-learn)[version, source]: New fields.
2020-03-15 15:09:06 +01:00
Marius Bakke
c085742e07
gnu: libarea: Build with cmake-minimal.
...
* gnu/packages/engineering.scm (libarea)[native-inputs]: Change from CMAKE to
CMAKE-MINIMAL.
2020-03-15 15:09:06 +01:00
Marius Bakke
76e0b5ba26
gnu: python-pyside: Update to 5.12.6.
...
* gnu/packages/qt.scm (python-shiboken-2): Update to 5.12.6.
[source]: Download tarball release instead of git repository.
[arguments]: Add phase to make files writable and update timestamps.
(python-pyside-2): Inherit version and source from PYTHON-SHIBOKEN-2.
[native-inputs]: Remove LIBCXX-6. Rename "python-wrapper" input to "python".
Change from CMAKE to CMAKE-MINIMAL.
[arguments]: Remove libcxx substitution. Add "-DPYTHON_EXECUTABLE" in
#:configure-flags.
(python-pyside-2-tools)[native-inputs]: Add PYTHON-WRAPPER.
[arguments]: Set "-DPYTHON_EXECUTABLE" in #:configure-flags. Add phase
'go-to-source-dir'.
2020-03-15 15:09:06 +01:00
Ricardo Wurmus
0b6de85a4a
gnu: zabbix-agentd: Update to 4.4.6.
...
* gnu/packages/monitoring.scm (zabbix-agentd): Update to 4.4.6.
2020-03-15 15:07:14 +01:00
Ricardo Wurmus
a431a63537
gnu: guile-gi: Embed absolute file name of extension library.
...
* gnu/packages/guile-xyz.scm (guile-gi)[arguments]: Add phase
patch-references-to-extension.
2020-03-15 14:17:26 +01:00
Ricardo Wurmus
b420e6deb9
services/web: nginx-configuration: Add support for global directives.
...
* gnu/services/web.scm (<nginx-configuration>)[global-directives]: Add field.
(emit-global-directive): New procedure.
(default-nginx-config): Use it.
* doc/guix.texi (Web Services): Document it.
2020-03-15 12:05:32 +01:00
Ricardo Wurmus
995b391013
services/web: Remove empty events directive from default-nginx-config.
...
* gnu/services/web.scm (default-nginx-config): Remove empty events directive.
2020-03-15 12:05:32 +01:00
Efraim Flashner
6e003bd4cc
gnu: Add python-pytest-vcr.
...
* gnu/packages/python-check.scm (python-pytest-vcr): New variable.
2020-03-15 08:54:31 +02:00
Efraim Flashner
3eca7ff968
gnu: Add python-blurhash.
...
* gnu/packages/python-crypto.scm (python-blurhash): New variable.
2020-03-15 08:52:18 +02:00
Efraim Flashner
b5ffcbe1af
gnu: Add bidiv.
...
* gnu/packages/fribidi.scm (bidiv): New variable.
* gnu/packages/patches/bidiv-update-fribidi.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2020-03-15 08:47:21 +02:00
Leo Famulari
90beb0ed45
gnu: LibreOffice: Update to 6.4.1.2.
...
* gnu/packages/libreoffice.scm (libreoffice): Update to 6.4.1.2.
2020-03-14 20:33:57 -04:00
Leo Famulari
183f258ea8
Revert "gnu: VIGRA: Try to fix a build failure on the build farm."
...
This doesn't have any effect on our build farm, because Cuirass does not
honor the 'timeout' and 'max-silent-time' properties:
https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00209.html
This reverts commit 9e89b41966 .
* gnu/packages/image.scm (vigra)[properties]: Remove field.
2020-03-14 20:33:54 -04:00
Tobias Geerinckx-Rice
77386648da
gnu: gauche: Use HTTPS home page.
...
* gnu/packages/scheme.scm (gauche)[home-page]: Use HTTPS.
2020-03-15 01:08:08 +01:00
Tobias Geerinckx-Rice
131f0f853e
gnu: librep: Update home page.
...
* gnu/packages/sawfish.scm (librep)[home-page]: Follow (HTTPS)
redirection.
2020-03-15 01:08:08 +01:00
Tobias Geerinckx-Rice
416d098a0e
gnu: librep: Don't use NAME in source URI.
...
* gnu/packages/sawfish.scm (librep)[source]: Hard-code NAME.
2020-03-15 01:08:07 +01:00
Tobias Geerinckx-Rice
8031a55a23
gnu: sudo: Update to 1.8.31p1.
...
* gnu/packages/admin.scm (sudo): Update to 1.8.31p1.
2020-03-15 01:08:07 +01:00
Björn Höfling
7779ad5038
gnu: java-osgi-cmpn: Update source URI.
...
* gnu/packages/java.scm (java-osgi-cmpn)[source]: Update URI.
2020-03-14 23:06:35 +01:00
Björn Höfling
3344bc495d
gnu: java-qdox-1.12: Update source and home-page URI.
...
* gnu/packages/java.scm (java-qdox-1.12)[source]: Update URI.
[home-page]: Update URI.
2020-03-14 23:06:34 +01:00
Tobias Geerinckx-Rice
5acaec829f
gnu: pangomm: Update home page.
...
* gnu/packages/gtk.scm (pangomm)[home-page]: Follow (HTTPS)
redirection.
2020-03-14 22:01:40 +01:00
Tobias Geerinckx-Rice
30e8cf5f22
gnu: giblib: Use archived home page.
...
* gnu/packages/image.scm (giblib)[home-page]: Use Web Archive snapshot.
2020-03-14 22:01:40 +01:00
Tobias Geerinckx-Rice
1a04595498
gnu: giblib: Add mirror URL.
...
* gnu/packages/image.scm (giblib)[source]: Add another URL.
2020-03-14 22:01:40 +01:00
Tobias Geerinckx-Rice
0b1d71b218
gnu: ant: Use HTTPS home page.
...
* gnu/packages/java.scm (ant)[home-page]: Use HTTPS.
2020-03-14 22:01:40 +01:00
Tobias Geerinckx-Rice
a489466b95
gnu: fio: Update to 3.19.
...
* gnu/packages/benchmark.scm (fio): Update to 3.19.
2020-03-14 22:01:40 +01:00
Tobias Geerinckx-Rice
20035fa7d7
gnu: cube: Use HTTPS home page.
...
* gnu/packages/profiling.scm (cube)[home-page]: Use HTTPS.
2020-03-14 22:01:40 +01:00
Tobias Geerinckx-Rice
189c0b33ba
gnu: talkfilters: Don't use NAME in source URI.
...
* gnu/packages/games.scm (talkfilters)[source]: Hard-code NAME.
2020-03-14 22:01:40 +01:00
Tobias Geerinckx-Rice
edd3a25606
gnu: hyperrogue: Update to 11.3a.
...
* gnu/packages/games.scm (hyperrogue): Update to 11.3a.
2020-03-14 22:01:40 +01:00
Tobias Geerinckx-Rice
d3be522036
gnu: openlibm: Use HTTPS home page.
...
* gnu/packages/maths.scm (openlibm)[home-page]: Use HTTPS.
2020-03-14 22:01:40 +01:00
Felix Gruber
6ceb771657
gnu: define dune-*-openmpi packages
...
* gnu/packages/maths.scm (dune-common-openmpi, dune-geometry-openmpi,
dune-istl-openmpi, dune-typetree-openmpi, dune-uggrid-openmpi,
dune-grid-openmpi, dune-alugrid-openmpi, dune-subgrid-openmpi,
dune-localfunctions-openmpi, dune-functions-openmpi,
dune-pdelab-openmpi): New variables.
(add-openmpi-to-dune-package): New function to add openmpi to the
inputs of a dune-* package and replace all dune-* packages in its
input with the corresponding dune-*-openmpi package.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-03-14 17:54:34 +01:00
Felix Gruber
393dc1cc0b
gnu: dune-*: remove openmpi dependency
...
* gnu/packages/maths.scm (dune-*)[inputs]: Remove openmpi dependency.
[arguments]: remove code to setup openmpi for tests.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2020-03-14 17:54:34 +01:00
Efraim Flashner
3dade1d59e
gnu: gcc-9: Update to 9.3.0.
...
* gnu/packages/gcc.scm (gcc-9): Update to 9.3.0.
2020-03-14 18:52:41 +02:00
Ricardo Wurmus
abb0ff4548
gnu: Add guile3.0-chickadee.
...
* gnu/packages/game-development.scm (guile3.0-chickadee): New variable.
2020-03-14 17:31:40 +01:00
Ricardo Wurmus
ad1edd03ad
gnu: Add guile3.0-opengl.
...
* gnu/packages/gl.scm (guile3.0-opengl): New variable.
2020-03-14 17:31:40 +01:00
Ricardo Wurmus
59d10c3112
gnu: Add guile3.0-sdl2.
...
* gnu/packages/sdl.scm (guile3.0-sdl2): New variable.
2020-03-14 17:31:40 +01:00
Jakub Kądziołka
ce226e9d8d
gnu: Add superfamiconv
...
* gnu/packages/graphics.scm (superfamiconv): New variable.
2020-03-14 13:14:59 +01:00