Am 19.10.2016 um 22:25 schrieb Ludovic Courtès:
>> > +(arguments
>> > + `(#:tests? #f ; tests require googletest *sources*
> Weird.
>
Yes. From the issue I opened on this:[1]
That's the recommended way to use gtest. It's a C++ library and the
ABI depends on many compiler options.
Ricardo Wurmus writes:
> Roel Janssen writes:
>
+(define-public r-bioccheck
+ (package
+(name "r-bioccheck")
+(version "1.10.0")
+(source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "BiocCheck" version))
+
Am 19.10.2016 um 16:45 schrieb Efraim Flashner:
>> > + (setenv "PYTHON" (or (which "python3") (which "python")))
> IIRC (or ... here will return true,
> which i'm sure is not the point.
https://www.gnu.org/software/guile
Hi all,
with current master (1dc30f92320c5e1b528a7eec2b0a4ce529f70c56), trying
guix build --target=i686-linux bootstrap-tarballs
fails with
--8<---cut here---start->8---
starting phase `unpack'
In execvp of tar: No such file or directory
phase `unpack' failed
On Thu, Oct 20, 2016 at 11:07:14AM +0200, Carlos Sánchez de La Lama wrote:
> Hi all,
>
> with current master (1dc30f92320c5e1b528a7eec2b0a4ce529f70c56), trying
>
> guix build --target=i686-linux bootstrap-tarballs
>
> fails with
>
> --8<---cut here---start->8
Marius Bakke writes:
> You can provide a list of licenses in the license field.
I'll send an updated patch soon.
signature.asc
Description: PGP signature
Hartmut Goebel writes:
> These must all be propagated-inputs.
Sure.
> The code includes tests in axolotl/tests/ (and maybe elsewhere. Please
> check if these are installed and if so, if they can be safely removed.
Yes, the tests were installed. I removed them, and as far as I can tell,
it seem
* gnu/packages/python.scm (python-axolotl, python2-axolotl): New variables.
---
gnu/packages/python.scm | 43 +++
1 file changed, 43 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8c6481a..085d8ea 100644
--- a/gnu/package
* gnu/packages/python.scm (python-axolotl-curve25519,
python2-axolotl-curve25519): New variables.
---
gnu/packages/python.scm | 34 ++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9019fc3..8c6481a 100644
--
Leo Famulari writes:
>> (arguments
>> - `(;; The only check done by gajim-0.16.x is to check that the
>> - ;; translations are up-to-date, and in 0.16.5 they are not, so
>> - ;; "make check" fails. Therefore, we disable tests for now.
>> - ;;
>> - ;; XXX TODO Try
* gnu/packages/messaging.scm (gajim)[license]: Change to GPL3.
---
gnu/packages/messaging.scm | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 0089da1..f5a8c4a 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/pa
* gnu/packages/messaging.scm (gajim): Update to 0.16.6.
---
gnu/packages/messaging.scm | 43 ++-
1 file changed, 18 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f5a8c4a..4ce7310 100644
--- a/gnu/p
Dear Guix,
Having multiple virtual terminals open, each running in their own
environment created with @code{guix environment} can become confusing to
the user. Therefore, I would like to add an option to pass a name to
the shell prompt. Currently we default to "[env]".
This patch adds a -p and
> +(license (list license:gpl3; Most files
> + license:isc ; curve/curve25519-donna.c
Do double check whether the license of curve/curve25519-donna.c is the
ISC license. I am not awfully sure.
signature.asc
Description: PGP signature
On Wed, 19 Oct 2016 23:04:14 +0200
l...@gnu.org (Ludovic Courtès) wrote:
> Hi Julien,
>
> This looks like a great improvement to me! Sounds nicer than fiddling
> with config files.
>
> I suppose we could make ‘nginx-service-type’ extensible (info "(guix)
> Service Types and Services") so that p
Roel Janssen skribis:
> Ludovic Courtès writes:
[...]
>> I don’t think so. The old behavior will always be available by
>> specifying a single generation anyway:
>>
>> guix package --list-generations=42
>>
>> It may be worth mentioning this in the manual.
>>
>> My understanding of the discus
Ludovic Courtès writes:
> Roel Janssen skribis:
>
>> Ludovic Courtès writes:
>
> [...]
>
>>> I don’t think so. The old behavior will always be available by
>>> specifying a single generation anyway:
>>>
>>> guix package --list-generations=42
>>>
>>> It may be worth mentioning this in the manu
Hi Carlos,
Carlos Sánchez de La Lama skribis:
* gnu/packages/bash.scm (bash-minimal): Assume getcwd works
correctly when cross compiling.
>>> No tabs please. Otherwise LGTM, thanks! I spoke too fast. On
>> master (Bash 4.3), this is unnecessary AFAICS:
>>
>> --8<---cut
Hartmut Goebel skribis:
> Am 19.10.2016 um 22:25 schrieb Ludovic Courtès:
>>> > +(arguments
>>> > + `(#:tests? #f ; tests require googletest *sources*
>> Weird.
>>
>
> Yes. From the issue I opened on this:[1]
>
> That's the recommended way to use gtest. It's a C++ library and the
>
Howdy!
Christopher Allan Webber skribis:
> So yeah, I'm going to start playing around with building some on some of
> these ideas soonish. I could use some advice, though. Assume I'm able
> to build the right scheme representation of the system I want to be run
> remotely on another machine (w
Hello!
csanchez...@gmail.com (Carlos Sánchez de La Lama) skribis:
> with current master (1dc30f92320c5e1b528a7eec2b0a4ce529f70c56), trying
>
> guix build --target=i686-linux bootstrap-tarballs
As discussed on IRC, --target expect a “GNU triplet” such as
“i686-linux-gnu”, so the above thing canno
Hello,
Amirouche Boubekki skribis:
> find-files does the right thing, there is no need to filter what it returns.
> From ea88bf4b53a63ba0d54f71622d055c32cd7e346e Mon Sep 17 00:00:00 2001
> From: Amirouche
> Date: Sun, 9 Oct 2016 12:31:20 +0200
> Subject: [PATCH] gnu: Add guile-bytestructures
>
Hi Roel,
Roel Janssen skribis:
> Here are some aspects I think we need:
>
> * Network-aware guix-daemon
Of course!
> * Profile management
>
> The abstraction of profiles is an awesome feature of FPM, but the user
> interface is missing. We could do better here.
>
> Switch the default pr
Thomas Danckaert skribis:
> From: l...@gnu.org (Ludovic Courtès)
> Subject: Guix on clusters and in HPC
> Date: Tue, 18 Oct 2016 16:20:43 +0200
>
>> So I’ve come up with an initial list of work items going from the
>> immediate needs to crazy ideas (batch scheduler integration!) that
>> hopefully
On Thu, Oct 20, 2016 at 4:00 PM Ludovic Courtès wrote:
> Hello,
>
> Amirouche Boubekki skribis:
>
> > find-files does the right thing, there is no need to filter what it
> returns.
> > From ea88bf4b53a63ba0d54f71622d055c32cd7e346e Mon Sep 17 00:00:00 2001
> > From: Amirouche
> > Date: Sun, 9 Oc
* gnu/packages/emacs.scm (emacs-lua-mode): New variable.
---
gnu/packages/emacs.scm | 21 +
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 6e9c181..fbde046 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@
Hi,
We already have lua-mode, what is the difference with this one?
http://git.savannah.gnu.org/cgit/guix.git/commit/?id=26e08b4d33918a844a42fd0f859ee640990ca757
David Thompson writes:
> * gnu/packages/emacs.scm (emacs-lua-mode): New variable.
> ---
> gnu/packages/emacs.scm | 21
Ludovic Courtès writes:
> Christopher Allan Webber skribis:
>
>> - Should I build the entire derivation of the system I want to run on
>>the remote machine locally first, then copy that over? (I assume
>>this is possible, and eventually desirable, especially if doing
>>mass deployme
From: l...@gnu.org (Ludovic Courtès)
Subject: Re: [PATCH] gnu: Add hdf-eos2.
Date: Wed, 19 Oct 2016 17:08:32 +0200
--- /dev/null
+++ b/gnu/packages/patches/hdf-eos2-build-shared.patch
@@ -0,0 +1,23 @@
Please add a comment at the beginning of this patch.
Added a very basic comment... I must
Roel Janssen skribis:
> Ludovic Courtès writes:
[...]
>> I think what I’m suggesting is that the first matching generation should
>> be displayed in full using ‘display-profile-content’, and subsequent
>> generations would be displayed as a diff.
>>
>> Thus, when viewing a single generation, as
Christopher Allan Webber skribis:
> Ludovic Courtès writes:
>
>> Christopher Allan Webber skribis:
>>
>>> - Should I build the entire derivation of the system I want to run on
>>>the remote machine locally first, then copy that over? (I assume
>>>this is possible, and eventually desira
Leo Famulari skribis:
> On Wed, Oct 19, 2016 at 10:49:32PM +0200, Ludovic Courtès wrote:
>> diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
>> index 7495179..ce281c5 100644
>> --- a/gnu/services/networking.scm
>> +++ b/gnu/services/networking.scm
>> @@ -265,11 +265,13 @@ Pr
Roel Janssen skribis:
>>From 9a83259640de620241bd36254cbae5ec0500a399 Mon Sep 17 00:00:00 2001
> From: Roel Janssen
> Date: Wed, 19 Oct 2016 13:22:57 +0200
> Subject: [PATCH] gnu: Add emacs-d-mode.
>
> * gnu/packages/emacs.scm (emacs-d-mode): New variable.
Go for it, thanks!
Ludo’.
Leo Famulari skribis:
> On Wed, Oct 19, 2016 at 10:20:04AM +0530, Arun Isaac wrote:
>> * gnu/packages/messaging.scm (gajim)[license]: Change to GPL3.
>
> Thanks for checking on this!
>
> Indeed, the bulk of the license headers say "version 3 only", so I think
> gajim is GPL3. But, I found a few f
ng0 skribis:
> * gnu/packages/gnome.scm (network-manager): Update to 1.4.2.
Applied to core-updates.
Ludo’.
ng0 skribis:
> * gnu/packages/gnome.scm (network-manager-applet): Update to 1.4.2.
Applied to core-updates, thanks!
Ludo’.
l...@gnu.org (Ludovic Courtès) writes:
> ng0 skribis:
>
>> * gnu/packages/gnome.scm (network-manager-applet): Update to 1.4.2.
>
> Applied to core-updates, thanks!
>
> Ludo’.
I have a question. The network-manager service doesn't seem to work in
my VM, i.e. network-manager-applet gives the messa
* gnu/packages/python.scm (python-flask-sqlalchemy): New variable.
---
gnu/packages/python.scm | 23 +++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 60ef79c..a21ffc8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packag
Danny Milosavljevic (4):
gnu: Add python-aniso8601.
gnu: Add python-flask-restful.
gnu: Add python-flask-basicauth.
gnu: Add python-flask-sqlalchemy.
gnu/packages/python.scm | 98 +
1 file changed, 98 insertions(+)
* gnu/packages/python.scm (python-flask-restful): New variable.
---
gnu/packages/python.scm | 31 +++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d60bec0..ea56079 100644
--- a/gnu/packages/python.scm
+++ b/gnu/p
* gnu/packages/python.scm (python-flask-basicauth): New variable.
---
gnu/packages/python.scm | 22 ++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ea56079..60ef79c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages
* gnu/packages/python.scm (python-aniso8601): New variable.
---
gnu/packages/python.scm | 22 ++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9019fc3..d60bec0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/pytho
Christopher Allan Webber writes:
> Hello all! I got autossh packaged, at least in theory. I use this all
> the time when on Debian.
>
> And yet, though the binary appears on my profile, it seems to do nothing
> in Guix. I'm not sure why this is.
>
> I should be able to do:
>
> autossh fencepo
Hello,
I updated the patch.
On 2016-10-17 18:33, ren...@openmailbox.org wrote:
Hello,
I updated my git repository and have generated patches.
If you do not have a branch, do the follwoing:
git checkout -b gnome-bluefish
# search for your two patches, e.g using "git reflog | grep gunimap"
and
From 0ecbbcccb171223acc5b4824c0c22a35cb22b6f1 Mon Sep 17 00:00:00 2001
From: Federico Beffa
Date: Thu, 20 Oct 2016 17:32:42 +0200
Subject: [PATCH 1/3] gnu: Add emacs-stream.
* gnu/packages/emacs.scm (emacs-stream): New varaible.
---
gnu/packages/emacs.scm | 18 ++
1 file changed
From 4e1d6cddf36c3f293006e79013fddca4c4441f34 Mon Sep 17 00:00:00 2001
From: Federico Beffa
Date: Thu, 20 Oct 2016 17:50:56 +0200
Subject: [PATCH 2/3] gnu: Add emacs-el-search.
* gnu/packages/emacs.scm (emacs-el-search): New variable.
---
gnu/packages/emacs.scm | 24
1
From 46bd8735643b50c9c13ebce595943ad20aa1c7f1 Mon Sep 17 00:00:00 2001
From: Federico Beffa
Date: Thu, 20 Oct 2016 20:23:11 +0200
Subject: [PATCH 3/3] gnu: haskell-mode: Update to 16.1.
* gnu/packages/emacs.scm (haskell-mode): Update to 16.1.
[inputs]: Add 'emacs-el-search' and 'emacs-stream'.
Tried a system reconfigure of one of the GuixSD systems, after I synced
with head, got this when it came to slim:
patching file app.cpp
patching file panel.cpp
Hunk #1 succeeded at 266 (offset 6 lines).
patching file panel.cpp
/gnu/store/ni491r4ffm03v0cr70df12lwiq826das-patch-2.7.5/bin/patch:
48 matches
Mail list logo