mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: aocommon: Update to 0.0.0-3.1444d66.
* gnu/packages/astronomy.scm (aocommon): Update to 0.0.0-3.1444d66. [arguments] <install-plan>: Install CMake directory. Change-Id: I7f86569cd8049c308b6a2867dea95e86b8f56360
This commit is contained in:
parent
9d6d92d1dd
commit
fcbb8d4397
1 changed files with 7 additions and 6 deletions
|
@ -190,8 +190,8 @@ randomly altered.
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public aocommon
|
(define-public aocommon
|
||||||
(let ((commit "9272ea36693a7ce7aa3524a9e212a60a509c3b8a")
|
(let ((commit "1444d66a59e757e7a0c74447e9f8d7a69c5e102d")
|
||||||
(revision "2"))
|
(revision "3"))
|
||||||
(package
|
(package
|
||||||
(name "aocommon")
|
(name "aocommon")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -199,15 +199,16 @@ randomly altered.
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/aroffringa/aocommon")
|
(url "https://gitlab.com/aroffringa/aocommon")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0klcrrlkc4sjpr83m2gnwb65lg798rydyvrlpangf7np1qg4zbk5"))
|
(base32 "06kdkkarx4bmp9808bwlx35vnp6g0vfzaxx1ijvzwgsjgg8yi5cp"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:install-plan
|
(list #:install-plan
|
||||||
#~'(("include/aocommon" "include/aocommon"))))
|
#~'(("include/aocommon" "include/aocommon")
|
||||||
|
("CMake" "CMake"))))
|
||||||
(home-page "https://gitlab.com/aroffringa/aocommon")
|
(home-page "https://gitlab.com/aroffringa/aocommon")
|
||||||
(synopsis "Collection of functionality that is reused in astronomical applications")
|
(synopsis "Collection of functionality that is reused in astronomical applications")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue