l...@gnu.org (Ludovic Courtès) writes:
> This is normally dealt with by using multiple outputs (info "(guix)
> Packages with Multiple Outputs"). An example of that is Git: the Tcl
> GUIs are moved to a separate output, and so is git-svn support, such
> that the main output does not depend on Tcl,
Ludovic Courtès writes:
> David Thompson skribis:
>
>> Just today I used 'guix environment guix' to quickly create a
>> development environment for Guix hacking. I figured it should be
>> mentioned in the HACKING file to assist developers that happen to
>> already by using a Guix system.
>>
>>
On Sun, 23 Nov 2014, Ludovic Courtès wrote:
Adam Pribyl skribis:
Great, this is it! I had
(services (cons (dhcp-client-service)
%base-services))
(services (cons (lsh-service #:port-number 22 #:root-login? #t)
%base-services))
Oh, OK. Ideally an err
Deck Pickard skribis:
> From 8e297904d80b39cd510ba0cced37acdb9b1aeb89 Mon Sep 17 00:00:00 2001
> From: nebuli
> Date: Sat, 22 Nov 2014 19:58:24 +0100
> Subject: [PATCH 2/4] guix build: Add --max-jobs option (without handling
> code).
>
> * doc/guix.texi: Mention in the docs.
> * guix/scripts/bu
Hello,
Gammel Holte skribis:
> Nix doesn't have a good decoupling between packages and their optional
> runtime dependencies. You can disable them, but this would lead to a
> different package hash, and thus a different build (negating the use of
> prebuilt binaries).
>
> Therefore, the culture
I'm running Guix on one of my computers, I've installed icecat, xorg, and
windowmaker. I was wondering whether it was possible to run X.
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis:
> Andreas Enge writes:
>
>> On Sat, Nov 22, 2014 at 11:05:35PM +0100, "Taylan Ulrich Bayırlı/Kammer"
>> wrote:
>>> Many distros separate Zenmap from the Nmap package. Should we do the
>>> same? If yes, I'll need some help. This
On Sun, Nov 23, 2014 at 11:12:21PM +0300, Alex Kost wrote:
> > +In the case where several formats of the same font family or font
> > collection
> > +are packaged separately, a short form of the format, prepended by a dash,
> > +is added to the package name. We use @code{-ttf} for TrueType fonts,
Andreas Enge skribis:
> I finally got around to word Ludovic's suggestion on names for font packages,
> which I think we agreed upon. Corrections are welcome.
This looks good to me.
Thanks for taking the time to write it down!
Ludo’.
David Thompson skribis:
> Just today I used 'guix environment guix' to quickly create a
> development environment for Guix hacking. I figured it should be
> mentioned in the HACKING file to assist developers that happen to
> already by using a Guix system.
>
> WDYT?
Sure, please commit! I thou
Adam Pribyl skribis:
> Great, this is it! I had
> (services (cons (dhcp-client-service)
>%base-services))
> (services (cons (lsh-service #:port-number 22 #:root-login? #t)
>%base-services))
Oh, OK. Ideally an error would be raised in such a case.
> J
Alex Kost skribis:
> I think I've noticed a couple of typos in the manual.
>
>
> From 68770c75ae8417807e58701e6537f552d7108bad Mon Sep 17 00:00:00 2001
> From: Alex Kost
> Date: Sun, 23 Nov 2014 11:46:38 +0300
> Subject: [PATCH] doc: Fix typos.
>
> * doc/guix.texi (Base Services): Fix 'lsh-servi
Deck Pickard skribis:
> Because google sucks, this time attaching the patches...
Indeed, this is much better than the mangled HTML version. :-)
> From 5ad37d9ab4febcbec8bbae8f7c14d7a49683c771 Mon Sep 17 00:00:00 2001
> From: nebuli
> Date: Sat, 22 Nov 2014 19:16:51 +0100
> Subject: [PATCH 1/4
Alex Kost (2014-11-20 10:09 +0300) wrote:
> Ludovic Courtès (2014-11-19 12:01 +0300) wrote:
>
>> I think there were a couple of packages submitted, notably the
>> Liberation font.
>>
>> What about resubmitting them following the agreed-upon naming
>> convention, Alex?
>
> Sure, I'm just waiting fo
Thanks!
Andreas Enge (2014-11-23 20:27 +0300) wrote:
> I finally got around to word Ludovic's suggestion on names for font packages,
> which I think we agreed upon. Corrections are welcome.
[...]
> +In the case where several formats of the same font family or font collection
> +are packaged sepa
Hello,
here is the patch I was invited to write for claws-mail.
Julien Lepiller.
0001-gnu-Add-libetpan.patch
Description: Binary data
0002-gnu-Add-claws-mail.patch
Description: Binary data
Alex Sassmannshausen writes:
> Hello,
>
> I received a request for instructions on how to get Guix running as
> standalone on the Gluglug X60 — my work is ongoing (I haven't
> reconfigured the Grub BIOS, nor have I got wireless working yet), but
> a first draft may help other owners.
>
> You can
On Sun, Nov 23, 2014 at 06:13:59PM +0100, Ludovic Courtès wrote:
> Thanks for working on it! In the future please use the same format as
> commit 1d18d87f to refer to the bug that is fixed; having a uniform way
> for that makes it easier to search for bug fixes, notably when preparing
> NEWS.
Oka
I finally got around to word Ludovic's suggestion on names for font packages,
which I think we agreed upon. Corrections are welcome.
Andreas
* doc/guix.texi (Fonts): New section.
(Package naming): Reference the new section.
---
doc/guix.texi | 40
1 fi
Hello,
I received a request for instructions on how to get Guix running as
standalone on the Gluglug X60 — my work is ongoing (I haven't
reconfigured the Grub BIOS, nor have I got wireless working yet), but
a first draft may help other owners.
You can read my experience at http://glean.eu/guix-gl
Andreas Enge skribis:
> commit bc0b89bb3eca3adf35230d1fe7f89664762be4e8
> Author: Andreas Enge
> Date: Sun Nov 23 15:41:30 2014 +0100
>
> gnu: xf86-video-openchrome: Patch to correct build failure.
>
> * gnu/packages/xorg.scm (xf86-video-openchrome): Add patch for build
> failure
Just today I used 'guix environment guix' to quickly create a
development environment for Guix hacking. I figured it should be
mentioned in the HACKING file to assist developers that happen to
already by using a Guix system.
WDYT?
>From e03345616cd4325cec928d6a6c5f35cbc47eb330 Mon Sep 17 00:00:0
Andreas Enge writes:
> On Sat, Nov 22, 2014 at 11:05:35PM +0100, "Taylan Ulrich Bayırlı/Kammer"
> wrote:
>> Many distros separate Zenmap from the Nmap package. Should we do the
>> same? If yes, I'll need some help. This recipe builds it together
>> with the rest of the suite.
>
> Our general
On 2014年11月22日 18:27:51 GMT+03:00, David Thompson
wrote:
>Check the output of 'ifconfig -a' to see what the device name is. On
>my
>machine, it was 'enp5s0', not 'eth0'.
Thanks for the tip, that helped, it was also named differently in my case.
--
白熊
On Sat, 22 Nov 2014, Ludovic Courtès wrote:
Adam Pribyl skribis:
Could you post your configuration?
I have something like this:
--8<---cut here---start->8---
(services (cons* (slim-service)
(avahi-service)
(dbus-servic
On Sat, Nov 22, 2014 at 11:05:35PM +0100, "Taylan Ulrich Bayırlı/Kammer" wrote:
> Many distros separate Zenmap from the Nmap package. Should we do the
> same? If yes, I'll need some help. This recipe builds it together
> with the rest of the suite.
Our general policy is to build as intended by
I think I've noticed a couple of typos in the manual.
>From 68770c75ae8417807e58701e6537f552d7108bad Mon Sep 17 00:00:00 2001
From: Alex Kost
Date: Sun, 23 Nov 2014 11:46:38 +0300
Subject: [PATCH] doc: Fix typos.
* doc/guix.texi (Base Services): Fix 'lsh-service' name.
(Networking Services): F
Hello,
I'm glad to see all interesting ideas from Nix being implemented as a DSL
on top of Scheme, which makes an awesome combination.
That said, I would like to bring up an issue I've faced multiple times
while using Nix, hoping that Guix can adopt a better solution here:
optional runtime depend
28 matches
Mail list logo