* guix/licenses.scm (unlicense): New variable.
---
guix/licenses.scm | 7 +++
1 file changed, 7 insertions(+)
diff --git a/guix/licenses.scm b/guix/licenses.scm
index cb23734..d33b19f 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2015 Mark H Weaver
* gnu/packages/dav.scm (vdirsyncer): Update to 0.8.1.
[native-inputs]: Add python-hypothesis, python-pytest-subtesthack.
---
gnu/packages/dav.scm | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm
index f13d013..25b665f 100644
--
* gnu/packages/python.scm (python-hypothesis, python2-hypothesis): New
variables.
---
gnu/packages/python.scm | 32 ++--
1 file changed, 30 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 82a9cfc..98be464 100644
--- a/
* gnu/packages/python.scm (python-pytest-subtesthack,
python2-pytest-subtesthack): New variables.
---
gnu/packages/python.scm | 30 +-
1 file changed, 29 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 98be464..41dd5cc
This patch series adds the Unlicense [0], which is a GPL-compatible [1]
public domain "license". It is required to add
python-pytest-subtesthack, which is a new dependency of vdirsyncer.
It also adds python-hypothesis, which is a Python testing package.
Finally, it updates vdirsyncer.
[0]
https:
On Mon, Jan 25, 2016 at 07:48:25PM +0100, Ni* Gillmann wrote:
> This is a patch to include "firewall" in the description of iptables, as
> it does not turn up with a search for "firewall" which might not be so
> intuitive for GNU beginners.
> I did not want to change the complete description (yet),
Some weeks when I first talked about GuixSD with someone who shares my
dislike for facebook, they came up with this idea "Why stop at facebook
with the block options?"
Giving users who want to (and this is what it should be marked as and
documented as) the choice to exclude most of the big players
On Sun, Jan 31, 2016 at 11:31:42AM +0100, Ludovic Courtès wrote:
> Hi!
>
> Here are mine:
>
> • “Your distro is a Scheme library”
>
> https://fosdem.org/2016/schedule/event/guixdistro/attachments/slides/1087/export/events/attachments/guixdistro/slides/1087/guix_scheme_library.pdf
>
> •
On Fri, Jan 29, 2016 at 5:20 PM, Eric Bavier wrote:
> On 2016-01-29 16:01, David Thompson wrote:
>>
>> I found out about a really neat little pixel art editing tool called
>> Aseprite, so I packaged it!
>
>
> All LGTM.
Pushed, thanks!
- Dave
Mark H Weaver writes:
> Mark H Weaver writes:
>
>> Mark H Weaver writes:
>>
>>> On the 'security-updates' branch, perl-io-socket-ssl gets stuck during
>>> its test suite, apparently caused by the openssl-1.0.2f update. It gets
>>> stuck at the same place on x86_64, i686, and armhf:
>>>
>>> h
Mark H Weaver writes:
> Mark H Weaver writes:
>
>> On the 'security-updates' branch, perl-io-socket-ssl gets stuck during
>> its test suite, apparently caused by the openssl-1.0.2f update. It gets
>> stuck at the same place on x86_64, i686, and armhf:
>>
>> http://hydra.gnu.org/build/978260
>
Mark H Weaver writes:
> On the 'security-updates' branch, perl-io-socket-ssl gets stuck during
> its test suite, apparently caused by the openssl-1.0.2f update. It gets
> stuck at the same place on x86_64, i686, and armhf:
>
> http://hydra.gnu.org/build/978260
> http://hydra.gnu.org/build/97
The xdg-desktop-database hook rebuilds the 'mimeinfo.cache' database
from desktop files of applications, which then is used to decide the
"Default Application" (in thunar, nautilus, etc.) for a MIME type.
The xdg-mime-database hook rebuilds the 'mime.cache' database,
it's the shared mime-info data
* guix/profiles (xdg-mime-database): New function.
(%default-profile-hooks): Add it.
---
guix/profiles.scm | 36 +++-
1 file changed, 35 insertions(+), 1 deletion(-)
diff --git a/guix/profiles.scm b/guix/profiles.scm
index 38e2730..84bcbd2 100644
--- a/guix/profile
* guix/profiles (xdg-desktop-database): New function.
(%default-profile-hooks): Add it.
---
guix/profiles.scm | 34 +-
1 file changed, 33 insertions(+), 1 deletion(-)
diff --git a/guix/profiles.scm b/guix/profiles.scm
index ce86ff8..38e2730 100644
--- a/guix/profil
My "slides"
https://gitlab.com/dustyweb/talks/raw/master/guix/fosdem_2016/fosdem_guile_guix.org
Best viewed in emacs, and with M-x org-toggle-inline-images; maybe
$ git clone https://gitlab.com/dustyweb/talks cwebber-talks
$ cd cwebber-talks
$ emacs guix/fosdem_2016/fosdem_guile_guix.org
Have f
Hi!
Here are mine:
• “Your distro is a Scheme library”
https://fosdem.org/2016/schedule/event/guixdistro/attachments/slides/1087/export/events/attachments/guixdistro/slides/1087/guix_scheme_library.pdf
• “Reproducible and Customizable Deployments with GNU Guix”
https://fosdem.org/2
swedebu...@riseup.net skribis:
> I'm using GuixSD with xfce recently pulled, reconfigured and restarted.
>
> I have found that power managing dbus-send commands (from
> http://andrusiv.com/blog/2011/12/12/shutdown-dbus.html) does not work
> at all, eg:
I think you’ll find it easier to use the ‘up
Mark H Weaver skribis:
> I've attached two patches to add more modules to the base-initrd.
>
> The first adds the 'hid-generic' and 'hid-apple' modules, which are
> needed to allow the user's disk encryption passphrase to be entered
> during early boot on a MacBook 2,1 running Libreboot. 'hid-ap
Alex Kost skribis:
> Ludovic Courtès (2016-01-28 13:25 +0300) wrote:
>
>> Alex Kost skribis:
>>
>>> * gnu/services/base.scm (%do-not-kill-file): Rename to
>>> "/etc/shepherd/do-not-kill".
>>
>> Shouldn’t it be merged with patch 03? Otherwise patch 03 alone would
>> break things AIUI, because
Leo Famulari skribis:
[...]
>> Seriously though, I think the trick is to have the XDG variables
>> correctly set, which is done automatically on GuixSD:
>>
>> --8<---cut here---start->8---
>> $ env | grep XDG
>> XDG_CONFIG_DIRS=/home/ludo/.guix-profile/etc/xd
HI Petter,
Thanks a lot for working on it! I’m at FOSDEM now but I hope to review
while on the train later today.
It would be easier for me if it were a diff against guix.texi. Do you
think you could do that? That would be awesome. (If not I’ll comment
on what you sent.)
Ludo’.
iyzs...@member.fsf.org (宋文武) skribis:
> I update the description, and push it.
>
> Thanks for the patch and reviews!
And thanks 宋文武. :-)
To everyone: When commenting on a patch, please make sure to make it
clear in your message whether you are asking for some concrete action
from the submitter,
Mathieu Lirzin skribis:
> Eric Bavier writes:
>
>>> +doc/guix-%.1: guix/scripts/%.scm $(GOBJECTS)
>>> + -$(AM_V_HELP2MAN)case '$?' in \
>>> + *$<*) $(gen_man) --output="$@" "guix `basename "$<" .scm`";; \
>>> + *): ;; \
>>> + esac
>>
>> The `basename "$<" .scm` could be reduced t
24 matches
Mail list logo