me
/
guix
Archived
1
0
Fork 0

gnu: cups-minimal: Remove obsolete phase.

* gnu/packages/cups.scm (cups-minimal)[arguments]<#:phases>: Remove
'make-manpages-writable phase.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
Sarah Morgensen 2021-07-26 19:56:33 -07:00 committed by Maxim Cournoyer
parent b9e703da9d
commit 0d04504362
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 9 deletions

View File

@ -309,15 +309,6 @@ filters for the PDF-centric printing workflow introduced by OpenPrinting.")
(("INITDIR.*=.*@INITDIR@") "INITDIR = @prefix@/@INITDIR@")
(("/bin/sh") (which "sh")))
#t))
;; Make the compressed manpages writable so that the
;; reset-gzip-timestamps phase does not error out.
(add-before 'reset-gzip-timestamps 'make-manpages-writable
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(man (string-append out "/share/man")))
(for-each (lambda (file) (chmod file #o644))
(find-files man "\\.gz"))
#t)))
(add-before 'build 'patch-tests
(lambda _
(substitute* "tools/ippeveprinter.c"