~ruther/guix-local

a623fd7f — Alex Vong 8 years ago
gnu: Add ghc-murmur-hash.

* gnu/packages/haskell.scm (ghc-murmur-hash): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
ca48a345 — Alex Vong 8 years ago
gnu: Add ghc-data-hash.

* gnu/packages/haskell.scm (ghc-data-hash): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
adcb3064 — Efraim Flashner 8 years ago
gnu: pspp: Update to 0.11.0.

This fixes CVE-2017-10791, CVE-2017-10792.

* gnu/packages/statistics.scm (pspp): Update to 0.11.0.
96f23b62 — Alex Vong 8 years ago
gnu: Add ghc-equivalence.

* gnu/packages/haskell.scm (ghc-equivalence): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
3f8b8e73 — Alex Vong 8 years ago
gnu: Add ghc-boxes.

* gnu/packages/haskell.scm (ghc-boxes): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
be04f802 — Alex Vong 8 years ago
gnu: Add ghc-edit-distance.

* gnu/packages/haskell.scm (ghc-edit-distance): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
867ed977 — Alex Vong 8 years ago
gnu: Add ghc-stmonadtrans.

* gnu/packages/haskell.scm (ghc-stmonadtrans): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
f99a57dc — Alex Vong 8 years ago
gnu: Add ghc-strict.

* gnu/packages/haskell.scm (ghc-strict): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
c12562e1 — Alex Vong 8 years ago
gnu: cpphs: Update to 1.20.8.

* gnu/packages/haskell.scm (cpphs): Update to 1.20.8.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
gnu: font-google-noto: Use font-build-system.

* gnu/packages/fonts.scm (font-google-noto)[build-system]: Use
font-build-system.
[source]: Use url-fetch/zipbomb.
[arguments]: Remove it.
[native-inputs]: Remove it.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
d534f3a4 — Efraim Flashner 8 years ago
gnu: r-mzr: Fix building on aarch64 and armhf.

* gnu/packages/bioinformatics.scm (r-mzr)[inputs]: Add boost.
953a12fa — Efraim Flashner 8 years ago
gnu: hdf4: Fix building on aarch64.

* gnu/packages/maths.scm (hdf4)[arguments]: Add a phase to improve
detection and support for aarch64-linux.
8343d373 — Leo Famulari 8 years ago
gnu: cgit: Don't build cgit's special 'git:src' input.

This special version of Git is only used within the build process of
cgit. We don't need to build it otherwise, so the package is removed
with this commit.

* gnu/packages/version-control.scm (cgit)[inputs]: Replace the git@2.10
package with an origin reference of the source code.
(git@2.10): Remove variable.
6230e155 — Christopher Baines 8 years ago
gnu: Fix memcached service startup.

Memcached changes to the memcached user from root before writing the PID
file. This means that it must be able to write the PID file as the memcached
user.

To make this work, create the /var/run/memcached directory when the service
starts, make it owned by memcached, and change memcached to write the PID file
to /var/run/memcached/pid.

This wasn't picked up by the system test as the "service running" part was too
permissive, and only failed on an error. Instead, test the response from
calling start-service and check that the PID is a number.

* gnu/services/databases.scm (memcached-activation): New variable.
  (memcached-shepherd-service): Change PID file location.
  (memcached-service-type): Extend the activation-service-type.
* gnu/tests/databases.scm (run-memcached-test)[test]: Change the "service
  running" test to check the response from the shepherd.
2434f5ce — Danny Milosavljevic 8 years ago
gnu: Add dssi.

* gnu/packages/music.scm (dssi): New variable.
425d66f7 — Oleg Pykhalov 8 years ago
gnu: Add emacs-highlight-symbol.

* gnu/packages/emacs.scm (emacs-highlight-symbol): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu: fish-guix: Use new download URL.

* gnu/packages/shells.scm (fish-guix)[source]: Adjust the download URL.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
dca82aef — Marius Bakke 8 years ago
gnu: p11-kit: Update to 0.23.8.

* gnu/packages/tls.scm (p11-kit): Update to 0.23.8.
6550e5ad — Leo Famulari 8 years ago
gnu: signify: Update to 22.

* gnu/packages/crypto.scm (signify): Update to 22.
06f31e50 — Ben Woodcroft 8 years ago
gnu: diamond: Update to 0.9.10.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.10.
Next