mirror of
https://github.com/SqrtMinusOne/channel-q.git
synced 2025-12-10 19:53:03 +03:00
parent
c83a712045
commit
9c0e6d9524
1 changed files with 3 additions and 4 deletions
|
|
@ -35,12 +35,11 @@
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'unpack
|
(replace 'unpack
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(mkdir-p "difft")
|
(invoke "tar" "xvzf" (assoc-ref inputs "source")))))
|
||||||
(invoke "tar" "xvzf" (assoc-ref inputs "source") "-C" "difft"))))
|
|
||||||
#:install-plan
|
#:install-plan
|
||||||
`(("difft/difft" "/bin/"))
|
`(("difft" "/bin/"))
|
||||||
#:patchelf-plan
|
#:patchelf-plan
|
||||||
`(("difft/difft" ("glibc" "libgccjit" "libstdc++")))))
|
`(("difft" ("glibc" "libgccjit" "libstdc++")))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("curl" ,curl)
|
`(("curl" ,curl)
|
||||||
("libgccjit" ,libgccjit)
|
("libgccjit" ,libgccjit)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue