Age | Commit message (Expand) | Author |
2018-11-30 | gnu: blender: Use newer ffmpeg....* gnu/packages/graphics.scm (blender)[source]: Add patch for newer
ffmpeg compatability.
[inputs]: Replace ffmpeg-2.8 with ffmpeg.
* gnu/packages/patches/blender-newer-ffmpeg.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2018-11-29 | Merge branch 'master' into core-updates | Marius Bakke |
2018-11-29 | gnu: vim: Update to 8.1.0551....* gnu/packages/vim.scm (vim): Update to 8.1.0551.
[arguments]: Disable one more test.
| Marius Bakke |
2018-11-29 | gnu: libabigail: Update to 1.5....* gnu/packages/elf.scm (libabigail): Update to 1.5.
| Marius Bakke |
2018-11-29 | gnu: kmscon: Don't invoke './configure' during bootstrap....* gnu/packages/terminals.scm (kmscon)[arguments]: Change 'autogen.sh' phase to
replace 'bootstrap' and set the $NOCONFIGURE environment variable.
| Marius Bakke |
2018-11-29 | gnu: lirc: Build reproducibly....* gnu/packages/patches/lirc-reproducible-build.patch: New file.
* gnu/packages/lirc.scm (lirc)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ludovic Courtès |
2018-11-29 | gnu: rust: Shorten patch file name....This file name was too long to fit in a tar archive.
* gnu/packages/patches/rust-mdbook-support-reproducible-builds-by-forcing-window.search.patch:
Rename to...
* gnu/packages/patches/rust-reproducible-builds.patch: ... this.
* gnu/packages/rust.scm (rust-1.27, rust): Adjust accordingly.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Ludovic Courtès |
2018-11-29 | gnu: libbonobo: Build sequentially....See
<https://berlin.guixsd.org/log/5mr1fyac5kyz41zwmnf4b0wm7vl42ryv-libbonobo-2.32.1>
for an example of a parallel build failure:
CCLD echo-client-2
CCLD bonobo-echo-2
ld: libEcho.a(Bonobo_Sample_Echo-stubs.o): in function `Bonobo_Sample_Echo_echo':
/tmp/guix-build-libbonobo-2.32.1.drv-0/libbonobo-2.32.1/samples/echo/Bonobo_Sample_Echo-stubs.c:12: undefined reference to `Bonobo_Sample_Echo__iinterface'
ld: /tmp/guix-build-libbonobo-2.32.1.drv-0/libbonobo-2.32.1/samples/echo/Bonobo_Sample_Echo-stubs.c:12: undefined reference to `Bonobo_Sample_Echo__classid'
ld: /tmp/guix-build-libbonobo-2.32.1.drv-0/libbonobo-2.32.1/samples/echo/Bonobo_Sample_Echo-stubs.c:12: undefined reference to `_ORBIT_skel_small_Bonobo_Sample_Echo_echo'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:488: echo-client-2] Error 1
* gnu/packages/gnome.scm (libbonobo)[arguments]: Add #:parallel-build?.
| Ludovic Courtès |
2018-11-29 | gnu: sbcl: bootstrap with clisp on non-Intel machines....* gnu/packages/lisp.scm (sbcl)[native-inputs]: If the current system is
not x86_64-linux or i686-linux, use clisp in place of ccl.
[arguments]: In the custom build phase, use the correct bootstrap lisp.
| Efraim Flashner |
2018-11-29 | gnu: kodi: Update to 18.0rc1....* gnu/packages/kodi.scm (kodi): Update to 18.0rc1.
| Efraim Flashner |
2018-11-29 | gnu: Add arcanist....* gnu/packages/phabricator.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Robin Templeton |
2018-11-29 | gnu: Add emacs-company-irony....* gnu/packages/emacs.scm (emacs-company-irony): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Tim Gesthuizen |
2018-11-29 | gnu: Add missing patch to local.mk....This was forgotten in 082d9383d1475b772f104f1a6b363e4c80d91cf9.
* gnu/local.mk (dist_patch_DATA): Add "ghc-haddock-library-unbundle.patch".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Jonathan Brielmaier |
2018-11-29 | docker: Hide scary-looking but harmless tar failure messages....* guix/docker.scm (build-docker-image): Wrap "tar --delete" invocation
in 'with-error-to-port'.
| Ludovic Courtès |
2018-11-28 | gnu: bigloo: Update to "4.3b2"....Fixes <https://bugs.gnu.org/33525>.
* gnu/packages/scheme.scm (bigloo): Update to "4.3b2".
| Ludovic Courtès |
2018-11-28 | download: Add berlin.guixsd.org as a content-addressed mirror....* guix/download.scm (%content-addressed-mirrors)[guix-publish]: New
procedure.
Use it for "mirror.hydra.gnu.org" and add "berlin.guixsd.org" too.
| Ludovic Courtès |
2018-11-28 | download: Make (guix base16) a soft dependency....Fixes <https://bugs.gnu.org/33542>.
Reported by Mark H Weaver <mhw@netris.org>.
* guix/download.scm (%content-addressed-mirrors): Autoload (guix base16).
| Ludovic Courtès |
2018-11-28 | nls: Update documentation po and pot with `make dist`....* Makefile.am: dist-hook depends on doc-po-update.
* po/doc/local.mk (doc-po-update): New target.
| Julien Lepiller |
2018-11-28 | gnu: maxima: Update to 5.42.1....* gnu/packages/maths.scm (maxima): Update to 5.42.1.
| Kei Kebreau |
2018-11-28 | gnu: clang-from-llvm: Fix install for clang-3.*....* gnu/packages/llvm.scm (clang-from-llvm): Fix install for clang-3.*.
| Pierre Neidhardt |
2018-11-28 | guix hash: Fix version and help messages...ca719424455465fca4b872c371daf2a46de88b33 changes the name of the executable to
be displayed by the --version and --help commands of `guix hash` to
"gcrypt hash".
This is reverted by this commit.
* guix/scripts/hash.scm (show-help): Change string literals
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Tim Gesthuizen |
2018-11-28 | channels: Add 'checkout->channel-instance'....* guix/channels.scm (checkout->channel-instance): New procedure.
| Ludovic Courtès |
2018-11-28 | inferior: Add 'inferior-eval-with-store'....* guix/inferior.scm (inferior-eval-with-store): New procedure, with code
formerly in 'inferior-package-derivation'.
(inferior-package-derivation): Rewrite in terms of
'inferior-eval-with-store'.
* tests/inferior.scm ("inferior-eval-with-store"): New test.
| Ludovic Courtès |
2018-11-28 | ui: 'show-what-to-build' reports grafts separately....* guix/ui.scm (graft-derivation?): New procedure.
(show-what-to-build): Distinguish among BUILD derivations that match
'graft-derivation?'. Report them separately.
| Ludovic Courtès |
2018-11-28 | status: Report grafting derivations specially....* guix/status.scm (print-build-event): In 'build-started' event handler,
check the properties of DRV and handle 'graft' derivations specially.
| Ludovic Courtès |
2018-11-28 | grafts: Record metadata as derivation properties....* guix/grafts.scm (graft-derivation/shallow): Pass #:properties to
'build-expression->derivation'.
* tests/grafts.scm ("graft-derivation, grafted item is a direct
dependency"): Check the value returned by 'derivation-properties'.
| Ludovic Courtès |
2018-11-28 | derivations: Add properties....* guix/derivations.scm (derivation): Add #:properties parameter.
[user+system-env-vars]: Honor it.
(derivation-properties): New procedure.
(build-expression->derivation): Add #:properties and pass it to
'derivation'.
* guix/gexp.scm (gexp->derivation): Likewise.
* tests/derivations.scm ("derivation-properties"): New test.
* tests/gexp.scm ("gexp->derivation properties"): New test.
* doc/guix.texi (Derivations, G-Expressions): Adjust accordingly.
| Ludovic Courtès |
2018-11-28 | gnu: parallel: Update to 20181122....* gnu/packages/parallel.scm (parallel): Update to 20181122.
| Efraim Flashner |
2018-11-27 | Revert "gnu: Add rclone."...This reverts commit 8b5e2e94afdef6430583c3a0ef02fe2d7fcc16d1.
| Mark H Weaver |
2018-11-27 | gnu: linux-libre: Update to 4.19.5....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.5.
(%linux-libre-hash): Update hash.
(%linux-libre-4.19-patches): Rename patch (4.18 -> 4.19).
| Mark H Weaver |
2018-11-27 | gnu: linux-libre@4.14: Update to 4.14.84....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.84.
(%linux-libre-4.14-hash): Update hash.
| Mark H Weaver |
2018-11-27 | gnu: linux-libre@4.9: Update to 4.9.141....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.141.
| Mark H Weaver |
2018-11-27 | gnu: linux-libre@4.4: Update to 4.4.165....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.165.
| Mark H Weaver |
2018-11-27 | gnu: wxmaxima: Update to 18.11.4....* gnu/packages/maths.scm (wxmaxima): Update to 18.11.4.
[source]: Switch to git-fetch.
| Kei Kebreau |
2018-11-27 | gnu: Add r-chipexoqual....* gnu/packages/bioconductor.scm (r-chipexoqual): New variable.
| Ricardo Wurmus |
2018-11-27 | gnu: scribus: Fix build with recent Poppler....Suggested by ngz on #guix.
* gnu/packages/patches/scribus-poppler.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/scribus.scm (scribus)[source]: Add patch.
| Ricardo Wurmus |
2018-11-27 | gnu: Add rclone....* gnu/packages/sync.scm (rclone): New variable.
| Nicolas Goaziou |
2018-11-27 | gnu: x265: Fix building on armhf-linux....* gnu/packages/video.scm (x265)[patches]: Add patch.
[arguments]: Add a configure-flag to disable assembly. Adjust a custom
phase to recognize armv8 as 32-bit arm when masquerading as armhf-linux.
| Efraim Flashner |
2018-11-27 | gnu: x265: Install static libraries in a separate output....This saves more than 50% of the closure size.
* gnu/packages/video.scm (x265)[outputs]: New field.
[arguments]: Add custom phase to move the static libraries to a new
output.
| Efraim Flashner |
2018-11-27 | gnu: x265: Build 10-bit and 12-bit libraries....* gnu/packages/video.scm (x265)[arguments]: Add configure-flag to set
%output for the other builds. Add custom 'build-12-bit and 'build-10-bit
phases to build their respective versions. Add a custom phase to install
the 10-bit and 12-bit libraries.
| Efraim Flashner |
2018-11-27 | pack: List the available formats....* guix/scripts/pack.scm (show-formats): New variable.
(%options, show-help): Add 'list-formats' option.
| Efraim Flashner |
2018-11-27 | describe: Delete 'directory' argument from 'display-checkout-info'....This commit follows 1255400faabfcf0ca1666d17f2f34ea0d49f6b1f.
* guix/scripts/describe.scm (display-checkout-info): Delete 'directory'
argument.
| Oleg Pykhalov |
2018-11-27 | gnu: rss-bridge: Update to 2018-11-10....* gnu/packages/web.scm (rss-bridge): Update to 2018-11-10.
| Arun Isaac |
2018-11-27 | gnu: orbit2: Specify upstream name....* gnu/packages/gnome.scm (orbit2)[properties]: New field.
| Ludovic Courtès |
2018-11-27 | gnu: orbit2: Do not build static libraries....* gnu/packages/gnome.scm (orbit2)[arguments]: Add "--disable-static" to
#:configure-flags.
| Ludovic Courtès |
2018-11-27 | gnu: Add vimb....* gnu/packages/web-browsers.scm (vimb): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Timo Eisenmann |
2018-11-27 | gnu: python-kivy-next, python2-kivy-next: Deprecate....As discussed at <https://bugs.gnu.org/33426>.
* gnu/packages/python.scm (python-kivy-next, python2-kivy-next): Mark as
deprecated.
| Ludovic Courtès |
2018-11-27 | swh: Export 'save-origin' and related bindings....* guix/swh.scm: Export bindings related to 'save-origin'.
| Ludovic Courtès |
2018-11-27 | gnu: guile-simple-zmq: Update to 68bedb6....* gnu/packages/guile.scm (guile-simple-zmq): Update to 68bedb6.
| Ludovic Courtès |
2018-11-27 | gnu: randomjungle: Update homepage and sourc....* gnu/packages/machine-learning.scm (randomjungle)[source]: Update URL.
[homepage]: Update URL.
| Björn Höfling |