Commit Graph

29918 Commits (c4f06c1164b2ce59fc601ad3f9ca86a4bdec96d4)

Author SHA1 Message Date
Ricardo Wurmus f15e2ee4e8
gnu: sablevm: Use a different GC implementation.
This is an attempt to fix a segfault when building ant-bootstrap.

* gnu/packages/java.scm (sablevm)[arguments]: Use gencopy GC implementation.
2018-03-24 23:00:03 +01:00
Ricardo Wurmus 15b8b5deca
gnu: sablevm-classpath: Remove unnecessary inputs.
* gnu/packages/java.scm (sablevm-classpath)[inputs]: Remove.
2018-03-24 23:00:03 +01:00
Efraim Flashner 29be6cfb20
gnu: Add u-boot-pine64-plus.
* gnu/packages/bootloaders.scm (u-boot-pine64-plus): New variable.
2018-03-24 22:15:12 +03:00
Efraim Flashner 9a1c4a6cb8
gnu: make-u-boot-package: Install 'itb' and 'dtb' files also.
* gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]: Add
'itb' and 'dtb' files to the files installed during custom 'install phase.
2018-03-24 22:15:11 +03:00
Efraim Flashner ecff374e1c
gnu: arm-trusted-firmware-pine64-plus: New variable.
* gnu/packages/firmware.scm (arm-trusted-firmware-pine64-plus): New
variable.
2018-03-24 22:15:11 +03:00
Efraim Flashner e9252fd11c
gnu: make-arm-trusted-firmware: New procedure.
* gnu/packages/firmware.scm (make-arm-trusted-firmware): New procedure.
2018-03-24 22:15:11 +03:00
Alex Kost d591989b42
gnu: tvtime: Fix build.
* gnu/packages/tv.scm (tvtime)[native-inputs]: Add 'pkg-config' to avoid
compilation errors.
2018-03-24 19:36:03 +03:00
Alex Kost 1f849cba9f
gnu: dunst: Update to 1.3.1.
* gnu/packages/dunst.scm (dunst): Update to 1.3.1.
[arguments]: Add SERVICEDIR_DBUS make flag.
[inputs]: Use 'gdk-pixbuf' instead of 'gtk'.
2018-03-24 19:36:03 +03:00
Oleg Pykhalov bba66e7a60
gnu: streamlink: Update to 0.11.0.
* gnu/packages/video.scm (streamlink): Update to 0.11.0.
[native-inputs]: Add python-urllib3.
2018-03-24 09:30:02 +03:00
Chris Marusich 8e88f6fa82
tests: Add tests for "guix system disk-image" et al.
* tests/guix-system.sh: Add test cases that exercise (1) all of the
  example files in gnu/system/examples, and (2) all of the "image"
  creation commands: vm, vm-image, disk-image, and docker-image.
2018-03-24 03:04:11 +01:00
Chris Marusich a335f6fcc9
system: Add "guix system docker-image" command.
* gnu/system/vm.scm (system-docker-image): New procedure.
* guix/scripts/system.scm (system-derivation-for-action): Add a case for
  docker-image, and in that case, call system-docker-image.
  (show-help): Document docker-image.
  (guix-system): Parse arguments for docker-image.
* doc/guix.texi (Invoking guix system): Document "guix system
  docker-image".
* gnu/system/examples/docker-image.tmpl: New file.
2018-03-24 03:04:11 +01:00
Chris Marusich 1c2ac6b482
guix: Rewrite build-docker-image to allow more paths.
* guix/docker.scm (build-docker-image): Rename "path" argument to
  "prefix" to reflect the fact that it is used as a prefix for the
  symlink targets.  Add the "paths" argument, and remove the "closure"
  argument, since it is now redundant.  Add a "transformations"
  argument.
* guix/scripts/pack.scm (docker-image): Read the profile's reference
  graph and provide its paths to build-docker-image via the new "paths"
  argument.
2018-03-24 03:04:10 +01:00
Chris Marusich 8c9bf2946a
gnu: When building in a VM, share a temporary directory.
* gnu/build/vm.scm (load-in-linux-vm): Make a shared temporary directory
  available in the VM.
* gnu/system/vm.scm (%linux-vm-file-systems): Add a corresponding entry.
2018-03-24 03:04:10 +01:00
Chris Marusich af81311b8c
vm: Allow control of deduplication in root-partition-initializer.
* gnu/build/vm.scm (root-partition-initializer): Add #:deduplicate?
  keyword argument.
2018-03-24 03:04:10 +01:00
Chris Marusich 272c070962
tests: Add tests for "guix pack".
* guix/scripts/pack.scm (bootstrap-xz): New variable.
  (%options) <--bootstrap>: New option.
  (show-help): Document the new --bootstrap option.
  (guix-pack): When --bootstrap is specified, use the bootstrap Guile,
  tar, and xz to build the pack, and do not use any profile hooks or
  locales.
* doc/guix.texi (Invoking guix pull): Document the new --bootstrap
  option.
* tests/guix-pack.sh: New file.
* Makefile.am (SH_TESTS): Add guix-pack.sh.
* gnu/packages/package-management.scm (guix) <inputs>: Add util-linux.
2018-03-24 03:04:07 +01:00
Sahithi Yarlagadda 24fa6bcac6
gnu: Add r-catdap.
* gnu/packages/cran.scm (r-catdap): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2018-03-23 21:56:39 +01:00
Leo Famulari 116c12a122
gnu: Keep Krita 3 along with Krita 4.
* gnu/packages/kde.scm (krita-3): New variable.
2018-03-23 15:42:01 -04:00
Gábor Boskovits 2cac889151
gnu: java-aqute-bnd-annotation: Update to 3.5.0.
* gnu/packages/java.scm (java-aqute-bnd-annotation): Update to 3.5.0.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-03-23 20:21:37 +01:00
Leo Famulari 03e1cca2ab
doc: Move Cgit Service documentation to the Version Control section.
* doc/guix.texi (Miscellaneous Services): Move the Cgit Service to
section Version Control Services.
2018-03-23 15:19:53 -04:00
Ludovic Courtès 427ec19e88
gexp: 'program-file' has a new #:module-path parameter.
* guix/gexp.scm (<program-file>): Add 'path' field.
(program-file): Add #:module-path parameter and honor it.
(program-file-compiler): Honor the 'path' field.
* tests/gexp.scm ("program-file #:module-path"): New test.
* doc/guix.texi (G-Expressions): Update.
2018-03-23 18:41:07 +01:00
Ludovic Courtès 1ae16033f3
gexp: 'gexp->script' and 'gexp->file' have a new #:module-path parameter.
* guix/gexp.scm (load-path-expression): Add 'path' optional parameter.
(gexp->script): Add #:module-path and honor it.
(gexp->file): Likewise.
* tests/gexp.scm ("gexp->script #:module-path"): New test.
* doc/guix.texi (G-Expressions): Update accordingly.
2018-03-23 18:41:07 +01:00
Tobias Geerinckx-Rice 7aff5d025d
gnu: git: Update to 2.16.3.
* gnu/packages/version-control.scm (git): Update to 2.16.3.
2018-03-23 14:03:52 +01:00
Tobias Geerinckx-Rice b1be07cf04
gnu: libgee: Update to 0.20.1.
* gnu/packages/gnome.scm (libgee): Update to 0.20.1.
2018-03-23 11:32:16 +01:00
Tobias Geerinckx-Rice cd4c6039ea
gnu: fribidi: Update to 1.0.2.
* gnu/packages/fribidi.scm (fribidi): Update to 1.0.2.
[arguments]: Disable building documentation for now.
2018-03-23 11:32:16 +01:00
Tobias Geerinckx-Rice ee789a411c
gnu: parallel: Update to 20180322.
* gnu/packages/parallel.scm (parallel): Update to 20180322.
2018-03-23 11:32:15 +01:00
Tobias Geerinckx-Rice dd8237b6c3
gnu: coq-flocq: Use predictable source URI.
* gnu/packages/ocaml.scm (coq-flocq)[source]: Use predictable URI.
2018-03-23 11:32:15 +01:00
Mark H Weaver 77f2ced1a6
gnu: linux-libre@4.9: Update to 4.9.89.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.89.
2018-03-23 04:50:01 -04:00
Mark H Weaver b06e94d310
gnu: linux-libre@4.4: Update to 4.4.123.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.123.
2018-03-23 04:49:59 -04:00
Danny Milosavljevic ec40a0501f
gnu: Add lyx.
* gnu/packages/patches/lyx-2.2.3-fix-test.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/tex.scm (lyx): New variable.
2018-03-22 23:11:17 +01:00
Jelle Licht 282e48eae9
gnu: node: Update to 9.9.0.
* gnu/packages/node.scm (node): Update to 9.9.0.
2018-03-22 19:15:24 +01:00
Leo Famulari 5e56dfadba
gnu: krita: Update to 4.0.0.
* gnu/packages/kde.scm (krita): Update to 4.0.0.
2018-03-22 13:37:25 -04:00
Leo Famulari 10e2ee7887
gnu: darktable: Update to 2.4.2.
* gnu/packages/photo.scm (darktable): Update to 2.4.2.
2018-03-22 12:10:55 -04:00
Ricardo Wurmus 618050a126
gnu: r-bookdown: Do not propagate ghc-pandoc.
This package propagates r-rmarkdown, which propagates its own variant of
Pandoc.

* gnu/packages/bioinformatics.scm (r-bookdown)[propagated-inputs]: Remove
ghc-pandoc.
2018-03-22 17:07:15 +01:00
Marius Bakke 63c295d2f5
gnu: nginx: Update to 1.13.10.
* gnu/packages/web.scm (nginx): Update to 1.13.10.
[arguments]: Update kernel version to match glibc minimum requirement.
2018-03-22 14:40:40 +01:00
Marius Bakke 069d0b7f91
gnu: nmap: Update to 7.70.
* gnu/packages/admin.scm (nmap): Update to 7.70.
[source](snippet): End on #t.
[inputs]: Add ZLIB.
2018-03-22 14:40:40 +01:00
Marius Bakke 0e4d067f9e
gnu: talloc: Update to 2.1.12.
* gnu/packages/samba.scm (talloc): Update to 2.1.12.
2018-03-22 14:16:36 +01:00
Marius Bakke cbcbb10a63
gnu: certbot: Update to 0.22.2.
* gnu/packages/tls.scm (python-acme, certbot): Update to 0.22.2.
2018-03-22 14:14:09 +01:00
Marius Bakke 5da2a934b4
gnu: python-cryptography: Update to 2.2.1.
* gnu/packages/python-crypto.scm (python-cryptography-vectors,
python-cryptography): Update to 2.2.1.
2018-03-22 14:02:11 +01:00
Ludovic Courtès 04d2a16c4f
publish: Always build a new derivation for the "/log/NAME" test.
Fixes <https://bugs.gnu.org/30868>.
Reported by Martin Castillo <castilma@uni-bremen.de>.

* tests/publish.scm ("/log/NAME"): Use #$(random-text) in the builder.
2018-03-22 12:54:31 +01:00
Ludovic Courtès c1cd155aa8
publish: Add test for non-GET queries.
* tests/publish.scm ("non-GET query"): New test.
2018-03-22 12:51:23 +01:00
Maxim Cournoyer 247384d069
gnu: Add supercollider.
* gnu/packages/audio.scm (supercollider): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-22 12:31:00 +01:00
Maxim Cournoyer 6f976d2880
gnu: yaml-cpp: Update to 0.6.1.
* gnu/packages/serialization.scm (yaml-cpp): Update to 0.6.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-22 12:30:46 +01:00
Maxim Cournoyer 7624300c84
gnu: Add boost-sync.
* gnu/packages/boost.scm (boost-sync): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-22 12:30:39 +01:00
Maxim Cournoyer b75e1df663
doc: Add index entries for realtime and jackd in the manual.
* doc/guix.texi (Base Services): Add realtime and jackd indices to the
`pam-limits-service' service, as the examples shows how they can be
configured.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-22 11:48:03 +01:00
Ludovic Courtès ca5b73114f
gnu: shepherd: Update to 0.4.0.
* gnu/packages/admin.scm (shepherd): Update to 0.4.0.  Remove patches.
* gnu/packages/patches/shepherd-close-fds.patch,
gnu/packages/patches/shepherd-herd-status-sorted.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/services/admin.scm (%default-rotations): Remove
/var/log/shepherd.log.
2018-03-22 11:43:30 +01:00
Ludovic Courtès 7fe1432a2e
services: rottlog: Add /var/log/debug to '%default-rotations'.
* gnu/services/admin.scm (%rotated-files): Add "/var/log/debug".
2018-03-22 11:43:29 +01:00
Mark H Weaver 4d7c5f6d7e
gnu: linux-libre: Update to 4.15.12.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.12.
(%linux-libre-hash): Update hash.
2018-03-21 20:48:49 -04:00
Mark H Weaver 8ec89c358f
gnu: linux-libre@4.14: Update to 4.14.29.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.29.
(%linux-libre-4.14-hash): Update hash.
2018-03-21 20:47:53 -04:00
Vasile Dumitrascu 4dd0f8c0c1
gnu: emacs-deferred: Update to 0.5.1.
* gnu/packages/emacs.scm (emacs-deferred): Update to 0.5.1.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2018-03-22 00:09:55 +01:00
Vasile Dumitrascu 2fa6f63b16
gnu: emacs-clojure-mode: Update to 5.6.1.
* gnu/packages/emacs.scm (emacs-clojure-mode): Update to 5.6.1.
2018-03-22 00:08:15 +01:00