mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-23 09:35:56 +02:00
gnu: gnss-sdr: Update to 0.0.20.
* gnu/packages/radio.scm (gnss-sdr): Update to 0.0.20. [arguments]: Disable tests. Change-Id: I4652ff88eb58392adb81fc246f5e2b7c71ceddc0
This commit is contained in:
@@ -3427,7 +3427,7 @@ instruction sets.")
|
||||
(define-public gnss-sdr
|
||||
(package
|
||||
(name "gnss-sdr")
|
||||
(version "0.0.19")
|
||||
(version "0.0.20")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -3436,7 +3436,7 @@ instruction sets.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0l1hqfqh8ffgy6nxqdk390vmnmhv66x7m8323mz2izczqc5acy1p"))))
|
||||
(base32 "197y1jz6a5481qbf92wkfdz2zk00028hybgn05pf8nawhwizq2wi"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("googletest-source" ,(package-source googletest))
|
||||
@@ -3479,6 +3479,7 @@ instruction sets.")
|
||||
(assoc-ref %build-inputs "glog"))
|
||||
(string-append "-DGTEST_DIR="
|
||||
(assoc-ref %build-inputs "googletest-source")))
|
||||
#:tests? #f ; FIXME: fails with "No tests were found" error
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'check 'set-home
|
||||
|
||||
Reference in New Issue
Block a user