~ruther/guix-local

4e823eae — 宋文武 10 years ago
gnu: gnome-klotski: Fix build.

* gnu/packages/gnome.scm (gnome-klotski)[inputs]: Add libgames-support.
f09520db — 宋文武 10 years ago
gnu: Add libgames-support.

* gnu/packages/gnome.scm (libgames-support): New variable.
041d0ff8 — 宋文武 10 years ago
gnu: poppler: Update to 0.43.0.

* gnu/packages/pdf.scm (poppler): Update to 0.43.0.
f8cf8975 — 宋文武 10 years ago
gnu: Unregister poppler-CVE-2015-8868.patch.

* gnu/local.mk (dist_patch_DATA): Unregister poppler-CVE-2015-8868.patch.
6655a743 — 宋文武 10 years ago
Merge branch 'master' into gnome-updates
2d4422d5 — Roel Janssen 10 years ago
gnu: Add bash-tap.

* gnu/packages/bash.scm (bash-tap): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
b5f13fdb — Roel Janssen 10 years ago
gnu: Add r-mvtnorm.

* gnu/packages/statistics.scm (r-mvtnorm): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
d17ae8c0 — Nicolas Goaziou 10 years ago
gnu: Add thinkfan.

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

Signed-off-by: Leo Famulari <leo@famulari.name>
13416a10 — Kei Yamashita 10 years ago
gnu: Add moc.

* gnu/packages/music.scm (moc): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
bdb2d56e — Leo Famulari 10 years ago
gnu: mutt: Update to 1.6.1.

* gnu/packages/mail.scm (mutt): Update to 1.6.1.
70dced54 — Leo Famulari 10 years ago
gnu: msmtp: Update to 1.6.4.

* gnu/packages/mail.scm (msmtp): Update to 1.6.4.
aa206271 — Alex Griffin 10 years ago
gnu: wesnoth: Update to 1.12.5.

* gnu/packages/games.scm (wesnoth): Update to 1.12.5.

Signed-off-by: Leo Famulari <leo@famulari.name>
9fab7937 — Mark H Weaver 10 years ago
gnu: bind-utils: Update to 9.10.4.

* gnu/packages/dns.scm (bind-utils): Update to 9.10.4.
ef3b9047 — Mark H Weaver 10 years ago
gnu: isc-dhcp: Update to 4.3.4 [with mitigation for CVE-2016-2774].

* gnu/packages/admin.scm (isc-dhcp): Update to 4.3.4.  Update
bundled 'bind' to 9.9.9.
04d1a0dc — Leo Famulari 10 years ago
gnu: nginx: Update to 1.10.0.

* gnu/packages/web.scm (nginx): Update to 1.10.0.
218a2106 — David Thompson 10 years ago
gnu: redis: Update to 3.2.0.
e42eb908 — Ricardo Wurmus 10 years ago
gnu: r: Update to 3.3.0.

* gnu/packages/statistics.scm (r): Update to 3.3.0.
[inputs]: Add curl and tzdata.
[arguments]: Set TZDIR in "set-timezone" phase.
d33c8b46 — Ludovic Courtès 10 years ago
syscalls: Use 'define-c-struct' for 'fcntl-flock'.

* guix/build/syscalls.scm (%struct-flock): Use 'define-c-struct'.
(fcntl-flock): Use 'write-flock!' and 'make-bytevector' instead of
'make-c-struct'.
4e0ea3eb — Ludovic Courtès 10 years ago
utils: Move 'fcntl-flock' to (guix build syscalls).

* guix/utils.scm (%struct-flock, F_SETLKW, F_SETLK, F_xxLCK)
(fcntl-flock): Move to...
* guix/build/syscalls.scm: ... here.  New variables.
* guix/nar.scm: Adjust imports accordingly.
* tests/utils.scm ("fcntl-flock wait", "fcntl-flock non-blocking"): Move
to...
* tests/syscalls.scm: ... here.  New tests.
(temp-file): New variable.
ba2613bb — Alex Griffin 10 years ago
system: Do not export PS1 in /etc/skel/.bashrc.

* gnu/system/shadow.scm (default-skeletons)[bashrc]: Remove "export"
for 'PS1'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Next