~ruther/guix-local

db909bf2 — Marius Bakke 9 years ago
gnu: cmake: Remove bundled software.

* gnu/packages/cmake.scm (cmake)[source]: Add 'snippet' to remove bundled
libraries.
[arguments]: Drop removed files from 'patch-bin-sh' phase.
[license]: Update for remaining software.
4bbb7d48 — Marius Bakke 9 years ago
gnu: cmake: Update to 3.7.2.

* gnu/packages/cmake.scm (cmake): Update to 3.7.2.
[arguments]: Fix truthiness of some phases.
[inputs]: Add LIBUV.
8505eb19 — Marius Bakke 9 years ago
Merge branch 'staging' into core-updates

Conflicts:
	gnu/local.mk: Missing mention of gdk-pixbuf-list-dir.patch in the
	commit log really confused me here... It's from 8c6b077bfae (staging).
	gnu/packages/xorg.scm: xkeyboard-config updated both places.
3b88f376 — Efraim Flashner 9 years ago
gnu: Add bootstrap-binaries for 'aarch64-linux'.

These bootstrap-binaries were built against commit
8f8f250bdca917b3ce38aa0902f01b19081859a4.

* gnu/packages/bootstrap/aarch64-linux/bash,
gnu/packages/bootstrap/aarch64-linux/mkdir,
gnu/packages/bootstrap/aarch64-linux/xz,
gnu/packages/bootstrap/aarch64-linux/tar: New files.

* gnu/local.mk (bootstrap_aarch64_linuxdir)
(dist_bootstrap_aarch64_linux_DATA)
(nodist_bootstrap_aarch64_linux_DATA): New variables.
(DISTCLEANFILES): Add $(nodist_bootstrap_aarch64_linux_DATA).
(gnu/packages/bootstrap/aarch64-linux/guile-2.0.14.tar.xz): New target.
* build-aux/download.scm (filename->uri): Add aarch64-linux entry.
* gnu/packages/bootstrap.scm (raw-build): Use guile-2.0.14.tar.xz on
aarch64-linux.
(glibc-dynamic-linker, %bootstrap-coreutils&co, %boostrap-binutils)
(%bootstrap-glibc, %bootstrap-gcc): Add aarch64-linux cases.
* m4/guix.m4 (GUIX_SYSTEM_TYPE): Add aarch64 case.
(GUIX_ASSERT_SUPPORTED_SYSTEM): Add aarch64-linux to supported list.
* doc/guix.texi (GNU Distribution): Add aarch64-linux to the list of
supported systems.
* tests/packages.scm (package-search-derivation, snippet): Add aarch64
case.
77e16733 — Efraim Flashner 9 years ago
daemon: Ensure proper alignment on the stack.

* nix/libstore/build.cc (startBuilder): When calling 'clone', increase
the step to 16 and ensure it aligns properly on the stack.
653add37 — Efraim Flashner 9 years ago
gnu: %bootstrap-coreutils&co: Patch egrep/fgrep to work regardless of $PATH.

This is the bootstrap version of 1063d325ea76aa2b00dfcd3d436b16e412103df1

* gnu/packages/bootstrap.scm (%bootstrap-coreutils&co)[source]: Patch
the absolute location of 'grep' when called from 'egrep' or 'fgrep'.
d15432ca — Efraim Flashner 9 years ago
Merge remote-tracking branch 'origin/master' into core-updates
def97168 — Efraim Flashner 9 years ago
gnu: bash: Update to patch level 12.

* gnu/packages/bash.scm (%patch-series-4.4): Add patch 12.
e7479644 — Efraim Flashner 9 years ago
gnu: coreutils: Don't run tests in parallel.

* gnu/packages/base.scm (coreutils)[arguments]: Add '#:parallel-tests? #f'
to address a race contition in the test suite.
864738ba — Efraim Flashner 9 years ago
gnu: libpng: Update to 1.6.28.

* gnu/packages/image.scm (libpng): Update to 1.6.28.
[source]: Remove patch.
* gnu/packages/patches/libpng-CVE-2016-10087.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
3b254d76 — Ricardo Wurmus 9 years ago
gnu: ardour: Update to 5.6.

* gnu/packages/audio.scm (ardour): Update to 5.6.
52d901da — Mark H Weaver 9 years ago
gnu: linux-libre: Update to 4.10.  Keep 4.9 as longterm release.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.
(%linux-libre-hash): Update hash.
(linux-libre-4.9): New variable.
* gnu/packages/linux-libre-4.10-x86_64.conf,
gnu/packages/linux-libre-4.10-i686.conf: New files.
* Makefile.am (KCONFIGS): Add them.
913059a1 — Efraim Flashner 9 years ago
gnu: libpng: Update source urls.

* gnu/packages/image.scm (libpng)[source]: Add 'history' location for
older versions.
361d982c — Marius Bakke 9 years ago
gnu: Add python-cycler.

* gnu/packages/python.scm (python-cycler, python2-cycler): New variables.
b35f442e — Marius Bakke 9 years ago
gnu: Remove xf86-video-modesetting.

This is part of xorg-server since version 1.17:

https://cgit.freedesktop.org/xorg/xserver/commit/?id=35dc7c75150733dbcef8a18b6796f49a7c48ebee

* gnu/packages/xorg.scm (xf86-video-modesetting): Remove variable.
* gnu/services/xorg.scm (xorg-configuration-file, %default-xorg-modules):
Adjust accordingly.
4a4fc718 — Marius Bakke 9 years ago
gnu: jemalloc: Update to 4.4.0.

* gnu/packages/jemalloc.scm (jemalloc): Update to 4.4.0.
[source, home-page]: Update to current URLs.
8071bbbc — Ricardo Wurmus 9 years ago
gnu: qtractor: Use new home page.

* gnu/packages/music.scm (qtractor)[home-page]: Use new home page.
873253dd — Ricardo Wurmus 9 years ago
gnu: qtractor: Update to 0.8.1.

* gnu/packages/music.scm (qtractor): Update to 0.8.1.
c93f5069 — Mark H Weaver 9 years ago
gnu: linux-libre: Update to 4.9.11.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.9.11.
(%linux-libre-hash): Update hash.
64d38538 — Mark H Weaver 9 years ago
gnu: linux-libre@4.4: Update to 4.4.50.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.50.
Next