01/07: gnu: Add 'bash-static'.

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch wip-core-updates in repository guix. commit 753559f18c20bc112844a6b750dc238f9fd9ce23 Author: Ludovic Courtès Date: Wed Aug 19 14:40:59 2015 +0200 gnu: Add 'bash-static'. * gnu/packages/bash.scm (static-bash): New variable. --- gnu/packages/bash.

09/15: system: grub: Convert grub background using rsvg-convert, not inkscape.

2015-08-20 Thread Mark H. Weaver
mhw pushed a commit to branch wip-loongson2f in repository guix. commit da573e4d389645d8be1807956c8e069fbf6c5658 Author: Mark H Weaver Date: Wed Aug 19 17:26:02 2015 -0400 system: grub: Convert grub background using rsvg-convert, not inkscape. * gnu/system/grub.scm (svg->png): Acc

12/15: PRELIMINARY: Fix problem with 'guix system init --nogrub'.

2015-08-20 Thread Mark H. Weaver
mhw pushed a commit to branch wip-loongson2f in repository guix. commit decb345a2b7a8a577125300ed9c5e33b3b2a99b9 Author: Mark H Weaver Date: Sun Aug 9 18:45:26 2015 -0400 PRELIMINARY: Fix problem with 'guix system init --nogrub'. --- guix/scripts/system.scm |6 -- 1 files changed,

15/15: MIPS_ONLY: file-systems: Remove hugetlb cgroup filesystem.

2015-08-20 Thread Mark H. Weaver
mhw pushed a commit to branch wip-loongson2f in repository guix. commit efd15f9b1c38c67b2ceb84c87d26fea1d15fb785 Author: Mark H Weaver Date: Wed Aug 19 13:58:10 2015 -0400 MIPS_ONLY: file-systems: Remove hugetlb cgroup filesystem. --- gnu/system/file-systems.scm |3 ++- 1 files change

branch security-updates updated (7647136 -> d06a8ba)

2015-08-20 Thread Mark H. Weaver
mhw pushed a change to branch security-updates in repository guix. from 7647136 gnu: subversion: Update to 1.8.14. new d06a8ba gnu: curl: Update to 7.44.0. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The r

05/07: scripts: system: Add 'container' action.

2015-08-20 Thread David Thompson
davexunit pushed a commit to branch wip-container in repository guix. commit e12cfe8894b1a9b561957589d9a11339a9be3494 Author: David Thompson Date: Mon Jun 8 09:04:38 2015 -0400 scripts: system: Add 'container' action. * guix/scripts/system.scm (show-help): Display 'container' acti

11/15: gnu: gst-plugins-base: Disable tests on MIPS and ARM.

