Re: core-updates: Fix cups-minimal build failure

2017-02-27 Thread Leo Famulari
On Mon, Feb 27, 2017 at 09:47:47AM +0100, Andy Wingo wrote: > > Do you have any suggestions about how to make this more concise? > (for-each > (lambda (section) >(for-each > (lambda (file) (chmod file #o666)) > (find-files (string-append out "/share/man/man" section) >

Re: core-updates: Fix cups-minimal build failure

2017-02-27 Thread Andy Wingo
On Sun 26 Feb 2017 03:25, Leo Famulari writes: > Do you have any suggestions about how to make this more concise? > + ;; Make the compressed manpages writable so that the > + ;; reset-gzip-timestamps phase does not error out. > + (add-before

Re: core-updates: Fix cups-minimal build failure

2017-02-26 Thread Marius Bakke
Leo Famulari writes: > Do you have any suggestions about how to make this more concise? > From 0191e8394eedd271494b5e1e8c8eb131176440a8 Mon Sep 17 00:00:00 2001 > From: Leo Famulari > Date: Sat, 25 Feb 2017 21:22:08 -0500 > Subject: [PATCH] gnu:

core-updates: Fix cups-minimal build failure

2017-02-25 Thread Leo Famulari
Do you have any suggestions about how to make this more concise? From 0191e8394eedd271494b5e1e8c8eb131176440a8 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sat, 25 Feb 2017 21:22:08 -0500 Subject: [PATCH] gnu: cups-minimal: Fix build failure in reset-gzip-timestamps