guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/09: gnu: x265: Return a boolean from the snippet.


From: Tobias Geerinckx-Rice
Subject: 02/09: gnu: x265: Return a boolean from the snippet.
Date: Wed, 23 May 2018 09:31:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b284877c31bdacf79593c7e3f293d247563cbd71
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 23 02:00:54 2018 +0200

    gnu: x265: Return a boolean from the snippet.
    
    * gnu/packages/video.scm (x265)[source]: End snippet with #t.
---
 gnu/packages/video.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 05e16d7..1a47fc7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]