(add-to-list 'geiser-guile-load-path 'foo) errors if "geiser-guile.el"
is not loaded yet, so I think it's better to put it inside
'with-eval-after-load', WDYT?
>From a7b4af5d3115d6caa9129cdf8a9933f640742063 Mon Sep 17 00:00:00 2001
From: Alex Kost
Date: Sat, 14 Nov 2015 21:13:07 +0300
Subject: [P
Ludovic Courtès (2015-11-14 18:03 +0300) wrote:
> Alex Kost skribis:
>
>> Ludovic Courtès (2015-11-03 16:27 +0300) wrote:
>
> [...]
>
+ ;; Avoid non-determinism related to generated timestamps.
+ (setenv "SOURCE_DATE_EPOCH" "1")
+
;; The trick is to #:allow-other-keys eve
These buffer overflows in libpng were announced today:
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-8126
This patch updates libpng to 1.5.24, which is claimed to be free of the bugs.
Leo Famulari (1):
gnu: libpng: Add fixes for CVE-2015-8126.
gnu/packages/image.scm | 4 ++--
1 fi
Yes, these are real software packages! LÖVE is a neat game framework
that uses Lua and depends on DevIL for image loading.
>From fa226c57a531436e387055440f71d04c1b73a7aa Mon Sep 17 00:00:00 2001
From: David Thompson
Date: Sat, 14 Nov 2015 13:56:40 -0500
Subject: [PATCH 1/2] gnu: Add devil.
* gn
>From bf5cc4dcb73bd9e4c3de9f754e0e7d1c6f85337c Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus
Date: Sat, 14 Nov 2015 17:18:02 +0100
Subject: [PATCH 1/3] gnu: Add prefix to license imports in (gnu packages
imagemagick).
* gnu/packages/imagemagick.scm: Import (guix licenses) with prefix
"license:
On Wed, Nov 11, 2015 at 11:01:30PM +0100, Ludovic Courtès wrote:
> I’ve committed a change that honors $VISUAL first, $EDITOR second.
Great, it works in my setting where $EDITOR is empty and $VISUAL equals vim
(without me setting either of them, if I remember correctly; some debian
magic must have
* gnu/packages/image.scm (libpng): Update to version 1.5.24
---
gnu/packages/image.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index bde327c..c02b75d 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@
Hi,
Importing from GitHub seems very non-trivial, but can we update? There's
a number of issues with the attached patch but so far out of the 171
github package in guix, it recognizes 101, and 17 are detected as out of
date (see below).
I have two questions:
1. Some guess-work is required t
> For non-trivial use cases, I would suggest writing a file like this:
>
> (use-modules (guix) (gnu packages emacs))
>
> (package
> (inherit emacs)
> (name "emacs-snapshot")
> (source "/path/to/some-file-or-directory.tar.gz"))
>
> and then run:
>
> guix package --install-from-fil