mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: imagemagick: Return #t from all phases.
* gnu/packages/imagemagick.scm (imagemagick)[arguments]: Return #t from the 'pre-build' and 'strip-configure-xml' phases.
This commit is contained in:
parent
8f52d8982b
commit
a440d01ae0
1 changed files with 4 additions and 2 deletions
|
@ -77,7 +77,8 @@
|
||||||
(let ((doc (assoc-ref outputs "doc")))
|
(let ((doc (assoc-ref outputs "doc")))
|
||||||
(string-append "DOCUMENTATION_PATH = "
|
(string-append "DOCUMENTATION_PATH = "
|
||||||
doc "/share/doc/"
|
doc "/share/doc/"
|
||||||
,name "-" ,version "\n"))))))
|
,name "-" ,version "\n"))))
|
||||||
|
#t))
|
||||||
(add-before
|
(add-before
|
||||||
'configure 'strip-configure-xml
|
'configure 'strip-configure-xml
|
||||||
(lambda _
|
(lambda _
|
||||||
|
@ -87,7 +88,8 @@
|
||||||
;; include --docdir, and thus retain a reference to the
|
;; include --docdir, and thus retain a reference to the
|
||||||
;; 'doc' output.
|
;; 'doc' output.
|
||||||
(("@CONFIGURE_ARGS@")
|
(("@CONFIGURE_ARGS@")
|
||||||
"not recorded")))))))
|
"not recorded"))
|
||||||
|
#t)))))
|
||||||
;; TODO: Add Jasper etc.
|
;; TODO: Add Jasper etc.
|
||||||
(inputs `(("fftw" ,fftw)
|
(inputs `(("fftw" ,fftw)
|
||||||
("graphviz" ,graphviz)
|
("graphviz" ,graphviz)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue