mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: perl-devel-repl: Fix indentation.
* gnu/packages/perl.scm (perl-devel-repl) [#:phases]: Fix indentation. Change-Id: If80489a54a919de7d02c6ee3020cbe38caf09ab0
This commit is contained in:
parent
ead9f1d8fa
commit
f20e7c6eed
1 changed files with 31 additions and 31 deletions
|
|
@ -4356,38 +4356,38 @@ arbitrary parameters.")
|
|||
(binaries (find-files bindir))
|
||||
(wrap.pl (lambda (scripts keys)
|
||||
(for-each
|
||||
(lambda (script)
|
||||
(wrap-program script
|
||||
`("PERL5LIB" ":" prefix
|
||||
,(cons*
|
||||
(getenv "PERL5LIB")
|
||||
(string-append #$output
|
||||
"/lib/perl5/site_perl")
|
||||
(map
|
||||
(lambda (key)
|
||||
(string-append
|
||||
(assoc-ref inputs key)
|
||||
"/lib/perl5/site_perl"))
|
||||
keys)))))
|
||||
scripts))))
|
||||
(lambda (script)
|
||||
(wrap-program script
|
||||
`("PERL5LIB" ":" prefix
|
||||
,(cons*
|
||||
(getenv "PERL5LIB")
|
||||
(string-append #$output
|
||||
"/lib/perl5/site_perl")
|
||||
(map
|
||||
(lambda (key)
|
||||
(string-append
|
||||
(assoc-ref inputs key)
|
||||
"/lib/perl5/site_perl"))
|
||||
keys)))))
|
||||
scripts))))
|
||||
|
||||
(wrap.pl binaries
|
||||
(list "perl-app-nopaste"
|
||||
"perl-b-keywords"
|
||||
"perl-data-dump-streamer"
|
||||
"perl-data-dumper-concise"
|
||||
"perl-file-next"
|
||||
"perl-lexical-persistence"
|
||||
"perl-module-refresh"
|
||||
"perl-module-runtime"
|
||||
"perl-moose"
|
||||
"perl-moosex-getopt"
|
||||
"perl-moosex-object-pluggable"
|
||||
"perl-namespace-autoclean"
|
||||
"perl-ppi"
|
||||
"perl-ppi-xs"
|
||||
"perl-sys-sigaction"
|
||||
"perl-task-weaken"))))))))
|
||||
(wrap.pl binaries
|
||||
(list "perl-app-nopaste"
|
||||
"perl-b-keywords"
|
||||
"perl-data-dump-streamer"
|
||||
"perl-data-dumper-concise"
|
||||
"perl-file-next"
|
||||
"perl-lexical-persistence"
|
||||
"perl-module-refresh"
|
||||
"perl-module-runtime"
|
||||
"perl-moose"
|
||||
"perl-moosex-getopt"
|
||||
"perl-moosex-object-pluggable"
|
||||
"perl-namespace-autoclean"
|
||||
"perl-ppi"
|
||||
"perl-ppi-xs"
|
||||
"perl-sys-sigaction"
|
||||
"perl-task-weaken"))))))))
|
||||
(native-inputs (list perl-test-fatal))
|
||||
(inputs (list bash-minimal
|
||||
perl-app-nopaste
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue