Commit graph

58121 commits

Author SHA1 Message Date
Jan Nieuwenhuizen 654de94e74
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.
2020-03-24 23:31:29 +01:00
Marius Bakke eac54126fb
gnu: GHC: Enable RUNPATH validation.
* gnu/packages/haskell.scm (ghc-7, ghc-8.0, ghc-8.4)[arguments]: Remove
 #:validate-runpath?.
2020-03-24 18:02:44 +01:00
Marius Bakke f4e1833205
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.
2020-03-24 18:02:43 +01:00
Marius Bakke c75db69371
gnu: ghc: Really disable test that fails with glibc 2.30 and later.
This follows up commit 2e9c43aa9a, 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.
2020-03-24 18:02:43 +01:00
Mathieu Othacehe 53de3e74fa
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.
2020-03-24 13:55:10 +01:00
Marius Bakke 2e9c43aa9a
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.
2020-03-23 19:42:56 +01:00
Marius Bakke c711b6abdb
gnu: ghc@8.4: Update to 8.4.4.
* gnu/packages/haskell.scm (ghc-8.4): Update to 8.4.4.
2020-03-23 16:33:06 +01:00
Marius Bakke a057b88124
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.
2020-03-23 16:32:44 +01:00
Marius Bakke d19b14c834
Merge branch 'master' into core-updates 2020-03-21 22:16:02 +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