~ruther/guix-local

bb2f8bbc — Marius Bakke 9 years ago
gnu: nginx: Don't replace 'sh' reference with 'bash'.

* gnu/packages/web.scm (nginx)[arguments]: Substitute /bin/sh with "which sh"
  instead of "which bash" in 'patch-/bin/sh' phase.
gnu: Add es.

* gnu/packages/shells.scm (es): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
87508d9a — Clément Lassieur 9 years ago
services: prosody: Fix activation script.

* gnu/services/messaging.scm (prosody-activation): Import (guix build utils)
  for 'mkdir-p'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
d918d79f — 宋文武 9 years ago
doc: Mention the need of a BIOS boot partition when using GPT.

* doc/guix.text (Preparing for Installation)[Disk Partitioning]:
Mention the need of a BIOS boot partition when using GPT with the defualt
GRUB.
e4b6c565 — Ben Woodcroft 9 years ago
gnu: r-ggplot2: Add r-svglite to propagated-inputs.

* gnu/packages/statistics.scm (r-ggplot2)[propagated-inputs]: Add
r-svglite.
843f2553 — Ben Woodcroft 9 years ago
gnu: bundler: Update to 1.14.2.

* gnu/packages/ruby.scm (bundler): Update to 1.14.2.
4e58e9d0 — Jelle Licht 9 years ago
gnu: Add libtorrent-rasterbar.

* gnu/packages/bittorrent.scm (libtorrent-rasterbar): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
fa445d64 — Maxim Cournoyer 9 years ago
doc: Fix a typo in guix.texi.

* doc/guix.texi (Invoking guix environment): s/the use/use the/

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
174b091f — Mekeor Melire 9 years ago
gnu: xmonad: Update to 0.12.

* gnu/packages/wm.scm (xmonad): Update to 0.12.
[source](snippet, modules): Remove.
[inputs]: Add GHC-SETLOCALE and GHC-QUICKCHECK.
(ghc-xmonad-contrib): Update to 0.12.
c7bdb413 — Mekeor Melire 9 years ago
gnu: Add ghc-setlocale.

* gnu/packages/haskell.scm (ghc-setlocale): New variable.
a3dbea47 — Efraim Flashner 9 years ago
gnu: gcal: Update to 4.1.

* gnu/packages/gcal.scm (gcal): Update to 4.1.
[home-page]: Use https.
62cf8fa7 — Leo Famulari 9 years ago
gnu: libtiff: Fix CVE-2017-5225.

* gnu/packages/patches/libtiff-CVE-2017-5225.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (libtiff/fixed)[source]: Use it.
ffcfaf2b — Leo Famulari 9 years ago
gnu: imagemagick: Update to 6.9.7-5.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.7-5.
11b7717d — Mathieu Othacehe 9 years ago
services: cuirass: Add port to cuirass configuration

* gnu/services/cuirass.scm (<cuirass-configuration>): Add port field.
(cuirass-shepherd-service): Honor it.
* doc/guix.texi (Continuous Integration): Document it.

Signed-off-by: Mathieu Lirzin <mthl@gnu.org>
93719a66 — Efraim Flashner 9 years ago
gnu: libinput: Update to 1.6.0.

* gnu/packages/freedesktop.scm (libinput): Update to 1.6.0.
8ba237a2 — Efraim Flashner 9 years ago
gnu: qemu: Patch CVE-2016-10155, CVE-2017-5552.

* gnu/packages/qemu.scm (qemu)[source]: Add patches.
* gnu/packages/patches/qemu-CVE-2016-10155.patch,
gnu/packages/patches/qemu-CVE-2017-5552.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
79f3e82b — Ricardo Wurmus 9 years ago
gnu: fish: Embed full path to Python.

Fixes <https://bugs.gnu.org/25467>.

* gnu/packages/shells.scm (fish)[arguments]: Rename phase "patch-bc" to
"embed-store-paths"; embed full path to Python.
df05d80a — 宋文武 9 years ago
gnu: Add guile-sdl2.

* gnu/packages/sdl.scm (guile-sdl2): New variable.
af7caada — Carlo Zancanaro 9 years ago
gnu: Add python2-slowaes.

* gnu/packages/python.scm (python2-slowaes): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
cba84a38 — Carlo Zancanaro 9 years ago
gnu: Add python-qrcode.

* gnu/packages/python.scm (python-qrcode, python2-qrcode): New variables.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Next