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: 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 | 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-23 | gnu: GHC: Disable test that fails with glibc 2.30 and later....Fixes <https://bugs.gnu.org/39358>.
* gnu/packages/haskell.scm (ghc-8.6)[arguments]: Add substitution to disable
broken test.
| Marius Bakke |
2020-03-23 | gnu: ghc@8.4: Update to 8.4.4....* gnu/packages/haskell.scm (ghc-8.4): Update to 8.4.4.
| Marius Bakke |
2020-03-23 | gnu: ghc@8.4: Remove redundant inputs....Incidentally, this fixes a build failure where GHC's build processes fail to
link libffi and libgmp for 'ghc-cabal'.
* gnu/packages/haskell.scm (ghc-8.4)[inputs]: Remove BINUTILS, GCC, and
MAKE-LD-WRAPPER.
[arguments]: Adjust accordingly.
| Marius Bakke |
2020-03-21 | Merge branch 'master' into core-updates | Marius Bakke |
2020-03-21 | 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.
| Mark H Weaver |
2020-03-21 | 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.
| Mark H Weaver |
2020-03-21 | 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.
| Mark H Weaver |
2020-03-21 | 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.
| Mark H Weaver |
2020-03-21 | 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.
| Mark H Weaver |
2020-03-21 | 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>
| John Soo |
2020-03-21 | gnu: stylish-haskell: Update description....* gnu/packages/haskell-apps.scm (stylish-haskell): Update description.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| John Soo |
2020-03-21 | gnu: Add r-oai....* gnu/packages/cran.scm (r-oai): new variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Wiktor Żelazny |
2020-03-21 | gnu: Add r-latex2exp....* gnu/packages/cran.scm (r-latex2exp): new variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Wiktor Żelazny |
2020-03-21 | gnu: Add r-httpcode....* gnu/packages/cran.scm (r-httpcode): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Wiktor Żelazny |
2020-03-21 | gnu: global: Add 'python-wrapper' as input....* gnu/packages/code.scm (global)[inputs]: Add 'python-wrapper' to fix
tagging python code.
| wednesday |
2020-03-21 | Revert "gnu: Remove qemu-minimal@2.10."...This package was still in use by american-fuzzy-lop.
This reverts commit 559f37328851fc1ae1d90f27fab7beff3d804421.
| Marius Bakke |
2020-03-21 | gnu: gpgme: Fix build....Reported by joshuaBPMan on #guix.
* gnu/packages/gnupg.scm (gpgme)[arguments]: Add ‘disable-failing-test’ phase.
| Tobias Geerinckx-Rice |
2020-03-21 | gnu: python-pygraphviz: Use HTTPS home page....* gnu/packages/graphviz.scm (python-pygraphviz)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-21 | gnu: python-tables: Use HTTPS home page....* gnu/packages/python-xyz.scm (python-tables)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-21 | gnu: python-future: Use HTTPS home page....* gnu/packages/python-xyz.scm (python-future)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-21 | gnu: python-scrypt: Use HTTPS home page....* gnu/packages/python-crypto.scm (python-scrypt)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-21 | gnu: python-scikit-learn: Use HTTPS home page....* gnu/packages/machine-learning.scm (python-scikit-learn)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-21 | gnu: python2-pyro: Use HTTPS home page....* gnu/packages/python-xyz.scm (python2-pyro)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-21 | gnu: python2-element-tree: Use HTTPS home page....* gnu/packages/python-xyz.scm (python2-element-tree)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-21 | gnu: python-cheetah: Use HTTPS home page....* gnu/packages/python-xyz.scm (python-cheetah)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-21 | gnu: python-kivy: Use HTTPS home page....* gnu/packages/python-xyz.scm (python-kivy)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-21 | 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>
| Ekaitz Zarraga |
2020-03-21 | 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>
| Alexandru-Sergiu Marton |
2020-03-21 | gnu: Remove qemu-minimal@2.10....* gnu/packages/virtualization.scm (qemu-minimal-2.10): Remove variable.
| Marius Bakke |
2020-03-21 | gnu: Remove flex@2.6.1....* gnu/packages/flex.scm (flex-2.6.1): Remove variable.
| Marius Bakke |
2020-03-21 | 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.
| Marius Bakke |
2020-03-21 | gnu: GRUB: Build with the latest version of Flex....* gnu/packages/bootloaders.scm (grub)[native-inputs]: Change from FLEX-2.6.1
to FLEX.
| Marius Bakke |
2020-03-21 | 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.
| Marius Bakke |
2020-03-21 | gnu: TensorFlow: Correct gRPC input....* gnu/packages/machine-learning.scm (tensorflow)[native-inputs]: Move
GRPC:STATIC ...
[inputs]: ... here.
| Marius Bakke |
2020-03-21 | 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.
| Marius Bakke |
2020-03-21 | gnu: python-gast: Update to 0.3.3....* gnu/packages/python-xyz.scm (python-gast): Update to 0.3.3.
| Marius Bakke |
2020-03-21 | gnu: go-gopkg.in-mgo.v2: Use HTTPS home page....* gnu/packages/databases.scm (go-gopkg.in-mgo.v2)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-21 | gnu: lua5.2-expat: Use HTTPS home page....* gnu/packages/lua.scm (lua5.2-expat)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |