~ruther/guix-local

2c7321ea — Tobias Geerinckx-Rice 8 years ago
gnu: libconfuse: Update to 3.2.1.

* gnu/packages/wm.scm (libconfuse): Update to 3.2.1.
623cc34c — Eric Bavier 8 years ago
gnu: rpm: Update to 4.13.0.1.

* gnu/packages/package-management.scm (rpm): Update to 4.13.0.1
[source]: Remove patch.  Use 'version-major+minor' for url.
* gnu/packages/patches/rpm-CVE-2014-8118.patch: Delete patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
52d445f1 — Arun Isaac 8 years ago
gnu: Add rss-bridge.

* gnu/packages/web.scm (rss-bridge): New variable.
961012a0 — Marius Bakke 8 years ago
gnu: Add missing import.

This is a followup to d016b60fa350834e96dd075b6121de2c27ee2205.

* gnu/packages/networking.scm (gnu): Use (gnu packages glib).
a0995702 — Dave Love 8 years ago
gnu: openmpi: Add RDMA and libfabric support.

* gnu/packages/mpi.scm (openmpi)[inputs]: Add rdma-core, libfabric.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
ae5947b0 — Dave Love 8 years ago
gnu: Add libfabric.

* gnu/packages/linux.scm (libfabric): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
3eb7c000 — Dave Love 8 years ago
gnu: libnl: Add "python2" and "python3" outputs.

* gnu/packages/linux.scm (libnl)[native-inputs]: Add SWIG and PKG-CONFIG.
[inputs]: Add PYTHON-2 and PYTHON-3.
[outputs]: Add python2, python3.
[arguments]: Add 'install-python' phase.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
d80a47f2 — Dave Love 8 years ago
gnu: libnl: Add "doc" output.

* gnu/packages/linux.scm (libnl)[native-inputs]: Add doc origin.
[outputs]: New field.
[arguments]: Add 'install-doc' phase. New field.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
d016b60f — Nicolas Goaziou 8 years ago
gnu: wireshark: Update to 2.4.0.

* gnu/packages/networking.scm (wireshark): Update to 2.4.0.  Add "libssh",
  "libxml2", "qtbase" and "qttools" as inputs.  Remove unused "bison", "flex"
  and "gtk+" inputs.
9fa0c0e6 — Marius Bakke 8 years ago
gnu: libmspack: Update to 0.6 [fixes CVE-2017-{6419,11423}].

* gnu/packages/compression.scm (libmspack): Update to 0.6.
2d72ddf5 — Mark H Weaver 8 years ago
gnu: linux-libre: Update to 4.12.8.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.8.
(%linux-libre-hash): Update hash.
1e070766 — Mark H Weaver 8 years ago
gnu: linux-libre@4.9: Update to 4.9.44.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.44.
821f1871 — Mark H Weaver 8 years ago
gnu: linux-libre@4.4: Update to 4.4.83.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.83.
f2d7a492 — Christopher Baines 8 years ago
web: Check for the existance of SSL related files.

This adds back the previous behaviour of the nginx-service-type, where the
service would check at the time when the configuration is generated if the SSL
certificate and certificate key file exists.

* gnu/services/web.scm (emit-nginx-server-config): Add back check for SSL
  related files.
c9aa261b — Andy Wingo 9 years ago
gnu: services: Nginx configs can reference store

* gnu/services/web.scm (config-domain-strings, config-index-strings): Emit
lists instead of strings.
(emit-nginx-location-config, emit-nginx-server-config)
(emit-nginx-upstream-config): Rename from nginx-location-config,
default-nginx-server-config, and nginx-upstream-config.  Emit lists instead of
strings.
(flatten): New helper.
(default-nginx-config): Use flatten helper to write nginx conf.  This allows
location configs to reference store values.

Signed-off-by: Christopher Baines <mail@cbaines.net>
e9a599cd — Manolis Ragkousis 8 years ago
gnu: Add OpenMW.

* gnu/packages/game-development.scm (openmw): New variable.
42d0d13d — Manolis Ragkousis 8 years ago
gnu: Add mygui.

* gnu/packages/game-development.scm (mygui): New variable.
dd75a9a2 — Manolis Ragkousis 8 years ago
gnu: Add ogre.

* gnu/packages/graphics.scm (ogre): New variable.
bf3fa996 — Ricardo Wurmus 8 years ago
gnu: Add r-methylkit.

* gnu/packages/bioinformatics.scm (r-methylkit): New variable.
8a39e4a5 — Ricardo Wurmus 8 years ago
gnu: sassc: Update to 3.4.5.

* gnu/packages/web.scm (sassc): Update to 3.4.5.
[arguments]: Add PREFIX to make-flags, disable tests, remove custom install
phase.
Next