Leo Famulari writes:
> This package provides nmap [0].
Ah, thanks for doing this! I've had an nmap branch for ages that I
couldn't get to work because I couldn't get the Python module loading to
work right.
Another Debian package on my system to replace with a Guix package. :-)
Taylan
On Tue, Mar 15, 2016 at 08:50:52AM +0100, Taylan Ulrich Bayırlı/Kammer wrote:
> Leo Famulari writes:
>
> > This package provides nmap [0].
>
> Ah, thanks for doing this! I've had an nmap branch for ages that I
> couldn't get to work because I couldn't get the Python module loading to
> work rig
Leo Famulari writes:
> * gnu/packages/admin.scm (nmap): New variable.
> ---
> gnu/packages/admin.scm | 56
> +-
> 1 file changed, 55 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
> index 69802e9..241
Leo Famulari writes:
> On Tue, Mar 15, 2016 at 08:50:52AM +0100, Taylan Ulrich Bayırlı/Kammer wrote:
>> Leo Famulari writes:
>>
>> > This package provides nmap [0].
>>
>> Ah, thanks for doing this! I've had an nmap branch for ages that I
>> couldn't get to work because I couldn't get the Pyth
Leo Famulari writes:
> * guix/licenses.scm (nmap): New variable.
> ---
This looks good to me.
~~ Ricardo
Leo Famulari writes:
> * gnu/packages/admin.scm (nmap): New variable.
> ---
[...]
> +(arguments
> + `(#:configure-flags
> + (list (string-append "--prefix=" (assoc-ref %outputs "out"))
> + "--without-ncat"
> + "--without-nmap-update"
> + "--wit
On Tue, Mar 15, 2016 at 09:07:03AM +0100, Taylan Ulrich Bayırlı/Kammer wrote:
> Leo Famulari writes:
>
> > On Tue, Mar 15, 2016 at 08:50:52AM +0100, Taylan Ulrich Bayırlı/Kammer
> > wrote:
> >> Leo Famulari writes:
> >>
> >> > This package provides nmap [0].
> >>
> >> Ah, thanks for doing thi
On Tue, Mar 15, 2016 at 09:04:54AM +0100, Taylan Ulrich Bayırlı/Kammer wrote:
> Leo Famulari writes:
> > + `(#:configure-flags
> > + (list (string-append "--prefix=" (assoc-ref %outputs "out"))
> > + "--without-ncat"
> > + "--without-nmap-update"
> > +
Leo Famulari writes:
> On Tue, Mar 15, 2016 at 09:04:54AM +0100, Taylan Ulrich Bayırlı/Kammer wrote:
>> Leo Famulari writes:
>> > + `(#:configure-flags
>> > + (list (string-append "--prefix=" (assoc-ref %outputs "out"))
>> > + "--without-ncat"
>> > + "--without-
Leo Famulari (2016-03-15 02:34 +0300) wrote:
[...]
> (define-public python2-llfuse
> - (package-with-python2 python-llfuse))
> + (package (inherit (package-with-python2
> + (strip-python2-variant python-llfuse)))
> +(propagated-inputs `(("python2-contextlib2" ,python2-contex
Leo Famulari (2016-03-15 02:34 +0300) wrote:
> * gnu/packages/backup.scm (attic)[inputs]: Specify dependency on
> python-llfuse@0.41.
> ---
> gnu/packages/backup.scm | 12 ++--
> 1 file changed, 10 insertions(+), 2 deletions(-)
>
>
> diff --git a/gnu/packages/backup.scm b/gnu/packages/bac
Leo Famulari (2016-03-15 02:34 +0300) wrote:
> * gnu/packages/backup.scm (borg): New variable.
> ---
> gnu/packages/backup.scm | 53
> -
> 1 file changed, 52 insertions(+), 1 deletion(-)
[...]
> +(define-public borg
> + (package
> +(name "borg
On Tue, Mar 15, 2016 at 11:53:33AM +0300, Alex Kost wrote:
> Leo Famulari (2016-03-15 02:34 +0300) wrote:
>
> [...]
> > (define-public python2-llfuse
> > - (package-with-python2 python-llfuse))
> > + (package (inherit (package-with-python2
> > + (strip-python2-variant python-llf
On Tue, Mar 15, 2016 at 11:58:59AM +0300, Alex Kost wrote:
> Leo Famulari (2016-03-15 02:34 +0300) wrote:
>
> > * gnu/packages/backup.scm (attic)[inputs]: Specify dependency on
> > python-llfuse@0.41.
> > ---
> > gnu/packages/backup.scm | 12 ++--
> > 1 file changed, 10 insertions(+), 2 d
On Tue, Mar 15, 2016 at 12:11:15PM +0300, Alex Kost wrote:
> Leo Famulari (2016-03-15 02:34 +0300) wrote:
>
> > * gnu/packages/backup.scm (borg): New variable.
> > ---
> > gnu/packages/backup.scm | 53
> > -
> > 1 file changed, 52 insertions(+), 1
Andreas Enge writes:
> Hello,
>
> On Mon, Mar 14, 2016 at 08:38:12PM +0800, 宋文武 wrote:
>> * gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable.
>
> does it need to be a variable, or would it not make more sense to simply
> modify gdk-pixbuf?
gdk-pixbuf+svg depends on librsvg, while librsvg depen
Leo Famulari writes:
> On Tue, Mar 15, 2016 at 11:53:33AM +0300, Alex Kost wrote:
>> Leo Famulari (2016-03-15 02:34 +0300) wrote:
>>
>> [...]
>> > (define-public python2-llfuse
>> > - (package-with-python2 python-llfuse))
>> > + (package (inherit (package-with-python2
>> > + (
Leo Famulari skribis:
[...]
>> Looks like the xfce4-power-manager patch fell through the cracks. Leo,
>> could you maybe do a final polishing pass and commit it?
>
> And here are the patches...
>
> From 2ef9d0fae7dd04cfb25691411b5afec76cb3eb5b Mon Sep 17 00:00:00 2001
> From: Florian Paul Schm
Alex Kost skribis:
> The bottom line of the following text is the question: Is it possible to
> combine 2 (or more) build systems for building a package?
Sure!
> I did a little experiment: I thought maybe it could be possible just to
> pick some build phases from (guix build emacs-build-system)
Jookia <166...@gmail.com> skribis:
> On Fri, Mar 11, 2016 at 03:30:10PM +0100, Ludovic Courtès wrote:
>> Jookia <166...@gmail.com> skribis:
>>
>> > I'd really like to discuss how much I needed to break to get the
>> > mapped-devices,
>> > file-systems and swap-devices to just 'work'. I even had
Chris Marusich skribis:
> From bf03c0a3fa35144342849cdf550219a185fbf10d Mon Sep 17 00:00:00 2001
> From: Chris Marusich
> Date: Mon, 7 Mar 2016 01:55:07 -0800
> Subject: [PATCH] doc: Clarify and consolidate modify-services documentation.
>
> * doc/guix.texi ("Using the Configuration System": Mov
Nils Gillmann skribis:
> In this case I have to disagree.
> I would if I could, but I had a conversation with Christian about
> it*. The most useable GNUnet right now for us is the SVN
[...]
> From my perspective I want people to have a good experience of
> trying out (that's the way you should
Roel Janssen skribis:
> Ludovic Courtès writes:
>
>> Roel Janssen skribis:
>>
>>> Here's a very small patch to compile Emacs with libotf support.
>>> Unfortunately for me, it hasn't given me better font rendering.
>>
>> Does the resulting Emacs refer to libotf, as per:
>>
>> guix gc --referenc
On 2016-03-11 03:19, Danny Milosavljevic wrote:
I went ahead and made the above changes in the attached patch. Please
let me know if the copyright line and git author are appropriate.
Yes.
This was pushed as 0ede252b6672f8df65754a0859e295797660
Thanks!
--
`~Eric
Alex Kost skribis:
> Roel Janssen (2016-03-14 15:22 +0300) wrote:
>
>> I attached two screenshots, emacs-from-guix.png and
>> emacs-from-fedora.png. Both are compiled with libotf support. Besides
>> the missing Fira font, the text on the Emacs from Guix looks stretched
>> and not properly anti-
iyzs...@member.fsf.org (宋文武) skribis:
> 宋文武 writes:
>
>> * gnu/packages/gtk.scm (gtk+, gtk+-2)[propagated-inputs]: Use
>> 'gtk-pixbuf+svg'
>> instead of 'gtk-pixbuf'.
> Typo, it's 'gdk-pixbuf'.
>
> This patch shouldn't apply directly to master right? I think this
> should be pushed with the the
宋文武 skribis:
> * gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable.
[...]
> +(description (string-append
> + (package-description gdk-pixbuf)
> + " This version provides SVG support by default."
‘description’ and ‘synopsis’ must be literal strings s
"Thompson, David" skribis:
> On Sun, Mar 13, 2016 at 5:24 AM, Ricardo Wurmus wrote:
>>
>> Thompson, David writes:
>>
>>> Hello Mathieu,
>>>
>>> On Sat, Mar 12, 2016 at 3:10 PM, Mathieu Lirzin wrote:
Hello David,
David Thompson writes:
>>From 80f08dde121610dcc832f4e6ecd
iyzs...@member.fsf.org (宋文武) skribis:
> Report by Jookia in #guix that with my gdk-pixbuf+svg patches,
> thunar still can't find SVG icons, it's linked with the old gdk-pixbuf.
>
> While the build inputs of ‘thunar’ only have ‘gdk-pixbuf+svg’, one
> of its input ‘libnotify’ was build with ‘gdk-pix
Andreas Enge skribis:
> On Wed, Mar 09, 2016 at 12:02:44PM +0300, Alex Kost wrote:
>> I think this should be rephrased, because after this change, makeinfo
>> complains:
>> ./doc/guix.texi:5937: warning: `.' or `,' must follow @xref
>> And in the generated guix.info there is a dot before "and".
Mathieu Lirzin skribis:
> Leo Famulari writes:
>
>> On Tue, Mar 15, 2016 at 11:53:33AM +0300, Alex Kost wrote:
>>> Leo Famulari (2016-03-15 02:34 +0300) wrote:
>>>
>>> [...]
>>> > (define-public python2-llfuse
>>> > - (package-with-python2 python-llfuse))
>>> > + (package (inherit (package-w
l...@gnu.org (Ludovic Courtès) writes:
> Nils Gillmann skribis:
>
>> In this case I have to disagree.
>> I would if I could, but I had a conversation with Christian about
>> it*. The most useable GNUnet right now for us is the SVN
>
> [...]
>
>> From my perspective I want people to have a good ex
On Tue, Mar 15, 2016 at 05:31:32PM +0800, 宋文武 wrote:
> gdk-pixbuf+svg depends on librsvg, while librsvg depends on gdk-pixbuf,
> so I think there must be two version. and the closure size of
> gdk-pixbuf+svg is 210MB while gdk-pixbuf has 116MB, so I think we should
> using the large one only when
Hi,
On Sun, 13 Mar 2016 23:10:02 +0100
l...@gnu.org (Ludovic Courtès) wrote:
> There’s currently no CUPS service for GuixSD—i.e., nothing you could
> directly add to the ‘services’ field of your ‘operating-system’
> configuration.
>
> If you would like to contribute one such service, that’d be w
Ludovic Courtès (2016-03-15 17:27 +0300) wrote:
> Alex Kost skribis:
>
>> The bottom line of the following text is the question: Is it possible to
>> combine 2 (or more) build systems for building a package?
>
> Sure!
Great!
>> I did a little experiment: I thought maybe it could be possible jus
Hi,
I'm trying to create a package for hplip, and it manages to reach the install
phase and then it fails trying to create /etc/cups . Should we put /etc/cups
inside the hplip store directory or what should we do with it?
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index ff3d152.
Hello!
It took a while, but finally hydra.gnu.org has its own Let’s Encrypt
certificate and is available over https, woohoo!
Back to the initial problem, we (i.e., you ;-)) can now modify
packages.js so that it uses either http or https to use Hydra’s API,
depending on the current URL.
Thoughts?
Alex Kost skribis:
> From b83adf2e1e0d13a5a09026bab40b0e5198e2f295 Mon Sep 17 00:00:00 2001
> From: Alex Kost
> Date: Fri, 11 Mar 2016 11:34:20 +0300
> Subject: [PATCH 1/2] gnu: emacs-pdf-tools: Use emacs-build-system for elisp
> side.
> MIME-Version: 1.0
> Content-Type: text/plain; charset=UTF
>From 28cfe3d56d2139fc4a50ac9b20b2a73fe12f5a6c Mon Sep 17 00:00:00 2001
From: Roel Janssen
Date: Tue, 15 Mar 2016 22:45:32 +0100
Subject: [PATCH] website: packages: Support both http and https requests to
hydra.gnu.org.
* website/static/base/js/packages.js (set_build_status): Use the protocol of
Roel Janssen skribis:
> From 28cfe3d56d2139fc4a50ac9b20b2a73fe12f5a6c Mon Sep 17 00:00:00 2001
> From: Roel Janssen
> Date: Tue, 15 Mar 2016 22:45:32 +0100
> Subject: [PATCH] website: packages: Support both http and https requests to
> hydra.gnu.org.
>
> * website/static/base/js/packages.js (se
Ludovic Courtès writes:
> Roel Janssen skribis:
>
>> From 28cfe3d56d2139fc4a50ac9b20b2a73fe12f5a6c Mon Sep 17 00:00:00 2001
>> From: Roel Janssen
>> Date: Tue, 15 Mar 2016 22:45:32 +0100
>> Subject: [PATCH] website: packages: Support both http and https requests to
>> hydra.gnu.org.
>>
>> * we
There is an update for git and git-manpages on master. Please update
your installations, both clients and servers!
http://seclists.org/oss-sec/2016/q1/645
l...@gnu.org (Ludovic Courtès) writes:
> 宋文武 skribis:
>
>> * gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable.
>
> [...]
>
>> +(description (string-append
>> + (package-description gdk-pixbuf)
>> + " This version provides SVG support by default."
>
>
On Tue, Mar 15, 2016 at 11:01:27PM +0100, Ludovic Courtès wrote:
> Roel Janssen skribis:
>
> > From 28cfe3d56d2139fc4a50ac9b20b2a73fe12f5a6c Mon Sep 17 00:00:00 2001
> > From: Roel Janssen
> > Date: Tue, 15 Mar 2016 22:45:32 +0100
> > Subject: [PATCH] website: packages: Support both http and htt
* gnu/packages/linux.scm (freefall): New variable.
---
A little example-cum-useful-tool included in the Linux tree.
Regards,
T G-R
gnu/packages/linux.scm | 26 ++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a2412d
Leo,
I just realised that I forgot to add you in CC. I'm still learning the
finer points of git send-email...
(Of course, if you had already seen the updated patch, cheerily ignore
this message.)
Kind regards,
T G-R
On 08/03/2016, Tobias Geerinckx-Rice wrote:
> * gnu/packages/disk.scm (idle3-
l...@gnu.org (Ludovic Courtès) writes:
> iyzs...@member.fsf.org (宋文武) skribis:
>
>> 宋文武 writes:
>>
>>> * gnu/packages/gtk.scm (gtk+, gtk+-2)[propagated-inputs]: Use
>>> 'gtk-pixbuf+svg'
>>> instead of 'gtk-pixbuf'.
>> Typo, it's 'gdk-pixbuf'.
>>
>> This patch shouldn't apply directly to master r
On Wed, Mar 16, 2016 at 05:02:24AM +0100, Tobias Geerinckx-Rice wrote:
> Leo,
>
> I just realised that I forgot to add you in CC. I'm still learning the
> finer points of git send-email...
>
> (Of course, if you had already seen the updated patch, cheerily ignore
> this message.)
I'm sorry, my i
On Wed, Mar 16, 2016 at 04:34:29AM +0100, Tobias Geerinckx-Rice wrote:
> * gnu/packages/linux.scm (freefall): New variable.
Looks good!
Do you think we should change the 'alarm' value as in the Nix package?
> ---
>
> A little example-cum-useful-tool included in the Linux tree.
>
> Regards,
>
49 matches
Mail list logo