aboutsummaryrefslogtreecommitdiff
path: root/build-aux/hydra/guix.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-02-16 00:15:29 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-02-16 00:32:16 +0100
commit24c013c06d9988d8edaad736a2eb518bc4a2edca (patch)
tree4d573419a8a35e8881ae30ba5b098e4f32baeb32 /build-aux/hydra/guix.scm
parent928bfc3d450daa10464fbd4f1bc8b0cd0cd754d7 (diff)
downloadguix-24c013c06d9988d8edaad736a2eb518bc4a2edca.tar.gz
guix-24c013c06d9988d8edaad736a2eb518bc4a2edca.zip
gnu: perl-xml-compile-soap: Update to 3.21.
* gnu/packages/xml.scm (perl-xml-compile-soap): Update to 3.21.
Diffstat (limited to 'build-aux/hydra/guix.scm')
0 files changed, 0 insertions, 0 deletions
g.scm (<slim-configuration>)[startx]: Remove. [xorg-configuration]: New field. (slim-shepherd-service, slim-service): Adjust accordingly. (<gdm-configuration>)[x-server]: Remove. [xorg-configuration]: New field. (gdm-shepherd-service, gdm-service): Adjust accordingly. * doc/guix.texi (X Window): Update accordingly. Ludovic Courtès 2016-12-21gnu: Fix typo in comment....* gnu/services/sddm.scm: Fix typo. John Darrington 2016-10-15gnu: services sddm Fix typo....* gnu/services/sddm.scm: sddm-confiugration? --> sddm-configuration? John Darrington 2016-09-10system: Use 'file-append' to denote file names....* gnu/services/avahi.scm, gnu/services/base.scm, gnu/services/databases.scm, gnu/services/dbus.scm, gnu/services/desktop.scm, gnu/services/dict.scm, gnu/services/mail.scm, gnu/services/networking.scm, gnu/services/sddm.scm, gnu/services/spice.scm, gnu/services/ssh.scm, gnu/services/web.scm, gnu/services/xorg.scm, gnu/system.scm: Replace the #~(string-append #$pkg "/bin/foo") idiom with (file-append pkg "/bin/foo"). Ludovic Courtès 2016-09-06services: Add sddm service....* gnu/services/sddm.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (@deftp, @deffn): Add documentation. David Craven