gnu: gdk-pixbuf: Fix cross-compiling.
* gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: When cross-compiling adjust the configure flags to not build the documentation. Change-Id: I025658468ffaf9518b1debf6165424a587f2c694
This commit is contained in:
parent
0b77f7016c
commit
25dec7720e
@ -731,7 +731,10 @@ highlighting and other features typical of a source code editor.")
|
|||||||
(outputs '("out" "debug"))
|
(outputs '("out" "debug"))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
|
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
|
||||||
#:configure-flags '("-Dinstalled_tests=false" "-Dgtk_doc=true")
|
#:configure-flags '("-Dinstalled_tests=false"
|
||||||
|
,@(if (%current-target-system)
|
||||||
|
'()
|
||||||
|
'("-Dgtk_doc=true")))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'disable-failing-tests
|
(add-before 'configure 'disable-failing-tests
|
||||||
|
Loading…
Reference in New Issue
Block a user