mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: marble-qt: Fix source file name.
* gnu/packages/geo.scm (marble-qt)[source]: Add a FILE-NAME field.
This commit is contained in:
parent
199f9e9170
commit
cbeafb35e8
1 changed files with 2 additions and 2 deletions
|
@ -2437,9 +2437,9 @@ (define-public marble-qt
|
|||
(uri (git-reference
|
||||
(url "https://invent.kde.org/education/marble.git/")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m0sf3sddaib7vc5lhbmh7ziw07p1hahg02f65sgfylyl5f5kj92"))
|
||||
(base32 "0m0sf3sddaib7vc5lhbmh7ziw07p1hahg02f65sgfylyl5f5kj92"))
|
||||
(patches (search-patches
|
||||
"marble-qt-add-qt-headers.patch"))))
|
||||
(build-system cmake-build-system)
|
||||
|
|
Loading…
Reference in a new issue