~ruther/guix-local

b89e7405 — Ludovic Courtès 10 years ago
syscalls: Rename 'network-interfaces' and 'all-network-interfaces'.

* guix/build/syscalls.scm (network-interfaces): Rename to...
  (network-interface-names): ... this.
  (all-network-interfaces): Rename to...
  (all-network-interface-names): ... this.
* gnu/services/networking.scm (dhcp-client-service): Adjust accordingly.
* tests/syscalls.scm ("all-network-interfaces"): Rename to...
  ("all-network-interface-names"): ... this, and adjust accordingly.
  ("network-interfaces"): Rename to...
  ("network-interface-names"): ... this, and adjust accordingly.
53de532f — Ludovic Courtès 10 years ago
doc: Make "Application Setup" more prominent.

* doc/guix.texi (Binary Installation): Add reference to "Application Setup".
bd4af2f9 — Ben Woodcroft 10 years ago
gnu: bedtools: Update to 2.24.0.

* gnu/packages/bioinformatics.scm (bedtools): Update to 2.24.0.
7409c8d4 — Mark H Weaver 10 years ago
gnu: e2fsprogs: Update to 1.42.13.

* gnu/packages/linux.scm (e2fsprogs): Update to 1.42.13.  Change the source
  URI to use the .tar.xz file from kernel.org.
6bb5a8a1 — Andreas Enge 10 years ago
gnu: Add liblxqt.

* gnu/packages/lxqt.scm (liblxqt): New variable.
4a827670 — Andreas Enge 10 years ago
gnu: Add kwindowsystem.

* gnu/packages/kde-frameworks.scm (kwindowsystem): New variable.
f272987a — Andreas Enge 10 years ago
gnu: Add extra-cmake-modules.

* gnu/packages/kde-frameworks.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Register it.
d0dfc066 — Andreas Enge 10 years ago
gnu: ripperX: Update to 2.8.0.

* gnu/packages/mp3.scm (ripperx): Update to 2.8.0. Drop one patch and
  add another one.
* gnu/packages/patches/ripperx-libm.patch: Remove file.
* gnu/packages/patches/ripperx-missing-file.patch: New file.
* gnu-system.am (dist_patch_DATA): Register one patch and unregister the
  other.
10b1f688 — Andreas Enge 10 years ago
gnu: Add cm.

* gnu/packages/algebra.scm (cm): New variable.
9f51293c — Andreas Enge 10 years ago
gnu: algebra: Prefix imported licenses.

* gnu/packages/algebra.scm (mpfrcx, fplll, pari-gp, gp2c, flint, arb,
  bc, fftw, eigen)[license]: Prefix imported licenses.
878c8f3f — Andreas Enge 10 years ago
gnu: mpfrcx: Propagate inputs.

* gnu/packages/algebra.scm (mpfrcx): Propagate inputs gmp, mpfr and mpc.
47e0ba8f — Ludovic Courtès 10 years ago
gnu: clang: Disable distro detection and remove FHS assumptions.

* gnu/packages/patches/clang-libc-search-path.patch: Disable distro detection
  and remove hard-coded FHS file names, both of which would lead to breakage
  on non-GuixSD systems.
8fe5b1d1 — Ludovic Courtès 10 years ago
doc: Fix name of GNU FreeFont package.

Fixes <http://bugs.gnu.org/21121>.
Reported by Malcolm Cook <MEC@stowers.org>.

* doc/guix.texi (Application Setup): Fix name of GNU FreeFont package.
ec2406ef — Ludovic Courtès 10 years ago
vm: Use the 'umount' procedure instead of util-linux's 'umount' command.

* gnu/build/vm.scm (initialize-root-partition, initialize-hard-disk): Use the
  'umount' procedure instead of invoking the 'umount' command.
* gnu/system/vm.scm (qemu-image): Remove UTIL-LINUX from INPUTS.
e9ba6357 — Ludovic Courtès 10 years ago
doc: Clarify that tar timestamp warnings affect tar <= 1.26.

* doc/guix.texi (Binary Installation): Explain that warnings were triggered by
  tar <= 1.26.
7e96eb1a — Ludovic Courtès 10 years ago
gnu: guile-static: Add 'umount' procedure.

* gnu/packages/patches/guile-linux-syscalls.patch: Add 'umount' subr.
7c0a9104 — Ludovic Courtès 10 years ago
gnu: Add extundelete.

* gnu/packages/linux.scm (extundelete): New variable.
324bdcd8 — Andreas Enge 10 years ago
gnu: gp2c: Update to 0.0.9pl3.

* gnu/packages/algebra.scm (gp2c): Update to 0.0.9pl3.
424ce93d — Andreas Enge 10 years ago
gnu: arb: Update to 2.7.0.

* gnu/packages/algebra.scm (arb): Update to 2.7.0.
ec5f3ec4 — Andreas Enge 10 years ago
gnu: parallel: Update to 20150722.

* gnu/packages/parallel.scm (parallel): Update to 20150722.
Next