guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: mkvtoolnix: Fix build.


From: guix-commits
Subject: 02/02: gnu: mkvtoolnix: Fix build.
Date: Sat, 11 Sep 2021 10:51:25 -0400 (EDT)

glv pushed a commit to branch core-updates-frozen
in repository guix.

commit 246be103155c362df558a3c36c905c69f8215ae7
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Sep 11 16:43:28 2021 +0200

    gnu: mkvtoolnix: Fix build.
    
    * gnu/packages/video.scm (mkvtoolnix)[arguments]: Fix 'add-googletest' 
phase.
---
 gnu/packages/video.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 5d8449e..be9df8c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -978,7 +978,7 @@ H.264 (MPEG-4 AVC) video streams.")
              #t)))
          (add-before 'configure 'add-googletest
            (lambda* (#:key inputs #:allow-other-keys)
-             (symlink (search-input-file inputs "/include/gtest")
+             (symlink (search-input-directory inputs "/include/gtest")
                       "lib/gtest")))
          (replace 'build
            (lambda _



reply via email to

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