gnu: passff-host: Refactor builder.
* gnu/packages/browser-extensions.scm (passff-host)[arguments]: Refactor builder. Change-Id: I42cb5e6b4808a8b2025d20654c57392f79c01a5c
This commit is contained in:
parent
c3cf04d05b
commit
0525a39c21
@ -174,13 +174,12 @@ ungoogled-chromium.")
|
||||
#:builder
|
||||
#~(begin
|
||||
(use-modules (guix build utils))
|
||||
(setenv "PATH" (string-join
|
||||
(list #$(file-append coreutils "/bin")
|
||||
#$(file-append grep "/bin")
|
||||
#$(file-append password-store "/bin")
|
||||
#$(file-append python "/bin")
|
||||
#$(file-append sed "/bin")
|
||||
#$(file-append which "/bin")) ":"))
|
||||
(setenv "PATH" (string-join '(#$coreutils
|
||||
#$grep
|
||||
#$password-store
|
||||
#$python
|
||||
#$sed
|
||||
#$which) "/bin:" 'suffix))
|
||||
(copy-recursively #$source ".")
|
||||
(substitute* "src/install_host_app.sh"
|
||||
(("#!/usr/bin/env sh") #$(file-append bash-minimal "/bin/sh"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user