Michael Rohleder
816bce684c
gnu: Neofetch: Update to 7.0.0.
...
* gnu/packages/admin.scm (neofetch): Update to 7.0.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-27 16:42:26 -04:00
Ludovic Courtès
7cb77b7896
gnu: mailutils: Update to 3.9.
...
* gnu/packages/mail.scm (mailutils): Update to 3.9.
[arguments]: In 'prepare-test-suite' phase, adjust name of the mda
'testsuite' files.
2020-03-27 19:09:30 +01:00
Ludovic Courtès
3139739802
gnu: guile-next: Update to 3.0.2.
...
* gnu/packages/guile.scm (guile-3.0): Update to 3.0.2.
* gnu/packages/patches/guile-3.0-crash.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-03-27 19:09:30 +01:00
Pierre Neidhardt
eb5341c235
gnu: Add trivial-package-local-nicknames.
...
* gnu/packages/lisp-xyz.scm (cl-trivial-package-local-nicknames,
sbcl-trivial-package-local-nicknames): New variables.
2020-03-27 18:40:21 +01:00
Ricardo Wurmus
bc3fda5d2b
services/nfs: Replace nfs-version with nfs-versions.
...
Instead of accepting a string for just one protocol version accept a list of
supported versions.
* gnu/services/nfs.scm (<nfs-configuration>)[nfs-version]: Remove field and
replace...
[nfs-versions]: ...with this new field.
(nfs-shepherd-services): Pass as many "--nfs-version" options as there are
supported versions.
* doc/guix.texi (Network File System): Document nfs-versions.
2020-03-27 15:30:44 +01:00
Jakub Kądziołka
9483782a61
gnu: rust: Add 1.39
...
* gnu/packages/rust.scm (rust-1.39): New variable.
(%cargo-reference-hash): Add a comment explaining the role of the
variable.
2020-03-27 14:28:11 +01:00
Jakub Kądziołka
444bc2ddf2
gnu: rust: Add 1.38
...
All packages are still built with rustc 1.37, but users will see rustc
1.38 in their profiles, and packages that require newer compiler
versions will be possible to add.
* gnu/packages/rust.scm (rust-1.31): Factor out the
patch-command-exec-tests phase to a separate procedure.
(patch-command-exec-tests-phase): New procedure.
(rust): Rename to rust-1.37, make rust an alias.
(rust-1.38): New variable.
2020-03-27 14:28:06 +01:00
Nicolas Goaziou
1a7247c629
gnu: asymptote: Update to 2.65.
...
* gnu/packages/plotutils.scm (asymptote): Update to 2.65.
2020-03-27 12:20:35 +01:00
Ricardo Wurmus
2ba5253044
gnu: r-multiassayexperiment: Update to 1.12.6.
...
* gnu/packages/bioconductor.scm (r-multiassayexperiment): Update to 1.12.6.
2020-03-27 11:21:13 +01:00
Ricardo Wurmus
37732212a3
gnu: r-locfit: Update to 1.5-9.4.
...
* gnu/packages/statistics.scm (r-locfit): Update to 1.5-9.4.
2020-03-27 11:21:13 +01:00
Ricardo Wurmus
c99880320d
gnu: r-class: Update to 7.3-16.
...
* gnu/packages/statistics.scm (r-class): Update to 7.3-16.
2020-03-27 11:21:13 +01:00
Ricardo Wurmus
3345157fa6
gnu: r-xgboost: Update to 1.0.0.2.
...
* gnu/packages/cran.scm (r-xgboost): Update to 1.0.0.2.
2020-03-27 11:21:13 +01:00
Ricardo Wurmus
76d7ce4f45
gnu: r-rjava: Update to 0.9-12.
...
* gnu/packages/cran.scm (r-rjava): Update to 0.9-12.
2020-03-27 11:21:13 +01:00
Ricardo Wurmus
84b7c4aa17
gnu: r-sf: Update to 0.9-0.
...
* gnu/packages/cran.scm (r-sf): Update to 0.9-0.
[native-inputs]: Add r-knitr.
2020-03-27 11:21:13 +01:00
Ricardo Wurmus
498c887a96
gnu: r-bayestestr: Update to 0.5.3.
...
* gnu/packages/cran.scm (r-bayestestr): Update to 0.5.3.
[native-inputs]: Add r-knitr.
2020-03-27 11:21:13 +01:00
Ricardo Wurmus
9c189913e9
gnu: r-hdf5r: Update to 1.3.2.
...
* gnu/packages/cran.scm (r-hdf5r): Update to 1.3.2.
[native-inputs]: Add r-knitr.
2020-03-27 11:21:13 +01:00
Ricardo Wurmus
6232a36291
gnu: r-ggally: Update to 1.5.0.
...
* gnu/packages/cran.scm (r-ggally): Update to 1.5.0.
2020-03-27 11:21:13 +01:00
Christopher Baines
0a76a4e073
gnu: guix-data-service: Update to 0.0.1-19.d1c243f.
...
These changes support the guix-data-service-backup-database and
guix-data-service-create-small-backup scripts. These are shell scripts, so
require coreutils from the build environment at runtime as well as binaries
from postgresql, ephemeralpg and optionally util-linux (for ionice and
renice).
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-19.d1c243f.
[arguments]: Add (ice-9 ftw) and (ice-9 match) to #:modules, change the
'install phase to wrap all bin files with some inputs as well.
[inputs]: Add util-linux, include ephemeralpg from native-inputs and switch
postgresql for postgresql-11.
[native-inputs]: Move ephemeralpg to inputs.
2020-03-26 22:51:36 +00:00
Lars-Dominik Braun
01d5f2c5cd
gnu: Add python-json5.
...
* gnu/packages/python-xyz.scm (python-json5): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-26 23:45:41 +01:00
Lars-Dominik Braun
aefcfecd84
gnu: Add python-pytest-check-links.
...
* gnu/packages/python-xyz.scm (python-pytest-check-links): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-26 23:45:41 +01:00
Ludovic Courtès
be6520e6a5
vm: Distinguish between success and failure of the guest code.
...
Fixes <https://bugs.gnu.org/34276 >.
Reported by Tobias Geerinckx-Rice <me@tobias.gr>.
* gnu/system/vm.scm (expression->derivation-in-linux-vm)[loader]:
Produce '/xchg/.exit-status' file upon success.
* gnu/build/vm.scm (load-in-linux-vm): Check for 'xchg/.exit-status'
once QEMU has completed and respond accordingly.
2020-03-26 23:45:41 +01:00
Jakub Kądziołka
60eee3e6de
gnu: Add ROPgadget.
...
* gnu/packages/cybersecurity.scm: New file.
(ropgadget): New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register the file.
2020-03-26 22:53:02 +01:00
Björn Höfling
eebaed2b76
gnu: java-tomcat: Update to 8.5.53.
...
This fixes CVE-2020-1938 ("Ghostcat").
* gnu/packages/web.scm (java-tomcat): Update to 8.5.53.
[properties]: Add cpe-name.
2020-03-26 21:39:49 +01:00
Marius Bakke
3089b70d76
gnu: icu4c: Explicitly add patch flags in replacement package.
...
This is to prevent a build failure when this gets merged to 'core-updates'
which does not have any patch-flags to inherit.
* gnu/packages/icu4c.scm (icu4c/fixed)[source](patch-flags): New field.
2020-03-26 21:15:08 +01:00
Marius Bakke
9ea9ff6b0f
gnu: help2man: Update to 1.47.13.
...
* gnu/packages/man.scm (help2man/latest): Update to 1.47.13.
2020-03-26 20:20:48 +01:00
Alexandros Theodotou
9b0c95cc68
gnu: Add python-pywinrm.
...
* gnu/packages/python-xyz.scm (python-pywinrm): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-03-26 19:14:44 +00:00
Alexandros Theodotou
c596359729
gnu: Add python-requests_ntlm.
...
* gnu/packages/python-web.scm (python-requests_ntlm): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-03-26 19:14:44 +00:00
Alexandros Theodotou
163997c961
gnu: Add python-ntlm-auth.
...
* gnu/packages/python-crypto.scm (python-ntlm-auth): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-03-26 19:14:44 +00:00
Alexandros Theodotou
f8dcdf2b36
gnu: Add python-kerberos.
...
* gnu/packages/python-crypto.scm (python-kerberos): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-03-26 19:14:44 +00:00
Roel Janssen
79c395dde3
gnu: Update sambamba to 0.7.1.
...
* gnu/packages/bioinformatics.scm (sambamba): Update to 0.7.1;
Remove unneeded undead input.
2020-03-26 18:08:27 +01:00
Naga Malleswari
db47adb0c7
gnu: Add 7kaa.
...
* gnu/packages/games.scm (7kaa): New variable.
2020-03-26 15:55:02 +01:00
Efraim Flashner
50e45d8629
gnu: boinc-client: Update to 7.16.5.
...
* gnu/packages/distributed.scm (boinc-client): Update to 7.16.5.
2020-03-26 14:08:24 +02:00
Efraim Flashner
f87d594238
gnu: boinc-server: Fix build.
...
* gnu/packages/distributed.scm (boinc-server)[inputs]: Replace openssl
with openssl-1.0, mariadb with mariadb:dev.
2020-03-26 14:08:24 +02:00
Ludovic Courtès
c7af9d0b5e
gnu: gnupg: Use ~/.guix-profile/bin/pinentry by default.
...
Fixes <https://bugs.gnu.org/24076 >.
Reported by Danny Milosavljevic <dannym@scratchpost.org>.
* gnu/packages/patches/gnupg-default-pinentry.patch: New file.
* gnu/packages/gnupg.scm (gnupg)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
2020-03-26 13:07:19 +01:00
Efraim Flashner
315b98b9eb
gnu: youtube-viewer: Don't build gtk3 front-end.
...
* gnu/packages/video.scm (youtube-viewer)[arguments]: Update
module-build-flags to only build gtk2 front-end.
2020-03-26 12:56:10 +02:00
Efraim Flashner
b5a26299f7
gnu: youtube-viewer: Update to 3.7.5.
...
* gnu/packages/video.scm (youtube-viewer): Update to 3.7.5.
[inputs]: Add perl-json-xs.
2020-03-26 12:56:07 +02:00
Mathieu Othacehe
b03ebdbc7c
tests: install: Add %test-gui-installed-desktop-os-encrypted.
...
* gnu/tests/install.scm (gui-test-program): Add a desktop? argument, and pass it to choose-services,
(installation-target-os-for-gui-tests): new procedure,
(installation-target-desktop-os-for-gui-tests): new procedure,
(guided-installation-test): add target-os and desktop? arguments. Use
target-os instead of the previous os variable. Pass desktop? argument to
gui-test-program.
(%test-gui-installed-os): Adapt accordingly,
(%test-gui-installed-os-encrypted): ditto,
(%test-gui-installed-desktop-os-encrypted): new exported variable.
2020-03-26 11:53:50 +01:00
Mathieu Othacehe
7a1a10dbd4
installer: tests: Use a filter to select desktop-environments.
...
* gnu/installer/tests.scm (choose-services): Turn desktop-environments list
into a choose-desktop-environment procedure. This way, it is easier to select
all desktop-environments or none, in the same way as choose-network-service?
and choose-network-management-tool? arguments.
2020-03-26 11:53:50 +01:00
Pierre Neidhardt
62c27e09f0
gnu: emacs-helm-exwm: Update to 0.0.2.
...
* gnu/packages/emacs-xyz.scm (emacs-helm-exwm): Update to 0.0.2.
2020-03-26 09:00:46 +01:00
Ricardo Wurmus
90fb592321
gnu: r-argon2: Fix case in synopsis and use full sentence in description.
...
* gnu/packages/cran.scm (r-argon2)[synopsis]: Use lower case.
[description]: Use full sentence.
2020-03-26 08:28:53 +01:00
Ricardo Wurmus
5c3902a762
gnu: r-getpass: Change case in synopsis and adjust indentation.
...
* gnu/packages/cran.scm (r-getpass): Adjust indentation.
[synopsis]: Do not capitalize all words.
2020-03-26 08:28:53 +01:00
Ricardo Wurmus
f03e62c12d
gnu: r-remoter: Fix indentation.
...
* gnu/packages/cran.scm (r-remoter): Fix indentation.
2020-03-26 08:28:53 +01:00
Ricardo Wurmus
9bde1b1348
gnu: r-remoter: Use lower case in the synopsis.
...
* gnu/packages/cran.scm (r-remoter)[synopsis]: Do not capitalize all words.
2020-03-26 08:28:41 +01:00
Vagrant Cascadian
730a4b10fa
gnu: linux-libre-5.4-source: Add patch to support pinebook pro.
...
* gnu/packages/patches/linux-libre-support-for-Pinebook-Pro.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
* gnu/packages/linux (linux-libre-5.4-source): Add patch.
2020-03-25 18:59:25 -07:00
Mark H Weaver
2a57b72251
gnu: linux-libre: Update deblob scripts.
...
* gnu/packages/linux.scm (deblob-scripts-5.4): Update to 5.4.28.
2020-03-25 20:39:05 -04:00
Mark H Weaver
5cc6271d22
gnu: linux-libre: Update to 5.4.28.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.28.
(linux-libre-5.4-pristine-source): Update hash.
2020-03-25 20:37:38 -04:00
Mark H Weaver
1d777c7837
gnu: linux-libre@4.19: Update to 4.19.113.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.113.
(linux-libre-4.19-pristine-source): Update hash.
2020-03-25 20:36:25 -04:00
Leo Famulari
7d57a190f6
gnu: icu4c: Fix CVE-2020-10531.
...
* gnu/packages/patches/icu4c-CVE-2020-10531.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/icu4c.scm (icu4c)[replacement]: New field.
(icu4c/fixed): New variable.
2020-03-25 17:53:59 -04:00
Todor Kondić
0c549393b9
gnu: Add r-remoter.
...
* gnu/packages/cran.scm (r-remoter): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-25 15:46:02 -04:00
Todor Kondić
6ad80b2a6b
gnu: Add r-getpass.
...
* gnu/packages/cran.scm (r-getpass): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-25 15:46:02 -04:00
Todor Kondić
49a8ef8ae1
gnu: Add r-argon2.
...
* gnu/packages/cran.scm (r-argon2): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-25 15:45:54 -04:00
Nicolas Goaziou
0557618dbe
gnu: Add emacs-chronometrist.
...
* gnu/packages/emacs-xyz.scm (emacs-chronometrist): New variable.
2020-03-25 17:34:38 +01:00
Ricardo Wurmus
8b19fa51a4
gnu: abseil-cpp: Update to 20200225.1.
...
* gnu/packages/cpp.scm (abseil-cpp): Update to 20200225.1.
2020-03-25 16:29:26 +01:00
Ludovic Courtès
98e9ed8a3f
gnu: gnu-pw-mgr: Build reproducibly.
...
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr)[native-inputs]: Remove
AUTOGEN so that man pages are not regenerated with a fresh date.
2020-03-25 16:02:53 +01:00
Ricardo Wurmus
eb019af8d8
tests/nfs: Fix use of WAIT-FOR-FILE.
...
* gnu/tests/nfs.scm ("nfs services are running"): Pass marionette to
WAIT-FOR-FILE.
2020-03-25 14:17:24 +01:00
Ricardo Wurmus
b3c083b985
services/nfs: Mount nfsd pseudo file system.
...
* gnu/services/nfs.scm (nfs-shepherd-services): Add shepherd-service providing
/proc/fs/nfsd and make other shepherd services require it.
2020-03-25 14:17:24 +01:00
Guillaume Le Vaillant
620c756443
gnu: electron-cash: Update to 4.0.14.
...
* gnu/packages/finance.scm (electron-cash): Update to 4.0.14.
2020-03-25 11:09:45 +01:00
Ricardo Wurmus
2fcd2e1a5f
gnu: r-shiny: Add missing inputs.
...
* gnu/packages/cran.scm (r-shiny)[propagated-inputs]: Add r-later, r-promises,
r-rlang, and r-withr.
[native-inputs]: Add gfortran.
2020-03-25 09:40:05 +01:00
Ricardo Wurmus
51d1a7a2ef
gnu: r-mast: Add r-knitr to native inputs.
...
* gnu/packages/bioconductor.scm (r-mast)[native-inputs]: Add r-knitr.
2020-03-25 09:40:05 +01:00
Tanguy Le Carrour
97b1366d49
gnu: poetry: Update to 1.0.5.
...
* gnu/packages/python-xyz.scm (poetry): Update to 1.0.5.
[propagated-inputs] Add python-clikit, python-importlib-metadata,
python-keyring, and python-pexpect. Remove python-msgpack and python-glob2.
[home-page] Update URL.
[arguments] Remove 'patch-setup-py' phase, and adjust required versions of
keyring, pyrsistent and importlib-metadata.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24 17:16:50 -04:00
Tanguy Le Carrour
c298118860
gnu: python-cachy: Update to 0.3.0.
...
* gnu/packages/python-xyz.scm (python-cachy): Update to 0.3.0.
[arguments]: Replace the 'check' phase.
[native-inputs]: Add memcached and python-pifpaf.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24 17:10:22 -04:00
Tanguy Le Carrour
f5879f158c
gnu: Add python-pifpaf.
...
* gnu/packages/python-xyz.scm (python-pifpaf): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24 17:10:22 -04:00
Tanguy Le Carrour
20c9df4e46
gnu: Add python-daiquiri.
...
* gnu/packages/python-xyz.scm (python-daiquiri): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24 17:10:21 -04:00
Tanguy Le Carrour
3b3edfa8e3
gnu: Add python-json-logger.
...
* gnu/packages/python-xyz.scm (python-json-logger): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24 17:10:21 -04:00
Tanguy Le Carrour
f6c784806e
gnu: Add python-xattr.
...
* gnu/packages/python-xyz.scm (python-xattr): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24 17:10:21 -04:00
Tanguy Le Carrour
1655e7be78
gnu: python-fakeredis: Update to 1.2.1.
...
* gnu/packages/databases.scm (python-fakeredis): Update to 1.2.1.
[propagated-inputs]: Add python-sortedcontainers.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24 17:10:21 -04:00
Tanguy Le Carrour
eac978eef8
gnu: python-clikit: Update to 0.4.2.
...
* gnu/packages/python-xyz.scm (python-clikit): Update to 0.4.2.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24 17:10:20 -04:00
Tanguy Le Carrour
01e3044200
gnu: python-sortedcontainers: Add missing propagated-inputs.
...
* gnu/packages/python-xyz.scm (python-sortedcontainers):
[propagated-inputs] Add python-appdirs, python-distlib, python-filelock,
python-importlib-metadata and python-six.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24 17:10:20 -04:00
Tanguy Le Carrour
6dcbd20afa
gnu: python-cachecontrol: Add missing propagated-input.
...
* gnu/packages/python-web.scm (python-cachecontrol):
[propagated-inputs]: Add python-msgpack.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24 17:10:20 -04:00
Tanguy Le Carrour
66ab2f5e3a
gnu: python-msgpack: Update to 1.0.0.
...
* gnu/packages/python-xyz.scm (python-msgpack): Update to 1.0.0.
(python-msgpack-transitional)[version,source]: New fields to avoid updating this
package.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24 17:10:20 -04:00
Tanguy Le Carrour
67c8b6448e
gnu: python-pastel: Update to 0.2.0.
...
* gnu/packages/graphics.scm (python-pastel): Update to 0.2.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24 17:10:19 -04:00
Tanguy Le Carrour
a356d1b68d
gnu: python-jsonschema: Update to 3.2.0.
...
* gnu/packages/python-xyz.scm (python-jsonschema): Update to 3.2.0.
[propagated-inputs]: Add python-importlib-metadata.
[arguments]: Use add-installed-pythonpath to make a test pass.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24 17:10:19 -04:00
Tanguy Le Carrour
2c15cb5898
gnu: python-pexpect: Update to 4.8.0.
...
* gnu/packages/python-xyz.scm (python-pexpect): Update to 4.8.0.
[arguments]: Disable failing test.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24 17:10:19 -04:00
Paul Garlick
5e44011bfb
gnu: perl-mail-sendmail: Add line above definition.
...
* gnu/packages/perl.scm (perl-mail-sendmail): Add line.
2020-03-24 20:08:05 +00:00
Paul Garlick
25022bfd3a
gnu: Add perl-mail-sendmail.
...
* gnu/packages/perl.scm (perl-mail-sendmail): New variable.
2020-03-24 19:59:43 +00:00
Josh Marshall
b14c234c0d
gnu: Add Docusign API Python client.
...
* gnu/packages/python-xyz.scm (python-docusign-esign): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24 15:36:20 -04:00
Ludovic Courtès
72a5cc5358
gnu: automake: Add version 1.16.2.
...
* gnu/packages/autotools.scm (automake-1.16.2): New variable.
2020-03-24 18:03:18 +01:00
Martin Becze
b488b64a3e
gnu: Add guile3.0-semver.
...
* gnu/packages/guile-xyz.scm (guile3.0-semver): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-24 15:44:45 +01:00
Efraim Flashner
08d5341b1f
gnu: nano: Update to 4.9.
...
* gnu/packages/nano.scm (nano): Update to 4.9.
2020-03-24 15:47:58 +02:00
Guillaume Le Vaillant
151f3d416c
gnu: Add qgis.
...
* gnu/packages/geo.scm (qgis): New variable.
Co-authored-by: Wiktor Żelazny <wzelazny@vurv.cz>
Co-authored-by: Arun Isaac <arunisaac@systemreboot.net>
2020-03-24 11:42:41 +01:00
Guillaume Le Vaillant
f7ac2fe1ce
gnu: Add saga.
...
* gnu/packages/geo.scm (saga): New variable.
2020-03-24 11:42:40 +01:00
Guillaume Le Vaillant
9fce591479
gnu: Add grass.
...
* gnu/packages/geo.scm (grass): New variable.
2020-03-24 11:42:40 +01:00
Guillaume Le Vaillant
efcb05083f
gnu: Add python-owslib.
...
* gnu/packages/python-xyz.scm (python-owslib): New variable.
2020-03-24 11:42:40 +01:00
Ricardo Wurmus
b0d1da986b
gnu: r-harmony: Update to 0.1.
...
* gnu/packages/cran.scm (r-harmony): Update to 0.1.
[native-inputs]: Add autoconf.
2020-03-24 11:06:01 +01:00
Ricardo Wurmus
8ff6386491
gnu: r-shiny: Update to 1.4.0.2.
...
* gnu/packages/cran.scm (r-shiny): Update to 1.4.0.2.
2020-03-24 11:06:01 +01:00
Ricardo Wurmus
5d45d71170
gnu: r-multiassayexperiment: Update to 1.12.5.
...
* gnu/packages/bioconductor.scm (r-multiassayexperiment): Update to 1.12.5.
[native-inputs]: Add r-knitr.
2020-03-24 11:06:01 +01:00
Ricardo Wurmus
1f2f01aed5
gnu: r-bigpint: Update to 1.2.2.
...
* gnu/packages/bioconductor.scm (r-bigpint): Update to 1.2.2.
[native-inputs]: Add r-knitr.
2020-03-24 11:06:01 +01:00
Ricardo Wurmus
4bcb38c801
gnu: r-biosigner: Update to 1.14.4.
...
* gnu/packages/bioconductor.scm (r-biosigner): Update to 1.14.4.
2020-03-24 11:06:01 +01:00
Ricardo Wurmus
d5951dc43a
gnu: r-gosemsim: Update to 2.12.1.
...
* gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.12.1.
[native-inputs]: Add r-knitr.
2020-03-24 11:06:01 +01:00
Ricardo Wurmus
c649d31957
gnu: r-tximport: Update to 1.14.2.
...
* gnu/packages/bioinformatics.scm (r-tximport): Update to 1.14.2.
[native-inputs]: Add r-knitr.
2020-03-24 11:06:00 +01:00
Ricardo Wurmus
c10bef9bd3
gnu: r-caret: Update to 6.0-86.
...
* gnu/packages/cran.scm (r-caret): Update to 6.0-86.
[native-inputs]: Add r-knitr.
2020-03-24 11:06:00 +01:00
Ricardo Wurmus
1e40a27465
gnu: r-batchtools: Update to 0.9.13.
...
* gnu/packages/cran.scm (r-batchtools): Update to 0.9.13.
[native-inputs]: Add r-knitr.
2020-03-24 11:06:00 +01:00
Ricardo Wurmus
6005efa40f
gnu: r-mcmc: Update to 0.9-7.
...
* gnu/packages/cran.scm (r-mcmc): Update to 0.9-7.
2020-03-24 11:06:00 +01:00
Ricardo Wurmus
d3836473de
gnu: r-proc: Update to 1.16.2.
...
* gnu/packages/cran.scm (r-proc): Update to 1.16.2.
2020-03-24 11:06:00 +01:00
Ricardo Wurmus
c5036a4f39
gnu: r-xgboost: Update to 1.0.0.1.
...
* gnu/packages/cran.scm (r-xgboost): Update to 1.0.0.1.
[native-inputs]: Add r-knitr.
2020-03-24 11:06:00 +01:00
Ricardo Wurmus
2f445f0da3
gnu: r-radiant-data: Update to 1.3.4.
...
* gnu/packages/cran.scm (r-radiant-data): Update to 1.3.4.
[propagated-inputs]: Remove r-gridextra; add r-mass, r-patchwork, and
r-randomizr.
2020-03-24 11:06:00 +01:00
Ricardo Wurmus
ff248f41cb
gnu: r-patchwork: Update to 1.0.0.
...
* gnu/packages/cran.scm (r-patchwork): Update to 1.0.0.
[source]: Fetch from CRAN.
[native-inputs]: Add r-knitr.
2020-03-24 11:06:00 +01:00
Ricardo Wurmus
d8dc2a7c1e
gnu: r-igraph: Update to 1.2.5.
...
* gnu/packages/graph.scm (r-igraph): Update to 1.2.5.
2020-03-24 11:06:00 +01:00
Ricardo Wurmus
f7a21df523
gnu: r-robustbase: Update to 0.93-6.
...
* gnu/packages/statistics.scm (r-robustbase): Update to 0.93-6.
2020-03-24 11:06:00 +01:00
Ricardo Wurmus
7e349066e6
gnu: r-hmisc: Update to 4.4-0.
...
* gnu/packages/statistics.scm (r-hmisc): Update to 4.4-0.
2020-03-24 11:06:00 +01:00
Ricardo Wurmus
670cbe2c3c
gnu: r-pkgmaker: Update to 0.31.1.
...
* gnu/packages/statistics.scm (r-pkgmaker): Update to 0.31.1.
2020-03-24 11:06:00 +01:00
Ricardo Wurmus
d16a4d1f96
gnu: r-dt: Update to 0.13.
...
* gnu/packages/statistics.scm (r-dt): Update to 0.13.
[native-inputs]: Add r-knitr.
2020-03-24 11:05:59 +01:00
Ricardo Wurmus
f871696911
gnu: r-locfit: Update to 1.5-9.2.
...
* gnu/packages/statistics.scm (r-locfit): Update to 1.5-9.2.
2020-03-24 11:05:59 +01:00
Ricardo Wurmus
e0d6a7da74
gnu: Add r-randomizr.
...
* gnu/packages/cran.scm (r-randomizr): New variable.
2020-03-24 11:05:59 +01:00
Guillaume Le Vaillant
47a2306415
gnu: sbcl: Increase maximum heap size to 2Gb.
...
* gnu/packages/lisp.scm (sbcl)[arguments]: Add the "--dynamic-space-size=2Gb"
option in the build phase.
2020-03-24 09:31:43 +01:00
Michael Rohleder
0f96fd6454
gnu: dialog: Update to 1.3-20200228.
...
* gnu/packages/ncurses.scm (dialog): Update to 1.3-20200228.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-23 21:17:55 -04:00
Leo Famulari
aae5f89db0
gnu: Git: Update to 2.26.0.
...
* gnu/packages/version-control.scm (git): Update to 2.26.0.
[arguments]: Adjust the 'install-credential-netrc' phase to upstream changes.
2020-03-23 21:17:46 -04:00
Mathieu Othacehe
acd595c237
Revert "gnu: youtube-dl: Add 'ffmpeg' as input."
...
This reverts commit 4233e74b39
.
2020-03-23 21:51:25 +01:00
Leo Famulari
a11237e40a
gnu: Mutt: Update to 1.13.4.
...
* gnu/packages/mail.scm (mutt): Update to 1.13.4.
[source]: Prefer HTTPS URL and replace FTP URL with HTTP.
2020-03-23 15:53:11 -04:00
Alexandros Theodotou
0a6f68982b
gnu: sord: Add pcre to inputs.
...
* gnu/packages/rdf.scm (sord)[inputs]: Add pcre needed for sord_validate.
2020-03-23 20:48:49 +01:00
Brice Waegeneire
7884fc434f
gnu: youtube-dl: Add zsh completion.
...
* gnu/packages/video.scm (youtube-dl)[arguments]: Add phase
install-completion.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-23 19:02:46 +01:00
Brice Waegeneire
4233e74b39
gnu: youtube-dl: Add 'ffmpeg' as input.
...
* gnu/packages/video.scm (youtube-dl)[arguments]: Add phase
wrap-executable.
[inputs]: Add ffmpeg.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-23 19:02:44 +01:00
Brice Waegeneire
a9f2c210f3
system: Export 'operating-system-kernel-loadable-modules'.
...
* gnu/system.scm: Export 'operating-system-kernel-loadable-modules'.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-23 18:52:31 +01:00
Maxim Cournoyer
f2c698bd3e
gnu: emacs-lua-mode: Update to 20191204.
...
* (emacs-lua-mode): Update to 20191204.
2020-03-23 13:49:39 -04:00
Maxim Cournoyer
09c09c4c7c
gnu: emacs-ert-runner: Update to 0.8.0.
...
* (emacs-ert-runner): Update to 0.8.0.
2020-03-23 13:49:38 -04:00
Maxim Cournoyer
80168c4b5b
gnu: emacs-dash: Update to 2.17.0.
...
* (emacs-dash): Update to 2.17.0.
2020-03-23 13:49:38 -04:00
Mathieu Othacehe
f9b6f75d1c
installer: Fix cow-store umount issue.
...
* gnu/installer/final.scm (kill-cow-users): Ignore exception that could be
raised if a process disappears between reading its pid and its maps file.
2020-03-23 18:46:40 +01:00
Tobias Geerinckx-Rice
5490b2c733
gnu: parallel: Update to 20200322.
...
* gnu/packages/parallel.scm (parallel): Update to 20200322.
2020-03-23 18:35:27 +01:00
Tobias Geerinckx-Rice
c2d468a111
gnu: extremetuxracer: Update to 0.8.0.
...
* gnu/packages/games.scm (extremetuxracer): Update to 0.8.0.
2020-03-23 18:35:27 +01:00
Alexandros Theodotou
d3e7282ec3
gnu: Add zlfo.
...
* gnu/packages/music.scm (zlfo): New variable.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
2020-03-23 15:39:02 +01:00
Alexandros Theodotou
360ebe50b5
gnu: Add ztoolkit-rsvg.
...
* gnu/packages/audio.scm (ztoolkit-rsvg): New variable.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net> [with modifications]
2020-03-23 15:39:01 +01:00
Alexandros Theodotou
2f4faccc6f
gnu: Add ztoolkit.
...
* gnu/packages/audio.scm (ztoolkit): New variable.
Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
2020-03-23 15:39:00 +01:00
Roel Janssen
7ff6395100
gnu: Add circos.
...
* gnu/local.mk: Register circos-remove-findbin.patch.
* gnu/packages/patches/circos-remove-findbin.patch: New file.
* gnu/packages/perl.scm: New variable.
2020-03-23 11:42:36 +01:00
Alexandros Theodotou
591faabd8c
gnu: Add python-gcovr.
...
* gnu/packages/python-xyz.scm (python-gcovr): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-23 10:48:18 +01:00
Alexandros Theodotou
670da39888
gnu: Add lv2toweb.
...
* gnu/packages/audio.scm (lv2toweb): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-23 10:48:18 +01:00
Ludovic Courtès
8bc745052e
machine: ssh: Better report missing initrd modules.
...
* gnu/machine/ssh.scm (machine-check-initrd-modules): Improve message
upon module mismatch.
2020-03-23 10:48:17 +01:00
Ludovic Courtès
ea6e2299b4
machine: ssh: Make sanity checks in a single round trip.
...
* gnu/machine/ssh.scm (<remote-assertion>): New record type.
(remote-let): New macro.
(machine-check-file-system-availability): Rewrite to use 'remote-let'
instead of 'mlet' and 'machine-remote-eval'.
(machine-check-initrd-modules): Likewise.
(machine-check-building-for-appropriate-system): Make non-monadic.
(check-deployment-sanity): Rewrite to gather all the assertions as a
single gexp and pass it to 'machine-remote-eval'.
2020-03-23 10:48:17 +01:00
Leo Famulari
1eb27d5cae
Re-order the armhf linux-libre kernel packages to fix the build.
...
This is a followup to commit 37f8c50cdc
.
Previously, building Guix crashed like this:
------
In ice-9/eval.scm:
619:8 4 (_ #f)
626:19 3 (_ #<directory (gnu packages linux) 7fcf3e526c80>)
159:9 2 (_ #<directory (gnu packages linux) 7fcf3e526c80>)
223:20 1 (proc #<directory (gnu packages linux) 7fcf3e526c80>)
In unknown file:
0 (%resolve-variable (7 . linux-libre-arm-generic) #<directory (gnu packages linux) 7fcf3e526c80>)
ERROR: In procedure %resolve-variable:
error: linux-libre-arm-generic: unbound variable
------
* gnu/packages/linux.scm (linux-libre-arm-veyron): Move after
linux-libre-arm-generic.
2020-03-23 01:46:48 -04:00
Vagrant Cascadian
058e96c59f
gnu: Add linux-libre-arm64-generic.
...
* gnu/packages/linux (linux-libre-arm64-generic): New variable.
2020-03-22 20:55:42 -07:00
Vagrant Cascadian
37f8c50cdc
gnu: linux-libre-arm-veyron: Deprecate package.
...
* gnu/packages/linux (linux-libre-arm-veyron): Mark as deprecated package.
(kernel-config-veyron): Remove obsolete function.
* gnu/system/examples/asus-c201.tmpl: Update to use linux-libre-arm-generic.
* gnu/packages/aux-files/linux-libre/5.4-arm-veyron.conf: Delete file.
* Makefile.am (AUX_FILES): Update accordingly.
2020-03-22 20:55:37 -07:00
Maxim Cournoyer
4ef89d884d
gnu: emacs-elpy: Update to 1.32.0.
...
* gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.32.0.
[phases]{fake-virtualenv}: Rename to 'do-not-use-virtualenv. Use the new
ELPY_TEST_DONT_USE_VIRTUALENV environment variable to skip tests using
virtualenv, and set the elpy-rpc-virtualenv-path default value to 'system so
that a virtualenv is not needed.
[native-inputs]: Move the Python dependencies to...
[propagated] ...here. This is so that Elpy doesn't nag users with fetching
those from PyPI. Add python-rope.
Fixes <https://bugs.gnu.org/40079 >.
Reported-by: sirgazil <sirgazil@zoho.com>
2020-03-22 21:17:39 -04:00
Maxim Cournoyer
4cbd60698d
gnu: emacs: Patch references to /bin/sh.
...
When attempting to run ert-runner in the build side environment where /bin/sh
doesn't exist as part of the emacs-elpy test suite, Emacs was throwing the
error "Searching for program: No such file or directory, /bin/sh". This is
because the default shell when SHELL is not set was "/bin/sh", as can be seen
in callproc.c:
sh = getenv ("SHELL");
Vshell_file_name = build_string (sh ? sh : "/bin/sh");
Thus, patch the occurrences of "/bin/sh" in the source files of Emacs to refer
to their correct store location.
* gnu/packages/emacs.scm (emacs)[phases]{patch-program-file-names}: Add phase.
2020-03-22 21:17:39 -04:00
Maxim Cournoyer
393c5e6928
gnu: emacs-minimal: Install the custom site-start file.
...
This makes the EMACS-MINIMAL package more generally useful, by adding support
to load autoload definitions. Note that this doesn't negatively impact the
performance of the emacs-build-system, because at that time the --quick option
is used, which disables loading site-start.el (which is the one calling
GUIX-EMACS-AUTOLOAD-PACKAGES).
* gnu/packages/emacs.scm (emacs-minimal)[phases]: Do not delete the
'install-site-start phase.
[inputs]: Add the emacs/guix-emacs.el auxiliary file.
2020-03-22 21:17:39 -04:00
Maxim Cournoyer
3bd3a6257f
gnu: emacs: Re-indent.
...
* gnu/packages/emacs.scm (emacs): Fix indentation.
2020-03-22 21:17:39 -04:00
Maxim Cournoyer
ffaec30702
gnu: emacs: Byte compile the site-lisp directory, without coupling.
...
This re-instates what the previously reverted commit did, but without adding
a dependency on the (guix build emacs-utils) module.
* gnu/packages/emacs.scm (emacs)[phases]{install-site-start}: Define a
EMACS-BYTE-COMPILE-DIRECTORY procedure, and use it.
2020-03-22 21:17:38 -04:00
Maxim Cournoyer
d0a64567f1
Revert "gnu: emacs: Byte compile the site-lisp directory."
...
This reverts commit 4714d0fc1a
.
Rational: Having to rebuild Emacs every time (guix build emacs-utils) changes
is not great.
2020-03-22 21:17:38 -04:00
Maxim Cournoyer
155f9afde5
gnu: emacs: Remove obsolete FIXME comment.
...
* gnu/packages/aux-files/emacs/guix-emacs.el: Remove comment.
2020-03-22 21:17:38 -04:00
Kei Kebreau
6607aad53c
gnu: wxmaxima: Update to 20.03.1.
...
* gnu/packages/maths.scm (wxmaxima): Update to 20.03.1.
2020-03-22 19:22:42 -04:00
Ludovic Courtès
ae5c4a9292
services: console-font: Fix docstring.
...
* gnu/services/base.scm (console-font-service-type): Use quasiquote and
unquote appropriately in docstring.
2020-03-23 00:06:58 +01:00
Alexandru-Sergiu Marton
d4842a7c47
gnu: i3-gaps: Update to 4.18.
...
* gnu/packages/wm.scm (i3-gaps): Update to 1.18.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-22 17:21:33 -04:00
Leo Famulari
268efd97c2
gnu: Remove qemu-minimal-2.10.
...
* gnu/packages/virtualization.scm (qemu-minimal-2.10): Remove variable.
* gnu/packages/debug.scm (qemu-for-american-fuzzy-lop): New variable.
(american-fuzzy-lop)[inputs]: Remove custom-qemu and add
qemu-for-american-fuzzy-lop.
[arguments]: Adjust reference to QEMU in the 'install-qemu' phase.
2020-03-22 14:26:31 -04:00
Leo Famulari
c9164d3098
gnu: Prefix licenses in (gnu packages debug).
...
* gnu/packages/debug.scm: Add a license prefix.
2020-03-22 14:26:31 -04:00
Guillaume Le Vaillant
e6a0cd9aa1
gnu: electron-cash: Update to 4.0.13.
...
This package was inheriting from electrum, but as now almost all the fields
have differences, let's make these two packages independent from each other.
* gnu/packages/finance.scm (electron-cash): Update to 4.0.13.
[inputs]: Add libevent, openssl, python-cython, python-hidapi,
python-keepkey, python-stem, python-trezor, qtsvg and zlib.
[arguments]: Add a wrap-qt phase allowing qtsvg to be found at runtime to
show SVG icons correctly.
2020-03-22 19:03:52 +01:00
Alex Griffin
9720894cc8
gnu: gnome-shell-extension-paperwm: Update to 36.0.
...
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-paperwm): Update to 36.0.
2020-03-22 11:24:25 -05:00
Guillaume Le Vaillant
aaa8893715
gnu: qbittorrent: Fix icons not showing in GUI.
...
* gnu/packages/bittorrent.scm (qbittorrent)[arguments]: Add a wrap-qt phase.
2020-03-22 17:11:14 +01:00
Ludovic Courtès
23b3947897
gnu: libchop: Build against libtirpc and related tools.
...
* gnu/packages/backup.scm (libchop)[source]: Add 'modules' and 'snippet'.
[arguments]: Add #:configure-flags; add 'set-libtirpc-include-path' phase.
[native-inputs]: Add RPCSVC-PROTO.
[inputs]: Add LIBTIRPC.
2020-03-22 16:49:47 +01:00
Ludovic Courtès
99b23eabdb
installer: Do not include the host (guix config).
...
Previously, "locales.drv" would depend on the host's (guix config).
Thus, the derivation would depend on details of the user's installation.
* gnu/installer.scm (not-config?): New procedure.
(build-compiled-file): Pass it to 'source-module-closure' and use
'make-config.scm'.
2020-03-22 16:49:47 +01:00
pinoaffe@airmail.cc
363989e668
gnu: Add nextpnr-ice40.
...
* gnu/packages/fpga.scm (nextpnr-ice40): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-03-22 15:59:35 +01:00
pinoaffe@airmail.cc
179be4bbe4
gnu: icestorm: Update to latest revision.
...
* gnu/packages/fpga.scm (icestorm): Update to latest revision.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-03-22 15:59:33 +01:00
Efraim Flashner
113309e044
gnu: r-dt: Update license field.
...
* gnu/packages/statistics.scm (r-dt)[license]: Add wtfpl2.
2020-03-22 15:37:49 +02:00
Efraim Flashner
ff66791d3a
gnu: zzuf: Update license field.
...
* gnu/packages/debug.scm (zzuf)[license]: List as wtfpl2.
2020-03-22 15:37:48 +02:00
Efraim Flashner
8506fce04b
gnu: libcaca: Update license field.
...
* gnu/packages/video.scm (libcaca)[license]: List as wtfpl2.
2020-03-22 15:37:48 +02:00
Danny Milosavljevic
5c79f23863
system: Add kernel-loadable-modules to operating-system.
...
* gnu/system.scm (<operating-system>): Add kernel-loadable-modules.
(operating-system-directory-base-entries): Use it.
* doc/guix.texi (operating-system Reference): Document
KERNEL-LOADABLE-MODULES.
* gnu/build/linux-modules.scm (depmod): New procedure.
(make-linux-module-directory): New procedure. Export it.
* guix/profiles.scm (linux-module-database): New procedure. Export it.
* gnu/tests/linux-modules.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/linux.scm (make-linux-libre*)[arguments]<#:phases>[install]:
Disable depmod. Remove "build" and "source" symlinks.
[native-inputs]: Remove kmod.
2020-03-22 12:51:50 +01:00
Mathieu Othacehe
1550db6fd4
tests: install: Abort when one installation step fails.
...
When marionette-eval calls fail in gui-test-program, the installation
continues which results in two scenarios:
- hang forever at the next marionette-eval call,
- keep going and start a broken installation, which is annoying because it
clears the terminal and hides the error.
Make sure that gui-test-program is exited with #f return code when one of the
marionette-eval calls fail.
* gnu/tests/install.scm (gui-test-program): Add a new macro
"marionette-eval*". Throw an exception when one on the marionette-eval calls
fail.
2020-03-22 10:53:55 +01:00
Efraim Flashner
e64ea84392
gnu: python-bleach: Update to 3.1.3 (fixes CVE-2020-6816).
...
* gnu/packages/python-xyz.scm (python-bleach): Update to 3.1.3.
[native-inputs]: Remove python-pytest-runner2. Add python-datrie,
python-genshi, python-lxml.
[home-page]: Update to new home-page.
2020-03-22 10:39:08 +02:00
Efraim Flashner
34bf3ed26b
gnu: Add python-block-tracing.
...
* gnu/packages/python-xyz.scm (python-block-tracing): New variable.
2020-03-22 09:58:29 +02:00
Efraim Flashner
0a124c4615
gnu: Add python-privy.
...
* gnu/packages/python-crypto.scm (python-privy): New variable.
2020-03-22 09:58:29 +02:00
Efraim Flashner
0831063778
gnu: Add python-argon2-cffi.
...
* gnu/packages/python-crypto.scm (python-argon2-cffi): New variable.
2020-03-22 09:58:28 +02:00
Efraim Flashner
24200bdf9d
gnu: Add python-userspacefs.
...
* gnu/packages/python-xyz.scm (python-userspacefs): New variable.
2020-03-22 09:58:28 +02:00
Efraim Flashner
2eb09a5cfd
gnu: Add python-fusepyng.
...
* gnu/packages/python-xyz.scm (python-fusepyng): New variable.
2020-03-22 09:58:28 +02:00
Efraim Flashner
9a684b4078
gnu: Add python-keyrings.alt.
...
* gnu/packages/python-crypto.scm (python-keyring.alt): New variable.
2020-03-22 09:58:28 +02:00
Efraim Flashner
10d3fbf051
gnu: edirect: Install more programs.
...
* gnu/packages/bioinformatics.scm (edirect)[arguments]: Add
'patch-programs phase to work around not finding binaries in the PATH.
Rewrite 'install phase to install many more scripts. Rewrite
'wrap-program to wrap more scripts with more programs.
[inputs]: Add edirect-go-programs.
[native-search-paths]: New field.
2020-03-22 09:53:57 +02:00
Efraim Flashner
7d13a94215
gnu: Add edirect-go-programs.
...
* gnu/packages/bioinformatics.scm (edirect-go-programs): New variable.
(edirect)[source]: Adjust snippet to not use non-free software.
2020-03-22 09:53:57 +02:00
Efraim Flashner
073c64dc79
gnu: Add go-github-com-surgebase-porter2.
...
* gnu/packages/golang.scm (go-github-com-surgebase-porter2): New variable.
2020-03-22 09:53:57 +02:00
Efraim Flashner
62cfb49159
gnu: Add go-github-com-surge-glog.
...
* gnu/packages/golang.scm (go-github-com-surge-glog): New variable.
2020-03-22 09:53:56 +02:00
Efraim Flashner
03baf02e6f
gnu: Add go-github-com-pbnjay-memory.
...
* gnu/packages/golang.scm (go-github-com-pbnjay-memory): New variable.
2020-03-22 09:53:56 +02:00
Efraim Flashner
cb38099839
gnu: Add go-github-com-klauspost-cpuid.
...
* gnu/packages/golang.scm (go-github-com-klauspost-cpuid): New variable.
2020-03-22 09:53:56 +02:00
Efraim Flashner
44b9e8fd8f
gnu: Add go-github-com-gedex-inflector.
...
* gnu/packages/golang.scm (go-github-com-gedex-inflector): New variable.
2020-03-22 09:12:50 +02:00
Efraim Flashner
40c86b39c3
gnu: Add go-github-com-fogleman-gg.
...
* gnu/packages/golang.scm (go-github-com-fogleman-gg): New variable.
2020-03-22 09:12:49 +02:00
Efraim Flashner
ae863ccd63
gnu: Add go-github-com-golang-freetype.
...
* gnu/packages/golang.scm (go-github-com-golang-freetype): New variable.
2020-03-22 09:12:49 +02:00
Efraim Flashner
3770bd6526
gnu: Add go-golang-org-rainycape-unidecode.
...
* gnu/packages/golang.scm (go-golang-org-rainycape-unidecode): New variable.
2020-03-22 09:12:49 +02:00
Efraim Flashner
2573709cc9
gnu: Add go-golang-org-x-image.
...
* gnu/packages/golang.scm (go-golang-org-x-image): New variable.
2020-03-22 09:12:49 +02:00
Efraim Flashner
405c0c947c
services: Add fontconfig-file-system-service.
...
* gnu/services/desktop.scm (%fontconfig-file-system,
fontconfig-file-system-service): New variables.
(%desktop-services): Add fontconfig-file-system-service.
2020-03-22 09:08:11 +02:00
pinoaffe@airmail.cc
6f3475655a
gnu: cutter: Update to 1.10.1.
...
* gnu/packages/engineering.scm (cutter): Update to 1.10.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-22 00:02:24 +01:00
pinoaffe@airmail.cc
fcc10cb2cb
gnu: radare2: Update to 4.2.1.
...
* gnu/packages/engineering.scm (radare2): Update to 4.2.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-22 00:02:24 +01:00
Damien Cassou
f5e0634431
gnu: clipmenu: Improve the package definition
...
* gnu/packages/xdisorg.scm (clipmenu): Add the package's unit-tests to the
check phase. Wrap the program so the PATH contains all dependencies. The
previous approach to patch the script was incomplete and more complex.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-22 00:02:23 +01:00
Damien Cassou
fb2709ef98
gnu: clipnotify: Comment on the lack of a test suite.
...
* gnu/packages/xdisorg.scm (clipnotify): Add a comment
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-22 00:02:23 +01:00
Damien Cassou
08df188ea8
gnu: clipmenu: Re-indent.
...
* gnu/packages/xdisorg.scm (clipmenu): Re-indent
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-22 00:02:23 +01:00
Alexandros Theodotou
70236bae9e
gnu: Add dragonfly-reverb
...
* gnu/packages/music.scm (dragonfly-reverb): New variable.
2020-03-21 21:52:53 +01:00
Mark H Weaver
ee4c927f33
gnu: linux-libre: Update to 5.4.27.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.27.
(linux-libre-5.4-pristine-source): Update hash.
2020-03-21 16:38:06 -04:00
Mark H Weaver
0d624f1fd8
gnu: linux-libre@4.19: Update to 4.19.112.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.112.
(linux-libre-4.19-pristine-source): Update hash.
2020-03-21 16:38:04 -04:00
Mark H Weaver
f120eab056
gnu: linux-libre@4.14: Update to 4.14.174.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.174.
(linux-libre-4.14-pristine-source): Update hash.
2020-03-21 16:38:02 -04:00
Mark H Weaver
3e13d780b8
gnu: linux-libre@4.9: Update to 4.9.217.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.217.
(linux-libre-4.9-pristine-source): Update hash.
2020-03-21 16:37:59 -04:00
Mark H Weaver
d1b3c6c746
gnu: linux-libre@4.4: Update to 4.4.217.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.217.
(linux-libre-4.4-pristine-source): Update hash.
2020-03-21 16:37:57 -04:00
John Soo
08c62ac7bd
gnu: ghc-stylish-haskell: Deprecate older duplicate package.
...
* gnu/packages/haskell-xyz.scm (ghc-stylish-haskell): Deprecate it.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-21 21:38:08 +01:00
John Soo
156b08bd2f
gnu: stylish-haskell: Update description.
...
* gnu/packages/haskell-apps.scm (stylish-haskell): Update description.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-21 21:38:08 +01:00
Wiktor Żelazny
3ac12ca61b
gnu: Add r-oai.
...
* gnu/packages/cran.scm (r-oai): new variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-21 21:38:08 +01:00
Wiktor Żelazny
069554dc24
gnu: Add r-latex2exp.
...
* gnu/packages/cran.scm (r-latex2exp): new variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-21 21:38:08 +01:00
Wiktor Żelazny
ae10511981
gnu: Add r-httpcode.
...
* gnu/packages/cran.scm (r-httpcode): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-21 21:38:08 +01:00
wednesday
2e59a63b41
gnu: global: Add 'python-wrapper' as input.
...
* gnu/packages/code.scm (global)[inputs]: Add 'python-wrapper' to fix
tagging python code.
2020-03-21 21:38:08 +01:00
Marius Bakke
18401bdf69
Revert "gnu: Remove qemu-minimal@2.10."
...
This package was still in use by american-fuzzy-lop.
This reverts commit 559f373288
.
2020-03-21 21:38:08 +01:00
Tobias Geerinckx-Rice
dde3f55156
gnu: gpgme: Fix build.
...
Reported by joshuaBPMan on #guix.
* gnu/packages/gnupg.scm (gpgme)[arguments]: Add ‘disable-failing-test’ phase.
2020-03-21 20:42:52 +01:00
Tobias Geerinckx-Rice
b1ebda07cb
gnu: python-pygraphviz: Use HTTPS home page.
...
* gnu/packages/graphviz.scm (python-pygraphviz)[home-page]: Use HTTPS.
2020-03-21 20:42:52 +01:00
Tobias Geerinckx-Rice
d7ee58ccd2
gnu: python-tables: Use HTTPS home page.
...
* gnu/packages/python-xyz.scm (python-tables)[home-page]: Use HTTPS.
2020-03-21 20:42:51 +01:00
Tobias Geerinckx-Rice
02d1fd03ad
gnu: python-future: Use HTTPS home page.
...
* gnu/packages/python-xyz.scm (python-future)[home-page]: Use HTTPS.
2020-03-21 20:42:51 +01:00
Tobias Geerinckx-Rice
20c604c54e
gnu: python-scrypt: Use HTTPS home page.
...
* gnu/packages/python-crypto.scm (python-scrypt)[home-page]: Use HTTPS.
2020-03-21 20:42:51 +01:00
Tobias Geerinckx-Rice
e51b34bb90
gnu: python-scikit-learn: Use HTTPS home page.
...
* gnu/packages/machine-learning.scm (python-scikit-learn)[home-page]: Use HTTPS.
2020-03-21 20:42:50 +01:00
Tobias Geerinckx-Rice
26be188f35
gnu: python2-pyro: Use HTTPS home page.
...
* gnu/packages/python-xyz.scm (python2-pyro)[home-page]: Use HTTPS.
2020-03-21 20:42:50 +01:00
Tobias Geerinckx-Rice
8c9b6f3299
gnu: python2-element-tree: Use HTTPS home page.
...
* gnu/packages/python-xyz.scm (python2-element-tree)[home-page]: Use HTTPS.
2020-03-21 20:42:49 +01:00
Tobias Geerinckx-Rice
012d2950af
gnu: python-cheetah: Use HTTPS home page.
...
* gnu/packages/python-xyz.scm (python-cheetah)[home-page]: Use HTTPS.
2020-03-21 20:42:49 +01:00
Tobias Geerinckx-Rice
3d2d9cc7b5
gnu: python-kivy: Use HTTPS home page.
...
* gnu/packages/python-xyz.scm (python-kivy)[home-page]: Use HTTPS.
2020-03-21 20:42:49 +01:00
Ekaitz Zarraga
e7c7912573
gnu: Add gnome-shell-extension-topicons-redux.
...
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-topicons-redux): New
variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-21 20:17:21 +01:00
Alexandru-Sergiu Marton
0cec5c4eb1
gnu: ghc-extra: Downgrade to 1.6.21.
...
* gnu/packages/haskell-xyz.scm (ghc-extra): Downgrade to 1.6.21.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-21 20:17:21 +01:00
Marius Bakke
559f373288
gnu: Remove qemu-minimal@2.10.
...
* gnu/packages/virtualization.scm (qemu-minimal-2.10): Remove variable.
2020-03-21 20:17:20 +01:00
Marius Bakke
ee38d87c58
gnu: Remove flex@2.6.1.
...
* gnu/packages/flex.scm (flex-2.6.1): Remove variable.
2020-03-21 20:17:20 +01:00
Marius Bakke
a67c4ff369
gnu: GRUB: Use the latest version of QEMU for tests.
...
* gnu/packages/bootloaders.scm (grub)[native-inputs]: Change from
QEMU-MINIMAL-2.10 to QEMU-MINIMAL.
2020-03-21 20:17:20 +01:00
Marius Bakke
f142c0775a
gnu: GRUB: Build with the latest version of Flex.
...
* gnu/packages/bootloaders.scm (grub)[native-inputs]: Change from FLEX-2.6.1
to FLEX.
2020-03-21 20:17:20 +01:00
Marius Bakke
9dec91229b
gnu: python-grpcio: Update to 1.27.2.
...
* gnu/packages/rpc.scm (python-grpcio): Update to 1.27.2.
[source](modules, snippet): New fields.
[arguments]: Add phases to use system libraries and the correct compiler.
[inputs]: Add C-ARES, OPENSSL, and ZLIB.
2020-03-21 20:17:20 +01:00
Marius Bakke
80a8583a6b
gnu: TensorFlow: Correct gRPC input.
...
* gnu/packages/machine-learning.scm (tensorflow)[native-inputs]: Move
GRPC:STATIC ...
[inputs]: ... here.
2020-03-21 20:17:20 +01:00
Marius Bakke
447fafe3d7
gnu: gRPC: Update to 1.27.3.
...
* gnu/packages/rpc.scm (grpc): Update to 1.27.3.
[arguments]: Add "-DgRPC_ABSL_PROVIDER=package" in #:configure-flags.
[inputs]: Add ABSEIL-CPP.
(grpc-1.16.1): New public variable.
* gnu/packages/hyperledger.scm (hyperledger-iroha)[inputs]: Change from GRPC
to GRPC-1.16.
* gnu/packages/machine-learning.scm (tensorflow)[native-inputs, inputs]: Likewise.
2020-03-21 20:17:20 +01:00
Marius Bakke
c28a8855f1
gnu: python-gast: Update to 0.3.3.
...
* gnu/packages/python-xyz.scm (python-gast): Update to 0.3.3.
2020-03-21 20:17:19 +01:00
Tobias Geerinckx-Rice
de1d778ef5
gnu: go-gopkg.in-mgo.v2: Use HTTPS home page.
...
* gnu/packages/databases.scm (go-gopkg.in-mgo.v2)[home-page]: Use HTTPS.
2020-03-21 16:20:12 +01:00
Tobias Geerinckx-Rice
aa033c8e49
gnu: lua5.2-expat: Use HTTPS home page.
...
* gnu/packages/lua.scm (lua5.2-expat)[home-page]: Use HTTPS.
2020-03-21 16:20:12 +01:00
Tobias Geerinckx-Rice
de94865859
gnu: git-test-sequence: Use HTTPS home page.
...
* gnu/packages/version-control.scm (git-test-sequence)[home-page]: Use HTTPS.
2020-03-21 16:20:11 +01:00
Tobias Geerinckx-Rice
05fe0f5648
gnu: ogre: Use HTTPS home page.
...
* gnu/packages/graphics.scm (ogre)[home-page]: Use HTTPS.
2020-03-21 16:20:11 +01:00
Tobias Geerinckx-Rice
e2b70d90ca
gnu: ruby-sequel: Use HTTPS home page.
...
* gnu/packages/ruby.scm (ruby-sequel)[home-page]: Use HTTPS.
2020-03-21 16:20:11 +01:00
Tobias Geerinckx-Rice
3573971209
gnu: ruby-rspec: Use HTTPS home page.
...
* gnu/packages/ruby.scm (ruby-rspec)[home-page]: Use HTTPS.
2020-03-21 16:20:11 +01:00
Tobias Geerinckx-Rice
c6be7eeddf
gnu: opencl-clhpp: Use HTTPS home page.
...
* gnu/packages/opencl.scm (opencl-clhpp)[home-page]: Use HTTPS.
2020-03-21 16:20:11 +01:00
Tobias Geerinckx-Rice
7e0f9df902
gnu: gnupg: Update to 2.2.20 [security fix].
...
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.20.
2020-03-21 16:20:11 +01:00
6033fe7de85d
6a65ec0945
gnu: Add emacs-objed.
...
*gnu/packages/emacs-xyz.scm (emacs-objed): New variable.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-21 15:41:51 +01:00
Vincent Legoll
93a267b7a4
gnu: blktrace: Update to db4f634.
...
* gnu/packages/linux.scm (blktrace): Update to db4f634.
[revision]: Increment variable.
[patches]: Remove variable.
* gnu/packages/patches/blktrace-use-rmtree.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-21 15:17:22 +01:00
Vitaliy Shatrov
2eb39cd26c
gnu: coreutils: Improve description.
...
* gnu/packages/base.scm (coreutils): Improve description and state that there
is no shell included.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-21 15:13:30 +01:00
Danny Milosavljevic
ba2a1436d8
gnu: Add r-boa.
...
* gnu/packages/cran.scm (r-boa): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-03-21 14:13:03 +01:00
Naga Malleswari
1163dacd4b
gnu: Add r-crochet.
...
* gnu/packages/cran.scm (r-crochet): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-03-21 14:13:00 +01:00
Jakub Kądziołka
bbeb710de7
gnu: Add hash-extender.
...
* gnu/packages/crypto.scm (hash-extender): New variable.
* gnu/packages/patches/hash-extender-test-suite.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register the new file.
2020-03-21 12:56:11 +01:00
Marius Bakke
f2c7513d16
gnu: python-grpcio: Move to (gnu packages rpc).
...
* gnu/packages/python-xyz.scm (python-grpcio): Move from here ...
* gnu/packages/rpc.scm (python-grpcio): ... to here.
2020-03-21 12:22:22 +01:00
Marius Bakke
c61557b1b6
gnu: gRPC: Move to (gnu packages rpc).
...
* gnu/packages/machine-learning.scm (grpc): Move to ...
* gnu/packages/rpc.scm: ... here. New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/packages/hyperledger.scm: Adjust module imports.
2020-03-21 12:22:22 +01:00
Marius Bakke
dcff9bda97
gnu: python-language-server: Build with python-jedi@0.15.2.
...
* gnu/packages/python-xyz.scm (python-language-server)[propagated-inputs]:
Remove PYTHON-JEDI. Add PYTHON-JEDI-0.15.
(python-jedi-0.15, python-parso-0.5): New public variables.
2020-03-21 11:58:26 +01:00
Tobias Geerinckx-Rice
8198c19c12
gnu: python-django: Use HTTPS home page.
...
* gnu/packages/django.scm (python-django)[home-page]: Use HTTPS.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice
fa7efe1798
gnu: python2-s3cmd: Use HTTPS home page.
...
* gnu/packages/python-xyz.scm (python2-s3cmd)[home-page]: Use HTTPS.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice
acf2b20069
gnu: rsync: Use system zlib and popt libraries.
...
Reduce our likelihood of contracting security bugs at the expense of
compression ratio (in some cases) and compatibility with rsync≤3.1.1.
rsync@3.1.2 was released in 2014. Time to upgrade your CentOS box.
* gnu/packages/rsync.scm (rsync)[inputs]: Add popt and zlib.
[arguments]: Use them.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice
f9caa6c7c1
gnu: perl-archive-zip: Update to 1.68.
...
* gnu/packages/perl-compression.scm (perl-archive-zip): Update to 1.68.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice
02e052ba9d
gnu: guile3.0-syntax-highlight: Use HTTPS home page.
...
* gnu/packages/guile-xyz.scm (guile3.0-syntax-highlight)[home-page]: Use HTTPS.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice
69669b2877
gnu: guile-rsvg: Use HTTPS home page.
...
* gnu/packages/gtk.scm (guile-rsvg)[home-page]: Use HTTPS.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice
2aaa09f17d
gnu: hdf-eos2: Use HTTPS home page.
...
* gnu/packages/maths.scm (hdf-eos2)[home-page]: Use HTTPS.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice
a7b7817dd8
gnu: ruby-omniauth: Update to 1.9.1.
...
* gnu/packages/ruby.scm (ruby-omniauth): Update to 1.9.1.
2020-03-21 03:09:51 +01:00
Tobias Geerinckx-Rice
fa2a0fd00b
gnu: Use ‘license:’ prefix in (gnu packages libreoffice).
...
* gnu/packages/libreoffice.scm: Import (guix licenses) with a #:prefix
and adjust all callers.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
7ea838447c
gnu: r-maptools: Use HTTPS home page.
...
* gnu/packages/cran.scm (r-maptools)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
d8bf501eb2
gnu: ocaml-sedlex: Use HTTPS home page.
...
* gnu/packages/ocaml.scm (ocaml-sedlex)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
786886d1f5
gnu: ocaml-tsdl: Update to 0.9.7.
...
* gnu/packages/ocaml.scm (ocaml-tsdl): Update to 0.9.7.
[native-inputs]: Remove ocaml-ocb-stubblr.
[inputs]: Remove ocaml-result.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
2d1e064694
gnu: ocaml-tsdl: Use HTTPS home page.
...
* gnu/packages/ocaml.scm (ocaml-tsdl)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
fed4ff33fa
gnu: sbcl-parse-number: Use HTTPS home page.
...
* gnu/packages/lisp-xyz.scm (sbcl-parse-number)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
9ca4c65492
gnu: sbcl-parse-js: Use HTTPS home page.
...
* gnu/packages/lisp-xyz.scm (sbcl-parse-js)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
113c9b97b4
gnu: sbcl-cl+ssl: Use HTTPS home page.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl+ssl)[home-page]: Use HTTPS.
2020-03-21 03:09:43 +01:00
Tobias Geerinckx-Rice
46a5d07ef7
gnu: cl-jonathan: Use HTTPS home page.
...
* gnu/packages/lisp-xyz.scm (cl-jonathan)[home-page]: Use HTTPS.
2020-03-21 03:09:41 +01:00
Christopher Baines
6b8c390f28
gnu: python-botocore: Update to 1.15.26.
...
To keep compatability with awscli.
* gnu/packages/python-xyz.scm (python-botocore): Update to 1.15.26.
2020-03-21 00:15:11 +00:00
Ludovic Courtès
fe4a37276b
gnu: guix: Install SysV init files to $(prefix)/etc.
...
Fixes <https://bugs.gnu.org/40153 >.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.
This is a followup to 73fbe04107
.
* gnu/packages/package-management.scm (guix)[arguments]: In 'bootstrap'
phase, change "sysvinitservicedir" in 'nix/local.mk'.
2020-03-20 23:59:31 +01:00
Leo Famulari
f08040c5f8
gnu: VLC: Improve AV1 playback.
...
* gnu/packages/video.scm (inputs): Add dav1d.
2020-03-20 18:51:51 -04:00
Leo Famulari
e401653b51
gnu: FFmpeg: Prefer dav1d over libaom.
...
* gnu/packages/patches/ffmpeg-prefer-dav1d.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/video.scm (ffmpeg)[source]: Use it.
2020-03-20 18:51:51 -04:00
Marius Bakke
85bad77fac
gnu: python2-faker: Add explicit dependency on six.
...
This is a follow-up to commit a6a7336964
.
* gnu/packages/python-xyz.scm (python2-faker)[propagated-inputs]: Add
PYTHON2-SIX.
2020-03-20 22:55:01 +01:00
Marius Bakke
51d42caa94
gnu: python-orator: Update to 0.9.9.
...
* gnu/packages/databases.scm (python-orator): Update to 0.9.9.
[arguments]: Remove #:phases. Add #:tests?.
[native-inputs]: Remove.
[propagated-inputs]: Add PYTHON-PYYAML.
2020-03-20 22:41:59 +01:00
Marius Bakke
a6a7336964
gnu: Update python-faker to to 4.0.2, python2-faker to 3.0.1.
...
* gnu/packages/patches/python-faker-fix-build-32bit.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-faker): Update to 4.0.2.
[source](patches, modules, snippet): Remove.
[arguments]: Adjust check phase.
[native-inputs]: Remove PYTHON-EMAIL-VALIDATOR and PYTHON-MOCK. Add
PYTHON-FREEZEGUN, PYTHON-PYTEST, PYTHON-RANDOM2, and PYTHON-VALIDATORS.
[propagated-inputs]: Remove PYTHON-SIX. Add PYTHON-TEXT-UNIDECODE.
(python2-faker): Update to 3.0.1.
[native-inputs]: Add PYTHON2-MOCK.
2020-03-20 22:41:59 +01:00
Marius Bakke
fe36fdb206
gnu: Add python-random2.
...
* gnu/packages/python-xyz.scm (python-random2, python2-random2): New public
variables.
2020-03-20 22:41:59 +01:00
Marius Bakke
28030d290a
gnu: Add python-validators.
...
* gnu/packages/python-xyz.scm (python-validators, python2-validators): New
public variables.
2020-03-20 22:41:59 +01:00
Marius Bakke
9f9335277f
gnu: Add python-text-unidecode.
...
* gnu/packages/python-xyz.scm (python-text-unidecode, python2-text-unidecode):
New public variables.
2020-03-20 22:41:59 +01:00
Marius Bakke
e5023bfd2a
gnu: python-pendulum: Update to 2.1.0.
...
* gnu/packages/time.scm (python-pendulum): Update to 2.1.0.
[native-inputs]: Remove.
[arguments]: New field.
[propagated-inputs]: Remove PYTHON-TZLOCAL.
2020-03-20 22:41:59 +01:00
Marius Bakke
463e98357b
gnu: python-pytzdata: Update to 2019.3.
...
* gnu/packages/time.scm (python-pytzdata): Update to 2019.3.
[native-inputs]: Remove.
[arguments]: New field.
[propagated-inputs]: Add PYTHON-CLEO.
2020-03-20 22:41:58 +01:00
Marius Bakke
0266a6a23b
gnu: python-clikit: Declare Python 2 variant.
...
* gnu/packages/python-xyz.scm (python-clikit)[properties]: New field.
(python2-clikit): New public variable.
2020-03-20 22:41:58 +01:00
Vincent Legoll
830dab870a
gnu: ansible: Update to 2.9.6.
...
* gnu/packages/admin.scm (ansible): Update to 2.9.6.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:52 +01:00
Vincent Legoll
baf4567137
gnu: Add squid.
...
* gnu/packages/networking.scm (squid): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:52 +01:00
Michael Rohleder
fe2b134cf9
gnu: emacs-projectile: Update to 2.1.0.
...
* gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.1.0.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:52 +01:00
guy fleury iteriteka
0f7e6964c7
gnu: make-libiberty: Use install-file.
...
* gnu/packages/gcc.scm(make-libiberty): In phase install use
install-file helper function to install file.
2020-03-20 19:15:52 +01:00
Vincent Legoll
12eb7bb8af
gnu: Add blktrace.
...
* gnu/packages/linux.scm (blktrace): New variable.
* gnu/packages/patches/blktrace-use-rmtree.patch: Add file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:52 +01:00
Brendan Tildesley
ad64b09df4
gnu: Add wev.
...
* gnu/packages/freedesktop.scm (wev): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:52 +01:00
Leo Prikler
fcafee61bf
gnu: add premake5.
...
* gnu/packages/build-tools.scm (premake5): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:52 +01:00
Leo Prikler
3861fb1c1f
gnu: gsettings-desktop-schemas: patch monospace font.
...
* gnu/packages/gnome.scm (gsettings-desktop-schemas)[arguments]<phases>:
Rename `set-adwaita-theme-file-name' to the more generic `patch-schemas'.
Add patch for the monospace font (Source Code Pro 10 -> Monospace 11).
Adjust comments.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-03-20 19:15:51 +01:00
Marius Bakke
0f6651344f
gnu: libiberty: Do not inherit properties from GCC.
...
* gnu/packages/gcc.scm (make-libiberty)[properties]: New field.
2020-03-20 19:15:51 +01:00
Guillaume Le Vaillant
6145b16778
gnu: osm2pgsql: Update to 1.2.1.
...
* gnu/packages/geo.scm (osm2pgsql): Update to 1.2.1.
[inputs]: Add bzip2 and replace proj.4 by proj.
[native-inputs]: Replace python-2 by python and python2-psycopg2 by
python-psycopg2.
2020-03-20 18:17:21 +01:00
Guillaume Le Vaillant
7ba300ee6e
gnu: libosmium: Update to 2.15.4.
...
* gnu/packages/geo.scm (libosmium): Update to 2.15.4.
[inputs]: Add bzip2 and utfcpp.
2020-03-20 18:16:54 +01:00
Nicolas Goaziou
819c0df2ee
gnu: emacs-company: Update to 0.9.12.
...
* gnu/packages/emacs-xyz.scm (emacs-company): Update to 0.9.12.
2020-03-20 10:05:59 +01:00
Florian Pelz
e84490346d
gnu: nginx-accept-language-module: Simplify decompression phase.
...
See <https://lists.gnu.org/archive/html/guix-patches/2020-03/msg00652.html >
where a similar change was found to be sufficient.
* gnu/packages/web.scm (nginx-accept-language-module)[arguments]:
In 'unpack-nginx-sources' phase, extract the compressed tarball using
tar's auto-decompression instead of decompressing manually.
2020-03-20 08:13:56 +00:00
Florian Pelz
e2303e8e37
gnu: Add v86d.
...
* gnu/packages/xorg.scm (v86d): New variable.
2020-03-20 08:07:45 +00:00
Tobias Geerinckx-Rice
837644b48a
gnu: emacs-company: Use HTTPS home page.
...
* gnu/packages/emacs-xyz.scm (emacs-company)[home-page]: Use HTTPS.
2020-03-20 03:07:07 +01:00
Tobias Geerinckx-Rice
c7a2e64574
gnu: emacs-mit-scheme-doc: Use HTTPS home page.
...
* gnu/packages/emacs-xyz.scm (emacs-mit-scheme-doc)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
23518188fd
gnu: emacs-ebib: Use HTTPS home page.
...
* gnu/packages/emacs-xyz.scm (emacs-ebib)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
7942a129b1
gnu: java-modello-plugins-xpp3: Use HTTPS home page.
...
* gnu/packages/java.scm (java-modello-plugins-xpp3)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
27c0eadef9
gnu: java-aqute-bnd-annotation: Use HTTPS home page.
...
* gnu/packages/java.scm (java-aqute-bnd-annotation)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
14544d2f99
gnu: java-joda-time: Use HTTPS home page.
...
* gnu/packages/java.scm (java-joda-time)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
e799400d4b
gnu: java-jmh: Use HTTPS home page.
...
* gnu/packages/java.scm (java-jmh)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
268dc4720c
gnu: java-plexus-classworlds: Use HTTPS home page.
...
* gnu/packages/java.scm (java-plexus-classworlds)[home-page]: Use HTTPS.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
1f0e7e0d59
gnu: bs1770gain: Update to 0.6.7.
...
* gnu/packages/audio.scm (bs1770gain): Update to 0.6.7.
2020-03-20 03:07:06 +01:00
Tobias Geerinckx-Rice
d82160134a
gnu: php: Update to 7.4.4.
...
* gnu/packages/php.scm (php): Update to 7.4.4.
2020-03-20 03:07:06 +01:00
Christopher Baines
9ae3e79172
gnu: Add python-easy-thumbnails.
...
* gnu/packages/django.scm (python-easy-thumbnails): New variable.
2020-03-19 23:47:50 +00:00
Nicolas Goaziou
29a2f61e97
gnu: Add foobillard++.
...
* gnu/packages/games.scm (foobillard++): New variable.
* gnu/packages/patches/foobillard++-pkg-config.patch: New file.
* gnu/local.mk: Reference new file.
2020-03-19 23:24:50 +01:00
Ludovic Courtès
be0a672c30
tests: Accept manual installation scripts that exit with SIGTERM.
...
Fixes <https://bugs.gnu.org/39926 >.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.
Previously we'd error out if the installation script exits with
non-zero, which was the case because the 'reboot' program would
typically not get a reply, and thus would eventually be killed by PID 1
as the system is brought down.
* gnu/tests/install.scm (run-install)[install]: Expect SCRIPT to exit
with SIGTERM in addition to exiting with zero.
2020-03-19 23:17:32 +01:00
Efraim Flashner
f08b672661
gnu: vim: Update to 8.2.0411.
...
* gnu/packages/vim.scm (vim): Update to 8.2.0411.
2020-03-19 22:33:30 +02:00
Efraim Flashner
25d39a2a2c
gnu: librsvg-next: Inherit from librsvg.
...
* gnu/packages/gnome.scm (librsvg-next)[inherit]: New field, inherit
from librsvg.
2020-03-19 22:33:30 +02:00
Efraim Flashner
6956867056
gnu: librsvg-next: Use cargo-build-system.
...
* gnu/packages/gnome.scm (librsvg-next)[source]: Don't use computed
source. Add snippet to remove vendored crates.
[build-system]: Switch to cargo-build-system.
[arguments]: Remove configure-flags, make-flags, imported modules. Add
modules and vendor fields. Add crates to cargo-inputs and
cargo-development-inputs. Add 'prepare-for-build phase to adjust the
source before building. Add 'gnu-configure phase to add the configure
phase from the gnu-build-system. Replace the 'build, 'check and 'install
phases from the gnu-build-system.
[native-inputs]: Remove rust-1.34, rust-1.34:cargo.
(computed-origin-method, librsvg-next-source): Remove variables.
2020-03-19 22:33:30 +02:00
Efraim Flashner
abca147f20
gnu: librsvg-next-source: Replace all crates.
...
* gnu/packages/gnome.scm (librsvg-next-source): Replace all remaining
vendored crates with packaged ones.
2020-03-19 22:33:30 +02:00
Efraim Flashner
18cef6547b
gnu: Add rust-markup5ever-0.9.
...
* gnu/packages/crates-io.scm (rust-markup5ever-0.9): New variable.
(rust-markup5ever-0.8): Inherit from rust-markup-0.9.
2020-03-19 22:33:29 +02:00
Efraim Flashner
b9affb662b
gnu: Add rust-pangocairo-0.8.
...
* gnu/packages/crates-io.scm (rust-pangocairo-0.8): New variable.
2020-03-19 22:33:29 +02:00
Efraim Flashner
2d1cc3a4c9
gnu: Add rust-pango-0.7.
...
* gnu/packages/crates-io.scm (rust-pango-0.7): New variable.
2020-03-19 22:33:29 +02:00
Efraim Flashner
d23c34727f
gnu: Add rust-rctree-0.3.
...
* gnu/packages/crates-io.scm (rust-rctree-0.3): New variable.
2020-03-19 22:33:28 +02:00
Efraim Flashner
4bf3167de2
gnu: Add rust-nalgebra-0.18.
...
* gnu/packages/crates-io.scm (rust-nalgebra-0.18): New variable.
2020-03-19 22:33:28 +02:00
Efraim Flashner
f87fa00361
gnu: Add rust-abomonation-0.7.
...
* gnu/packages/crates-io.scm (rust-abomonation-0.7): New variable.
2020-03-19 22:33:28 +02:00
Efraim Flashner
5df9352864
gnu: Add rust-recycler-0.1.
...
* gnu/packages/crates-io.scm (rust-recycler-0.1): New variable.
2020-03-19 22:33:28 +02:00
Efraim Flashner
5f29a63f10
gnu: rust-matrixmultiply-0.1: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-matrixmultiply-0.1)[arguments]: Don't
skip build.
2020-03-19 22:33:28 +02:00
Efraim Flashner
eef9de5fed
gnu: Add rust-matrixmultiply-0.2.
...
* gnu/packages/crates-io.scm (rust-matrixmultiply-0.2): New variable.
(rust-matrixmultiply-0.1): Inherit from rust-matrixmultiply-0.2.
2020-03-19 22:33:27 +02:00
Efraim Flashner
c450d81a16
gnu: Add rust-rawpointer-0.2.
...
* gnu/packages/crates-io.scm (rust-rawpointer-0.2):New variable.
(rust-rawpointer-0.1): Inherit from rust-rawpointer-0.2.
2020-03-19 22:33:27 +02:00
Efraim Flashner
8511b51650
gnu: Add rust-gdk-pixbuf-0.7.
...
* gnu/packages/crates-io.scm (rust-gdk-pixbuf-0.7): New variable.
2020-03-19 22:33:27 +02:00
Efraim Flashner
ad2c51088f
gnu: Add rust-gio-0.7.
...
* gnu/packages/crates-io.scm (rust-gio-0.7): New variable.
2020-03-19 22:33:27 +02:00
Efraim Flashner
8985755a91
gnu: Add rust-gir-format-check-0.1.
...
* gnu/packages/crates-io.scm (rust-gir-format-check-0.1): New variable.
2020-03-19 22:33:26 +02:00
Efraim Flashner
40b9f38876
gnu: Add rust-fragile-0.3.
...
* gnu/packages/crates-io.scm (rust-fragile-0.3): New variable.
2020-03-19 22:33:26 +02:00
Efraim Flashner
930d8c5a21
gnu: Add rust-data-url-0.1.
...
* gnu/packages/crates-io.scm (rust-data-url-0.1): New variable.
2020-03-19 22:33:26 +02:00
Efraim Flashner
f581452874
gnu: Add rust-cssparser-0.25.
...
* gnu/packages/crates-io.scm (rust-cssparser-0.25): New variable.
2020-03-19 22:33:26 +02:00
Efraim Flashner
ed72b99d8c
gnu: Add rust-cssparser-macros-0.3.
...
* gnu/packages/crates-io.scm (rust-cssparser-macros-0.3): New variable.
2020-03-19 22:33:25 +02:00
Efraim Flashner
57beeed704
gnu: Add rust-cairo-rs-0.7.
...
* gnu/packages/crates-io.scm (rust-cairo-rs-0.7): New variable.
2020-03-19 22:33:25 +02:00
Efraim Flashner
55ca8748df
gnu: Add rust-glib-0.8.
...
* gnu/packages/crates-io.scm (rust-glib-0.8): New variable.
2020-03-19 22:33:25 +02:00
Efraim Flashner
c9d0d4d4ea
gnu: Add rust-procedural-masquerade-0.1.
...
* gnu/packages/crates-io.scm (rust-procedural-masquerade-0.1): New variable.
2020-03-19 22:33:25 +02:00
Efraim Flashner
f90a306d1f
gnu: Add rust-float-cmp-0.5.
...
* gnu/packages/crates-io.scm (rust-float-cmp-0.5): New variable.
(rust-float-cmp-0.3): Inherit from rust-float-cmp-0.5.
2020-03-19 22:33:24 +02:00
Efraim Flashner
2d6fa18399
gnu: Add rust-dtoa-short-0.3.
...
* gnu/packages/crates-io.scm (rust-dtoa-short-0.3): New variable.
2020-03-19 22:33:24 +02:00
Efraim Flashner
ee7ef9cb8c
gnu: Add rust-float-cmp-0.3.
...
* gnu/packages/crates-io.scm (rust-float-cmp-0.3): New variable.
2020-03-19 22:33:24 +02:00
Efraim Flashner
6fee63e6d9
gnu: Add rust-num-0.1.
...
* gnu/packages/crates-io.scm (rust-num-0.1): New variable.
2020-03-19 22:33:24 +02:00
Efraim Flashner
74f44bf74f
gnu: Add rust-num-rational-0.1.
...
* gnu/packages/crates-io.scm (rust-num-rational-0.1): New variable.
2020-03-19 22:33:23 +02:00
Efraim Flashner
fbe6dbb69e
gnu: Add rust-num-complex-0.1.
...
* gnu/packages/crates-io.scm (rust-num-complex-0.1): New variable.
2020-03-19 22:33:23 +02:00
Efraim Flashner
9acfbaf39d
gnu: Add rust-num-bigint-0.1.
...
* gnu/packages/crates-io.scm (rust-num-bigint-0.1): New variable.
2020-03-19 22:33:23 +02:00
Efraim Flashner
85cb4da813
gnu: Add rust-cairo-rs-0.8.
...
* gnu/packages/crates-io.scm (rust-cairo-rs-0.8): New variable.
2020-03-19 22:33:23 +02:00
Efraim Flashner
2832731589
gnu: Add rust-glib-0.9.
...
* gnu/packages/crates-io.scm (rust-glib-0.9): New variable.
2020-03-19 22:33:22 +02:00
Efraim Flashner
8f000e87a2
gnu: Add rust-futures-preview-0.3.
...
* gnu/packages/crates-io.scm (rust-futures-preview-0.3): New variable.
2020-03-19 22:33:22 +02:00
Efraim Flashner
07bf6cbc49
gnu: rust-futures-util-preview-0.3: Don't skip build.
...
* gnu/packages/crates-io.scm (rust-futures-util-preview-0.3)[arguments]:
Don't skip build. Skip tests. Replace rust-rand-0.4 with 0.7 in
cargo-inputs. Remove rust-rand-core-0.5.
2020-03-19 22:33:22 +02:00
Efraim Flashner
6de81dd2d8
gnu: Add rust-gtk-rs-lgpl-docs-0.1.
...
* gnu/packages/crates-io.scm (rust-gtk-rs-lgpl-docs-0.1): New variable.
2020-03-19 22:33:22 +02:00
Efraim Flashner
87a3a185fe
gnu: Add rust-rustdoc-stripper-0.1.
...
* gnu/packages/crates-io.scm (rust-rustdoc-stripper-0.1): New variable.
2020-03-19 22:33:21 +02:00
Efraim Flashner
818794ee28
gnu: Add rust-alga-0.9.
...
* gnu/packages/crates-io.scm (rust-alga-0.9): New variable.
2020-03-19 22:33:21 +02:00
Efraim Flashner
e036be30c5
gnu: Add rust-decimal-2.0.
...
* gnu/packages/crates-io.scm (rust-decimal-2.0): New variable.
2020-03-19 22:33:21 +02:00
Efraim Flashner
8ae8478a71
gnu: Add rust-ord-subset-3.
...
* gnu/packages/crates-io.scm (rust-ord-subset-3): New variable.
2020-03-19 22:33:21 +02:00
Efraim Flashner
44b748e4f5
gnu: Add rust-alga-derive-0.9.
...
* gnu/packages/crates-io.scm (rust-alga-derive-0.9): New variable.
2020-03-19 22:33:20 +02:00
Efraim Flashner
34d0c1e7dd
gnu: Add rust-edit-distance-2.1.
...
* gnu/packages/crates-io.scm (rust-edit-distance-2.1): New variable.
2020-03-19 22:33:20 +02:00
Efraim Flashner
f06961ea35
gnu: Add rust-pangocairo-sys-0.10.
...
* gnu/packages/crates-io.scm (rust-pangocairo-sys-0.10): New variable.
2020-03-19 22:33:20 +02:00
Efraim Flashner
1386cad154
gnu: Add rust-pango-sys-0.9.
...
* gnu/packages/crates-io.scm (rust-pango-sys-0.9): New variable.
2020-03-19 22:33:20 +02:00
Efraim Flashner
a3ea699eb3
gnu: Add rust-gtk-pixbuf-sys-0.9.
...
* gnu/packages/crates-io.scm (rust-gdk-pixbuf-sys-0.9): New variable.
2020-03-19 22:33:20 +02:00
Efraim Flashner
d105cc52f9
gnu: Add rust-cairo-sys-rs-0.9.
...
* gnu/packages/crates-io.scm (rust-cairo-sys-rs-0.9): New variable.
2020-03-19 22:33:16 +02:00
Brendan Tildesley
355dd7135c
gnu: grim: Move scdoc to native-inputs.
...
* gnu/packages/image.scm (scdoc)[inputs]: Remove scdoc.
[native-inputs]: Add scdoc.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-03-19 21:10:20 +01:00
Jakub Kądziołka
0b06a0199f
gnu: rust-bindgen: Add missing space to synopsis.
...
* gnu/packages/crates-io.scm (rust-bindgen-0.50)[synopsis]: Add a space
between "C++" and "libraries".
2020-03-19 21:02:34 +01:00
Michael Rohleder
15c3aa0911
gnu: docker-compose: Update to 1.25.4.
...
Fixes <https://bugs.gnu.org/40015 >.
* gnu/packages/docker.scm (docker-compose): Update to 1.25.4.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-03-19 20:45:00 +01:00
Maxim Cournoyer
cc96c9504d
gnu: emacs-magit: Remove obsolete make flags.
...
* gnu/packages/emacs-xyz.scm (emacs-magit): Remove make flags that were jadis
required to reference external Elisp libraries. These are now made available
through EMACSLOADPATH.
2020-03-19 13:08:49 -04:00
Maxim Cournoyer
d5195020d2
gnu: emacs-mew: Remove guix.d from the Elisp installation directory.
...
* gnu/packages/mail.scm (emacs-mew)[arguments]: Update the Elisp installation
prefix.
2020-03-19 12:07:10 -04:00
Maxim Cournoyer
0a3ce07784
gnu: cedille: Remove guix.d from the Elisp installation directory.
...
* gnu/packages/cedille.scm (cedille)[phases]{patch-cedille-path-el}: Update
the Elisp installation prefix used.
{copy-cedille-mode}: Likewise.
2020-03-19 12:07:10 -04:00
Maxim Cournoyer
d53e87cf11
gnu: ghc-hindent: Remove guix.d from the Elisp installation directory.
...
* gnu/packages/haskell-xyz.scm (ghc-hindent)[phases]{emacs-install}: Update
the installation prefix directory.
2020-03-19 12:07:10 -04:00
Maxim Cournoyer
092cdae90b
gnu: emacs-forge: Use the emacs-build-system.
...
This streamlines the package definition nicely and bring benefits, such as
having the Elisp files scanned for potential /bin/ programs and patched,
compressing the info manual, being able to compile the autoload file, and
installing the byte compiled files to the correct location (under site-lisp/).
* gnu/packages/emacs-xyz.scm (emacs-forge)[build-system]: Switch from the
gnu-build-system to the emacs-build-system.
[arguments]: Remove the #:modules and #:imported-modules arguments. Delete
all the custom phases except the 'chdir-lisp one, and add a new
'build-info-manual phase.
2020-03-19 12:07:10 -04:00
Maxim Cournoyer
93f606b343
gnu: emacs-guix: Remove unnecessary configure flags.
...
* gnu/packages/emacs-xyz.scm (emacs-guix)[arguments]: Remove.
2020-03-19 12:07:10 -04:00
Maxim Cournoyer
06ab895e8c
gnu: emacs-magit-svn: Use the emacs-build-system.
...
* gnu/packages/emacs-xyz.scm (emacs-magit-svn)[build-system]: Use the
emacs-build-system.
[arguments]: Remove.
2020-03-19 12:07:10 -04:00
Brendan Tildesley
5e78a87bb9
gnu: waybar: Update to 0.9.1.
...
* gnu/packages/wm.scm (waybar): Update to 0.9.1.
[inputs]: Add date and gtk-layer-shell dependencies.
[synopsis]:Remove period.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-19 15:14:08 +01:00
Brendan Tildesley
d2793ed696
gnu: Add gtk-layer-shell.
...
* gnu/packages/gtk.scm (gtk-layer-shell): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-19 15:14:08 +01:00
Brendan Tildesley
5ea2058409
gnu: spdlog: Update to 1.5.0.
...
* gnu/packages/logging.scm (spdlog): Update to 1.5.0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-19 15:14:08 +01:00
Brendan Tildesley
1afd98dc93
gnu: Add date.
...
* gnu/packages/wm.scm (date): New variable.
* gnu/packages/patches/date-output-pkg-config-files.patch: New file.
* gnu/local.mk: Add patch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-19 15:14:08 +01:00
Jan Nieuwenhuizen
ac75bd0102
gnu: system: Remove guile-wm from skeleton.
...
* gnu/system/shadow.scm (default-skeletons): Remove guile-wm (especially as a
dependency).
2020-03-19 12:14:19 +01:00
Efraim Flashner
afa3b4d191
gnu: Fix typo.
...
This is a follow-up to 83a4ab4e42
.
* gnu/local.mk (dist_patch_DATA): Fix typo in patch name.
2020-03-19 12:52:32 +02:00
Hartmut Goebel
d3d8be5281
gnu: Add korganizer.
...
* gnu/packages/kde-pim.scm (korganizer): New variable.
2020-03-19 11:36:23 +01:00
Hartmut Goebel
992c6d29bb
gnu: Add kincidenceeditor.
...
* gnu/packages/kde-pim.scm (kincidenceeditor): New variable.
2020-03-19 11:36:22 +01:00
Hartmut Goebel
b3359b8598
gnu: Add keventviews.
...
* gnu/package/kde-pim.scm (keventviews): New variable.
2020-03-19 11:36:21 +01:00