mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: tenmon: Update to 20260119.
* gnu/packages/astronomy.scm (tenmon): Update to 20260119. [arguments]<configure-flags>: Drop them as no longer required. Change-Id: I15ee79901ae034a44bcdbfa5bef58f679c8cf43d
This commit is contained in:
parent
56ee48a105
commit
9986bc1d3e
1 changed files with 2 additions and 4 deletions
|
|
@ -11688,7 +11688,7 @@ See related paper
|
|||
(define-public tenmon
|
||||
(package
|
||||
(name "tenmon")
|
||||
(version "20251101")
|
||||
(version "20260119")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -11697,13 +11697,11 @@ See related paper
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0m6hhyd64lichxr06b93bl6vfacfya3xwq47m5m4d6y5awkqc4ij"))))
|
||||
(base32 "115ik1ldas20jkfcka7cydr1l5i4zw7zfxkcqq1v8vs2qsjyrgnn"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #f ;no test target
|
||||
#:configure-flags
|
||||
#~(list "-DCMAKE_C_FLAGS=-Wno-error=implicit-function-declaration")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
;; libxisf is expected to be found as git submodule, link it before
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue