mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: jpm: Apply formatting.
* gnu/packages/lisp.scm (jpm): Update to Apply formatting. [arguments]: Format it. [inputs]: Format it. [native-search-paths]: Format it. Change-Id: Icf18ab41e6a72608c4624c4af9048e857d152ce0
This commit is contained in:
parent
64448de261
commit
d3ddbcc70a
1 changed files with 64 additions and 63 deletions
|
@ -938,7 +938,8 @@ assembler, PEG) is less than 1MB.")
|
|||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-paths
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* "configs/linux_config.janet"
|
||||
|
@ -990,7 +991,8 @@ assembler, PEG) is less than 1MB.")
|
|||
`("PATH" ":" prefix
|
||||
(,(string-append gcc-toolchain "/bin")
|
||||
,(string-append core-min "/bin"))))))))))
|
||||
(inputs (list bash-minimal
|
||||
(inputs
|
||||
(list bash-minimal
|
||||
coreutils-minimal
|
||||
curl
|
||||
gcc
|
||||
|
@ -1000,8 +1002,7 @@ assembler, PEG) is less than 1MB.")
|
|||
(module-ref (resolve-interface '(gnu packages commencement))
|
||||
'gcc-toolchain)))
|
||||
(propagated-inputs (list janet))
|
||||
(native-search-paths
|
||||
(list $SSL_CERT_DIR $SSL_CERT_FILE))
|
||||
(native-search-paths (list $SSL_CERT_DIR $SSL_CERT_FILE))
|
||||
(home-page "https://janet-lang.org/")
|
||||
(synopsis "Janet Project Manager for the Janet programming language")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue