Fix guix.scm package

This commit is contained in:
Ekaitz 2022-08-08 10:58:41 +02:00
parent 726fbc56e9
commit 2c8ed6b6cd
1 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ standard.")
(string-append "LIB-riscv64 = " #$libccross "/lib") port)
(newline port)
(display
(string-append "INC-riscv64 = " #$libccross "/include" ":{B}/include") port)))))
(string-append "INC-riscv64 = " #$libccross "/include" ":" #$output "/include") port)))))
;(add-before 'install 'fail (lambda _ (error "Fail for debug")))
@ -123,7 +123,7 @@ standard.")
;; We have to do it by hand
(replace 'install
(lambda* (#:key inputs outputs #:allow-other-keys)
(install-file "riscv64-libtcc1.a"
#;(install-file "riscv64-libtcc1.a"
(string-append (assoc-ref outputs "out") "/lib/tcc"))
(install-file "riscv64-tcc"
(string-append (assoc-ref outputs "out") "/bin"))