~ruther/guix-local

2324541b — Efraim Flashner 8 years ago
gnu: sortmerna: Limit support to x86_64 and i686 only.

* gnu/packages/bioinformatics.scm (sortmerna)[supported-systems]: New field.
a388c951 — Ludovic Courtès 8 years ago
gnu: totem: Do not build static libraries.

* gnu/packages/gnome.scm (totem)[arguments]: Pass "--disable-static".
This reduces the size of Totem from 11 MiB to 9 MiB.
644e5f17 — Tobias Geerinckx-Rice 8 years ago
download: Add OpenBSD mirrors.

* guix/download.scm (%mirrors) <openbsd>: Add HTTPS OpenBSD mirrors.
* gnu/packages/ntp.scm (openntpd)[source]: Use them.
* gnu/packages/ssh.scm (openssh)[source]: Likewise.
* gnu/packages/tls.scm (libressl)[source]: Likewise.
b225b1be — Tobias Geerinckx-Rice 8 years ago
gnu: openntpd: Update to 6.1p1.

* gnu/packages/ntp.scm (openntpd): Update to 6.1p1.
c48fa0ad — Tobias Geerinckx-Rice 8 years ago
gnu: tlp: Update to 1.0.

* gnu/packages/linux.scm (tlp): Update to 1.0.
137a3309 — Tobias Geerinckx-Rice 8 years ago
gnu: meson: Update to 0.41.1.

* gnu/packages/build-tools.scm (meson) Update to 0.41.1.
ec5c24f9 — Ludovic Courtès 8 years ago
gnu: totem: Disable automatic plugin installation.

* gnu/packages/gnome.scm (totem)[arguments]: Add #:configure-flags.
5058bf56 — Ludovic Courtès 8 years ago
guix system: Use "image.iso" as the name of ISO images.

* guix/scripts/system.scm (system-derivation-for-action): Pass #:name to
'system-disk-image'.
8d033e3e — Ludovic Courtès 8 years ago
vm: 'iso9660-image' produces a single-file output.

* gnu/system/vm.scm (expression->derivation-in-linux-vm): Add
  #:single-file-output? and pass it to 'load-in-linux-vm'.
(iso9660-image): Pass #:single-file-output? to
'expression->derivation-in-linux-vm'.
* gnu/build/vm.scm (load-in-linux-vm): Add #:single-file-output? and
honor it.
45c18f85 — Jelle Licht 9 years ago
gnu: node: Add search path specification for 'NODE_PATH'.

* gnu/packages/node.scm (node)[native-search-paths]: New field.
21ffcd65 — Tobias Geerinckx-Rice 8 years ago
vm: Increase disk size overhead estimate.

* gnu/build/vm.scm (estimated-partition-size): Add 25% to the graph size.
e333efd5 — Tobias Geerinckx-Rice 8 years ago
gnu: libstaroffice: Update to 0.0.4.

* gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.4.
852241eb — 宋文武 8 years ago
system: Add 'newuidmap' and 'newgidmap' to %SETUID-PROGRAMS.

* gnu/system.scm (%setuid-programs): Add 'newuidmap' and 'newgidmap'.
172b3e2c — 宋文武 8 years ago
services: sysctl: Fix typo.

* gnu/services/sysctl.scm: Fix typo of 'make-sysctl-configuration'.
e4e52509 — Tobias Geerinckx-Rice 8 years ago
gnu: moka-icon-theme: Update to 5.3.6.

* gnu/packages/gnome.scm (moka-icon-theme): Update to 5.3.6.
29ddf4b6 — Tobias Geerinckx-Rice 8 years ago
gnu: edi: Update to 0.5.1.

* gnu/packages/enlightenment.scm (edi): Update to 0.5.1.
84de27c8 — Ricardo Wurmus 8 years ago
gnu: enblend-enfuse: Use texlive-tiny.

* gnu/packages/photo.scm (enblend-enfuse)[native-inputs]: Replace
texlive-minimal with texlive-tiny.
9840b8fa — Ricardo Wurmus 8 years ago
gnu: c-toxcore: Update to 0.1.9.

* gnu/packages/messaging.scm (c-toxcore): Update to 0.1.9.
[build-system]: Switch to cmake-build-system.
[native-inputs]: Remove autoconf, automake, libtool, and check.
[inputs]: Rename to...
[propagated-inputs]: ...this.
[arguments]: Remove field.
8b5bf308 — nikita 8 years ago
gnu: Rename (gnu packages gforth) to (gnu packages forth).

* gnu/local.mk (GNU_SYSTEM_MODULES): Rename gforth.scm to forth.scm.
* gnu/packages/gforth.scm: Rename file to forth.scm.
* gnu/packages/forth.scm: Renamed from gforth.scm.
8b89c171 — Ricardo Wurmus 8 years ago
gnu: python-numpy-documentation: Use texlive-union.

* gnu/packages/python.scm (python-numpy-documentation)[native-inputs]: Replace
"texlive" with a texlive-union.
Next