mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: font-cozette: Update to 1.13.0.
* gnu/packages/fonts.scm (font-cozette): Update to 1.13.0. [arguments]: Add phase to avoid git dependency.
This commit is contained in:
parent
94836b2156
commit
0983f01291
1 changed files with 9 additions and 2 deletions
|
@ -2201,7 +2201,7 @@ suitable for a wide range of uses.")
|
||||||
(define-public font-cozette
|
(define-public font-cozette
|
||||||
(package
|
(package
|
||||||
(name "font-cozette")
|
(name "font-cozette")
|
||||||
(version "1.9.3")
|
(version "1.13.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2210,11 +2210,18 @@ suitable for a wide range of uses.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mb5ns6705piwgjw1g10czsakhyc1jnvxh342ixw8m5f1gf4595n"))))
|
"178i812n4sfsvid7jhnm683jlxqmrv4ck6qbb4nwyllhwg3gyq60"))))
|
||||||
(build-system font-build-system)
|
(build-system font-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'dont-depend-on-git
|
||||||
|
(lambda _
|
||||||
|
(substitute* "build.py"
|
||||||
|
;; Merely importing this module requires a git repository.
|
||||||
|
;; We don't use get_changelog, so just disable the import.
|
||||||
|
(("from cozette_builder\\.changeloggen import get_changelog")
|
||||||
|
""))))
|
||||||
(add-before 'install 'build
|
(add-before 'install 'build
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "python3" "build.py" "fonts"))))))
|
(invoke "python3" "build.py" "fonts"))))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue