~ruther/guix-local

08fa7613 — Ludovic Courtès 10 years ago
install: Turn off deduplication for the binary tarball.

* gnu/build/install.scm (register-closure): Add #:deduplicate? parameter and
  honor it.
  (populate-single-profile-directory): Likewise.
* gnu/system/install.scm (self-contained-tarball): Pass #:deduplicate? #f.
  Invoke tar with --check-links.
2f6d3e41 — Ludovic Courtès 10 years ago
gnu: ocaml: Don't rely on (gnu packages commencement).

* gnu/packages/ocaml.scm (ocaml)[inputs]: Use (canonical-package gcc-4.8)
  instead of GCC-FINAL.
ba981db2 — Mark H Weaver 10 years ago
gnu: guix: Update snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to 2c04921.
4192e898 — Mathieu Lirzin 10 years ago
list-packages: Move to guix-artwork repository.

In order to integrate the package list in the GuixSD website, the listing of
packages has been moved into the website implementation.

* build-aux/list-packages.scm: Remove file.
* Makefile.am (EXTRA_DIST): Adapt to it.
2c049216 — Mark H Weaver 10 years ago
offload: Fix sorting bug in 'choose-build-machine'.

* guix/scripts/offload.scm (choose-build-machine)[undecorate]: Return the
  boolean result of pred instead of the best machine+slot.
86517de6 — Ricardo Wurmus 10 years ago
gnu: miso: Use HTTPS URL.

* gnu/packages/bioinformatics.scm (miso)[source]: Use "https" protocol for
  downloading the source tarball.
1bbc3b1d — Ricardo Wurmus 10 years ago
gnu: bedops: Update to 2.4.14.

* gnu/packages/bioinformatics.scm (bedops): Update to 2.4.14.
6178d947 — 宋文武 10 years ago
gnu: Add wayland.

* gnu/packages/freedesktop.scm (wayland): New variable.
f5a9ffa0 — Alex Kost 10 years ago
system: Rename 'sudoers' into 'sudoers-file'.

* gnu/system.scm (<operating-system>): Rename record field.
  (etc-directory): Rename argument.
  (operating-system-etc-directory): Adjust accordingly.
* doc/guix.texi (operating-system Reference): Likewise.
01e64ef5 — Mark H Weaver 10 years ago
gnu: talloc: Change source URI to use https.

* gnu/packages/samba.scm (talloc)[source]: Change URI to use https.
2cba3d6f — 宋文武 10 years ago
gnu: qt: Add more inputs.

* gnu/packages/qt.scm (qt)[inputs]: Add cups, libmng, postgresql and unixodbc.
b9ecd5ae — 宋文武 10 years ago
gnu: Add libmng.

* gnu/packages/image.scm (libmng): New variable.
a33b8449 — 宋文武 10 years ago
gnu: qt: Update to 5.4.2.

* gnu/packages/qt.scm (qt): Update to 5.4.2.
d22b9397 — 宋文武 10 years ago
gnu: qt-4: Update to 4.8.7.

* gnu/packages/qt.scm (qt-4): Update to 4.8.7.
9e4552aa — 宋文武 10 years ago
gnu: talloc: Update to 2.1.2.

* gnu/packages/samba.scm (talloc): Update to 2.1.2.
d5711017 — Andreas Enge 10 years ago
gnu: calibre: Update to 2.30.0.

* gnu/packages/ebook.scm (calibre): Update to 2.30.0.
55d1f529 — Ludovic Courtès 10 years ago
gnu-maintenance: Use 'home-page' as an additional hint of "GNUness".

Reported by Rastus_Vernon on IRC.
Fixes 'gnu-package?' for GNUcash.

* guix/gnu-maintenance.scm (gnu-package?)[gnu-home-page?]: New procedure.  Use
  it to determine whether PACKAGE is GNU.
acec3beb — Ludovic Courtès 10 years ago
build: Don't build the guix-daemon man page when --disable-daemon.

Fixes <http://bugs.gnu.org/20824>.
Reported by Mark H Weaver <mhw@netris.org>.

* doc.am (dist_man1_MANS): Conditionalize doc/guix-daemon.1 on BUILD_DAEMON.
fef3cfaa — Mark H Weaver 10 years ago
gnu: qemu: Add fixes for CVE-2015-{4037,4103,4104,4105,4106}.

* gnu/packages/patches/qemu-CVE-2015-4037.patch,
  gnu/packages/patches/qemu-CVE-2015-4103.patch,
  gnu/packages/patches/qemu-CVE-2015-4104.patch,
  gnu/packages/patches/qemu-CVE-2015-4105.patch,
  gnu/packages/patches/qemu-CVE-2015-4106-pt1.patch,
  gnu/packages/patches/qemu-CVE-2015-4106-pt2.patch,
  gnu/packages/patches/qemu-CVE-2015-4106-pt3.patch,
  gnu/packages/patches/qemu-CVE-2015-4106-pt4.patch,
  gnu/packages/patches/qemu-CVE-2015-4106-pt5.patch,
  gnu/packages/patches/qemu-CVE-2015-4106-pt6.patch,
  gnu/packages/patches/qemu-CVE-2015-4106-pt7.patch,
  gnu/packages/patches/qemu-CVE-2015-4106-pt8.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/qemu.scm (qemu-headless)[source]: Add patches.
77ff9e9a — Mark H Weaver 10 years ago
gnu: git: Update to 2.4.3.

* gnu/packages/version-control.scm (git, git-manpages): Update to 2.4.3.
Next