gnu: x265: Return a boolean from the snippet.

* gnu/packages/video.scm (x265)[source]: End snippet with #t.
master
Tobias Geerinckx-Rice 2018-04-23 02:00:54 +02:00
parent afe0c03a4e
commit b284877c31
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 1 deletions

View File

@ -391,7 +391,9 @@ and creating Matroska files from other media files (@code{mkvmerge}).")
"18llni1m8kfvdwy5bp950z6gyd0nijmvi3hzd6gd8vpy5yk5zrym"))
(modules '((guix build utils)))
(snippet
'(delete-file-recursively "source/compat/getopt"))))
'(begin
(delete-file-recursively "source/compat/getopt")
#t))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; tests are skipped if cpu-optimized code isn't built