mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
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>
This commit is contained in:
parent
b9e703da9d
commit
0d04504362
1 changed files with 0 additions and 9 deletions
|
@ -309,15 +309,6 @@ (define-public cups-minimal
|
||||||
(("INITDIR.*=.*@INITDIR@") "INITDIR = @prefix@/@INITDIR@")
|
(("INITDIR.*=.*@INITDIR@") "INITDIR = @prefix@/@INITDIR@")
|
||||||
(("/bin/sh") (which "sh")))
|
(("/bin/sh") (which "sh")))
|
||||||
#t))
|
#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
|
(add-before 'build 'patch-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "tools/ippeveprinter.c"
|
(substitute* "tools/ippeveprinter.c"
|
||||||
|
|
Loading…
Reference in a new issue