aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2020-03-26gnu: bootstrap: Add support for the Hurd.Efraim Flashner
On 3342a1182b15ec031f0ec6f602fd96c1dca3d4b0 gnu: make-bootstrap: Use _IOLBF on Guile 2.0 only. Run ./pre-inst-env guix build --target=i586-pc-gnu bootstrap-tarballs --verbosity=1 Producing /gnu/store/lhca65c997pvic5cfrpm0dasniwqlg2a-bootstrap-tarballs-0 With guix hash -rx /gnu/store/lhca65c997pvic5cfrpm0dasniwqlg2a-bootstrap-tarballs-0 07jnq2by98f2a45k8wd2gj62iazvwfa4z7p3w3id4m1g0fdsvc3b * gnu/packages/bootstrap.scm (%bootstrap-executables): Add entries for the Hurd. (bootstrap-executable-url): Use lilypond url for the Hurd. (bootstrap-guile-url-path): Likewise. (bootstrap-guile-hash): Add entry for the Hurd. (%bootstrap-coreutils&co): Likewise. (%bootstrap-binutils): Likewise. (%bootstrap-glibc): Likewise. (%bootstrap-gcc): Likewise. * guix/packages.scm (%supported-systems): Add i586-gnu. Co-authored-by: Jan Nieuwenhuizen <janneke@gnu.org>
2020-03-26gnu: youtube-viewer: Don't build gtk3 front-end.Efraim Flashner
* gnu/packages/video.scm (youtube-viewer)[arguments]: Update module-build-flags to only build gtk2 front-end.
2020-03-26gnu: youtube-viewer: Update to 3.7.5.Efraim Flashner
* gnu/packages/video.scm (youtube-viewer): Update to 3.7.5. [inputs]: Add perl-json-xs.
2020-03-26tests: install: Add %test-gui-installed-desktop-os-encrypted.Mathieu Othacehe
* 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-26installer: tests: Use a filter to select desktop-environments.Mathieu Othacehe
* 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-26gnu: emacs-helm-exwm: Update to 0.0.2.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-helm-exwm): Update to 0.0.2.
2020-03-26gnu: r-argon2: Fix case in synopsis and use full sentence in description.Ricardo Wurmus
* gnu/packages/cran.scm (r-argon2)[synopsis]: Use lower case. [description]: Use full sentence.
2020-03-26gnu: r-getpass: Change case in synopsis and adjust indentation.Ricardo Wurmus
* gnu/packages/cran.scm (r-getpass): Adjust indentation. [synopsis]: Do not capitalize all words.
2020-03-26gnu: r-remoter: Fix indentation.Ricardo Wurmus
* gnu/packages/cran.scm (r-remoter): Fix indentation.
2020-03-26gnu: r-remoter: Use lower case in the synopsis.Ricardo Wurmus
* gnu/packages/cran.scm (r-remoter)[synopsis]: Do not capitalize all words.
2020-03-26gnu: make-bootstrap: Use _IOLBF on Guile 2.0 only.Jan Nieuwenhuizen
* gnu/packages/make-bootstrap.scm (%binutils-static-stripped, %gcc-stripped, %bootstrap-tarballs)[arguments]: Wrap use of '_IOLBF' in 'cond-expand' and use 'line instead on Guile > 2.0.
2020-03-25gnu: linux-libre-5.4-source: Add patch to support pinebook pro.Vagrant Cascadian
* 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-25gnu: linux-libre: Update deblob scripts.Mark H Weaver
* gnu/packages/linux.scm (deblob-scripts-5.4): Update to 5.4.28.
2020-03-25gnu: linux-libre: Update to 5.4.28.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.28. (linux-libre-5.4-pristine-source): Update hash.
2020-03-25gnu: linux-libre@4.19: Update to 4.19.113.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.113. (linux-libre-4.19-pristine-source): Update hash.
2020-03-25gnu: icu4c: Fix CVE-2020-10531.Leo Famulari
* 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-25gnu: Add r-remoter.Todor Kondić
* gnu/packages/cran.scm (r-remoter): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-25gnu: Add r-getpass.Todor Kondić
* gnu/packages/cran.scm (r-getpass): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-25gnu: Add r-argon2.Todor Kondić
* gnu/packages/cran.scm (r-argon2): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-25gnu: Add emacs-chronometrist.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-chronometrist): New variable.
2020-03-25gnu: abseil-cpp: Update to 20200225.1.Ricardo Wurmus
* gnu/packages/cpp.scm (abseil-cpp): Update to 20200225.1.
2020-03-25gnu: gnu-pw-mgr: Build reproducibly.Ludovic Courtès
* 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-25tests/nfs: Fix use of WAIT-FOR-FILE.Ricardo Wurmus
* gnu/tests/nfs.scm ("nfs services are running"): Pass marionette to WAIT-FOR-FILE.
2020-03-25services/nfs: Mount nfsd pseudo file system.Ricardo Wurmus
* gnu/services/nfs.scm (nfs-shepherd-services): Add shepherd-service providing /proc/fs/nfsd and make other shepherd services require it.
2020-03-25gnu: electron-cash: Update to 4.0.14.Guillaume Le Vaillant
* gnu/packages/finance.scm (electron-cash): Update to 4.0.14.
2020-03-25gnu: r-shiny: Add missing inputs.Ricardo Wurmus
* gnu/packages/cran.scm (r-shiny)[propagated-inputs]: Add r-later, r-promises, r-rlang, and r-withr. [native-inputs]: Add gfortran.
2020-03-25gnu: r-mast: Add r-knitr to native inputs.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-mast)[native-inputs]: Add r-knitr.
2020-03-24gnu: bootstrap: Use fall-back mechanism for bootstrap-executables.Jan Nieuwenhuizen
* gnu/packages/bootstrap.scm (%bootstrap-executable-base-urls): New variable. Add lilypond.org url as a fall-back. (bootstrap-executable-file-name): New function. (bootstrap-executable): Use them to implement fall-back for donwloads of bootstrap executables.
2020-03-24gnu: bootstrap: gcc-static: Use gcc-5.Jan Nieuwenhuizen
* gnu/packages/make-bootstrap.scm (gcc-static): Use gcc-5. This fixes building libstdc++-boot0 with a newly built %bootstrap-gcc. (%gcc-stripped): Likewise. (gcc-for-bootstrap): Likewise. * gnu/packages/patches/gcc-5-hurd.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gcc.scm (gcc-5): Use it.
2020-03-24Revert "gnu: guile-static-stripped: Update to 2.2."Jan Nieuwenhuizen
As discussed on IRC, keeping bootstrap Guile on 2.0 simplifies adding new architectures and removes the need for parameterizing gnu/packages/bootstrap.scm. This reverts commit 2acfe022a740f79b593348cc6362cc4ee8f33bb4. * gnu/packages/make-bootstrap.scm (%guile-static): Revert to guile-2.0. Retain build recipe. * gnu/packages/patches/guile-relocatable.patch: Update for Guile 2.0.14.
2020-03-24gnu: cross-libc: Build fix for the Hurd.Jan Nieuwenhuizen
This fixes cross building of coreutils, e.g. ./pre-inst-env guix build --target=i586-pc-gnu coreutils * gnu/packages/cross-base.scm (cross-libc): Add -lhurduser, -lmachuser for the Hurd.
2020-03-24gnu: glibc: Add signal SA_SIGINFO support for the Hurd.Jan Nieuwenhuizen
* gnu/packages/patches/glibc-hurd-signal-sa-siginfo.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/base.scm (glibc): Use it.
2020-03-24gnu: glibc: Add clock patches for the Hurd.Jan Nieuwenhuizen
* gnu/packages/patches/glibc-hurd-clock_t_centiseconds.patch: New file. * gnu/packages/patches/glibc-hurd-clock_gettime_monotonic.patch: New file. * gnu/local.mk (dist_patch_DATA): Update them. * gnu/packages/base.scm (glibc): Use them.
2020-03-24gnu: hurd: Fix hurd-target?, add hurd-system?.Jan Nieuwenhuizen
* gnu/packages/hurd.scm (hurd-target?): Bugfix; the arguments to string-suffix? to test (%current-system) were transposed, always resulting in #f. Use hurd-triplet?. (hurd-system?): New exported variable.
2020-03-24gnu: grub: Support for the Hurd.Jan Nieuwenhuizen
* gnu/packages/virtualization.scm (qemu)[supported-systems]: Remove the Hurd. * gnu/packages/linux.scm (mdadm)[supported-systems]: Likewise. (lvm2)[supported-systems]: Likewise. (fuse)[supported-systems]: Likewise. * gnu/packages/patches/grub-verifiers-Blocklist-fallout-cleanup.patch: New file * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/bootloaders.scm (grub): Use it. [inputs, native-inputs]: Remove non-supported dependencies on non-supported systems. Fixes build for the Hurd.
2020-03-24gnu: poetry: Update to 1.0.5.Tanguy Le Carrour
* 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-24gnu: python-cachy: Update to 0.3.0.Tanguy Le Carrour
* 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-24gnu: Add python-pifpaf.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-pifpaf): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24gnu: Add python-daiquiri.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-daiquiri): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24gnu: Add python-json-logger.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-json-logger): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24gnu: Add python-xattr.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-xattr): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24gnu: python-fakeredis: Update to 1.2.1.Tanguy Le Carrour
* 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-24gnu: python-clikit: Update to 0.4.2.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (python-clikit): Update to 0.4.2. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24gnu: python-sortedcontainers: Add missing propagated-inputs.Tanguy Le Carrour
* 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-24gnu: python-cachecontrol: Add missing propagated-input.Tanguy Le Carrour
* gnu/packages/python-web.scm (python-cachecontrol): [propagated-inputs]: Add python-msgpack. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24gnu: python-msgpack: Update to 1.0.0.Tanguy Le Carrour
* 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-24gnu: python-pastel: Update to 0.2.0.Tanguy Le Carrour
* gnu/packages/graphics.scm (python-pastel): Update to 0.2.0. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-24gnu: python-jsonschema: Update to 3.2.0.Tanguy Le Carrour
* 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-24gnu: python-pexpect: Update to 4.8.0.Tanguy Le Carrour
* 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-24gnu: perl-mail-sendmail: Add line above definition.Paul Garlick
* gnu/packages/perl.scm (perl-mail-sendmail): Add line.