2015-08-20 Thread Mark H. Weaver
mhw pushed a commit to branch wip-loongson2f in repository guix. commit b952854e4ad0d19d8a831b2ddf0a4daf118335f6 Author: Mark H Weaver Date: Wed Aug 12 13:31:57 2015 -0400 gnu: gst-plugins-base: Disable tests on MIPS and ARM. * gnu/packages/gstreamer.scm (gst-plugins-base)[argumen

10/15: system: grub: Adjust eye-candy to work on non-Intel systems.

2015-08-20 Thread Mark H. Weaver
mhw pushed a commit to branch wip-loongson2f in repository guix. commit 077acb769e1a958bff069270c1acf06bb35d9c07 Author: Mark H Weaver Date: Sun Aug 9 18:45:49 2015 -0400 system: grub: Adjust eye-candy to work on non-Intel systems. * gnu/system/grub.scm (eye-candy): Accept additio

02/07: build: container: Setup /dev/console.

2015-08-20 Thread David Thompson
davexunit pushed a commit to branch wip-container in repository guix. commit a9dbbc7f4519351125fb5db505023b2828e355f0 Author: David Thompson Date: Sat Aug 1 13:54:40 2015 -0400 build: container: Setup /dev/console. * gnu/build/linux-container.scm (mount-file-systems): Bind mount t

branch wip-loongson2f created (now efd15f9)

2015-08-20 Thread Mark H. Weaver
mhw pushed a change to branch wip-loongson2f in repository guix. at efd15f9 MIPS_ONLY: file-systems: Remove hugetlb cgroup filesystem. This branch includes the following new commits: new 69364f0 gnu: linux-libre: Add case for ARCH=mips. new dbfa9d8 gnu: Add linux-l

07/15: gnu: grub: Add support for Loongson-based machines.

2015-08-20 Thread Mark H. Weaver
mhw pushed a commit to branch wip-loongson2f in repository guix. commit fae467f240425d17924a08ccd5927c4eec8f21e4 Author: Mark H Weaver Date: Sat Aug 15 01:31:50 2015 -0400 gnu: grub: Add support for Loongson-based machines. * gnu/packages/patches/grub-mips-abi.patch: New file.

01/01: gnu: curl: Update to 7.44.0.

2015-08-20 Thread Mark H. Weaver
mhw pushed a commit to branch security-updates in repository guix. commit d06a8bac6ce9f930b8040b34c7ff188b3ead2b56 Author: Mark H Weaver Date: Wed Aug 19 11:15:23 2015 -0400 gnu: curl: Update to 7.44.0. * gnu/packages/curl.scm (curl): Update to 7.44.0. --- gnu/packages/curl.scm |

04/04: gnu: dmd: Apply 'make-forkexec-constructor' patch.

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 4006fd87b5f390b3951b924003acaf4cdafcc193 Author: Ludovic Courtès Date: Thu Aug 20 16:55:54 2015 +0200 gnu: dmd: Apply 'make-forkexec-constructor' patch. Proposed by Andy Wingo . * gnu/packages/admin.scm

07/07: scripts: Add 'container' subcommand.

2015-08-20 Thread David Thompson
davexunit pushed a commit to branch wip-container in repository guix. commit 4daf4838fb6f7321eca0a4cb217b0b2ebee0b45c Author: David Thompson Date: Wed Jul 1 20:32:07 2015 -0400 scripts: Add 'container' subcommand. * guix/scripts/container.scm: New file. * guix/scripts/containe

13/15: MIPS_ONLY: Don't try to copy modules that don't exist in the loongson2f kernel.

2015-08-20 Thread Mark H. Weaver
mhw pushed a commit to branch wip-loongson2f in repository guix. commit b6ae9fd10c56a03d36754e5173c4bbe5abef164e Author: Mark H Weaver Date: Sun Aug 9 03:40:25 2015 -0400 MIPS_ONLY: Don't try to copy modules that don't exist in the loongson2f kernel. --- gnu/system/linux-initrd.scm | 1

02/03: gnu: Add tinc.

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit feca8e2bc703b97ea2862935f762d423f983be7e Author: Jeff Mickey Date: Mon Aug 17 01:16:45 2015 -0700 gnu: Add tinc. * gnu/packages/vpn.scm (tinc): New variable. Signed-off-by: Ludovic Courtès --- gnu/pack

branch master updated (de63b20 -> 6ef9edb)

2015-08-20 Thread Ricardo Wurmus
rekado pushed a change to branch master in repository guix. from de63b20 gnu: Add pwgen. new 6ef9edb gnu: Add figlet. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already

01/03: gnu: pavucontrol: Update to 3.0.

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 08cc159a709475d4ad2a831c9cb96c9904d452ea Author: Jeff Mickey Date: Mon Aug 17 00:42:05 2015 -0700 gnu: pavucontrol: Update to 3.0. * gnu/packages/pulseaudio.scm (pavucontrol): Update to 3.0. * gnu/packages/pat

[dmd] 01/02: Add ability to set user and group before exec'ing a command

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository dmd. commit d1d0ff30b3ed2b86b0a3c9bc048d2a855f8e31e6 Author: Andy Wingo Date: Sat Aug 15 20:10:20 2015 +0200 Add ability to set user and group before exec'ing a command * dmd.texi (Service De- and Constructors): Document #:use

branch wip-core-updates created (now e0a33ce)

2015-08-20 Thread Ludovic Court�s
civodul pushed a change to branch wip-core-updates in repository guix. at e0a33ce gnu: glibc: Do not copy static Bash binary to bin/. This branch includes the following new commits: new 753559f gnu: Add 'bash-static'. new 428b3c5 gnu: binutils: Upgrade to 2.25.1.

[dmd] branch master updated (ec1bd2a -> c6c5b05)

2015-08-20 Thread Ludovic Court�s
civodul pushed a change to branch master in repository dmd. from ec1bd2a doc: Fix location of default user dmd configuration file. new d1d0ff3 Add ability to set user and group before exec'ing a command new c6c5b05 Add Andy to 'AUTHORS'. The 2 revisions listed above

01/03: bash completion: Cache the list of subcommands and available packages.

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 4a871cc75f2d73d5dc83fbcad88bcaa5b921 Author: Ludovic Courtès Date: Thu Aug 20 19:57:33 2015 +0200 bash completion: Cache the list of subcommands and available packages. * etc/completion/bash/guix (_guix_compl

branch master updated (442cf7b -> 794dd24)

2015-08-20 Thread Ricardo Wurmus
rekado pushed a change to branch master in repository maintenance. from 442cf7b reppar: Ideas for the talk. new 794dd24 reppar: Add initial slides. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions

03/03: profiles: Remove duplicate entries in 'etc/profile'.

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit fa96048f0a97b4265b3c52f30a5accf89e96174b Author: Ludovic Courtès Date: Thu Aug 20 19:12:36 2015 +0200 profiles: Remove duplicate entries in 'etc/profile'. Reported by Andy Wingo at

04/07: gnu: ncurses: Upgrade to 6.0.

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch wip-core-updates in repository guix. commit 1ae826184194452107739dc054e853efc1166a8c Author: Ludovic Courtès Date: Wed Aug 19 22:52:09 2015 +0200 gnu: ncurses: Upgrade to 6.0. * gnu/packages/ncurses.scm (ncurses): Upgrade to 6.0. Change library

branch master updated (fa96048 -> 3d89031)

2015-08-20 Thread Ludovic Court�s
civodul pushed a change to branch master in repository guix. from fa96048 profiles: Remove duplicate entries in 'etc/profile'. new 4a8 bash completion: Cache the list of subcommands and available packages. new 8f43d1b gnu: Add exfat-utils. new 3d89031 gn

[dmd] 02/02: Add Andy to 'AUTHORS'.

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository dmd. commit c6c5b055bd998805c4d3db225fe5dad5fbab8dd2 Author: Ludovic Courtès Date: Thu Aug 20 16:48:13 2015 +0200 Add Andy to 'AUTHORS'. --- AUTHORS |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/AUTHORS b/A

14/15: MIPS_ONLY: services: xorg: Remove several drivers (for Yeeloong).

2015-08-20 Thread Mark H. Weaver
mhw pushed a commit to branch wip-loongson2f in repository guix. commit c4c92b316bc31a674821fc89c4536fe7a74936ab Author: Mark H Weaver Date: Wed Aug 12 10:37:09 2015 -0400 MIPS_ONLY: services: xorg: Remove several drivers (for Yeeloong). --- gnu/services/xorg.scm |6 -- 1 files ch

01/01: reppar: Add initial slides.

2015-08-20 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository maintenance. commit 794dd249c36ad236db02e7f209595391db42b8ce Author: Ricardo Wurmus Date: Thu Aug 20 17:05:33 2015 +0200 reppar: Add initial slides. --- talks/reppar-2015/images/guix-logo.pdf | Bin 0 -> 5175 bytes talks/reppar-2015/t

04/15: gnu: grub: Add comment noting that 'fuse' would be a desirable input.

2015-08-20 Thread Mark H. Weaver
mhw pushed a commit to branch wip-loongson2f in repository guix. commit f140cd6271b66c7d2a2adefd548da53e4cbf224f Author: Mark H Weaver Date: Sun Aug 16 00:52:58 2015 -0400 gnu: grub: Add comment noting that 'fuse' would be a desirable input. * gnu/packages/grub.scm (grub)[inputs]:

01/01: scripts: package: Add --install-from-file option.

2015-08-20 Thread David Thompson
davexunit pushed a commit to branch master in repository guix. commit 0d2794005caa627965fd6256f28f94e36cd4b5a0 Author: David Thompson Date: Sun Aug 9 11:35:51 2015 -0400 scripts: package: Add --install-from-file option. * guix/scripts/package.scm (show-help): Add help text for --

branch master updated (cee32ee -> fa96048)

2015-08-20 Thread Ludovic Court�s
civodul pushed a change to branch master in repository guix. from cee32ee gnu: Add GeoClue desktop service. new 08cc159 gnu: pavucontrol: Update to 3.0. new feca8e2 gnu: Add tinc. new fa96048 profiles: Remove duplicate entries in 'etc/profile'. The 3 revisio

04/07: gnu: system: Add Linux container module.

2015-08-20 Thread David Thompson
davexunit pushed a commit to branch wip-container in repository guix. commit 99158a3429041b1ff13b5a364848aaab4bafcf00 Author: David Thompson Date: Mon Jun 8 08:59:00 2015 -0400 gnu: system: Add Linux container module. * gnu/system/linux-container.scm: New file. * gnu-system.am

01/01: gnu: Add figlet.

2015-08-20 Thread Ricardo Wurmus
rekado pushed a commit to branch master in repository guix. commit 6ef9edbff33fb195d38f879cab66ee98c3738efe Author: Steve Sprang Date: Sun Aug 16 20:43:07 2015 -0700 gnu: Add figlet. * gnu/packages/figlet.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. --- gnu-sy

01/01: gnu: inconsolata: Fix typo in variable name.

2015-08-20 Thread David Thompson
davexunit pushed a commit to branch master in repository guix. commit 477ac94ba28f2c227101824b82273316d22c2cc9 Author: David Thompson Date: Thu Aug 20 19:04:43 2015 -0400 gnu: inconsolata: Fix typo in variable name. * gnu/packages/fonts.scm (font-incosolata): Rename to... (f

branch master updated (3d89031 -> 477ac94)

2015-08-20 Thread David Thompson
davexunit pushed a change to branch master in repository guix. from 3d89031 gnu: Add fuse-exfat. new 477ac94 gnu: inconsolata: Fix typo in variable name. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The rev

06/15: gnu: grub: Install documentation.

2015-08-20 Thread Mark H. Weaver
mhw pushed a commit to branch wip-loongson2f in repository guix. commit 782418da7caee37aee06fd085f994fa7180bfa12 Author: Mark H Weaver Date: Wed Aug 19 13:57:30 2015 -0400 gnu: grub: Install documentation. * gnu/packages/grub.scm (grub)[native-inputs]: Add help2man and texinfo. --

05/07: gnu: ncurses: Rework trick to avoid reference to the bootstrap bash.

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch wip-core-updates in repository guix. commit f76e545b8c19ceeb5a081d1284de753b69aa0be3 Author: Ludovic Courtès Date: Wed Aug 19 22:43:15 2015 +0200 gnu: ncurses: Rework trick to avoid reference to the bootstrap bash. This removes reliance on the av

01/01: gnu: libinput: Update to 0.21.0.

2015-08-20 Thread ???
iyzsong pushed a commit to branch master in repository guix. commit 5084eb4595835d787d2cd2bd0e2d53e2365781c5 Author: 宋文武 Date: Thu Aug 20 17:05:36 2015 +0800 gnu: libinput: Update to 0.21.0. * gnu/packages/freedesktop.scm (libinput): Update to 0.21.0. --- gnu/packages/freedesktop

01/07: gnu: guix-devel: Update snapshot and re-enable container tests.

2015-08-20 Thread David Thompson
davexunit pushed a commit to branch wip-container in repository guix. commit b31766027e74bc9123a5579b3423de924d6a4743 Author: David Thompson Date: Sat Aug 1 21:36:41 2015 -0400 gnu: guix-devel: Update snapshot and re-enable container tests. * gnu/packages/package-management.scm (g

03/07: build: syscalls: Add pseudo-terminal bindings.

2015-08-20 Thread David Thompson
davexunit pushed a commit to branch wip-container in repository guix. commit 0ae4ac7cdb9d3fee7cb79a62904c248b4e4557c0 Author: David Thompson Date: Thu Jul 30 15:46:48 2015 -0400 build: syscalls: Add pseudo-terminal bindings. * guix/build/syscalls.scm (openpt, grantpt, unlockpt, pt

branch master updated (83bde59 -> 0d27940)

2015-08-20 Thread David Thompson
davexunit pushed a change to branch master in repository guix. from 83bde59 size: Get the item's size from the daemon rather than compute it. new 0d27940 scripts: package: Add --install-from-file option. The 1 revisions listed above as "new" are entirely new to this repository

07/07: gnu: glibc: Do not copy static Bash binary to bin/.

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch wip-core-updates in repository guix. commit e0a33ce07b56111329575b0ccc90c9c314fbd221 Author: Ludovic Courtès Date: Thu Aug 20 00:13:25 2015 +0200 gnu: glibc: Do not copy static Bash binary to bin/. This avoids problems when installing 'glibc' in

02/07: gnu: binutils: Upgrade to 2.25.1.

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch wip-core-updates in repository guix. commit 428b3c53f1c281eec4e6b7ca30d591fb8b845d87 Author: Ludovic Courtès Date: Wed Aug 19 14:16:09 2015 +0200 gnu: binutils: Upgrade to 2.25.1. * gnu/packages/base.scm (binutils): Upgrade to 2.25.1. --- gnu/pa

02/03: gnu: Add exfat-utils.

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 8f43d1ba99668cf0dac0b89bfb05470f099d3c38 Author: Ludovic Courtès Date: Thu Aug 20 20:50:13 2015 +0200 gnu: Add exfat-utils. * gnu/packages/mtools.scm (exfat-utils): New variable. --- gnu/packages/mtools.scm |

06/07: gnu: ncurses: Remove obsolete hack.

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch wip-core-updates in repository guix. commit 4ac1ff50070ffad9e1f34d0a45cec6bd03d4beaf Author: Ludovic Courtès Date: Wed Aug 19 22:45:54 2015 +0200 gnu: ncurses: Remove obsolete hack. * gnu/packages/ncurses.scm (ncurses)[arguments]: Remove obsolete

03/15: gnu: grub: Use modify-phases and other minor cleanups.

2015-08-20 Thread Mark H. Weaver
mhw pushed a commit to branch wip-loongson2f in repository guix. commit a3780694542721c52615a3018ef8519310c4852f Author: Mark H Weaver Date: Sat Aug 15 01:22:06 2015 -0400 gnu: grub: Use modify-phases and other minor cleanups. * gnu/packages/grub.scm (grub)[arguments]: Use modify-

05/15: gnu: grub: Update to 2.02-beta2-500-gba218c1.

2015-08-20 Thread Mark H. Weaver
mhw pushed a commit to branch wip-loongson2f in repository guix. commit 06e16f0042455e840725da081a9110a2fb9d1eaf Author: Mark H Weaver Date: Sun Aug 16 00:59:11 2015 -0400 gnu: grub: Update to 2.02-beta2-500-gba218c1. * gnu/packages/patches/grub-freetype.patch, gnu/packages/

branch master updated (4006fd8 -> cee32ee)

2015-08-20 Thread Ludovic Court�s
civodul pushed a change to branch master in repository guix. from 4006fd8 gnu: dmd: Apply 'make-forkexec-constructor' patch. new cee32ee gnu: Add GeoClue desktop service. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate

06/07: scripts: environment: Add --container option.

2015-08-20 Thread David Thompson
davexunit pushed a commit to branch wip-container in repository guix. commit 8303aba4bc05e620606767fd219dee6952d28626 Author: David Thompson Date: Fri Jun 19 08:57:44 2015 -0400 scripts: environment: Add --container option. * guix/scripts/enviroment.scm (show-help): Show help for

branch master updated (794dd24 -> dc65907)

2015-08-20 Thread Ludovic Court�s
civodul pushed a change to branch master in repository maintenance. from 794dd24 reppar: Add initial slides. new dc65907 reppar: More stuff for the talk. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The rev

01/01: reppar: More stuff for the talk.

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository maintenance. commit dc65907953db5246410d0a8ec6306e68f0e0971f Author: Ludovic Courtès Date: Thu Aug 20 22:33:18 2015 +0200 reppar: More stuff for the talk. --- .../images/gourmet-vegetarian-recipe.png | Bin 0 -> 1309123 byt

branch wip-container created (now 4daf483)

2015-08-20 Thread David Thompson
davexunit pushed a change to branch wip-container in repository guix. at 4daf483 scripts: Add 'container' subcommand. This branch includes the following new commits: new b317660 gnu: guix-devel: Update snapshot and re-enable container tests. new a9dbbc7 build: con

03/03: gnu: Add fuse-exfat.

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit 3d890318041e5c9a92fcc85f3d27aea00f4a3666 Author: Ludovic Courtès Date: Thu Aug 20 21:00:09 2015 +0200 gnu: Add fuse-exfat. * gnu/packages/linux.scm (fuse-exfat): New variable. --- gnu/packages/linux.scm | 58 +

01/15: gnu: linux-libre: Add case for ARCH=mips.

2015-08-20 Thread Mark H. Weaver
mhw pushed a commit to branch wip-loongson2f in repository guix. commit 69364f06a886593cb5d72aae7bcd96179ff8315d Author: Mark H Weaver Date: Thu Aug 6 18:15:51 2015 -0400 gnu: linux-libre: Add case for ARCH=mips. * gnu/packages/linux.scm (linux-libre)[build-phase]: When setting AR

08/15: system: grub: On MIPS, the linux image name is vmlinuz, not bzImage.

2015-08-20 Thread Mark H. Weaver
mhw pushed a commit to branch wip-loongson2f in repository guix. commit 737f670bf65764f833dfc79dfac7271348eeeaa1 Author: Mark H Weaver Date: Wed Aug 19 16:30:02 2015 -0400 system: grub: On MIPS, the linux image name is vmlinuz, not bzImage. * gnu/system/grub.scm (grub-configuratio

03/07: gnu: glibc: Upgrade to 2.22.

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch wip-core-updates in repository guix. commit 7948c7ceaba4df7cf626b642101edffc07fe850d Author: Ludovic Courtès Date: Wed Aug 19 14:16:39 2015 +0200 gnu: glibc: Upgrade to 2.22. * gnu/packages/base.scm (glibc): Upgrade to 2.22. --- gnu/packages/bas

branch master updated (338386d -> 442cf7b)

2015-08-20 Thread Ludovic Court�s
civodul pushed a change to branch master in repository maintenance. from 338386d reppar: Fix typo. new 442cf7b reppar: Ideas for the talk. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed a

01/01: gnu: Add GeoClue desktop service.

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit cee32ee4d380ec2e1b1dc54ee73a45a5fd665ca8 Author: Andy Wingo Date: Sat Aug 15 21:36:22 2015 +0200 gnu: Add GeoClue desktop service. * gnu/services/desktop.scm (bool): New top-level helper. (upower-configurati

03/04: gnu: Add font-inconsolata

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit dede51a18b52a43c9ff7be5f58968b897b711d9c Author: Eric Dvorsak Date: Mon Aug 17 01:04:27 2015 +0200 gnu: Add font-inconsolata * gnu/packages/fonts.scm (font-inconsolata): New variable. Signed-off-by: Ludov

02/04: gnu: Add font-ubuntu.

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit e93b88f78282db11b914544cb162c7e3bdf6021d Author: Eric Dvorsak Date: Mon Aug 17 01:04:26 2015 +0200 gnu: Add font-ubuntu. * gnu/packages/fonts/scm (font-ubuntu): New variable. Signed-off-by: Ludovic CourtÃ

branch master updated (5084eb4 -> 4006fd8)

2015-08-20 Thread Ludovic Court�s
civodul pushed a change to branch master in repository guix. from 5084eb4 gnu: libinput: Update to 0.21.0. new a6dcdca doc: Add missing gawk dependency to hello recipe. new e93b88f gnu: Add font-ubuntu. new dede51a gnu: Add font-inconsolata new 4006fd

01/04: doc: Add missing gawk dependency to hello recipe.

2015-08-20 Thread Ludovic Court�s
civodul pushed a commit to branch master in repository guix. commit a6dcdcac762b0396b529a3794186f31da8779338 Author: Siniša Biđin Date: Sat Aug 15 23:57:45 2015 +0200 doc: Add missing gawk dependency to hello recipe. * doc/guix.texi (Defining Packages): Add gawk dependency.

branch master updated (2824146 -> 5084eb4)

2015-08-20 Thread ???
iyzsong pushed a change to branch master in repository guix. from 2824146 guix: Add Sleepycat license. new 5084eb4 gnu: libinput: Update to 0.21.0. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions

branch wip-container deleted (was 94e4501)

2015-08-20 Thread David Thompson
davexunit pushed a change to branch wip-container in repository guix. was 94e4501 scripts: Add 'container' subcommand. This change permanently discards the following revisions: discards 94e4501 scripts: Add 'container' subcommand. discards 594dcd5 scripts: environment: Add --