gnu: libheif: Enable tests.
* gnu/packages/image.scm (libheif)[arguments]: Remove #:tests?. Change-Id: Ibf89a3eb3ff3a78962896147f385ef4de0493e3emaster
parent
84d21fdbaf
commit
38e93600b5
|
@ -2558,8 +2558,6 @@ by AOM, including with alpha.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00rc8ffc2s9dz9szhy0f0raas8wnn5cyni1imd5lqz79by6qz7x6"))))
|
(base32 "00rc8ffc2s9dz9szhy0f0raas8wnn5cyni1imd5lqz79by6qz7x6"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
|
||||||
`(#:tests? #f)) ;no test target although there is a tests folder
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake libtool pkg-config))
|
(list autoconf automake libtool pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue