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 PKG_CONFIG_PATH="/home/pjotrp/.guix-p
Alex Kost writes:
> However I think that a running ssh server is the expected default for
> '%desktop-services'.
l...@gnu.org (Ludovic Courtès) writes:
> However, the idea was that ‘%desktop-services’ would provide you the
> typical set of services you get by default when installing another
> “de
Alex Kost writes:
> However I think that a running ssh server is the expected default for
> '%desktop-services'.
l...@gnu.org (Ludovic Courtès) writes:
> However, the idea was that ‘%desktop-services’ would provide you the
> typical set of services you get by default when installing another
> “de
* guix/import/pypi.scm (python->package-name, maybe-inputs, compute-inputs,
guess-requirements): New procedures.
* guix/import/pypi.scm (guix-hash-url): Now takes a filename instead of an
URL as input.
* guix/import/pypi.scm (make-pypi-sexp): Now tries to generate the inputs
automagically.
*
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-file' and 'hosts-file'
or
'sudoers' and 'hosts'
(I prefer the latt
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?
>
> ‘sudo’ completions don't work by default (did you check "e
l...@gnu.org (Ludovic Courtès) writes:
> What do others think?
I always have an ssh server running on my "desktop" machines, but I
would probably be surprised if a default "desktop" configuration had
this. It seems counter-intuitive, and I can see someone use a trivial
password or no password on
Ricardo Wurmus skribis:
> From 0026435cc8c1c4eea0c616a55ff54c6421cd6756 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus
> Date: Fri, 12 Jun 2015 15:39:40 +0200
> Subject: [PATCH] gnu: python-scikit-learn: Update to 0.16.1.
>
> * gnu/packages/python.scm (python-scikit-learn): Update to 0.16.1.
O
Ricardo Wurmus skribis:
> attached are three more patches to replace ATLAS with OpenBLAS in
> python.scm.
Good!
> From aeb4f541486d5bb02d4002380e8f7be49967b10d Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus
> Date: Fri, 12 Jun 2015 10:48:58 +0200
> Subject: [PATCH 1/3] gnu: python-numpy-boots
Mark H Weaver skribis:
> I just noticed that I've been running an ssh server on my laptop for
> quite a while unawares, because to my great surprise it is included in
> %desktop-services.
>
> Do most people want their desktop machines open to remote logins?
> I certainly don't, and I don't think
Ricardo Wurmus skribis:
> From 20497fda2366acbce8314588d4871fff3b4621f0 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus
> Date: Sun, 14 Jun 2015 10:04:50 +0200
> Subject: [PATCH] gnu: lv2: Update to 1.12.0.
>
> * gnu/packages/audio.scm (lv2): Update to 1.12.0.
Sure, thanks.
Ludo’.
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 'hosts-file'
>
> or
>
> 'sudoers' and 'hosts'
>
> (I prefer t
Hello Guix,
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 welcome too ;-)
guix-
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 lead to the problem with a broken
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-flags (list (string-append "prefix=" %
Ricardo Wurmus (2015-06-14 19:25 +0300) wrote:
[...]
> +(synopsis "Real-time audio utility library")
> +(description
> + "Raul (Real-time Audio Utility Library) is a C++ utility library
> primarily
> +aimed at audio/musical applications.")
In my opinion, it's not necessary to duplica
On 06/13/2015 09:13 PM, amirou...@hypermove.net wrote:
> I attached two patches. The second patch is to rename dwm.scm
>
Not sure whether we want to have suckless.scm. Does it make sense to the
other devs?
If we end up using "suckless.scm", I'd rather rename it first, and then
add st to it.
Cy
Federico Beffa writes:
> From d08df1568688701e20582c74acc85b3d9b5da01a Mon Sep 17 00:00:00 2001
> From: Federico Beffa
> Date: Fri, 12 Jun 2015 18:58:35 +0200
> Subject: [PATCH] gnu: Add haskell-mode.
>
> * gnu/packages/emacs.scm (haskell-mode): New variable.
> ---
> gnu/packages/emacs.scm | 62
Mark H Weaver (2015-06-14 19:04 +0300) wrote:
> I just noticed that I've been running an ssh server on my laptop for
> quite a while unawares, because to my great surprise it is included in
> %desktop-services.
>
> Do most people want their desktop machines open to remote logins?
> I certainly don
>From 7d0f4d6702cf6ed370e534862244fb65c414f46d Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus
Date: Sun, 14 Jun 2015 15:00:37 +0200
Subject: [PATCH 1/3] gnu: Add Faust.
* gnu/packages/audio.scm (faust): New variable.
---
gnu/packages/audio.scm | 31 +++
1 file changed,
>From 14a14d312198f4c3a0cac7c308c925b35a80c5cd Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus
Date: Sun, 14 Jun 2015 10:05:38 +0200
Subject: [PATCH] gnu: Add Raul.
* gnu/packages/audio.scm (raul): New variable.
---
gnu/packages/audio.scm | 27 +++
1 file changed, 27 insert
I just noticed that I've been running an ssh server on my laptop for
quite a while unawares, because to my great surprise it is included in
%desktop-services.
Do most people want their desktop machines open to remote logins?
I certainly don't, and I don't think it's a sensible default.
What do ot
>From 20497fda2366acbce8314588d4871fff3b4621f0 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus
Date: Sun, 14 Jun 2015 10:04:50 +0200
Subject: [PATCH] gnu: lv2: Update to 1.12.0.
* gnu/packages/audio.scm (lv2): Update to 1.12.0.
---
gnu/packages/audio.scm | 6 +++---
1 file changed, 3 insertions(+)
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-file' and 'hosts-file'
or
'sudoers' and 'hosts'
(I prefer the latter variant)
--
Alex
Attached a patch for adding Ruby 2.1.6. It works for me. This is to
try developing and supporting gems that do not necessarily work with
(latest) Ruby 2.2.2. It is also useful for the Rails people.
We ought to add Ruby 1.9 too, as well as (eventually) Rubinius (LLVM)
and JRuby (JVM).
It may appea
On Sun, Jun 14, 2015 at 05:20:23PM +1000, Ben Woodcroft wrote:
> >One of the benefits of Guix is that you can press Ctrl-C any time
> >without consequences (I do it regularly).
> Thanks for the update. I knew this was true of installing packages,
> just wasn't sure about other operations.
It is n
On 14/06/15 00:46, Alex Kost wrote:
Ben Woodcroft (2015-06-13 16:22 +0300) wrote:
On 13/06/15 23:14, Ludovic Courtès wrote:
I guess the following definitions will allow Guile-JSON to be found,
thereby allowing ‘guix import pypi’ to work:
export GUILE_LOAD_PATH=$HOME/.guix-profile/share/
27 matches
Mail list logo