l...@gnu.org (Ludovic Courtès) writes:
> I don’t know if I’m missing something, but when I type ‘matplotlib’ at
> the prompt, I get:
>
> /gnu/store/g4m8q73cq4lym3v1ag7pnk5zv49mdifs-python-matplotlib-1.4.2/lib/python3.4/site-packages/matplotlib-1.4.2-py3.4-linux-x86_64.egg/matplotlib/backends/backe
On Mon, Jun 15, 2015 at 03:22:55PM -0400, Thompson, David wrote:
> On Mon, Jun 15, 2015 at 3:10 PM, Pjotr Prins
> wrote:
> > On Mon, Jun 15, 2015 at 09:10:15AM -0400, Thompson, David wrote:
> >> On Mon, Jun 15, 2015 at 2:55 AM, Pjotr Prins
> >> wrote:
> >> >
> >> > Would it be OK to add some RU
On Jun 15, 2015 10:11 PM, "Ludovic Courtès" wrote:
> "Claes Wallin (韋嘉誠)" skribis:
>
> > Some of this is already in ~/.guix-profile/etc/profile. Maybe there
should
> > be more in there? Or are even all of the search paths in there?
>
> Indeed, everything is there.
>
> One can run:
>
> GUIX_PROF
amirou...@hypermove.net writes:
> I attached two patches. The second patch is to rename dwm.scm
I pushed these with two minor modifications:
* I removed one layer of parentheses from:
#:use-module ((gnu packages fontutils))
* I removed the indentation in the commit log of the second patch,
t
Andreas Enge writes:
> On Mon, Jun 15, 2015 at 04:15:40PM -0400, Mark H Weaver wrote:
>> The COPYING file says that the OpenSSL code is under the OpenSSL license
>> and the new contributions are under ISC or public domain, so how about
>> this instead?
>> (license (list license:openssl
>>
Federico Beffa skribis:
> Starting ipython3 and executing the following commands
>
> %matplotlib
> import numpy as np
> import matplotlib.pyplot as plt
> t = np.r_[0:5]
> plt.plot(t, t)
I don’t know if I’m missing something, but when I type ‘matplotlib’ at
the prompt, I get:
--8<---
Alex Kost skribis:
> If one uses a relative symlink in 'local-file', it will lead to a broken
> symlink in the store as illustrated in the attached example. So I think
> it either:
>
> - should be documented explicitly that 'local-file' adds a specified
> file to the store blindly, which may l
On Sat, Jun 06, 2015 at 02:48:28PM +0200, Andreas Enge wrote:
> the following should normally be a blog post; but I do not (yet?) have a blog.
I now do have a blog and made this the first post:
https://enge.fr/blog/
https://enge.fr/blog/?p=21
One can also comment, but only after clicking on
Cyril Roelandt skribis:
> Not sure whether we want to have suckless.scm. Does it make sense to the
> other devs?
I think people on IRC were OK with the idea.
> If we end up using "suckless.scm", I'd rather rename it first, and then
> add st to it.
Yes, but no big deal.
Ludo’.
"Thompson, David" writes:
> On Mon, Jun 15, 2015 at 4:25 PM, Mark H Weaver wrote:
>> It would be good to rewrite the references to the 'git' binary in the
>> code to use an absolute path. This argues for making 'git' a normal
>> input. What do you think?
>
> I was conflicted about this when pa
Ricardo Wurmus skribis:
> From 612b8503d5b473f8a7416b0b9c9287102fa72bb8 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus
> Date: Sat, 13 Jun 2015 19:53:48 +0200
> Subject: [PATCH] gnu: Add Qsynth.
>
> * gnu/packages/audio.scm (qsynth): New variable.
[...]
> +(description
> + "Qsynth is
Alex Kost writes:
> Ricardo Wurmus (2015-06-14 19:32 +0300) wrote:
>
> [...]
>> +(build-system gnu-build-system)
>> +(arguments
>> + `(#:make-flags (list (string-append "prefix=" (assoc-ref %outputs
>> "out")))
>
> I think it is clearer to use just '%output':
>
> `(#:make-fla
On Mon, Jun 15, 2015 at 04:15:40PM -0400, Mark H Weaver wrote:
> The COPYING file says that the OpenSSL code is under the OpenSSL license
> and the new contributions are under ISC or public domain, so how about
> this instead?
> (license (list license:openssl
>license:isc)))
On Mon, Jun 15, 2015 at 4:25 PM, Mark H Weaver wrote:
> David Thompson writes:
>
>> From d5062fe608d840aca5034c9374dc0a99c926554b Mon Sep 17 00:00:00 2001
>> From: David Thompson
>> Date: Sat, 13 Jun 2015 07:46:02 -0400
>> Subject: [PATCH 1/3] gnu: Add ruby-git.
>>
>> * gnu/packages/ruby.scm (ru
Ricardo Wurmus writes:
> From 612b8503d5b473f8a7416b0b9c9287102fa72bb8 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus
> Date: Sat, 13 Jun 2015 19:53:48 +0200
> Subject: [PATCH] gnu: Add Qsynth.
Looks good, thanks!
Mark
Mathieu Lirzin skribis:
> I would like some advice on how to add copyright notices in
> 'website/static/base/css/packages.css' and
> 'website/static/base/js/packages.js'. Futhermore I would like
> suggestions about my commit messages, in order to make then
> precise. Other comments or reviews are
David Thompson writes:
> From b92e076fbd1fdeb396044bf66df20e471710f39a Mon Sep 17 00:00:00 2001
> From: David Thompson
> Date: Sat, 13 Jun 2015 07:53:23 -0400
> Subject: [PATCH 2/3] gnu: Add ruby-slop.
Looks good to me!
Mark
David Thompson writes:
> From 9f7faeee96919ce78991e2c8321a329eab5bda75 Mon Sep 17 00:00:00 2001
> From: David Thompson
> Date: Sat, 13 Jun 2015 08:06:12 -0400
> Subject: [PATCH 3/3] gnu: Add ruby-multipart-post.
Looks good!
Mark
David Thompson writes:
> From d5062fe608d840aca5034c9374dc0a99c926554b Mon Sep 17 00:00:00 2001
> From: David Thompson
> Date: Sat, 13 Jun 2015 07:46:02 -0400
> Subject: [PATCH 1/3] gnu: Add ruby-git.
>
> * gnu/packages/ruby.scm (ruby-git): New variable.
> ---
> gnu/packages/ruby.scm | 33 +
I’ve looked at the 8 patches briefly and couldn’t spot anything
suspicious ;-), so feel free to push them. Thank you!
Ludo’.
Alex Kost skribis:
> So (analogously to 'pcomplete/sudo') the following function may be used
> to complete "pre-inst-env" properly:
>
> (defun pcomplete/pre-inst-env ()
> (pcmpl-args-pcomplete
>(pcmpl-args-make-argspecs
> `((argument 0 (("COMMAND" nil))
> :subparser pcmp
Andreas Enge writes:
> the attached patch adds libressl. As you can see, it is quite a bit simpler
> than the openssl package, which already inspires confidence. I think we
> should add the package;
Agreed.
> the next question would be whether we should switch
> all inputs from openssl to libre
"Claes Wallin (韋嘉誠)" skribis:
> Some of this is already in ~/.guix-profile/etc/profile. Maybe there should
> be more in there? Or are even all of the search paths in there?
Indeed, everything is there.
One can run:
GUIX_PROFILE=$HOME/.guix-profile . ~/.guix-profile/etc/profile
or
eval `g
Alex Kost skribis:
> From 3b221f12e6f5be01166772f5b23b648903342954 Mon Sep 17 00:00:00 2001
> From: Alex Kost
> Date: Mon, 15 Jun 2015 13:18:20 +0300
> Subject: [PATCH] system: Rename 'sudoers' into 'sudoers-file'.
>
> * gnu/system.scm (): Rename record field.
> (etc-directory): Rename argumen
On Mon, Jun 15, 2015 at 3:10 PM, Pjotr Prins wrote:
> On Mon, Jun 15, 2015 at 09:10:15AM -0400, Thompson, David wrote:
>> On Mon, Jun 15, 2015 at 2:55 AM, Pjotr Prins
>> wrote:
>> >
>> > Would it be OK to add some RUBY paths?
>>
>> What additional Ruby search paths are needed? We already have $
Hello,
the attached patch adds libressl. As you can see, it is quite a bit simpler
than the openssl package, which already inspires confidence. I think we
should add the package; the next question would be whether we should switch
all inputs from openssl to libressl. I tried it for fetchmail, and
On Mon, Jun 15, 2015 at 09:10:15AM -0400, Thompson, David wrote:
> On Mon, Jun 15, 2015 at 2:55 AM, Pjotr Prins
> wrote:
> >
> > Would it be OK to add some RUBY paths?
>
> What additional Ruby search paths are needed? We already have $GEM_PATH.
$GEM_HOME
$GEM_SPEC_CACHE
as in
https://github.
Ricardo Wurmus skribis:
> I don't think this belongs in %desktop-services; I would only assume
> local convenience services like connection managers to be provided by
> it.
There seems to be consensus, so I’ve removed it from ‘%desktop-services’
in 4a3bcae.
Thanks!
Ludo’.
On 2015-06-15 09:17, Alex Kost wrote:
Daniel Pimentel (2015-06-15 01:52 +0300) wrote:
On 2015-06-14 09:47, Alex Kost wrote:
Hello,
Since there is no real difference between 'sudoers' and 'hosts-file'
fields (of operating-system declaration), what about renaming one of
them? So it could be ei
On 15-Jun-2015 8:56 am, "Pjotr Prins" wrote:
>
> Is there a way guix could quickly print out the information it now gives
after
> a successful package install:
>
> The following environment variable definitions may be needed:
>export
PATH="/home/pjotrp/.guix-profile/bin:/home/pjotrp/.guix-prof
On Mon, Jun 15, 2015 at 2:55 AM, Pjotr Prins wrote:
>
> Would it be OK to add some RUBY paths?
What additional Ruby search paths are needed? We already have $GEM_PATH.
- Dave
Ludovic Courtès (2015-06-15 01:07 +0300) wrote:
> Alex Kost skribis:
>
>> Ludovic Courtès (2015-06-10 22:44 +0300) wrote:
>>
>> [...]
>>> Actually ‘sudo’ completion works well by default; e.g., “sudo ha”
>>> completes to “sudo halt”. Could it be that there’s another way to
>>> achieve that?
>>
>
Ludovic Courtès (2015-06-15 00:48 +0300) wrote:
> Alex Kost skribis:
>
>> Since there is no real difference between 'sudoers' and 'hosts-file'
>> fields (of operating-system declaration), what about renaming one of
>> them?
>
> Makes sense.
>
>> So it could be either:
>>
>> 'sudoers-file' and '
Daniel Pimentel (2015-06-15 01:52 +0300) wrote:
> On 2015-06-14 09:47, Alex Kost wrote:
>> Hello,
>>
>> Since there is no real difference between 'sudoers' and 'hosts-file'
>> fields (of operating-system declaration), what about renaming one of
>> them? So it could be either:
>>
>> 'sudoers-fil
This seems like a great idea.
Federico Beffa writes:
> There are a lot of Emacs packages. For this reason I would like to
> propose to prefix them with 'emacs-' as we do with Python, ...
IMO an 'el-' prefix would be better since it refers to the actual
language, and it's more concise.
--
Mathi
Hi,
I would like to know what people think about having an
'emacs-build-system' to build packages imported from an ELPA
repository. Note that the package archives provided by such a
repository are slightly different from the '.tar.gz' files that you
download from the "real" project home. One dif
Ludovic Courtès writes:
> Ricardo Wurmus skribis:
>
>> attached are three more patches to replace ATLAS with OpenBLAS in
>> python.scm.
[...]
>> From 79d29126037cd227b01b3a193bf016ec9e12b4fb Mon Sep 17 00:00:00 2001
>> From: Ricardo Wurmus
>> Date: Fri, 12 Jun 2015 11:34:39 +0200
>> Subject:
Pjotr Prins writes:
> Is there a way guix could quickly print out the information it now gives after
> a successful package install:
>
> The following environment variable definitions may be needed:
>export
> PATH="/home/pjotrp/.guix-profile/bin:/home/pjotrp/.guix-profile/sbin"
>export
38 matches
Mail list logo