Bump to remove hall dependency
This commit is contained in:
parent
abe203e705
commit
510e6ec120
1 changed files with 5 additions and 19 deletions
|
@ -59,28 +59,14 @@
|
|||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.solarpunk.moe/solarpunk-guile/guile-uniseg.git")
|
||||
(commit "v0.1-054bc193b6")))
|
||||
(commit "v0.1-c302065af2")))
|
||||
(sha256
|
||||
(base32
|
||||
"11hp07vy16b7ijzqpz34gqfk92ndwhba7nyas1cmz38ks3sn3qd8"))))
|
||||
"1kl0xnkv4i2d5w9765kd6wx771iml4sgiac55yhxzgl2misxh7yh"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:make-flags
|
||||
#~(list "GUILE_AUTO_COMPILE=0")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'bootstrap 'hall
|
||||
(lambda _
|
||||
(system* "hall" "build" "-x")))
|
||||
(replace 'bootstrap
|
||||
(lambda _
|
||||
(system* "autoreconf" "-vif"))))))
|
||||
(native-inputs (list autoconf
|
||||
automake
|
||||
guile-hall
|
||||
pkg-config
|
||||
texinfo))
|
||||
(arguments `())
|
||||
(native-inputs
|
||||
(list autoconf automake pkg-config texinfo))
|
||||
(inputs (list guile-3.0))
|
||||
(synopsis "Guile library for utf-8 rune widths")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue