Age | Commit message (Expand) | Author |
2020-03-24 | gnu: bootstrap: Use fall-back mechanism for bootstrap-executables....* 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.
| Jan Nieuwenhuizen |
2020-03-24 | gnu: bootstrap: gcc-static: Use gcc-5....* 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.
| Jan Nieuwenhuizen |
2020-03-24 | Revert "gnu: guile-static-stripped: Update to 2.2."...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.
| Jan Nieuwenhuizen |
2020-03-24 | gnu: cross-libc: Build fix for the Hurd....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.
| Jan Nieuwenhuizen |
2020-03-24 | gnu: glibc: Add signal SA_SIGINFO support for the Hurd....* 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.
| Jan Nieuwenhuizen |
2020-03-24 | gnu: glibc: Add clock patches for the Hurd....* 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.
| Jan Nieuwenhuizen |
2020-03-24 | gnu: hurd: Fix hurd-target?, add hurd-system?....* 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.
| Jan Nieuwenhuizen |
2020-03-24 | gnu: grub: Support for the Hurd....* 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.
| Jan Nieuwenhuizen |
2020-03-24 | 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>
| Tanguy Le Carrour |
2020-03-24 | 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>
| Tanguy Le Carrour |
2020-03-24 | gnu: Add python-pifpaf....* gnu/packages/python-xyz.scm (python-pifpaf): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Tanguy Le Carrour |
2020-03-24 | gnu: Add python-daiquiri....* gnu/packages/python-xyz.scm (python-daiquiri): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Tanguy Le Carrour |
2020-03-24 | gnu: Add python-json-logger....* gnu/packages/python-xyz.scm (python-json-logger): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Tanguy Le Carrour |
2020-03-24 | gnu: Add python-xattr....* gnu/packages/python-xyz.scm (python-xattr): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Tanguy Le Carrour |
2020-03-24 | 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>
| Tanguy Le Carrour |
2020-03-24 | 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>
| Tanguy Le Carrour |
2020-03-24 | 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>
| Tanguy Le Carrour |
2020-03-24 | 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>
| Tanguy Le Carrour |
2020-03-24 | 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>
| Tanguy Le Carrour |
2020-03-24 | 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>
| Tanguy Le Carrour |
2020-03-24 | 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>
| Tanguy Le Carrour |
2020-03-24 | 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>
| Tanguy Le Carrour |
2020-03-24 | gnu: perl-mail-sendmail: Add line above definition....* gnu/packages/perl.scm (perl-mail-sendmail): Add line.
| Paul Garlick |
2020-03-24 | gnu: Add perl-mail-sendmail....* gnu/packages/perl.scm (perl-mail-sendmail): New variable.
| Paul Garlick |
2020-03-24 | scripts: lint: Handle store connections for lint checkers....Rather than individual checkers opening up a connection to the store for each
package to check, if any checker requires a store connection, open a
connection and pass it to all checkers that would use it. This makes running
the derivation checker much faster for multiple packages.
* guix/scripts/lint.scm (run-checkers): Add a #:store argument, and pass the
store to checkers if they require a store connection.
(guix-lint): Establish a store connection if any checker requires one, and
pass it through to run-checkers.
| Christopher Baines |
2020-03-24 | lint: Add a #:store argument to check-derivation...This can then be used to avoid opening up a store connection each time a
package needs checking.
* guix/lint.scm (check-derivation): Add a #:store argument, and pull the
handling of the store connection out of the try function.
| Christopher Baines |
2020-03-24 | lint: Mark the derivation checker as requiring a store connection....* guix/lint.scm (%local-checkers): Mark the derivation checker as requiring a
store connection.
| Christopher Baines |
2020-03-24 | lint: Add a requires-store? field to the checker record....This can then be used to mark checkers that require a store connection, which
will enable passing a connection in, avoiding the overhead of establishing a
connection inside the check function when it's run for lots of different
packages.
* guix/lint.scm (<lint-checker>): Add requires-store? to the record type.
| Christopher Baines |
2020-03-24 | gnu: Add Docusign API Python client....* gnu/packages/python-xyz.scm (python-docusign-esign): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Josh Marshall |
2020-03-24 | doc: Document that a working environment for building Guix requires "--pure"....* doc/guix.texi (Invoking guix environment): Document that a working
environment for building Guix requires "--pure".
| Danny Milosavljevic |
2020-03-24 | guix system: Fix mistaken 'guix pull' warning upon 'reconfigure'....Fixes <https://bugs.gnu.org/38196>.
Reported by Florian Pelz <pelzflorian@pelzflorian.de>.
* guix/scripts/system.scm (maybe-suggest-running-guix-pull): Check
whether 'current-profile' returns true instead of checking for the
existence of ~root/.config/guix/current. That way, "sudo guix system
reconfigure" no longer emits a warning in that case.
| Ludovic Courtès |
2020-03-24 | gnu: automake: Add version 1.16.2....* gnu/packages/autotools.scm (automake-1.16.2): New variable.
| Ludovic Courtès |
2020-03-24 | gnu: GHC: Enable RUNPATH validation....* gnu/packages/haskell.scm (ghc-7, ghc-8.0, ghc-8.4)[arguments]: Remove
#:validate-runpath?.
| Marius Bakke |
2020-03-24 | gnu: ghc@8.0: Remove obsolete patch....* gnu/packages/patches/ghc-dont-pass-linker-flags-via-response-files.patch:
Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/haskell.scm (ghc-8.0)[source](patches): Remove it.
| Marius Bakke |
2020-03-24 | gnu: ghc: Really disable test that fails with glibc 2.30 and later....This follows up commit 2e9c43aa9adac2bd6bcf92373d1cf9f322afa5a3, which was
incomplete. Fixes <https://bugs.gnu.org/39358>.
* gnu/packages/patches/ghc-testsuite-dlopen-pie.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly. Also use tabs instead
of spaces on surrounding patches.
* gnu/packages/haskell.scm (ghc-8.6)[native-inputs]: Add patch for
"ghc-testsuite".
[arguments]: Remove incomplete workaround for the same issue.
| Marius Bakke |
2020-03-24 | pack: Do not store extended attributes in squashfs images....* guix/scripts/pack.scm (squashfs-image)[build](mksquashfs): Pass "-no-xattrs".
| Ludovic Courtès |
2020-03-24 | ui: 'show-manifest-transaction' tabulates package lists for install/remove....It also removes the store file name from the output.
* guix/ui.scm (show-manifest-transaction)[package-strings]: Rewrite to
use 'tabulate'. Remove 'item' parameter and adjust callers.
| Ludovic Courtès |
2020-03-24 | ui: 'show-manifest-transaction' tabulates upgraded package lists....This also changes "1.0.0 → 1.0.0" to "(dependencies changed)", which is
probably less confusing.
* guix/ui.scm (tabulate): New procedure.
(show-manifest-transaction)[upgrade-string]: Rewrite to take lists of
names, versions, and outputs instead of single elements. Use
'tabulate'. Adjust callers accordingly.
| Ludovic Courtès |
2020-03-24 | import: crate: Deduplicate dependencies....* guix/import/crate.scm (crate-version-dependencies): Deduplicate crate dependencies.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Martin Becze |
2020-03-24 | gnu: Add guile3.0-semver....* gnu/packages/guile-xyz.scm (guile3.0-semver): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Martin Becze |
2020-03-24 | gnu: nano: Update to 4.9....* gnu/packages/nano.scm (nano): Update to 4.9.
| Efraim Flashner |
2020-03-24 | gnu: cross-gcc: Add a "lib" output....Add a "lib" output to cross-gcc. This requires an upstream GCC patch adding
support for --with-toolexeclibdir configure option. This option allows to
install cross-built GCC libraries in a specific location.
This also fixes the computation of TOOLDIR_BASE_PREFIX, that fails when
/gnu/store/... directories are involved.
* gnu/packages/patches/gcc-7-cross-toolexeclibdir.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/cross-base.scm (cross-gcc)[source]: Apply it,
[outputs]: add a "lib" output,
(cross-gcc-snippet): fix TOOLDIR_BASE_PREFIX.
| Mathieu Othacehe |
2020-03-24 | doc: Fix typo in example....* doc/guix.texi (Base Services)[file->udev-rule]: Correct misspelt
"user-account".
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Naga Malleswari |
2020-03-24 | doc: Fix typo....* doc/guix.texi (Invoking guix time-machine): Fix typo.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Naga Malleswari |
2020-03-24 | 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>
| Guillaume Le Vaillant |
2020-03-24 | licenses: Add QWT 1.0 license....* guix/licenses.scm (qwt1.0): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Arun Isaac |
2020-03-24 | licenses: Add Open Government Licence for Public Sector Information....* guix/licenses.scm (ogl-psi1.0): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Arun Isaac |
2020-03-24 | gnu: Add saga....* gnu/packages/geo.scm (saga): New variable.
| Guillaume Le Vaillant |
2020-03-24 | gnu: Add grass....* gnu/packages/geo.scm (grass): New variable.
| Guillaume Le Vaillant |
2020-03-24 | gnu: Add python-owslib....* gnu/packages/python-xyz.scm (python-owslib): New variable.
| Guillaume Le Vaillant |