Thomas Danckaert (2017-02-01 08:18 +0100) wrote:
>> This could happen if it adds itself to a sub-directory of
>> "/share/emacs/site-lisp". In 'magit' package, for example, it is
>> fixed
>> by using "lispdir" makeflag. Since this package uses a full GNU Build
>> System, there should probably be
* gnu/packages/ldc.scm (ldc): Rename to...
(ldc-bootstrap): ... this.
(ldc-1.1.0-beta6): Replace ldc by ldc-bootstrap.
[native-inputs]: Replace ldc by ldc-bootstrap.
---
gnu/packages/ldc.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ldc.scm b/gnu/
* gnu/packages/ldc.scm (ldc-1.1.0-beta6): Rename to...
(ldc): ... this.
[version]: Modify.
[source]: Modify.
(ldc-beta): Remove variable.
---
gnu/packages/ldc.scm | 16 +++-
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/ldc.scm b/gnu/packages/ldc.sc
Danny Milosavljevic (2):
gnu: ldc: Rename ldc 0.17.2 to ldc-bootstrap.
gnu: ldc: Update to 1.1.0.
gnu/packages/ldc.scm | 22 ++
1 file changed, 10 insertions(+), 12 deletions(-)
* gnu/packages/ldc.scm (rdmd): Remove local variable "commit".
[version]: Modify.
[source]: Modify.
---
gnu/packages/ldc.scm | 67 +---
1 file changed, 32 insertions(+), 35 deletions(-)
diff --git a/gnu/packages/ldc.scm b/gnu/packages/ldc.scm
in
From: Alex Kost
Subject: Re: [PATCH] gnu: Add emacs-mew.
Date: Wed, 01 Feb 2017 12:34:34 +0300
+ #:phases (modify-phases %standard-phases
+(add-after 'configure 'patch-mew-icon-path ;
ensure "Mew-icon.png" is found.
+ (lambda _
+
Pushed, commit 4ae2a54df637b40aa3da662e7f812f0b9d1d1183.
* gnu/packages/emacs.scm (magit): Update to 2.10.1.
---
gnu/packages/emacs.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index df7f7869d..aac464778 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -19
* gnu/packages/games.scm (freeciv): New variable.
---
gnu/packages/games.scm | 31 +++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 0edd585fa..81588aabb 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.
* gnu/packages/maths.scm (gmsh)
[propagated-inputs]: Add opencascade-oce
[arguments]: Remove #:phases parameter for component8_in_a_box test
---
gnu/packages/maths.scm | 11 ++-
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
in
* gnu/packages/u-boot.scm (make-u-boot-package): Modify.
---
gnu/packages/u-boot.scm | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/u-boot.scm b/gnu/packages/u-boot.scm
index 3468fe5a7..e60e61db2 100644
--- a/gnu/packages/u-boot.scm
+++ b/gnu/pa
Arun Isaac writes:
> * gnu/packages/games.scm (freeciv): New variable.
Nice :)
> ---
> gnu/packages/games.scm | 31 +++
> 1 file changed, 31 insertions(+)
>
> diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
> index 0edd585fa..81588aabb 100644
> --- a/gn
I have made the modification to the URI. New patch coming through...
* gnu/packages/games.scm (freeciv): New variable.
---
gnu/packages/games.scm | 31 +++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 0edd585fa..98a4d6901 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.
This adds pretty-mode for emacs, a minor mode to redisplay parts of the buffer
with pretty unicode.
From: ng0
* gnu/packages/emacs.scm (emacs-pretty-mode): New variable.
---
gnu/packages/emacs.scm | 23 +++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index df7f7869d..a51b5de1d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/p
* gnu/packages/patches/libevent-2.1-skip-failing-32bit-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/libevent.scm (libevent)[source]: Use it.
---
gnu/local.mk | 1 +
gnu/packages/libevent.scm | 5
Arun Isaac writes:
> * gnu/packages/games.scm (freeciv): New variable.
> ---
> gnu/packages/games.scm | 31 +++
> 1 file changed, 31 insertions(+)
>
> diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
> index 0edd585fa..98a4d6901 100644
> --- a/gnu/packages
This patch adds an proposed change to mumble, murmur as an output.
Murmur is the server of mumble. I tried to use an inherit package first, but
the amount of code for the minor difference between mumble and murmur is not
worth the length of a new package.
I'm not sure it murmurd needs the "/lib"
From: ng0
* gnu/packages/telephony.scm (mumble): Add new output 'murmur'.
[arguments]: Add "no-ice" to config phase.
---
gnu/packages/telephony.scm | 18 --
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
inde
contact@cryptolab.net writes:
> This patch adds an proposed change to mumble, murmur as an output.
> Murmur is the server of mumble. I tried to use an inherit package first, but
> the amount of code for the minor difference between mumble and murmur is not
> worth the length of a new packag
Marius Bakke writes:
> diff --git a/gnu/packages/patches/libevent-2.1-skip-failing-32bit-test.patch
> b/gnu/packages/patches/libevent-2.1-skip-failing-32bit-test.patch
> new file mode 100644
> index 0..aba49ef50
> --- /dev/null
> +++ b/gnu/packages/patches/libevent-2.1-skip-failing-32bit
Hi Danny,
Danny Milosavljevic skribis:
> * guix/build-system/dub.scm: New file.
> * guix/build/dub-build-system.scm: New file.
> * Makefile.am (MODULES): Add them.
Nice work!
Do you have experience using it on real DUB packages? IOW, how complete
is it? :-)
For the final patch, could you ad
Kei Kebreau skribis:
> contact@cryptolab.net writes:
>
>> If I am not wrong: When no "Version 3 only" is specified, it is always
>> "and later".
>
> Is there text in the GPL3 that says this? I was under the impression
> that the "or any later version" clause had to be specified
> explicitly.
Hi,
rohit yadav skribis:
> I believe it is a trivial question for many but I am a little stuck. I am
> trying to learn guile. I installed it using guix package manager. I have
> specified all the environment variables suggested by guix after
> installation. However, when I am trying to run a C p
Danny Milosavljevic skribis:
> * gnu/packages/ldc.scm (dub)[arguments]: Add 'patch-paths' phase.
> ---
> gnu/packages/ldc.scm | 10 +-
> 1 file changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/ldc.scm b/gnu/packages/ldc.scm
> index 4b10ac25e..e131c473d 100644
> --- a
contact@cryptolab.net skribis:
> From: ng0
>
> * gnu/packages/mail.scm (neomutt): New variable.
Applied, thanks.
Ludo'.
Hi!
Thomas Danckaert skribis:
> This patch provides the xinetd executables, I'll try my hand at
> writing a xinetd service next... Unless there is already an
> alternative to xinetd on GuixSD?
There no such thing, but GNU Inetutils includes ‘inetd’ and it would be
nice to have it as the primar
Danny Milosavljevic skribis:
> * gnu/packages/u-boot.scm (make-u-boot-package): Modify.
[...]
> + (scandir "configs"
> + (lambda (file-name)
> + (when (string-suffix? "_defconfig" file-name)
> +
Mathieu Lirzin skribis:
> * gnu/packages.scm (specifications->inputs): New procedure.
> ---
>
> Hi,
>
> Using 'specification->package' is not convenient for package inputs in
> 'guix.scm' development packages because it involves either using it over and
> over or defining a custom procedure. I t
Hello,
huang_ying_cari...@163.com skribis:
> From: Huang Ying
>
> To be used as polkit agent for xfce4.
I committed with a few changes:
- added a copyright line for you;
- removed tabs as suggested by ‘guix lint’;
- changed URL to mirror://gnome.
Thanks!
Ludo’.
Chris Marusich skribis:
> * doc/guix.texi (Invoking guix pull): Clarify that 'guix pull' can't be
> easily rolled back.
Applied, thanks!
Chris Marusich skribis:
> * doc/guix.texi (Preparing for Installation): Provide an example of how to
> set up (encrypted) swap space using a swap file.
> (operating-system Reference)[swap-devices]: Clarify that swap files are
> supported, too.
> (Mapped Devices): Explain how to use a mapp
Thanks a lot, it worked perfectly fine now.
-Rohit
On Wed, Feb 1, 2017 at 4:19 PM, Ludovic Courtès wrote:
> Hi,
>
> rohit yadav skribis:
>
> > I believe it is a trivial question for many but I am a little stuck. I am
> > trying to learn guile. I installed it using guix package manager. I have
Hey ng0,
contact@cryptolab.net skribis:
> I'm not sure if someone was/is working on this, but here's a patch you can
> use as a start.
That’s quite a few messages for work in progress, which can be confusing
when scanning a long list of unread messages for pending patches.
Perhaps you could
Leo Famulari skribis:
> * gnu/packages/web.scm (httpd): Update to 2.4.25.
> [source]: Remove obsolete patch 'httpd-CVE-2016-8740.patch'.
> * gnu/packages/patches/httpd-CVE-2016-8740.patch: Delete file.
> * gnu/local.mk (dist_patch_DATA): Remove it.
LGTM, thanks!
Ludo'.
Clément Lassieur skribis:
> * gnu/packages/emacs.scm (magit): Update to 2.10.1.
Applied, thanks!
Ludovic Courtès writes:
> Hey ng0,
>
> contact@cryptolab.net skribis:
>
>> I'm not sure if someone was/is working on this, but here's a patch you can
>> use as a start.
>
> That’s quite a few messages for work in progress, which can be confusing
> when scanning a long list of unread messages
* gnu/packages.scm (replace-input): New procedure.
---
gnu/packages.scm | 27 ++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/gnu/packages.scm b/gnu/packages.scm
index 0aa289d56..2535e10b1 100644
--- a/gnu/packages.scm
+++ b/gnu/packages.scm
@@ -53,7 +53,9
* gnu/packages/gnome.scm (mutter): Update to HEAD.
[native-inputs]: Add autoconf, automake and libtool.
[arguments]: Add autoreconf phase.
---
gnu/packages/gnome.scm | 30 +-
1 file changed, 21 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu
* gnu/packages/gnome.scm (gnome-disk-utility): New variable.
---
gnu/packages/gnome.scm | 50 ++
1 file changed, 50 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5fbd0c111..955ac610a 100644
--- a/gnu/packages/gnome
* gnu/packages/version-control.scm (git-crypt): New variable.
---
gnu/packages/version-control.scm | 41
1 file changed, 41 insertions(+)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 03ae398bd..84eafdd93 100644
---
* gnu/packages/linux-libre-4.9-x86_64.conf
* gnu/packages/linux-libre-4.9-i686.conf
---
gnu/packages/linux-libre-4.9-i686.conf | 1 +
gnu/packages/linux-libre-4.9-x86_64.conf | 1 +
2 files changed, 2 insertions(+)
diff --git a/gnu/packages/linux-libre-4.9-i686.conf
b/gnu/packages/linux-libre-
* gnu/packages/glib.scm (appstream-glib): New variable.
---
gnu/packages/glib.scm | 45 -
1 file changed, 44 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 7c61ab3d2..83afa38ae 100644
--- a/gnu/packages/gli
* gnu/system/install.scm (installation-os)[packages]: Add gptfdisk.
---
gnu/system/install.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index ad234fd9c..944d9f7e7 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install
Ludovic Courtès writes:
> Kei Kebreau skribis:
>
>> contact@cryptolab.net writes:
>>
>>> If I am not wrong: When no "Version 3 only" is specified, it is always
>>> "and later".
>>
>> Is there text in the GPL3 that says this? I was under the impression
>> that the "or any later version" claus
Recently I started to sent 3 classes of patches, and hoped that
the coverletters description would help. Apparently it doesn't.
I will add the lists.gnu.org archive links as I don't think the
majority of people here can search for mailids with their mail
readers.
I am pretty sure I missed some pa
This fixes gnome-session segfaulting on intel skylake.
This is for new USB-C/Thunderbolt devices. Tested it with an USB-C to
HDMI adapter.
"ng0" writes:
> Ludovic Courtès writes:
>
>> Kei Kebreau skribis:
>>
>>> contact@cryptolab.net writes:
>>>
If I am not wrong: When no "Version 3 only" is specified, it is always
"and later".
>>>
>>> Is there text in the GPL3 that says this? I was under the impression
>>> that the "
l...@gnu.org (Ludovic Courtès) writes:
> Hello,
>
> huang_ying_cari...@163.com skribis:
>
>> From: Huang Ying
>>
>> To be used as polkit agent for xfce4.
>
> I committed with a few changes:
>
> - added a copyright line for you;
> - removed tabs as suggested by ‘guix lint’;
> - changed URL t
On Wed, 1 Feb 2017 02:07:28 +
contact@cryptolab.net wrote:
> * gnu/packages/art.scm: New file.
> * gnu/local.mk (GNU_SYSTEM_MODULES): Add art.
Would gnu/packages/games.scm or gnu/packages/graphics.scm be a suitable
location for no-more-secrets?
`~Eric
Thanks ng0,
Embarrassing.
At FOSDEM I'll bring up the topic again of our submission system. Good
topic for the 'Future of Guix' panel.
Pj.
On Thu, Feb 02, 2017 at 12:26:08AM +, ng0 wrote:
> Recently I started to sent 3 classes of patches, and hoped that
> the coverletters description would
Hi ng0!
I've looked at this patch series and it looks good so far, except for
the two inline comments I added below.
contact@cryptolab.net writes:
> From: ng0
>
> * gnu/packages/python.scm (python-ruamel.yaml): New variable.
> ---
> gnu/packages/python.scm | 35
Hi,
I have a few of comments for this one too.
contact@cryptolab.net writes:
> From: ng0
>
> * gnu/packages/python.scm (python2-ruamel.ordereddict): New variable.
> ---
> gnu/packages/python.scm | 28
> 1 file changed, 28 insertions(+)
>
> diff --git a/gnu/pack
Hi,
mba...@fastmail.com (Marius Bakke) writes:
> mbakke pushed a commit to branch master
> in repository guix.
>
> commit 3e32eeb2478a9d3b46a2e858fdc416420bffe302
> Author: Marius Bakke
> Date: Wed Feb 1 15:16:07 2017 +0100
>
> gnu: gstreamer: Update to 1.10.3.
>
> * gnu/packages/
56 matches
Mail list logo