[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: googletest: Build with python3.
From: |
guix-commits |
Subject: |
01/01: gnu: googletest: Build with python3. |
Date: |
Thu, 28 Nov 2019 13:05:52 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 183fd2070c7c50675df419e456d6bc036b4aa490
Author: Efraim Flashner <address@hidden>
Date: Thu Nov 28 20:04:49 2019 +0200
gnu: googletest: Build with python3.
* gnu/packages/check.scm (googletest)[native-inputs]: Remove python-2,
add python-wrapper.
---
gnu/packages/check.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 385e11f..a4bf50b 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -497,7 +497,7 @@ test coverage and has a web user interface that will
refresh automatically.")
(arguments
`(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
(native-inputs
- `(("python-2" ,python-2)))
+ `(("python" ,python-wrapper)))
(home-page "https://github.com/google/googletest/")
(synopsis "Test discovery and XUnit test framework")
(description "Google Test features an XUnit test framework, automated test