summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: gpsbabel: Build with gnu++11.David Craven2016-08-22
| | | | * gnu/packages/gps.scm (gpsbabel)[arguments]: Add configure-flag. Disable tests.
* gnu: qsynth: Build with gnu++11.David Craven2016-08-22
| | | | * gnu/packages/audio.scm (qsynth)[arguments]: Add configure-flag.
* gnu: alsa-modular-synth: Build with gnu++11.David Craven2016-08-22
| | | | * gnu/packages/audio.scm (alsa-modular-synth)[arguments]: Add configure-flag.
* gnu: poppler-qt5: Build with gnu++11.David Craven2016-08-22
| | | | * gnu/packages/pdf.scm (poppler-qt5)[arguments]: Add configure-flag.
* gnu: pinentry-qt: Build with gnu++11.David Craven2016-08-22
| | | | * gnu/packages/gnupg.scm (pinentry-qt)[arguments]: Add configure-flag.
* gnu: kwidgetsaddons: Disable tests.David Craven2016-08-22
| | | | | * gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Disable tests. Set QT_QPA_PLATFORM=offscreen and CTEST_OUTPUT_ON_FAILURE=1.
* gnu: kguiaddons: Fix test failure.David Craven2016-08-22
| | | | | * gnu/packages/kde-frameworks.scm (kguiaddons)[arguments]: Remove phase 'start-xorg-server. Add phase 'check-setup.
* services: elogind: Provide '%elogind-file-systems' by extension.Ludovic Courtès2016-08-22
| | | | | | | * gnu/system/file-systems.scm (%base-file-systems): Remove %ELOGIND-FILE-SYSTEMS. * gnu/services/desktop.scm (elogind-service-type): Extend FILE-SYSTEM-SERVICE-TYPE to provide %ELOGIND-FILE-SYSTEMS.
* services: Make a single extensible 'file-systems' service.Ludovic Courtès2016-08-22
| | | | | | | | | | | | | | | | | | | Previously we would create one 'file-system-service-type' instead per file system. Now, we create only one instance for all the file systems. * gnu/services/base.scm (fstab-service-type)[compose]: Change to CONCATENATE. (file-system-shepherd-service): Change to return either one <shepherd-service> or #f. (file-system-service-type): Pluralize 'name'. Adjust SHEPHERD-ROOT-SERVICE-TYPE extension to above changes. Add 'compose' and 'extend'. (file-system-service): Remove. * gnu/system.scm (other-file-system-services): Rename to... (non-boot-file-system-service): ... this. Change to return a single FILE-SYSTEM-SERVICE-TYPE instance. (essential-services): Adjust accordingly.
* gnu: openssh: Set the default sshd user PATH to something sensible.Ludovic Courtès2016-08-22
| | | | | * gnu/packages/ssh.scm (openssh)[arguments]: Pass "--with-default-path".
* gnu: openssh: Add PAM support in sshd.Ludovic Courtès2016-08-22
| | | | | * gnu/packages/ssh.scm (openssh)[inputs]: Add LINUX-PAM. [arguments]: Add "--with-pam" to #:configure-flags.
* gnu: pius: Use the 'gpg' command instead of 'gpg2'.Ludovic Courtès2016-08-22
| | | | | | | This is a followup to bc85b127df622575988f8e760f72d608d0900a75. * gnu/packages/gnupg.scm (pius)[arguments]: Use the 'gpg' binary instead of 'gpg2'.
* gnu: asciidoc: Use local docbook-xsl package.Tomáš Čech2016-08-21
| | | | | | | * gnu/packages/documentation.scm (asciidoc)[inputs]: Add docbook-xsl. [arguments]: Add 'make-local-docbook-xsl' phase. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add gparted.Roel Janssen2016-08-21
| | | | * gnu/packages/disk.scm (gparted): New variable.
* gnu: disk: Use license: prefix.Roel Janssen2016-08-21
| | | | | | | | | | | * gnu/packages/disk.scm (define-module): Import guix licenses with a prefix. (parted): Use the import prefix. (fdisk): Likewise. (gptfdisk): Likewise. (ddrescue): Likewise. (dosfstools): Likewise. (sdparm): Likewise. (idle3-tools): Likewise.
* gnu: epiphany: Update to 3.20.3.Ricardo Wurmus2016-08-21
| | | | * gnu/packages/gnome.scm (epiphany): Update to 3.20.3.
* gnu: Remove superfluous whitespace from (gnu packages xml).Leo Famulari2016-08-21
| | | | * gnu/packages/xml.scm: Remove superfluous whitespace.
* gnu: Add emacs-org.Nicolas Goaziou2016-08-21
| | | | * gnu/packages/emacs.scm (emacs-org): New variable.
* gnu: linux-libre: Update to 4.7.2.Mark H Weaver2016-08-21
| | | | * gnu/packages/linux.scm (linux-libre): Update to 4.7.2.
* gnu: linux-libre@4.4: Update to 4.4.19.Mark H Weaver2016-08-21
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.19.
* gnu: mutt: Update to 1.7.0.Leo Famulari2016-08-21
| | | | | * gnu/packages/mail.scm (mutt): Update to 1.7.0. [arguments]: Pass "--enable-sidebar" to #:configure-flags.
* gnu: qemu: Update to 2.6.1.Efraim Flashner2016-08-21
| | | | * gnu/packages/qemu.scm (qemu): Update to 2.6.1.
* gnu: gimp: Fix python plugin.宋文武2016-08-21
| | | | | * gnu/packages/gimp.scm (gimp)[arguments]: Add phase to install 'sitecustomize.py'.
* gnu: gimp: Update to 2.8.16.宋文武2016-08-21
| | | | | | | * gnu/packages/patches/gimp-CVE-2016-4994.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gimp.scm (gimp): Update to 2.8.16. [source]: Remove patch.
* gnu: babl: Update to 0.1.18.宋文武2016-08-21
| | | | | * gnu/packages/gimp.scm (babl): Update to 0.1.18. [source]: Add gimp.org to 'uri'.
* system: Fix 'guix system' when root fs is named by UUID.Mark H Weaver2016-08-20
| | | | | | | | Fixes <https://bugs.gnu.org/23881>. * guix/scripts/system.scm (previous-grub-entries) (display-system-generation): Handle the case where the root device is specified by UUID.
* gnu: borg: Update to 1.0.7.Leo Famulari2016-08-19
| | | | * gnu/packages/backup.scm (borg): Update to 1.0.7.
* gnu: python-msgpack: Update to 0.4.8.Leo Famulari2016-08-19
| | | | * gnu/packages/python.scm (python-msgpack, python2-msgpack): Update to 0.4.8.
* gnu: python-llfuse: Update to 1.1.1.Leo Famulari2016-08-19
| | | | * gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.1.1.
* gnu: gnome-maps: Update to 3.18.3.Alex Griffin2016-08-19
| | | | | | * gnu/packages/geo.scm (gnome-maps): Update to 3.18.3. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-lirc: Fix file-name.Leo Famulari2016-08-19
| | | | | * gnu/packages/lirc.scm (python-lirc, python2-lirc): Indentation fixes. [source]: Fix misleading file-name.
* gnu: perl-net-smtp-ssl: Use CPAN mirror.Efraim Flashner2016-08-19
| | | | * gnu/packages/web.scm (perl-net-smtp-ssl)[source]: Use CPAN mirror.
* gnu: unclutter: Use 'modify-phases'.Efraim Flashner2016-08-19
| | | | * gnu/packages/xdisorg.scm (unclutter)[arguments]: Use 'modify-phases'.
* gnu: xdotool: Use 'modify-phases'.Efraim Flashner2016-08-19
| | | | * gnu/packages/xdisorg.scm (xdotool)[arguments]: Use 'modify-phases'.
* gnu: Avoid @itemize in descriptions.Ludovic Courtès2016-08-19
| | | | | | * gnu/packages/kde-frameworks.scm (kconfig)[description]: Use @enumerate instead of @itemize to work around <http://bugs.gnu.org/21772>. (kitemmodels)[description]: Likewise.
* edit: Do not honor 'GUIX_BUILD_OPTIONS'.Ludovic Courtès2016-08-19
| | | | | * guix/scripts/edit.scm (guix-edit)[parse-arguments]: New procedure. Use it.
* gnu: openssh: Use /etc as the sysconfdir.Ludovic Courtès2016-08-19
| | | | * gnu/packages/ssh.scm (openssh)[arguments]: Add --sysconfdir.
* gnu: atlas: Use 'modify-phases'.Efraim Flashner2016-08-19
| | | | * gnu/packages/maths.scm (atlas)[arguments]: Use 'modify-phases'.
* gnu: rhythmbox: Update to 3.4.Tobias Geerinckx-Rice2016-08-19
| | | | | * gnu/packages/gnome.scm (rhythmbox): Update to 3.4. [arguments]: Add PYTHONPATH environment variable to 'wrap-program'.
* gnu: shotwell: Update to 0.23.5.Tobias Geerinckx-Rice2016-08-19
| | | | | | | | * gnu/packages/gnome.scm (shotwell): Update to 0.23.5. [propagated-inputs]: Add dconf. [native-inputs]: Remove m4, desktop-file-utils, which, gnome-doc-utils, python2, and python2-libxml2. [inputs]: Remove gst-plugins-good, rest, and gtk+. Add glib:bin.
* gnu: shotwell: Update to 0.23.4.Efraim Flashner2016-08-19
| | | | | * gnu/packages/gnome.scm (shotwell): Update to 0.23.4. [native-inputs]: Add itstool.
* gnu: paperkey: Use 'modify-phases'.Efraim Flashner2016-08-19
| | | | * gnu/packages/gnupg.scm (paperkey)[arguments]: Use 'modify-phases'.
* gnu: signing-key: Use tex for the description.Efraim Flashner2016-08-19
| | | | | * gnu/packages/gnupg.scm (signing-key)[description]: Update the description to use tex formatting.
* gnu: signing-party: Use Debian mirror for downloads.Efraim Flashner2016-08-19
| | | | | * gnu/packages/gnupg.scm (signing-party)[source]: Switch to using the Debian mirror scheme.
* gnu: signing-party: Use 'modify-phases'.Efraim Flashner2016-08-19
| | | | * gnu/packages/gnupg.scm (signing-party)[arguments]: Use 'modify-phases'.
* gnu: python-pygpgme: Move setuptools to python2-pygpgme.Efraim Flashner2016-08-19
| | | | | | * gnu/packages/gnupg.scm (python-pygpgme)[inputs]: Remove python-setuptools. (python2-pygpgme)[native-inputs]: Add python2-setuptools.
* gnu: moreutils: Add download location.Efraim Flashner2016-08-19
| | | | | * gnu/packages/moreutils.scm (moreutils)[source]: Add Debian snapshot alternative uri for downloading.
* services: guix: Add 'authorized-keys' configuration knob.Ludovic Courtès2016-08-19
| | | | | | | | | | * gnu/services/base.scm (hydra-key-authorization): Add 'key' parameter and honor it. (%default-authorized-guix-keys): New variable. (<guix-configuration>)[authorized-keys]: New field. (guix-shepherd-service): Adjust 'match' clause accordingly. (guix-activation): Adjust call to 'hydra-key-authorization'. * doc/guix.texi (Base Services): Document 'authorized-keys'.
* gnu: Add interrobang.ng02016-08-18
| | | | | | * gnu/packages/admin.scm (interrobang): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: bs1770gain: Update to 0.4.11.Alex Griffin2016-08-18
| | | | | | * gnu/packages/audio.scm (bs1770gain): Update to 0.4.11. Signed-off-by: Leo Famulari <leo@famulari.name>