Pjotr Prins writes:
> On Tue, Jan 10, 2017 at 04:02:32AM +, Pjotr Prins wrote:
>> Hi all,
>>
>> FOSDEM provides live streaming of talks and archiving. We need
>> volunteers to man the FOSS setup that handles the camera and mike.
>> Ideally two people who expect to be in the room all day :).
> What do you think?
I want to clearly separate the bootloader configuration file stuff
from the bootloader stuff. I think that we shouldn't have to even
specify a bootloader tag at all (it defaults to #f).
We can have a default bootloader entry printer that just prints all
the important informat
Ludovic Courtès writes:
> José Miguel Sánchez García skribis:
>
>> xmonad package needs some love, and this is the first step. ghc should
>> be a
>> propagated input, because it's needed for certain commands such as
>> xmonad --recompile.
>
> Instead of propagating it, would it be possible to h
> Tell me about it! I've been secretly maintaining a Chromium branch over
> at https://github.com/mbakke/guix/commits/chromium . It's frequently
> rebased.
Looks awesome!
> One thing that worries me about Inox is that version 53 is very old and
> likely contains known vulnerabilities. Do you know
Hi Ludovic,
The problem is that mirror.hydra.gnu.org was serving a zero-length
file. This is fixed now.
Indeed - I am up to date again!
Thanks,
Konrad.
On 2017-01-11 09:05, Ricardo Wurmus wrote:
Pjotr Prins writes:
On Tue, Jan 10, 2017 at 04:02:32AM +, Pjotr Prins wrote:
Hi all,
FOSDEM provides live streaming of talks and archiving. We need
volunteers to man the FOSS setup that handles the camera and mike.
Ideally two people who expect
> Do you know what perl is used for in gnutls? I see it contains no
> references, but I also tried building without perl and everything seems
> fine. Perhaps we can just remove it?
Anyone against simply removing perl as a dependency?
> Looks good to me, but this should be applied to 'core-updates
2017-01-11 11:52 GMT+01:00 Amirouche Boubekki :
>
> No response. We need help! Two people can take turns over the day.
>>> Please volunteer, it is important we capture all talks.
>>>
>>
>> I could do some of it, but I’m also giving talks, so we need at least
>> one more person to help out.
>>
>
>
Awesome. Ricardo can you co-ordinate between the 3 V&A, or ask one of
the others to coordinate and that you have each other's phone numbers?
I suggest to come half an hour before the room starts to boot up -
literally.
Hopefully the system does not miss out on talks like last year...
On Wed, Jan
Hi Leo,
On Tue, 10 Jan 2017 14:51:09 -0500
Leo Famulari wrote:
> On Tue, Jan 10, 2017 at 01:01:30AM +0100, Danny Milosavljevic wrote:
> > * gnu/packages/python.scm (python2-cheetah): New variable.
>
> Thanks!
>
> > +(arguments
> > + `(#:python ,python-2))
>
> Is only Python 2 suppo
Thompson, David writes:
> Hi Christopher and Jan,
>
> On Tue, Jan 10, 2017 at 11:28 AM, Christopher Allan Webber
> wrote:
>> Jan Nieuwenhuizen writes:
>>
>>> Christopher Allan Webber writes:
>>>
Thanks!
The file is updated, and even nicer now, since I'm using a hack from
guile
* gnu/packages/python.scm (python2-cheetah): New variable.
---
gnu/packages/python.scm | 43 +++
1 file changed, 43 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index c15a12f9b..234b51004 100644
--- a/gnu/packages/python.scm
On Tue, Jan 10, 2017 at 06:08:39PM -0500, Leo Famulari wrote:
> On Tue, Jan 10, 2017 at 11:41:40PM +0100, Ludovic Courtès wrote:
> > Leo Famulari skribis:
> > > The last time I noticed an exported replacement, I found that it was
> > > resolved non-deterministically (using `guix build -S` in a loo
Kei Kebreau writes:
> Thanks for the review! The macros you mention were indeed introduced in
> this version.
Wow, good catch!
> Does this commit message look good to you?
>
> * gnu/packages/music.scm (moc): Update to 2.5.2.
> [source](modules, snippet): Remove timestamps from the output.
I'd
Hi,
Christopher Allan Webber writes:
> Thompson, David writes:
>
>> Hi Christopher and Jan,
>>
>> On Tue, Jan 10, 2017 at 11:28 AM, Christopher Allan Webber
>> wrote:
>>> Jan Nieuwenhuizen writes:
>>>
Christopher Allan Webber writes:
> Thanks!
>
> The file is updated, and
* gnu/system/file-systems.scm (all-subpaths): New procedure.
(file-system-needed-for-boot?): Use it to check for ancestors
of %store-directory.
---
gnu/system/file-systems.scm | 25 ++---
1 file changed, 22 insertions(+), 3 deletions(-)
diff --git a/gnu/system/file-systems.scm
* gnu/packages/kde.scm (kdevelop)[arguments]: Add more paths in
wrap-executable: add "/share" output of kdevplatform and kcmutils to
$XDG_DATA_DIRS; add "lib/plugins" from user profile to $QT_PLUGIN_PATH.
---
gnu/packages/kde.scm | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
David Craven writes:
>> One thing that worries me about Inox is that version 53 is very old and
>> likely contains known vulnerabilities. Do you know if they backport
>> fixes? If not, I think we should try to stick with upstream Chromium.
>
> This is due to me not having worked on it for a while
Hi Guix,
This patchseries updates kdevelop & kdevplatform, sets a few more paths in the
kdevelop wrapper, and adds the kdevelop Python plugin. The kdevelop package
is still a bit rough around the edges (still have to think of a satisfying
solution to the QT_PLUGIN_PATH issues, see
https://lists.g
* gnu/packages/python.scm (python-autopep8, python2-autopep8): New variables.
---
gnu/packages/python.scm | 30 ++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index fce6217..78532e1 100644
--- a/gnu/packages/python.sc
l...@gnu.org (Ludovic Courtès) writes:
> Mathieu Lirzin skribis:
>
>> * guix/derivations.scm (): Make it immutable.
>> (derivation): Use generic 'set-field' instead of ad-hoc functional setter.
>
> LGTM, thanks!
>
> Ludo'.
Pushed in commit dc673fa1131fb5d1e5ca29acb4a693cfb906986f.
Thanks.
--
On Wed, Jan 11, 2017 at 05:00:57PM +0100, Danny Milosavljevic wrote:
> * gnu/packages/python.scm (python2-cheetah): New variable.
Thanks!
> +(description "Text-base template engine and Python code generator.
I made this into a complete sentence and pushed!
"Cheetah is a text-based template
* gnu/packages/kde.scm (kdev-python): New variable.
---
gnu/packages/kde.scm | 47 +++
1 file changed, 47 insertions(+)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index aef56bb..902038f 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/
l...@gnu.org (Ludovic Courtès) writes:
> Mathieu Lirzin skribis:
>
>> * guix/git-download.scm (git-fetch): Call 'gexp->derivation' with only one
>> '#:local-build?' keyword argument.
>
> Good catch! Thanks,
> Ludo'.
Pushed in commit 5c6a30c5119ffd5702c02e07e7f04669a8f225bb.
Thanks.
--
Mathie
David,
On 08/01/17 23:01, David Craven wrote:
> dvc pushed a commit to branch master
>
> gnu: font-liberation: Use @item in @enumerate.
> Followup to 0102fba27c550a951799399e6a8ce2faf2cb8cd3.
Thanks!
Kind regards,
T G-R
signature.asc
Description: OpenPGP digital signature
* gnu/packages/kde.scm (kdevelop, kdevplatform): Update to 5.0.3.
---
gnu/packages/kde.scm | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index db8609a..5f227ac 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
* gnu/packages/python.scm (python-click)[arguments]: Fix test failure.
---
gnu/packages/python.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4dc284d03..2f1bd8315 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@
* gnu/system/file-systems.scm (all-subpaths): New procedure.
(file-system-needed-for-boot?): Use it to check for ancestors
of %store-directory.
---
gnu/system/file-systems.scm | 25 ++---
1 file changed, 22 insertions(+), 3 deletions(-)
diff --git a/gnu/system/file-systems.scm
* gnu/packages/python.scm (python-argcomplete)[native-inputs]:
Add python-pexpect.
---
gnu/packages/python.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 727e1bff2..4dc284d03 100644
--- a/gnu/packages/python.scm
+++ b/gnu/package
> I actually picked most of the patches from ungoogled-chromium (which
> includes inox and iridium), but skipped "high maintenance" ones. This
> started as an attempt to package that very project, but they were
> lagging too far behind upstream IMO.
Ah yes, I saw it now. Including the Warning in t
Hydra finished evaluating the imagemagick-updates branch on
x86_64-linux:
https://hydra.gnu.org/eval/109433?full=1&compare=master#tabs-now-fail
It's a surprisingly small number of failures! But, I wonder how many
packages that use ImageMagick use the "command-line API" and actually
test it.
So,
* gnu/packages/xfig.scm (xfig): Use modify-phases.
---
gnu/packages/xfig.scm | 159 +-
1 file changed, 79 insertions(+), 80 deletions(-)
diff --git a/gnu/packages/xfig.scm b/gnu/packages/xfig.scm
index 6436e52..27d9cf9 100644
--- a/gnu/packages/xfig
* gnu/packages/xorg.scm (editres): Replace string literal with
%app-defaults-dir.
---
gnu/packages/xorg.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 556b9f4..16eb344 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages
* gnu/packages/xorg.scm (%app-defaults-dir): New variable.
(xfontsel): Remove wrapper.
---
gnu/packages/xorg.scm | 23 +--
1 file changed, 5 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e6ee0c0..556b9f4 100644
--- a/gnu/packag
* gnu/packages/xorg.scm (xfd): Remove wrapper.
---
gnu/packages/xorg.scm | 12 +---
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 16eb344..45ff4c9 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4015,19
If this reproducibly builds for someone else, I will push it master.
From daf80af2ea435f27b4d2fbc5fab2a4d451d6a36f Mon Sep 17 00:00:00 2001
From: Kei Kebreau
Date: Wed, 11 Jan 2017 16:18:49 -0500
Subject: [PATCH] gnu: audacity: Update to 2.1.2.
* gnu/packages/audacity.scm (audacity): Update to 2.
Hi again!
Does someone provide feedback for this patch?
Is it useful or is increasing the number of .scm files a bad thing?
Thanks,
Stefan.
> Hi there,
>
> I would like to add some chess related packages to GUIX.
> I found the packages xboard and chess that are already covered by GUIX.
>
> The
On Wed, Jan 11, 2017 at 04:33:10PM -0500, Kei Kebreau wrote:
> - (uri (string-append "mirror://sourceforge/audacity/audacity/" version
> - "/audacity-minsrc-" version ".tar.xz"))
> + (uri (string-append "https://github.com/audacity/audacity/archive";
> +
Stefan Reichör writes:
> Does someone provide feedback for this patch?
> Is it useful or is increasing the number of .scm files a bad thing?
We usually avoid moving around packages unless there’s a very good
reason for it. One of the disadvantages of moving package expressions
is that it break
Leo Famulari writes:
> On Mon, Jan 09, 2017 at 08:21:14PM +, ng0 wrote:
>> * gnu/packages/suckless.scm (wificurse): New variable.
>
>> +(synopsis "Wifi DoS attack tool")
>> +(description
>> + "Wificurses listens for beacons sent from wireless access points
>> +in the range of your
Leo Famulari writes:
> On Wed, Jan 11, 2017 at 04:33:10PM -0500, Kei Kebreau wrote:
>> - (uri (string-append "mirror://sourceforge/audacity/audacity/" version
>> - "/audacity-minsrc-" version ".tar.xz"))
>> + (uri (string-append "https://github.com/audacity/a
So finished building chromium finally!
A major issue:
* no hidpi scaling: didn't there use to be an enable_hdpi flag?
Recompiling with enable_hdpi=true see if that works
and some issues minor issues:
* ugly font: is new times roman the default? what do other distros do?
* menu has a dark backg
* gnu/packages/suckless.scm (xbattmon): New variable.
---
gnu/packages/suckless.scm | 27 ++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index a00420312..1d35e9389 100644
--- a/gnu/packages/suckless.sc
* gnu/packages/suckless.scm (spoon): New variable.
---
gnu/packages/suckless.scm | 32 +++-
1 file changed, 31 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index bcfa16922..c9465b9fe 100644
--- a/gnu/packages/suckless.
* gnu/packages/suckless.scm (skroll): New variable.
---
gnu/packages/suckless.scm | 28
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index c9465b9fe..002c9273b 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/pack
* guix/licenses.scm (wtfpl2): New variable.
---
guix/licenses.scm | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/guix/licenses.scm b/guix/licenses.scm
index 1e1930058..7b2ac2d31 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -8,7 +8,7 @@
;;; Copyright ©
[PATCH 01/13] gnu: Add xbattmon.
[PATCH 02/13] gnu: Add wificurse.
[PATCH 03/13] gnu: Add spoon.
[PATCH 04/13] licenses: Add wtfpl2.
[PATCH 05/13] gnu: Add skroll.
[PATCH 06/13] gnu: Add sbm.
[PATCH 07/13] gnu: Add prout.
Prout is untested due to my bad situation with printer (see HP printing thre
* gnu/packages/suckless.scm (noice): New variable.
---
gnu/packages/suckless.scm | 35 ++-
1 file changed, 34 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 688b4c339..b52a43f1f 100644
--- a/gnu/packages/suckle
* gnu/packages/suckless.scm (prout): New variable.
---
gnu/packages/suckless.scm | 37 -
1 file changed, 36 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 87ffe7204..688b4c339 100644
--- a/gnu/packages/suck
* gnu/packages/suckless.scm (libutf): New variable.
---
gnu/packages/suckless.scm | 51 ++-
1 file changed, 50 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 056487baf..c95119b21 100644
--- a/gnu/pa
* gnu/packages/suckless.scm (wificurse): New variable.
---
gnu/packages/suckless.scm | 33 +
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 1d35e9389..bcfa16922 100644
--- a/gnu/packages/suckless.scm
+++ b/
* gnu/packages/suckless.scm (fortify-headers): New variable.
---
gnu/packages/suckless.scm | 41 +
1 file changed, 41 insertions(+)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index a871db522..74b0211be 100644
--- a/gnu/packages/suckl
* gnu/packages/suckless.scm (colors): New variable.
---
gnu/packages/suckless.scm | 30 ++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 74b0211be..056487baf 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/pa
* gnu/packages/suckless.scm (human): New variable.
---
gnu/packages/suckless.scm | 36
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index b52a43f1f..a871db522 100644
--- a/gnu/packages/suckless.scm
+++ b/g
* gnu/packages/suckless.scm (sbm): New variable.
---
gnu/packages/suckless.scm | 26 ++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 002c9273b..87ffe7204 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/
* gnu/packages/suckless.scm (lchat): New variable.
---
gnu/packages/suckless.scm | 52 ++-
1 file changed, 51 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index c95119b21..bdcad2be9 100644
--- a/gnu/pac
56 matches
Mail list logo