summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build: Move 'Makefile' fragments to subdirectories.Mathieu Lirzin2016-04-21
| | | | | | | | | | | | | | | | | | This follows a convention used by some other GNU packages like Autoconf, Bison, Coreutils, and Gnulib. * doc.am: Rename to ... * doc/local.mk: ... this. * emacs.am: Rename to ... * emacs/local.mk: ... this. * gnu-system.am: Rename to ... * gnu/local.mk: ... this. * daemon.am: Rename to ... * nix/local.mk: ... this. * Makefile.am: Adapt to them. * doc/guix.texi (Porting to a New Platform): Adapt documentation. * guix/config.scm.in (%state-directory, %config-directory): Adapt comments. * emacs/guix-config.el.in (guix-config-state-directory): Likewise.
* gnu: Add acpi.Mathieu Lirzin2016-04-21
| | | | * gnu/packages/linux.scm (acpi): New variable.
* substitute: Sanitize the client-provided column number.Ludovic Courtès2016-04-20
| | | | | * guix/scripts/substitute.scm (client-terminal-columns): Sanitize the client's column number.
* substitute: Install the client's locale.Ludovic Courtès2016-04-20
| | | | | | | * guix/store.scm (set-build-options): Add #:locale parameter and honor it. * guix/scripts/substitute.scm (guix-substitute): Install the client's locale.
* substitute: Internationalize signature and download messages.Ludovic Courtès2016-04-20
| | | | | * guix/scripts/substitute.scm (assert-valid-narinfo): Use gettext for messages.
* substitute: Better abbreviate substitute URL in progress report.Ludovic Courtès2016-04-20
| | | | | | | | Suggested by Danny Milosavljevic <dannym@scratchpost.org>. * guix/build/download.scm (nar-uri-abbreviation): New procedure. * guix/scripts/substitute.scm (process-substitution): Use it instead of 'store-path-abbreviation'.
* download: 'uri-abbreviation' can abbreviate the URI's basename.Ludovic Courtès2016-04-20
| | | | | * guix/build/download.scm (uri-abbreviation): Use 'ellipsis' instead of "...". Abbreviate the basename of PATH if needed.
* doc: Add "X.509 Certificates" section under "Application Setup".Ludovic Courtès2016-04-20
| | | | | | | Reported by Roel Janssen <roel@gnu.org>. * doc/guix.texi (Application Setup)[X.509 Certificates]: New section. (X.509 Certificates): Add an example of certificates in the profile.
* gnu: python-mox3: Update to 0.14.0.Efraim Flashner2016-04-20
| | | | | | | * gnu/packages/openstack.scm (python-mox3): Update to 0.14.0. [inputs]: Move python-fixtures, python-pbr, python-setuptools, python-six, python-testtools ... [native-inputs]: ... to here.
* gnu: python-stevedore: Update to 1.12.0.Efraim Flashner2016-04-20
| | | | | | | * gnu/packages/openstack.scm (python-stevedore): Update to 1.12.0. [inputs]: Move python-setuptools, python-docutils, python-mock, python-oslotest, python-sphinx ... [native-inputs]: ... to here.
* gnu: armadillo: Update to 6.700.4.Ricardo Wurmus2016-04-20
| | | | * gnu/packages/maths.scm (armadillo): Update to 6.700.4.
* download: Add "%COMPAT" to the priority string.Ludovic Courtès2016-04-20
| | | | | | Fixes <http://bugs.gnu.org/23311>. * guix/build/download.scm (tls-wrap): Add 'set-session-priorities!' call.
* gnu: git: Update to 2.7.4 [fixes CVE-2016-2315 and CVE-2016-2324].Leo Famulari2016-04-19
| | | | | * gnu/packages/version-control.scm (git): Update to 2.7.4. (git-manpages)[source]: Update hash.
* gnu: aria2: Update to 1.22.0.Efraim Flashner2016-04-20
| | | | * gnu/packages/bittorrent.scm (aria2): Update to 1.22.0.
* gnu: mpv: Update to 0.17.0.Efraim Flashner2016-04-19
| | | | * gnu/packages/video.scm (mpv): Update to 0.17.0.
* gnu: Rename Java packages to match new naming specification.Hartmut Goebel2016-04-19
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (htsjdk): Rename to... (java-htsjdk): ...this. (ngs-java): Rename to... (java-ngs): ...this. (ncbi-vdb)[arguments,inputs]: Use new name. * gnu/packages/java.scm (swt): Rename to... (java-swt): ...this. * gnu/packages/music.scm (tuxguitar)[make-flags,inputs,arguments]: Use new name of package "swt".
* doc: Add specification for Java packagesHartmut Goebel2016-04-19
| | | | * doc/guix.texi (Java Packages): New subsection.
* gnu: python2-plastid: Propagate setuptools.Ricardo Wurmus2016-04-19
| | | | | | * gnu/packages/bioinformatics.scm (python2-plastid)[native-inputs]: Move python2-setuptools from here... [propagated-inputs]: ...to here.
* gnu: r: Update to 3.2.5.Ricardo Wurmus2016-04-19
| | | | * gnu/packages/statistics.scm (r): Update to 3.2.5.
* gnu: Add icedtea-8.Ricardo Wurmus2016-04-19
| | | | * gnu/packages/java.scm (icedtea-8): New variable.
* doc: Mention 'mkswap' during installation.Ludovic Courtès2016-04-19
| | | | | | Reported by Thierry Micoud <thierrymicoud@gmail.com>. * doc/guix.texi (Preparing for Installation): Mention 'mkswap'.
* gnu: Add python-plastid.Ricardo Wurmus2016-04-19
| | | | | * gnu/packages/bioinformatics.scm (python-plastid, python2-plastid): New variables.
* gnu: Add python-twobitreader.Ricardo Wurmus2016-04-19
| | | | | * gnu/packages/bioinformatics.scm (python-twobitreader, python2-twobitreader): New variables.
* gnu: Add cabextract.Danny Milosavljevic2016-04-18
| | | | | | * gnu/packages/compression.scm (cabextract): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add dillo.Kei Yamashita2016-04-18
| | | | | | | * gnu/packages/dillo.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: fltk: Add Xft support.Kei Yamashita2016-04-18
| | | | | | * gnu/packages/fltk.scm (fltk)[inputs]: Add libxft. Signed-off-by: Leo Famulari <leo@famulari.name>
* syscalls: If a syscall is not available, defer the error.Mark H Weaver2016-04-18
| | | | | | | | * 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>
* utils: 'cache-directory' gracefully deals with unset 'HOME'.Ludovic Courtès2016-04-18
| | | | | | Fixes <http://bugs.gnu.org/23165>. * guix/utils.scm (cache-directory): Use 'getpwuid' when 'HOME' is unset.
* gnu: vlc: Make 'plugins.dat' generation reproducible.Ludovic Courtès2016-04-18
| | | | | | Fixes <http://bugs.gnu.org/23307>. * gnu/packages/video.scm (vlc)[arguments]: Add #:phases.
* gnu: vlc: Do not capture the build time.Ludovic Courtès2016-04-18
| | | | * gnu/packages/video.scm (vlc)[source]: Add 'snippet'.
* gnu: vlc: Build against ffmpeg 2.8.Ludovic Courtès2016-04-18
| | | | | | | 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.
* gnu: ffmpeg: Re-add 2.8.6.Ludovic Courtès2016-04-18
| | | | * gnu/packages/video.scm (ffmpeg-2.8): New variable.
* emacs: Display license info on button press in Package Info buffer.Alex Kost2016-04-18
| | | | | * emacs/guix-ui-package.el (guix-package-license): Adjust button action to display license info instead of browsing license URL.
* emacs: Add location "Packages" button to Package Info buffer.Alex Kost2016-04-18
| | | | | | | * emacs/guix-ui-package.el (guix-package-info-insert-location): New procedure. (guix-package-info-format): Use it. (guix-output-info-format): Likewise.
* emacs: Add interface for package locations.Alex Kost2016-04-18
| | | | | | | | | * 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.
* doc: emacs: Add "Package Source Locations" section.Alex Kost2016-04-18
| | | | | | | | * 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.
* emacs: Make 'guix-find-location' interactive.Alex Kost2016-04-18
| | | | | * emacs/guix-location.el (guix-find-location): Make interactive. Adjust to handle "reduced" locations (without line and column numbers).
* emacs: Display message if license not found.Alex Kost2016-04-18
| | | | | | * emacs/guix-ui-license.el (guix-license-message): New procedure. (guix-license-info-message-function): Use it. (guix-license-list-message-function): Likewise.
* emacs: Separate package license code.Alex Kost2016-04-18
| | | | | | | | | | | Move list/info interface code from "guix-license.el" to "guix-ui-license.el". * emacs/guix-license.el (guix-license-get-entries, guix-license-get-display) (guix-license-insert-packages-button, guix-license-insert-comment) (guix-licenses): Move to... * emacs/guix-ui-license.el: ... here. New file. * emacs.am (ELFILES): Add it.
* emacs: Separate package location code.Alex Kost2016-04-18
| | | | | | | | | * emacs/guix-base.el (guix-directory, guix-read-directory) (guix-set-directory): Move to "guix-backend.el". (guix-find-location, guix-package-location, guix-edit): Move to... * emacs/guix-location.el: ... here. New file. * emacs/guix-ui-package.el: Use it. * emacs.am (ELFILES): Add it.
* emacs: Add 'guix-packages-by-location' command.Alex Kost2016-04-18
| | | | | | | | | | | | | | * emacs/guix-main.scm (packages-by-location-file, package-location-files): New procedures. (%patterns-makers): Add 'location' search type. * emacs/guix-messages.el (guix-message-packages-by-location): New procedure. (guix-messages): Use it. * emacs/guix-read.el (guix-package-locations) (guix-read-package-location): New procedures. * emacs/guix-ui-package.el (guix-packages-by-location): New command. * doc/emacs.texi (Emacs Commands): Document it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ruby-bio-commandeer: Update to 0.1.3.Ben Woodcroft2016-04-18
| | | | * gnu/packages/ruby.scm (ruby-bio-commandeer): Update to 0.1.3.
* mapped-devices: LUKS partitions can be designated by their UUID.Ludovic Courtès2016-04-18
| | | | | | | | | | * gnu/system/mapped-devices.scm (device-mapping-service-type): Add 'modules' and 'imported-modules' fields to 'shepherd-service'. (open-luks-device): Use 'find-partition-by-luks-uuid' to lookup the partition when SOURCE is a bytevector. * gnu/system/linux-initrd.scm (base-initrd): Augment 'use-modules' form. * doc/guix.texi (Mapped Devices): Give example with a UUID.
* mapped-devices: 'mapped-device-service' takes a <mapped-device>.Ludovic Courtès2016-04-18
| | | | | | | * gnu/system/mapped-devices.scm (device-mapping-service): Take a <mapped-device> instead of 3 parameters. (device-mapping-service-type): Adjust accordingly. * gnu/system.scm (device-mapping-services): Adjust accordingly.
* services: Move 'device-mapping-service' to (gnu system mapped-devices).Ludovic Courtès2016-04-18
| | | | | | | * gnu/services/base.scm (device-mapping-service-type) (device-mapping-service): Move to... * gnu/system/mapped-devices.scm (device-mapping-service-type): (device-mapping-service): ... here. New variables.
* system: Move 'luks-device-mapping' to (gnu system mapped-devices).Ludovic Courtès2016-04-18
| | | | | | * gnu/system.scm (open-luks-device, close-luks-device) (luks-device-mapping): Move to... * gnu/system/mapped-devices.scm: ... here. New file.
* system: Add (gnu system mapped-devices).Ludovic Courtès2016-04-18
| | | | | | | | | | * gnu/system/file-systems.scm (<mapped-device>, <mapped-device-type>): Move to... * gnu/system/mapped-devices.scm: ... here. New file. * gnu/system.scm, gnu/services/base.scm, gnu/system/linux-initrd.scm: Use it. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * gnu.scm (%public-modules): Add it.
* gnu: Add python-pyusb.Ricardo Wurmus2016-04-17
| | | | * gnu/packages/libusb.scm (python-pyusb, python2-pyusb): New variables.
* gnu: khard: Update to 0.9.0.Leo Famulari2016-04-17
| | | | * gnu/packages/mail.scm (khard): Update to 0.9.0.
* gnu: python-vobject: Update to 0.9.2.Leo Famulari2016-04-17
| | | | * gnu/packages/python.scm (python-vobject, python2-vobject): Update to 0.9.2.