~ruther/guix-local

fad155d4 — Mathieu Lirzin 10 years ago
packages: Factorize package specification search.

* gnu/packages.scm (%find-package): New procedure.
(specification->package, specification->package+output): Use it.
b134a80c — Mark H Weaver 10 years ago
gnu: icecat: Update bundled graphite2 to 1.3.6 [unspecified security fixes].

* gnu/packages/patches/icecat-update-graphite2-pt2.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add patch.
bd009cd9 — Mark H Weaver 10 years ago
gnu: nss: Update to 3.21.1.

* gnu/packages/gnuzilla.scm (nss): Update to 3.21.1.
d47ad089 — Mark H Weaver 10 years ago
gnu: graphite2: Replace with 1.3.6 [unspecified security fixes].

See <https://bodhi.fedoraproject.org/updates/FEDORA-2016-dec1faadc5>

* gnu/packages/fontutils.scm (graphite2)[replacement]: New field.
(graphite2-1.3.6): New variable.
c285a400 — Jessica Tallon 10 years ago
gnu: Add password-store.

* gnu/packages/password-utils.scm (password-store): New variable.

Co-authored-by: Andreas Enge <andreas@enge.fr>
Co-authored-by: Leo Famulari <leo@famulari.name>
dd6e70f9 — Roel Janssen 10 years ago
gnu: Add cppcheck.

* gnu/packages/check.scm (cppcheck): New variable.
442a6ff5 — Ludovic Courtès 10 years ago
tests: Disable grafts by default.

Fixes <http://bugs.gnu.org/22872>.
Reported by myglc2 <myglc2@gmail.com>.

* test-env.in: Define and export 'GUIX_BUILD_OPTIONS'.
* tests/guix-build.sh: When setting 'GUIX_BUILD_OPTIONS', make sure it
contains '--no-grafts'.
* tests/guix-package.sh: Likewise.
* tests/guix-daemon.sh: Add (%graft? #f) in Scheme snippets.
637cd125 — Ludovic Courtès 10 years ago
graph: Ignore 'GUIX_BUILD_OPTIONS'.

Previously 'GUIX_BUILD_OPTIONS' would be honored, but 'guix graph' does
not support the common build options.

* guix/scripts/graph.scm (guix-graph): Use 'args-fold*' instead of
'parse-command-line'.
7573d30f — Ludovic Courtès 10 years ago
guix build: Move '--no-grafts' to the common build options.

* guix/scripts/build.scm (%options): Move --no-grafts to...
(%standard-build-options): ... here.
(show-help, show-build-options-help): Adjust accordingly.
* guix/scripts/archive.scm (%default-options): Add 'graft?'.
(guix-archive): Parametrize '%graft?'.
* guix/scripts/environment.scm (%default-options): Add 'graft?'.
(guix-environment): Parametrize '%graft?'.
* guix/scripts/package.scm (%default-options): Add 'graft?'.
(guix-package): Parametrize '%graft?'.
* guix/scripts/system.scm (%default-options): Add 'graft?'.
(guix-system): Parametrize 'graft?'.
* doc/guix.texi (Additional Build Options): Move --no-grafts to...
(Common Build Options): ... here.
1cbdf82d — Ludovic Courtès 10 years ago
guix archive: Use 'with-store'.

* guix/scripts/archive.scm (guix-archive): Use 'with-store' instead of
an explicit 'open-connection'.
ed742bc4 — Mark H Weaver 10 years ago
gnu: openssl: Enable ssl2 at build time to ensure ABI compatible graft.

Fixes <https://debbugs.gnu.org/22876>
Reported by Christopher Allan Webber <cwebber@dustycloud.org>.

* gnu/packages/tls.scm (openssl-1.0.2g)[arguments]: Override the inherited
  'configure' phase to add "enable-ssl2" as an argument to ./config.
eb8065cd — Leo Famulari 10 years ago
gnu: ilmbase: Fix typo in adding a patch.

* gnu-system.am (dist_patch_DATA): Fix typo.
5e8276dcf4e3a05f69176dca816f00616e7f0593
6150b5c7 — 宋文武 10 years ago
gnu: xfce: Don't wrap 'startxfce4'.

The necessary environment variables are set by 'etc/profile' now.

* gnu/packages/xfce.scm (xfce)[build-system]: Use 'trivial-build-system'.
[arguments]: Simplify.
5e8276dc — Leo Famulari 10 years ago
gnu: ilmbase: Add patch to fix build on i686.

Fixes <http://bugs.gnu.org/22049>.

* gnu/packages/patches/ilmbase-fix-tests.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/graphics.scm (ilmbase)[source]: Add patch.
88ccca45 — Leo Famulari 10 years ago
gnu: openssh: Update to 7.2p1.

* gnu/packages/ssh.scm (openssh): Update to 7.2p1.
599860d2 — Leo Famulari 10 years ago
gnu: libressl: Update to 2.2.6.

* gnu/packages/tls.scm (libressl): Update to 2.2.6.
043c3f0b — Leo Famulari 10 years ago
gnu: parallel: Update to 20160222.

* gnu/packages/parallel.scm (parallel): Update to 20160222.
f82c8c3c — Pjotr Prins 10 years ago
gnu: r-go-db: Bioconductor changed URL for data downloads.

* gnu/packages/bioinformatics.scm (r-go-db)[source]: Update data URL.
27acfaea — Pjotr Prins 10 years ago
gnu: r-iranges: Update to 2.4.8.

* gnu/packages/bioinformatics.scm (r-iranges): Update to 2.4.8.
8921841d — Pjotr Prins 10 years ago
gnu: r-s4vectors: Update to 0.8.11.

* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.8.11.
Next