Message ID | 3da8ef93a1b879fd1219139c8b961ee8f754b5b7.1700387828.git.zhengjunjie@iscas.ac.cn |
---|---|
State | New |
Headers | show |
Series | update lilv and its dependency. | expand |
Hi! Thanks for the explanation! So the patch set should be changed in order - i can confirm that all packages now build just fine! They generally look good to me, except for one question: is it impossible to patch the sources so we wouldn't need to propagate more inputs? Otherwise all seems fine. So, if you could re-send your patchset with - the correct order, - $(guix style) ran on all the packages, - and maybe less input propagation (if possible) that'd be great! Thanks for your time and effort!
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 7c49ba1841..9b6bf0e7e5 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -3725,16 +3725,15 @@ (define-public rtmidi-4.0 (define-public sratom (package (name "sratom") - (version "0.6.6") + (version "0.6.16") (source (origin (method url-fetch) (uri (string-append "https://download.drobilla.net/sratom-" - version ".tar.bz2")) + version ".tar.xz")) (sha256 (base32 - "178v90qvsp6lw4sqdmdz0bzyjkgwhv9m75ph1d1z8say5bv0p4gv")))) - (build-system waf-build-system) - (arguments `(#:tests? #f)) ;no check target + "1i12wcnv52r05zr5wjmpvbsvbjbm3hkv8frral2kvrc326cmghbi")))) + (build-system meson-build-system) (propagated-inputs ;; In Requires of sratom-0.pc. (list lv2 serd sord))