Hi Yes. This was fixed in commit a3e26863146ffc100ced3600bfc49814d04ae643: https://git.savannah.gnu.org/cgit/guix.git/commit/gnu/packages/elixir.scm?id=a3e26863146ffc100ced3600bfc49814d04ae643 Oskar On Mon, 5 Jul 2021, at 12:51, zimoun wrote: > Hi, > > Thanks for the report and sorry for the delay. > > On Sat, 08 Aug 2020 at 13:04, Oskar Köök wrote: > > > Elixir build is failing for me. Don't have time to debug right now. This is > > the log: > > > > phase `unpack' succeeded after 0.2 seconds > > starting phase `make-git-checkout-writable' > > phase `make-git-checkout-writable' succeeded after 0.0 seconds > > starting phase `replace-paths' > > Backtrace: > > 18 (primitive-load "/gnu/store/7wsw0zq6zqvsqpl9g0j6gjanxwm…") > > In ice-9/eval.scm: > > 191:35 17 (_ #f) > > In guix/build/gnu-build-system.scm: > > 838:2 16 (gnu-build #:source _ #:outputs _ #:inputs _ #:phases . #) > > In ice-9/boot-9.scm: > > 1736:10 15 (with-exception-handler _ _ #:unwind? _ # _) > > In srfi/srfi-1.scm: > > 857:16 14 (every1 # …) > > In guix/build/gnu-build-system.scm: > > 847:30 13 (_ _) > > In ice-9/eval.scm: > > 619:8 12 (_ #(#(#) (# # …) …)) > > 619:8 11 (_ #(#(#(#) # #) #)) > > In srfi/srfi-1.scm: > > 634:9 10 (for-each # _) > > In ice-9/boot-9.scm: > > 1736:10 9 (with-exception-handler _ _ #:unwind? _ # _) > > In ice-9/ports.scm: > > 445:17 8 (call-with-input-file _ _ #:binary _ #:encoding _ # _) > > In guix/build/utils.scm: > > 741:26 7 (_ _) > > 767:26 6 (_ # #) > > In srfi/srfi-1.scm: > > 460:18 5 (fold # …) > > In ice-9/eval.scm: > > 202:51 4 (_ #(#(#(#(#(#(#(# …)) …) …) …) …) …)) > > 163:9 3 (_ #(#(#(#(#(#(#(# …)) …) …) …) …) …)) > > In unknown file: > > 2 (string-append "cmd(\"" #f) > > In ice-9/boot-9.scm: > > 1669:16 1 (raise-exception _ #:continuable? _) > > 1669:16 0 (raise-exception _ #:continuable? _) > > > > > > In the latest commit the git input has been removed, which might be the issue: > > http://git.savannah.gnu.org/cgit/guix.git/commit/gnu/packages/elixir.scm?id=a749caa74e2a44a37d3a4af06cf4c18f9e463fbb > > Using Guix 3694c0d on x86_64, now the package elixir seems to build. Is > it fine for you? If yes, let close. Otherwise, please provide more > information. :-) > > All the best, > simon >