Commit Graph

32766 Commits (e8cb9c01c684bed2f47767f0b322f3d40d89781a)

Author SHA1 Message Date
Julien Lepiller aa06dd0f7d
gnu: Add maven-wagon-http.
* gnu/packages/maven.scm (maven-wagon-http): New variable.
2018-06-16 13:18:15 +02:00
Julien Lepiller c3f5ec6ec7
gnu: Add maven-wagon-http-shared.
* gnu/packages/maven.scm (maven-wagon-http-shared): New variable.
2018-06-16 13:18:13 +02:00
Julien Lepiller 53360e488d
gnu: Add maven-wagon-tck-http.
* gnu/packages/maven.scm (maven-wagon-tck-http): New variable.
2018-06-16 13:18:11 +02:00
Julien Lepiller 0d1b3b39bc
gnu: Add maven-wagon-file.
* gnu/packages/maven.scm (maven-wagon-file): New variable.
2018-06-16 13:18:09 +02:00
Julien Lepiller f216a9f99a
gnu: Add maven-wagon-provider-test.
* gnu/packages/maven.scm (maven-wagon-provider-test): New variable.
2018-06-16 13:18:07 +02:00
Julien Lepiller ff7a0fcff3
gnu: Add maven-wagon-provider-api.
* gnu/packages/maven.scm (maven-wagon-provider-api): New variable.
2018-06-16 13:18:04 +02:00
Julien Lepiller e2c7d32995
gnu: Add maven-embedder.
* gnu/packages/maven.scm (maven-embedder): New variable.
2018-06-16 13:18:02 +02:00
Julien Lepiller b822544cfe
gnu: Add maven-core.
* gnu/packages/maven.scm (maven-core): New variable.
2018-06-16 13:18:00 +02:00
Julien Lepiller 9f25cba65a
gnu: Add java-plexus-component-metadata.
* gnu/packages/maven.scm (java-plexus-component-metadata): New variable.
2018-06-16 13:17:58 +02:00
Julien Lepiller a59d5f3542
gnu: Add maven-plugin-annotations.
* gnu/packages/maven.scm (maven-plugin-annotations): New variable.
2018-06-16 13:17:56 +02:00
Julien Lepiller 7a42f05869
gnu: Add maven-core-bootstrap. 2018-06-16 13:17:54 +02:00
Julien Lepiller 8f5caf9366
gnu: Add maven-plugin-api.
* gnu/packages/maven.scm (maven-plugin-api): New variable.
2018-06-16 13:17:52 +02:00
Julien Lepiller ab621bf142
gnu: Add java-qdox.
* gnu/packages/java.scm (java-qdox): New variable.
2018-06-16 13:17:50 +02:00
Julien Lepiller 7d65489ffe
gnu: Add java-plexus-cli.
* gnu/packages/java.scm (java-plexus-cli): New variable.
2018-06-16 13:17:48 +02:00
Julien Lepiller 087583a7db
gnu: Add java-eclipse-jetty-webapp-9.2.
* gnu/packages/web.scm (java-eclipse-jetty-webapp-9.2): New variable.
2018-06-16 13:17:46 +02:00
Julien Lepiller d736511864
gnu: Add java-eclipse-jetty-webapp.
* gnu/packages/web.scm (java-eclipse-jetty-webapp): New variable.
2018-06-16 13:17:44 +02:00
Julien Lepiller 38b57575c1
gnu. Add java-eclipse-jetty-xml-9.2.
* gnu/packages/web.scm (java-eclipse-jetty-xml-9.2): New variable.
2018-06-16 13:17:42 +02:00
Julien Lepiller f69a1d04a1
gnu: Add java-eclipse-jetty-xml.
* gnu/packages/web.scm (java-eclipse-jetty-xml): New variable.
2018-06-16 13:17:39 +02:00
Julien Lepiller c099f6a716
gnu: java-eclipse-jetty-security-9.2: Ignore test error.
* gnu/packages/web.scm (java-eclipse-jetty-security-9.2)[arguments]:
Ignore one failing test.
2018-06-16 13:17:19 +02:00
Ricardo Wurmus 901bcb7815
gnu: pigx-chipseq: Update to 0.0.16.
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.16.
2018-06-16 12:11:09 +02:00
Leo Famulari 12e530ba63
gnu: BIND: Fix CVE-2018-5738.
* gnu/packages/patches/bind-CVE-2018-5738.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/dns.scm (isc-bind)[source]: Use it.
2018-06-15 16:41:16 -04:00
Mark H Weaver a7c8716928
gnu: grub: Fix build on i686.
Fixes <https://bugs.gnu.org/31380>.

* gnu/packages/bootloaders.scm (grub)[native-inputs]: Add "ld-wrapper"
and "binutils".

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2018-06-15 16:41:52 +02:00
Danny Milosavljevic 4ce4fc5010
system: Add os-with-u-boot.
* gnu/system/install.scm (os-with-u-boot): New procedure.
* gnu/packages/bootloaders.scm (make-u-boot-package): Export.
* doc/guix.texi (Building the Installation Image for ARM Boards): New
subsection.
2018-06-15 14:16:37 +02:00
fis 0017e55f89
gnu: Add shadowsocks.
* gnu/packages/networking.scm (shadowsocks): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-15 10:04:59 +02:00
Ludovic Courtès 7b0449712e
hydra: Make sure we add an absolute file name to the load path.
Previously, under Cuirass, we'd add "build-aux/cuirass/../hydra/../..".
But then, commit c45477d2a1 added this
in (gnu system vm):

         (local-file (search-path %load-path
                                  "guix/store/schema.sql"))

Since 'search-path' would not return an absolute file name, 'local-file'
would try to resolve that relative to "gnu/system", leading to:

  ERROR: In procedure force:
  In procedure canonicalize-path: No such file or directory: "/gnu/store/…-guix-ce573b1/gnu/system/build-aux/cuirass/../hydra/../../guix/store/schema.sql

* build-aux/hydra/gnu-system.scm <top level>: Canonicalize DIR before
adding it to %LOAD-PATH.
2018-06-15 10:04:59 +02:00
Ludovic Courtès 265048cc89
offload: Fix error message in 'guix offload test'.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>
in <https://bugs.gnu.org/31824>.

* guix/scripts/offload.scm (assert-node-has-guix): Fix typo in failure
message; add missing argument.
2018-06-15 10:04:59 +02:00
Tobias Geerinckx-Rice ad21323c96
gnu: cpuid: Update to 20180519.
* gnu/packages/linux.scm (cpuid): Update to 20180519.
2018-06-15 09:57:17 +02:00
Tobias Geerinckx-Rice d41a5f826d
gnu: light: Return #t from phase.
* gnu/packages/linux.scm (light)[arguments]: End ‘patch-makefile’ phase
with #t.
2018-06-15 09:57:17 +02:00
Tobias Geerinckx-Rice a756fa5ac0
gnu: light: Update to 1.1.
* gnu/packages/linux.scm (light): Update to 1.1.
[source]: Switch to GIT-FETCH.
2018-06-15 09:57:17 +02:00
Tobias Geerinckx-Rice 14b0c49670
gnu: f2fs-tools: Update to 1.10.0.
* gnu/packages/linux.scm (f2fs-tools): Update to 1.10.0.
2018-06-15 09:57:16 +02:00
Tobias Geerinckx-Rice 52d5b73fc4
gnu: spice-protocol: Update to 0.12.14.
* gnu/packages/spice.scm (spice-protocol): Update to 0.12.14.
2018-06-15 09:57:16 +02:00
Tobias Geerinckx-Rice 0ce92d74a2
gnu: python-pyrfc3339: Update to 1.1.
* gnu/packages/time.scm (python-pyrfc3339): Update to 1.1.
2018-06-15 09:57:16 +02:00
Tobias Geerinckx-Rice 5bc4188ffd
gnu: gource: Update to 0.49.
* gnu/packages/version-control.scm (gource): Update to 0.49.
2018-06-15 09:57:16 +02:00
Tobias Geerinckx-Rice d21fb90a27
gnu: perl-xml-libxml-simple: Update to 0.99.
* gnu/packages/xml.scm (perl-xml-libxml-simple): Update to 0.99.
2018-06-15 09:57:16 +02:00
Tobias Geerinckx-Rice 914c6f621e
gnu: fcitx-configtool: Update to 0.4.10.
* gnu/packages/fcitx.scm (fcitx-configtool): Update to 0.4.10.
2018-06-15 09:57:15 +02:00
Tobias Geerinckx-Rice 50ca5fb332
gnu: fcitx: Update to 4.2.9.6.
* gnu/packages/fcitx.scm (fcitx): Update to 4.2.9.6.
[native-inputs]: Add extra-cmake-modules.
2018-06-15 09:57:15 +02:00
Tobias Geerinckx-Rice 657bed34f4
gnu: fcitx: Use HTTPS home page.
* gnu/packages/fcitx.scm (fcitx)[home-page]: Use HTTPS.
2018-06-15 09:57:15 +02:00
Tobias Geerinckx-Rice 26d66a518c
gnu: perl-xml-xpath: Update to 1.42.
* gnu/packages/xml.scm (perl-xml-xpath): Update to 1.42.
2018-06-15 09:57:15 +02:00
Tobias Geerinckx-Rice 9332d70602
gnu: perl-xml-xpath: Propagate inputs.
* gnu/packages/xml.scm (perl-xml-xpath)[inputs]: Rename this...
[propagated-inputs]: ...to this.
2018-06-15 09:57:14 +02:00
Tobias Geerinckx-Rice 50632f0a8d
gnu: perl-xml-atom: Propagate inputs.
* gnu/packages/xml.scm (perl-xml-atom)[inputs]: Rename to...
[propagated-inputs]: ...this, and...
[native-inputs]: ...remove duplicate packages from here.
2018-06-15 09:57:14 +02:00
Tobias Geerinckx-Rice beb2d4be84
gnu: nickle: Update to 2.81.
* gnu/packages/nickle.scm (nickle): Update to 2.81.
2018-06-15 09:57:14 +02:00
Tobias Geerinckx-Rice 752ff6e9aa
gnu: r-cubature: Update to 1.4.
* gnu/packages/cran.scm (r-cubature): Update to 1.4.
2018-06-15 09:57:14 +02:00
Rutger Helling abde01f27d
gnu: neofetch: Update to 4.0.2.
* gnu/packages/admin.scm (neofetch): Update to 4.0.2.
2018-06-15 09:18:13 +02:00
Ricardo Wurmus cf9a29b24c
gnu: Add r-genomicinteractions.
* gnu/packages/bioconductor.scm (r-genomicinteractions): New variable.
2018-06-15 09:14:01 +02:00
Ricardo Wurmus a32279ffb6
gnu: Add r-interactionset.
* gnu/packages/bioconductor.scm (r-interactionset): New variable.
2018-06-15 09:14:01 +02:00
Rutger Helling 056402220e
gnu: innoextract: Update to 1.7.
* gnu/packages/compression.scm (innoextract): Update to 1.7.
2018-06-15 09:10:35 +02:00
Ricardo Wurmus 6ffdfe6a01
gnu: Add r-riboseqr.
* gnu/packages/bioconductor.scm (r-riboseqr): New variable.
2018-06-15 07:43:23 +02:00
Ricardo Wurmus 0490f9de88
gnu: Add r-riboprofiling.
* gnu/packages/bioconductor.scm (r-riboprofiling): New variable.
2018-06-15 07:43:22 +02:00
Ricardo Wurmus 609f4ad12f
gnu: Add r-chipcomp.
* gnu/packages/bioconductor.scm (r-chipcomp): New variable.
2018-06-15 07:43:22 +02:00
Ricardo Wurmus 2bece692a6
gnu: Add r-bsgenome-mmusculus-ucsc-mm9-masked.
* gnu/packages/bioconductor.scm (r-bsgenome-mmusculus-ucsc-mm9-masked): New
variable.
2018-06-15 07:43:22 +02:00