gnu: wpebackend-fdo: Include glib-or-gtk phases.

* gnu/packages/webkit.scm (wpebackend-fdo) [arguments]: Modify.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Raghav Gururajan 2020-08-17 01:49:01 -04:00 committed by Danny Milosavljevic
parent 58c1e169db
commit 51f4b6a6d7
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -106,7 +106,8 @@ (define-public wpebackend-fdo
(base32 "1jdi43gciqjgvhnqxs160f3hmp1hkqhrllb0hhmldyxc4wryw3kl"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ;no tests
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
#:tests? #f)) ;no tests
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs