mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: terminology: Update build.
* gnu/packages/enlightenment.scm (terminology)[arguments]: Add to configure-flags. Add custom 'set-home-directory phase.
This commit is contained in:
parent
3ec29587b5
commit
944bdb2afe
1 changed files with 5 additions and 1 deletions
|
@ -203,7 +203,10 @@ (define-public terminology
|
||||||
#t))))
|
#t))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-Dtests=true")
|
`(#:configure-flags (list "-Dtests=true"
|
||||||
|
(string-append "-Dedje-cc="
|
||||||
|
(assoc-ref %build-inputs "efl")
|
||||||
|
"/bin/edje_cc"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'set-home-directory
|
(add-after 'unpack 'set-home-directory
|
||||||
|
@ -286,6 +289,7 @@ (define-public enlightenment
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'set-system-actions
|
(add-before 'configure 'set-system-actions
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
(setenv "HOME" "/tmp")
|
||||||
(let ((xkeyboard (assoc-ref inputs "xkeyboard-config"))
|
(let ((xkeyboard (assoc-ref inputs "xkeyboard-config"))
|
||||||
(setxkbmap (assoc-ref inputs "setxkbmap"))
|
(setxkbmap (assoc-ref inputs "setxkbmap"))
|
||||||
(utils (assoc-ref inputs "util-linux"))
|
(utils (assoc-ref inputs "util-linux"))
|
||||||
|
|
Loading…
Reference in a new issue