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
|
||||
(replace 'unpack
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(mkdir-p "difft")
|
||||
(invoke "tar" "xvzf" (assoc-ref inputs "source") "-C" "difft"))))
|
||||
(invoke "tar" "xvzf" (assoc-ref inputs "source")))))
|
||||
#:install-plan
|
||||
`(("difft/difft" "/bin/"))
|
||||
`(("difft" "/bin/"))
|
||||
#:patchelf-plan
|
||||
`(("difft/difft" ("glibc" "libgccjit" "libstdc++")))))
|
||||
`(("difft" ("glibc" "libgccjit" "libstdc++")))))
|
||||
(inputs
|
||||
`(("curl" ,curl)
|
||||
("libgccjit" ,libgccjit)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue