diff --git a/solarpunk/packages/guile.scm b/solarpunk/packages/guile.scm index a79ea11..2d0176f 100644 --- a/solarpunk/packages/guile.scm +++ b/solarpunk/packages/guile.scm @@ -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