l...@gnu.org (Ludovic Courtès) writes:
> taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis:
>
>> From 78be6d09d2d4c0a563be14c66ac2a1a345ff9b1d Mon Sep 17 00:00:00 2001
>> From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?=
>>
>> Date: Thu, 5 Nov 2015 23:43:20 +0100
>> Sub
l...@gnu.org (Ludovic Courtès) skribis:
> The libxml2/libxslt issues are actually patched, but since we didn’t
> change the version number, the tool assumes that our packages are
> vulnerable. We should change version numbers in the future when
> patching vulnerabilities.
Alternately, ‘lint’ cou
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis:
> l...@gnu.org (Ludovic Courtès) writes:
[...]
>>?: 2 [primitive-load
>> "/gnu/store/d51z2xkwp1vh0dh6gqadyyzv21m0b772-guix-latest/guix/scripts/import/hackage.scm"]
>> In ice-9/eval.scm:
>> 453: 1 Exception thrown while print
This fixes bug #22024.
>From 65c9863898e1ddc2a1443b557003f0cbc25442d8 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus
Date: Fri, 27 Nov 2015 10:57:03 +0100
Subject: [PATCH 1/2] gnu: openssh: Use modify-phases syntax.
* gnu/packages/ssh.scm (openssh)[arguments]: Use modify-phases syntax.
---
gnu/p
Hi Guix,
this is the second batch of Haskell packages we need to have a Pandoc
package. These patches apply after the other patch set I sent to the ML
yesterday.
(BTW: if you just need a simple markdown converter (with an extensible
grammar) I recommend peg-markdown. It has very few dependencie
Hi Kyle,
> Ricardo Wurmus writes:
>
>> From 9b319907000ad6b1796d1887cabcf010aa806d3e Mon Sep 17 00:00:00 2001
>> From: Ricardo Wurmus
>> Date: Thu, 26 Nov 2015 16:59:08 +0100
>> Subject: [PATCH 1/5] gnu: Add r-data-table.
>>
>> * gnu/packages/statistics.scm (r-data-table): New variable.
>
> It s
Hi Ben,
> +
> +(define-public ruby-systemu
> + (package
> +(name "ruby-systemu")
> +(version "2.6.5")
> +(source
> + (origin
> + (method url-fetch)
> + (uri (rubygems-uri "systemu" version))
> + (sha256
> +(base32
> + "0gmkbakhfci5wnmbfx5i54f25j9z
宋文武 skribis:
> On 2015-11-24 04:07, Alex Kost wrote:
[...]
>> Oh, no! If there is one person (me) who wants to have a full
>> control on
>> his /etc/profile, there may be the others with the same wish.
> Sure, I think we all want (and should have) a full control.
Agreed.
> To be clear, /etc/
Alex Kost skribis:
> 宋文武 (2015-11-24 18:22 +0300) wrote:
[...]
>> So, the plan is add /etc/environment and only use /etc/profile for 2.
>> then, a sh-profile file-like configuration can be added. WDYT?
>
> I like the idea of separating /etc/environment and /etc/profile, but my
> main concern i
Woow, that was fast! :-)
Ricardo Wurmus skribis:
> From 65c9863898e1ddc2a1443b557003f0cbc25442d8 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus
> Date: Fri, 27 Nov 2015 10:57:03 +0100
> Subject: [PATCH 1/2] gnu: openssh: Use modify-phases syntax.
>
> * gnu/packages/ssh.scm (openssh)[arguments
l...@gnu.org (Ludovic Courtès) writes:
> taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") skribis:
>
>> l...@gnu.org (Ludovic Courtès) writes:
>
> [...]
>
>>>?: 2 [primitive-load
>>> "/gnu/store/d51z2xkwp1vh0dh6gqadyyzv21m0b772-guix-latest/guix/scripts/import/hackage.scm"]
>>> In ice-
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 11/27/2015 11:38 AM, Ricardo Wurmus wrote:
> This fixes bug #22024.
>
Wow, thanks :)
Flo
- --
https://fps.io
-BEGIN PGP SIGNATURE-
Version: GnuPG v2
iQEcBAEBCAAGBQJWWIXZAAoJEA5f4Coltk8ZlksH/18HM9V/ao40QXgVw06D0lO2
8xeVcGXmCJV5Nv4S7ju
l...@gnu.org (Ludovic Courtès) skribis:
> OK, I’ll test this on my laptop and report back.
I tested, but then I’m unable to run nm-applet (I run ratpoison but it
wants a status bar or something) and I couldn’t get anything out of
nmcli. So wired networking worked directly, but I couldn’t get wir
l...@gnu.org (Ludovic Courtès) writes:
> l...@gnu.org (Ludovic Courtès) skribis:
>
>> The libxml2/libxslt issues are actually patched, but since we didn’t
>> change the version number, the tool assumes that our packages are
>> vulnerable. We should change version numbers in the future when
>> pat
Ricardo Wurmus writes:
>> Isn't lattice already included with the main R build as a recommended
>> package?
>
> You’re right again.
>
> Is there ever a reason to upgrade the included recommended packages? I
> know that when installing some bioconductor packages R asks whether to
> upgrade some i
Hynek Urban skribis:
> Motivation: I was checking out guix for the first time a few days ago; I
> built it using the --with-store-dir configure option and subsequently,
> substitutes were not downloaded. I was baffled for some time because I
> thought I did everything according to the manual and
Commit adds ‘tor-hidden-service’, which can be used to specify hidden
services quite easily.
For example, to have your SSH daemon accessible over something.onion:22,
just do:
(operating-system
;; …
(services (cons* (lsh-service #:interfaces '("127.0.0.1"))
(tor-hidd
On Fri, Nov 27, 2015 at 6:59 PM, Ludovic Courtès wrote:
> Commit adds ‘tor-hidden-service’, which can be used to specify hidden
> services quite easily.
>
> For example, to have your SSH daemon accessible over something.onion:22,
> just do:
>
> (operating-system
> ;; …
> (services (cons*
My first service since the big service API rewrite. How did I do?
>From 6f483d37bf157ee0d253d2aaa919d6900d23453c Mon Sep 17 00:00:00 2001
From: David Thompson
Date: Fri, 27 Nov 2015 20:40:59 -0500
Subject: [PATCH] services: Add transmission-service.
* gnu/services/bittorrent.scm: New file.
* gn
19 matches
Mail list logo