[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#22677: guix lint fails with -dc switch missing
From: |
Pjotr Prins |
Subject: |
bug#22677: guix lint fails with -dc switch missing |
Date: |
Mon, 22 Feb 2016 09:15:42 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Sun, Feb 21, 2016 at 11:36:50PM +0100, Ludovic Courtès wrote:
> Running ‘configure’ creates guix/config.scm. Could you check that this
> is the case?
Got it:
(define %gzip
"/home/wrk/.guix-profile/bin/gzip")
(define %bzip2
"/home/wrk/opt/guix-build-system/bin/bzip2")
(define %xz
"/home/wrk/opt/guix-build-system/bin/xz")
--