Hi I started packaging swc but hit a weird error: phase `patch-source-shebangs' succeeded after 0.7 seconds starting phase `configure' Backtrace: 5 (primitive-load "/gnu/store/s72cf8n348fl0xdxc9w5bzdag77?") In ice-9/eval.scm: 191:35 4 (_ _) In srfi/srfi-1.scm: 863:16 3 (every1 # ?) In /gnu/store/27qw1zxljzylvm9b3jbi343gh6cngazq-module-import/guix/build/gnu-build-system.scm: 799:28 2 (_ _) In /gnu/store/27qw1zxljzylvm9b3jbi343gh6cngazq-module-import/guix/build/cargo-build-system.scm: 80:20 1 (configure #:inputs _) In unknown file: 0 (open-file ".cargo/config" "w" #:encoding "utf-8") ERROR: In procedure open-file: In procedure open-file: Permission denied: ".cargo/config" The permission on this file is: r-r-r The .cargo-dir has: drwxr-xr-x When I try chmodding the file via an argument I get: building /gnu/store/jhh3xf7305080ll95f13ll7xwhvb1012-swc-0.0-1.2e22397f4.drv... Backtrace: 16 (primitive-load "/gnu/store/6s73l7r1x17yvbiix1danlsj87b?") In ice-9/eval.scm: 191:35 15 (_ #f) 214:21 14 (_ #f) 217:50 13 (lp (# ?)) 217:50 12 (lp (# ?)) 217:50 11 (lp (# ?)) 217:50 10 (lp (# ?)) 217:50 9 (lp (# ?)) 217:50 8 (lp (# ?)) 217:50 7 (lp (# ?)) 217:50 6 (lp (# ?)) 217:50 5 (lp (# ?)) 217:50 4 (lp (# ?)) 217:33 3 (lp (# ?)) 293:34 2 (_ #(# ((# . #) ?))) 173:55 1 (_ #(# ((# . #) ?))) In unknown file: 0 (chmod ".cargo/config" 493) ERROR: In procedure chmod: In procedure chmod: No such file or directory -- Cheers Swedebugia