~ruther/guix-local

e1c963bf — Hartmut Goebel 10 years ago
doc: Add specification for Java packages

* doc/guix.texi (Java Packages): New subsection.
4d16cc51 — Ricardo Wurmus 10 years ago
gnu: python2-plastid: Propagate setuptools.

* gnu/packages/bioinformatics.scm (python2-plastid)[native-inputs]: Move
python2-setuptools from here...
[propagated-inputs]: ...to here.
8694dca8 — Ricardo Wurmus 10 years ago
gnu: r: Update to 3.2.5.

* gnu/packages/statistics.scm (r): Update to 3.2.5.
349a3147 — Ricardo Wurmus 10 years ago
gnu: Add icedtea-8.

* gnu/packages/java.scm (icedtea-8): New variable.
31b6cdf8 — Ludovic Courtès 10 years ago
doc: Mention 'mkswap' during installation.

Reported by Thierry Micoud <thierrymicoud@gmail.com>.

* doc/guix.texi (Preparing for Installation): Mention 'mkswap'.
f94bf198 — Ricardo Wurmus 10 years ago
gnu: Add python-plastid.

* gnu/packages/bioinformatics.scm (python-plastid, python2-plastid): New
  variables.
4db9433a — Ricardo Wurmus 10 years ago
gnu: Add python-twobitreader.

* gnu/packages/bioinformatics.scm (python-twobitreader,
  python2-twobitreader): New variables.
3fd4b90d — Danny Milosavljevic 10 years ago
gnu: Add cabextract.

* gnu/packages/compression.scm (cabextract): New variable.

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

* gnu/packages/dillo.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Leo Famulari <leo@famulari.name>
cf1b55bd — Kei Yamashita 10 years ago
gnu: fltk: Add Xft support.

* gnu/packages/fltk.scm (fltk)[inputs]: Add libxft.

Signed-off-by: Leo Famulari <leo@famulari.name>
4f8cede0 — Mark H Weaver 10 years ago
syscalls: If a syscall is not available, defer the error.

* guix/build/syscalls.scm (syscall->procedure): New procedure.
  (mount, umount, swapon, swapoff, clone, pivot-root): Use it.
  (clone): Add case for nonexistent syscall id.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
dd1d09f7 — Ludovic Courtès 10 years ago
utils: 'cache-directory' gracefully deals with unset 'HOME'.

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

* guix/utils.scm (cache-directory): Use 'getpwuid' when 'HOME' is unset.
cd76fbde — Ludovic Courtès 10 years ago
gnu: vlc: Make 'plugins.dat' generation reproducible.

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

* gnu/packages/video.scm (vlc)[arguments]: Add #:phases.
4ef2721b — Ludovic Courtès 10 years ago
gnu: vlc: Do not capture the build time.

* gnu/packages/video.scm (vlc)[source]: Add 'snippet'.
b4dff935 — Ludovic Courtès 10 years ago
gnu: vlc: Build against ffmpeg 2.8.

Fixes <http://bugs.gnu.org/23256>.
Reported by Christopher Allan Webber <cwebber@dustycloud.org>.

* gnu/packages/video.scm (vlc): Use FFMPEG-2.8 instead of FFMPEG.
940778c7 — Ludovic Courtès 10 years ago
gnu: ffmpeg: Re-add 2.8.6.

* gnu/packages/video.scm (ffmpeg-2.8): New variable.
a7c61781 — Alex Kost 10 years ago
emacs: Display license info on button press in Package Info buffer.

* emacs/guix-ui-package.el (guix-package-license): Adjust button action
  to display license info instead of browsing license URL.
690c055b — Alex Kost 10 years ago
emacs: Add location "Packages" button to Package Info buffer.

* emacs/guix-ui-package.el (guix-package-info-insert-location): New
procedure.
(guix-package-info-format): Use it.
(guix-output-info-format): Likewise.
b4b9975d — Alex Kost 10 years ago
emacs: Add interface for package locations.

* emacs/guix-main.scm (%package-location-param-alist): New variable.
(package-location->sexp, package-location-entries): New procedures.
* emacs/guix-ui-location.el: New file.
* emacs.am (ELFILES): Add it.
* doc/emacs.texi (Emacs Package Locations): Document 'guix-locations'.
* NEWS: Mention it.
b5e3cbbb — Alex Kost 10 years ago
doc: emacs: Add "Package Source Locations" section.

* doc/emacs.texi (Emacs Commands): Move description of 'guix-edit'
command to...
(Emacs Package Locations): ... here.  Document 'guix-find-location'.
New node.
* doc/guix.texi (Top): Add it.
Next