mirror of
https://github.com/SqrtMinusOne/channel-q.git
synced 2025-12-10 11:43:03 +03:00
binary-build: delete binary-unpack & format with guix-devel-mode
This commit is contained in:
parent
9c0e6d9524
commit
b47ea056ec
9 changed files with 124 additions and 113 deletions
|
|
@ -34,6 +34,7 @@
|
|||
("aw-watcher-window/aw-watcher-window" ("zlib")))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'binary-unpack)
|
||||
(add-after 'install 'install-symlink
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((out (string-append (assoc-ref outputs "out"))))
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'binary-unpack)
|
||||
(replace 'unpack
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(invoke "tar" "xvzf" (assoc-ref inputs "source")))))
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'binary-unpack)
|
||||
(replace 'unpack
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(invoke "tar" "xvzf" (assoc-ref inputs "source")))))
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
`(("hugo" ("libgccjit" "libstdc++")))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'binary-unpack)
|
||||
(replace 'unpack
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(invoke "tar" "-xvzf" (assoc-ref inputs "source")))))))
|
||||
|
|
|
|||
|
|
@ -24,7 +24,10 @@
|
|||
"0fb9f66qc8shrsv1lffsdq78hc9cb6bddhml5zhv5bcm9pds7q2l"))))
|
||||
(build-system binary-build-system)
|
||||
(arguments
|
||||
`(#:install-plan
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'binary-unpack))
|
||||
#:install-plan
|
||||
`(("jless" "/bin/"))
|
||||
#:patchelf-plan
|
||||
`(("jless" ("glibc" "libxcb" "libgccjit")))))
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
`(("bin/micromamba" ("glibc")))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'binary-unpack)
|
||||
(replace 'unpack
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(invoke "tar" "-xvf" (assoc-ref inputs "source")))))))
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'binary-unpack)
|
||||
(replace 'unpack
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(mkdir-p "nushell")
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
`(("starship" ("libgccjit" "glibc")))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'binary-unpack)
|
||||
(replace 'unpack
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(invoke "tar" "-xvzf" (assoc-ref inputs "source")))))))
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@
|
|||
`(("texlab" ("libgccjit")))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'binary-unpack)
|
||||
(replace 'unpack
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(invoke "tar" "-xvzf" (assoc-ref inputs "source")))))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue