Re: [PATCH 1/1] gnu: Add scrypt.

2017-01-15 Thread Leo Famulari
On Mon, Jan 16, 2017 at 12:43:14AM -0500, Leo Famulari wrote: > * gnu/packages/crypto.scm (scrypt): New variable. > +(arguments > + `(#:phases (modify-phases %standard-phases > + (add-after 'unpack 'patch-command-invocations I realized this indentation is too far to the right. >

[PATCH 1/1] gnu: Add scrypt.

2017-01-15 Thread Leo Famulari
* gnu/packages/crypto.scm (scrypt): New variable. --- gnu/packages/crypto.scm | 38 +- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index e4a8a4bd5..e27cf45d7 100644 ---

Re: [PATCH] gnu: mupdf: Fix some security problems in bundled mujs.

2017-01-15 Thread Leo Famulari
On Sun, Jan 15, 2017 at 06:05:02PM -0500, Mark H Weaver wrote: > Hi Leo, > > Leo Famulari writes: > > > From 34cc0dc9d9451d540f8733ebca2a3db54a073aa0 Mon Sep 17 00:00:00 2001 > > From: Marius Bakke > > Date: Thu, 12 Jan 2017 19:06:55 +0100 > > Subject:

Re: [PATCH] gnu: Add notmuch-vim.

2017-01-15 Thread Marius Bakke
ng0 writes: > Marius Bakke writes: > >> ng0 writes: >> >>> * gnu/packages/vim.scm (notmuch-vim): New variable. >> >> Thanks for this! I tried installing this plugin, but get an error while >> loading it according to upstream

Re: [PATCH] gnu: Add ghc-flac.

2017-01-15 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/haskell.scm (ghc-flac): New variable. Cool! [...] > +(native-inputs > + `(("ghc-hspec" ,ghc-hspec) > + ("hspec-discover" ,hspec-discover))) Are these referenced by the built product? If so, they should be in

Re: [PATCH] gnu: Fix load-extension path in packaging of guile-ncurses.

2017-01-15 Thread Mark H Weaver
John Darrington writes: > On Sat, Dec 24, 2016 at 10:39:40AM -0500, Mark H Weaver wrote: > John Darrington writes: > > > We can argue about this till we're blue in the face. > > > > But on a pragmatic level,

Re: Guix IceCat users have had early access to security fixes

2017-01-15 Thread Mark H Weaver
Hi, julien lepiller writes: > Le 2016-12-15 02:00, Mark H Weaver a écrit : >> Yesterday, Mozilla released Firefox ESR 45.6 and announced several CVEs >> fixed by it: >> >> https://www.mozilla.org/en-US/security/advisories/mfsa2016-95/ >> >> I'm pleased to announce that

Re: hplip: Add qt5 gui, try to fix policykit support

2017-01-15 Thread ng0
Andy Patterson writes: > Hey ng0, > > > On Thu, 29 Dec 2016 14:05:51 + > ng0 wrote: > > >> I really have no idea how hplip is supposed to be used in Guix after >> reading the note about the base service. So we are not supposed to >> run and install

Re: [PATCH] gnu: add proj4.

2017-01-15 Thread Danny Milosavljevic
Hi, > * gnu/packages/geo.scm:139:13: proj4-4.9.3: invalid license field > > But the documentation explicitly speaks about list values. What's wrong? You quoted the list. That means that all the symbols in it stay symbols and are not resolved. Instead of substituting the actual license

[PATCH] gnu: Add ghc-flac.

2017-01-15 Thread Danny Milosavljevic
* gnu/packages/haskell.scm (ghc-flac): New variable. --- gnu/packages/haskell.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index b26234d40..b2ee11b2a 100644 --- a/gnu/packages/haskell.scm +++

Re: [PATCH] gnu: mupdf: Fix some security problems in bundled mujs.

2017-01-15 Thread Mark H Weaver
Hi Leo, Leo Famulari writes: > From 34cc0dc9d9451d540f8733ebca2a3db54a073aa0 Mon Sep 17 00:00:00 2001 > From: Marius Bakke > Date: Thu, 12 Jan 2017 19:06:55 +0100 > Subject: [PATCH 1/2] gnu: mupdf: Fix CVE-2016-{10132,10133} in bundled mujs. > > *

Re: [PATCH] gnu: Add notmuch-vim.

2017-01-15 Thread ng0
Marius Bakke writes: > ng0 writes: > >> * gnu/packages/vim.scm (notmuch-vim): New variable. > > Thanks for this! I tried installing this plugin, but get an error while > loading it according to upstream instructions[0]: > > Error detected while processing

Re: Idea: "guix log"

2017-01-15 Thread Ludovic Courtès
Hi! ng0 skribis: > Next tool, next idea (the guix log family): A log viewer. Gentoo > has more than one. The way we currently save logs could be more > human friendly. It doesn't need a restructuring of the folders > (yes I know about the switch for logfiles) but we could have

Re: [PATCH] gnu: Add emacs-git-timemachine.

2017-01-15 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/emacs.scm (emacs-git-timemachine): New variable. [...] > +(home-page "https://github.com/pidu/git-timemachine;) > +(synopsis "Step through historic versions of git-controlled files") > +(description "This package enables

Re: It’s building!

2017-01-15 Thread Ludovic Courtès
Hello Guix! l...@gnu.org (Ludovic Courtès) skribis: > The machine was initially installed using substitutes from > hydra.gnu.org, but ever since it has been building stuff on its own (it > does not offload to any other machine at this point). Thus it can be > used to check for reproducibility

Re: hplip: Add qt5 gui, try to fix policykit support

2017-01-15 Thread Andy Patterson
Hey ng0, On Thu, 29 Dec 2016 14:05:51 + ng0 wrote: > I really have no idea how hplip is supposed to be used in Guix after > reading the note about the base service. So we are not supposed to > run and install it as users in profiles? Will it be in the cups > service

Re: [PATCH] gnu: add proj4.

2017-01-15 Thread Björn Höfling
Hi list, this im my first patch to Guix, so please tell me what you think. Here are my remarks: Linter complains: * gnu/packages/geo.scm:139:13: proj4-4.9.3: invalid license field But the documentation explicitly speaks about list values. What's wrong? *

Re: [PATCH] gnu: Mark /gnu/store as needed for boot.

2017-01-15 Thread Ludovic Courtès
John Darrington skribis: > On Sat, Jan 14, 2017 at 10:30:43PM +0100, Ludovic Court??s wrote: > > > * gnu/system/file-systems.scm (all-subpaths): New procedure. > > (file-system-needed-for-boot?): Use it to check for ancestors > > of

[PATCH] gnu: add proj4.

2017-01-15 Thread Björn Höfling
* gnu/packages/geo.scm (proj4): New variable. --- gnu/packages/geo.scm | 58 ++-- 1 file changed, 56 insertions(+), 2 deletions(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 86828e717..06321932d 100644 ---

Re: [PATCH 2/2] gnu: Add openvpn service.

2017-01-15 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2017-01-14 22:16 +0100) wrote: > >>> +(define (uglify-field-name name) >>> + (match name >>> + ('verbosity "verb") >>> + (_ (let ((str (symbol->string name))) >>> + (if (string-suffix? "?" str) >>> +

Re: Anomalies in Python search-path

2017-01-15 Thread Ludovic Courtès
Maxim Cournoyer skribis: > After more testing, the Python search-path we form is always problematic > for pip since the system site-packages will always appear in front of the > user site location (~/.local/...). You’re talking about the search path formed by ‘guix

Re: guix environment & Ctrl-C

2017-01-15 Thread Ludovic Courtès
Hi! Danny Milosavljevic skribis: > could it be that we broke Ctrl-C in guix environment when we fixed Ctrl-C > within guix build? We did not “fix” Ctrl-C in ‘guix build’, did we? > When I press Ctrl-C anywhen (for example on the shell) while in a guix > environment

Re: [PATCH] gnu: Add notmuch-vim.

2017-01-15 Thread Marius Bakke
ng0 writes: > * gnu/packages/vim.scm (notmuch-vim): New variable. Thanks for this! I tried installing this plugin, but get an error while loading it according to upstream instructions[0]: Error detected while processing command line: E492: Not an editor command: :NotMuch

[PATCH] gnu: Add notmuch-vim.

2017-01-15 Thread ng0
* gnu/packages/vim.scm (notmuch-vim): New variable. --- gnu/packages/vim.scm | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index 7ba4e6ac3..3eba994fa 100644 --- a/gnu/packages/vim.scm +++

notmuch-vim ,v2

2017-01-15 Thread ng0
Updated: moved package to vim.scm.

[PATCH] gnu: Add emacs-sx.

2017-01-15 Thread ng0
From: ng0 * gnu/packages/emacs.scm (emacs-sx): New variable. --- gnu/packages/emacs.scm | 26 +- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 50cea7685..ca038bcb2 100644 ---

emacs-sx ,v2

2017-01-15 Thread ng0
Updated the source to use a tagged released (tarball) from github.

[PATCH] gnu: Add guildhall.

2017-01-15 Thread Ricardo Wurmus
* gnu/packages/guile.scm (guildhall): New variable. --- gnu/packages/guile.scm | 50 +- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 7ce668368..61f62cc24 100644 ---

Re: [PATCH] gnu: mupdf: Fix some security problems in bundled mujs.

2017-01-15 Thread Marius Bakke
Leo Famulari writes: > On Sun, Jan 15, 2017 at 08:05:48PM +0100, Marius Bakke wrote: >> Is it possible to use the 'package-input-rewriting' procedure here? See >> example at the end of section 5.1.0: >> >> https://www.gnu.org/software/guix/manual/guix.html#Defining-Packages

Re: [PATCH] gnu: mupdf: Fix some security problems in bundled mujs.

2017-01-15 Thread Leo Famulari
On Sun, Jan 15, 2017 at 08:05:48PM +0100, Marius Bakke wrote: > Is it possible to use the 'package-input-rewriting' procedure here? See > example at the end of section 5.1.0: > > https://www.gnu.org/software/guix/manual/guix.html#Defining-Packages > > Otherwise this LGTM, thanks a lot! Okay,

[PATCH] gnu: Add emacs-stripe-buffer.

2017-01-15 Thread Ricardo Wurmus
* gnu/packages/emacs.scm (emacs-stripe-buffer): New variable. --- gnu/packages/emacs.scm | 23 ++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index bd34a489a..95558e099 100644 --- a/gnu/packages/emacs.scm +++

[PATCH 4/6] gnu: Add rocksdb.

2017-01-15 Thread Marius Bakke
* gnu/packages/databases.scm (rocksdb): New variable. --- gnu/packages/databases.scm | 86 ++ 1 file changed, 86 insertions(+) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 4bbe55bab..610749d98 100644 ---

[PATCH 6/6] gnu: fio: Enable rbd support.

2017-01-15 Thread Marius Bakke
* gnu/packages/benchmark.scm (fio)[inputs]: Add ceph:lib. --- gnu/packages/benchmark.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm index 465c81b43..6b3c28df3 100644 --- a/gnu/packages/benchmark.scm +++

[PATCH 5/6] gnu: Add ceph.

2017-01-15 Thread Marius Bakke
* gnu/packages/distributed-filesystems.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. --- gnu/local.mk | 1 + gnu/packages/distributed-filesystems.scm | 172 +++ 2 files changed, 173 insertions(+) create mode 100644

[PATCH 0/6] gnu: Add ceph.

2017-01-15 Thread Marius Bakke
Hello Guix, This series adds the Ceph distributed filesystem to Guix. Ceph is not fully working yet, the executables need to be wrapped with PYTHONPATH at the very least. But the library seems to work. Feedback wanted, will send updated Ceph patch when I've tested it. Note: "crypto++" ended up

[PATCH 2/6] gnu: Add crypto++.

2017-01-15 Thread Marius Bakke
* gnu/packages/crypto.scm (crypto++): New variable. --- gnu/packages/crypto.scm | 90 - 1 file changed, 89 insertions(+), 1 deletion(-) diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index e4a8a4bd5..2bf64f1f6 100644 ---

[PATCH 1/6] gnu: Add leveldb.

2017-01-15 Thread Marius Bakke
* gnu/packages/databases.scm (leveldb): New variable. --- gnu/packages/databases.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index e05a337e4..4bbe55bab 100644 ---

[PATCH 3/6] gnu: Add python-cram.

2017-01-15 Thread Marius Bakke
* gnu/packages/python.scm (python-cram, python2-cram): New variables. --- gnu/packages/python.scm | 64 - 1 file changed, 63 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ddf276de0..e61d7d1fb

Re: [PATCH] gnu: Add emacs-sx.

2017-01-15 Thread ng0
Alex Kost writes: > ng0 (2017-01-15 02:33 +) wrote: > >> From: ng0 >> >> * gnu/packages/emacs.scm (emacs-sx): New variable. >> --- >> gnu/packages/emacs.scm | 26 +- >> 1 file changed, 25 insertions(+), 1 deletion(-) >>

[PATCH] gnu: Add emacs-git-timemachine.

2017-01-15 Thread Ricardo Wurmus
* gnu/packages/emacs.scm (emacs-git-timemachine): New variable. --- gnu/packages/emacs.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 50cea7685..bd34a489a 100644 --- a/gnu/packages/emacs.scm +++

Idea: "guix log"

2017-01-15 Thread ng0
TL;DR: thoughts about a potential new guix command, guix log. I have a couple of ideas and two of them can be combined into a new guix subcommand family, guix log, while the other (pfl inspiration) is open. I used and developed with/for Gentoo for a while and I always found `pfl' nice. The bad

Re: [PATCH 1/2] doc: Symlink daemon start-up files.

2017-01-15 Thread Marius Bakke
Leo Famulari writes: > On Fri, Nov 18, 2016 at 03:31:24PM -0500, Leo Famulari wrote: >> On Fri, Nov 18, 2016 at 12:00:33PM +0100, Hartmut Goebel wrote: >> > This patch ensures that always the current profile's daemon will be used. >> > >> > The .service file contains the

Re: [PATCH: gnu: lua-lpeg: Update to 1.0.1.

2017-01-15 Thread Marius Bakke
Jose Miguel Sánchez García writes: > * gnu/packages/lua.scm (lua-lpeg): Update to 1.0.1. Applied, thanks! signature.asc Description: PGP signature

Re: Anomalies in Python search-path

2017-01-15 Thread Maxim Cournoyer
Hi Hartmut! I was hoping you'd join this thread! Hartmut Goebel writes: > Am 06.01.2017 um 19:41 schrieb Maxim Cournoyer: >> One thing which I discovered while testing pip on Guix was that >> depending on how you use Python on Guix the PYTHONPATH differs: > > I

Re: [PATCH 2/2] gnu: Add notmuch-vim.

2017-01-15 Thread Marius Bakke
ng0 writes: > Marius Bakke writes: > >> ng0 writes: >> >>> Marius Bakke writes: >>> ng0 writes: > * gnu/packages/mail.scm (notmuch-vim): New variable. I think vim plugins

Re: [PATCH 2/2] gnu: Add notmuch-vim.

2017-01-15 Thread Marius Bakke
ng0 writes: > Marius Bakke writes: > >> ng0 writes: >> >>> * gnu/packages/mail.scm (notmuch-vim): New variable. >>> --- >>> gnu/packages/mail.scm | 37 - >>> 1 file changed, 36 insertions(+), 1

Re: [PATCH] gnu: Add emacs-ag

2017-01-15 Thread Alex Kost
Christopher Baines (2017-01-15 11:25 +) wrote: > * gnu/packages/emacs.scm (emacs-ag): New variable. > --- > gnu/packages/emacs.scm | 27 +++ > 1 file changed, 27 insertions(+) > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index

Re: Openbox: Add obconf.

2017-01-15 Thread Marius Bakke
ng0 writes: > ng0 writes: > >> Marius Bakke writes: >> >>> ng0 writes: >>> [PATCH] gnu: Add obconf. I noticed we don't have obconf, the configuration tool for openbox. Nix creates an wrapper for

Re: [PATCH] gnu: mupdf: Fix some security problems in bundled mujs.

2017-01-15 Thread Marius Bakke
Leo Famulari writes: > On Thu, Jan 12, 2017 at 07:59:40PM -0500, Mark H Weaver wrote: >> Here's what we can do: in addition to mupdf itself, we can also add a >> graft for cups-filters (our only package that includes mupdf as an >> input). The replacement for cups-filters

Re: 01/01: gnu: cups-filters: Update to 1.11.5.

2017-01-15 Thread Leo Famulari
On Sat, Oct 29, 2016 at 11:08:42PM +, Tobias Geerinckx-Rice wrote: Hi Tobias! > nckx pushed a commit to branch core-updates > in repository guix. > > commit 4ab016e0ab9bfff2f108d1fc6f0ed3b0e1eff735 > Author: Tobias Geerinckx-Rice > Date: Sun Oct 30 00:07:08 2016 +0200 >

Re: [PATCH] gnu: Add emacs-sx.

2017-01-15 Thread Alex Kost
ng0 (2017-01-15 02:33 +) wrote: > From: ng0 > > * gnu/packages/emacs.scm (emacs-sx): New variable. > --- > gnu/packages/emacs.scm | 26 +- > 1 file changed, 25 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/emacs.scm

Re: [PATCH] gnu: mupdf: Fix some security problems in bundled mujs.

2017-01-15 Thread Leo Famulari
On Thu, Jan 12, 2017 at 07:59:40PM -0500, Mark H Weaver wrote: > Here's what we can do: in addition to mupdf itself, we can also add a > graft for cups-filters (our only package that includes mupdf as an > input). The replacement for cups-filters would change its mupdf input > to refer directly

Re: [PATCH 2/2] gnu: Add openvpn service.

2017-01-15 Thread Alex Kost
Ludovic Courtès (2017-01-14 22:16 +0100) wrote: >> +(define (uglify-field-name name) >> + (match name >> + ('verbosity "verb") >> + (_ (let ((str (symbol->string name))) >> + (if (string-suffix? "?" str) >> + (substring str 0 (1- (string-length

Re: [PATCH 1/2] doc: Symlink daemon start-up files.

2017-01-15 Thread Leo Famulari
On Fri, Nov 18, 2016 at 03:31:24PM -0500, Leo Famulari wrote: > On Fri, Nov 18, 2016 at 12:00:33PM +0100, Hartmut Goebel wrote: > > This patch ensures that always the current profile's daemon will be used. > > > > The .service file contains the path to the guix-daemon within the store. > > Thus

Re: [PATCH] gnu: Add emacs-ag

2017-01-15 Thread ng0
Hartmut Goebel writes: > Am 15.01.2017 um 17:13 schrieb ng0: >>> Am 15.01.2017 um 12:25 schrieb Christopher Baines: the silver searcher >>> Please explain shortly what this is in the description. >>> >> Why? In my opinion this is already explained when you do >

Re: Anomalies in Python search-path (was: [PATCH] Update python-pip to 9.0.1)

2017-01-15 Thread Maxim Cournoyer
Hi! l...@gnu.org (Ludovic Courtès) writes: > Hello! > > Maxim Cournoyer skribis: > >> l...@gnu.org (Ludovic Courtès) writes: > > [...] > >>> ‘guix environment’ without --pure adds its own entries to the front of >>> the search paths, which is why we observe this

Re: [PATCH] gnu: Add emacs-ag

2017-01-15 Thread Hartmut Goebel
Am 15.01.2017 um 17:13 schrieb ng0: >> Am 15.01.2017 um 12:25 schrieb Christopher Baines: >>> the silver searcher >> Please explain shortly what this is in the description. >> > Why? In my opinion this is already explained when you do As a service for those who do not know what "the solver

Re: [PATCH] gnu: Add emacs-ag

2017-01-15 Thread ng0
Hartmut Goebel writes: > Am 15.01.2017 um 12:25 schrieb Christopher Baines: >> the silver searcher > > Please explain shortly what this is in the description. > Why? In my opinion this is already explained when you do "guix package -s the-silver-searcher", so the

Re: [PATCH] gnu: Add emacs-ag

2017-01-15 Thread Hartmut Goebel
Am 15.01.2017 um 12:25 schrieb Christopher Baines: > the silver searcher Please explain shortly what this is in the description. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are

Re: [PATCH 10/96] gnu: Add ocamlmod.

2017-01-15 Thread David Craven
You're the boss :) Currently have to study for exams, then I'll be working on adding a system test for efi which will involve a bunch of work - building coreboot - add tianocore payload and making qemu flags more configurable (the idea being that we can add system tests for uboot using the

[PATCH 1/2] gnu: dwm: Use modify-phases.

2017-01-15 Thread ng0
* gnu/packages/suckless.scm (dwm): Use modify-phases. --- gnu/packages/suckless.scm | 26 -- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index 868939b90..a737a29dc 100644 ---

[PATCH 2/2] gnu: dwm: Add '.desktop' file.

2017-01-15 Thread ng0
Fixes . * gnu/packages/suckless.scm (dwm)[arguments]: Add 'install-xsession' phase. --- gnu/packages/suckless.scm | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index

Re: Graphical Installer - Call for Testing.

2017-01-15 Thread John Darrington
On Sun, Jan 15, 2017 at 01:20:56AM -0800, Chris Marusich wrote: --8<---cut here---start->8--- config_file="$(mktemp --tmpdir wireless-X.cfg)" trap "rm -f $config_file" EXIT cat > "$config_file" << EOM network={

Re: [PATCH] gnu: Mark /gnu/store as needed for boot.

2017-01-15 Thread John Darrington
On Sun, Jan 15, 2017 at 10:53:02AM +0100, David Craven wrote: > will erroneously return #t when (file-system-mount-point fs) evaluates > to "/gn" and (%store-directory) to "/gnu/store". Will it not??? The trick is to revert the arguments: (string-prefix?

Re: [PATCH] gnu: Mark /gnu/store as needed for boot.

2017-01-15 Thread David Craven
> will erroneously return #t when (file-system-mount-point fs) evaluates > to "/gn" and (%store-directory) to "/gnu/store". Will it not??? The trick is to revert the arguments: (string-prefix? (%store-directory) (file-system-mount-point fs))

Re: Re: Re: mounting "my-home" to /home cannot work again.

2017-01-15 Thread David Craven
> make check-system TESTS="separate-store-os" ? build guix from sources? Assuming you have a default guixsd installation with no modifications, you should be able to run `guix pull` to get the latest sources and `guix reconfigure`.

[PATCH] guix: profiles: Export ca-certificate-bundle

2017-01-15 Thread Christopher Baines
* guix/profiles.scm: Export ca-certificate-bundle, such that it can be used in other G-expressions. This is useful where these G-expressions run programs that require a ca-certificate-bundle, e.g. git. --- guix/profiles.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/guix/profiles.scm

Re: Graphical Installer - Call for Testing.

2017-01-15 Thread Chris Marusich
John Darrington writes: > Hi Chris, > > Thanks for this very comprehensive feedback. I hope you will forgive > me if I don't respond to every point you have raised. I have however read > them all, and they are all relevant and useful. So thanks very much. My

[PATCH] gnu: services: New exported procedures

2017-01-15 Thread Christopher Baines
* gnu/services.scm: Export service-extension-target and service-extension-compute. This allows for greater extensiblity of services by enabling service extensions to be wrapped. For example, the parameters passed to the compute function can be modified, or the return value of the compute

Re: [PATCH] gnu: mupdf: Fix some security problems in bundled mujs.

2017-01-15 Thread Mark H Weaver
Leo Famulari writes: > On Thu, Jan 12, 2017 at 07:59:40PM -0500, Mark H Weaver wrote: >> Leo Famulari writes: >> > If we can't graft it, we should build it on a branch on Hydra. >> >> Here's what we can do: in addition to mupdf itself, we can also add a