mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: uthash: Use INVOKE.
* gnu/packages/datastructures.scm (uthash)[arguments]: Use INVOKE.
This commit is contained in:
parent
d1293d426d
commit
c9e7515970
1 changed files with 1 additions and 2 deletions
|
@ -171,8 +171,7 @@ (define-public uthash
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key make-flags #:allow-other-keys)
|
(lambda* (#:key make-flags #:allow-other-keys)
|
||||||
(with-directory-excursion "tests"
|
(with-directory-excursion "tests"
|
||||||
(zero? (apply system* "make"
|
(apply invoke "make" make-flags))))
|
||||||
make-flags)))))
|
|
||||||
(replace 'install
|
(replace 'install
|
||||||
;; There is no top-level Makefile to do this for us.
|
;; There is no top-level Makefile to do this for us.
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
|
|
Loading…
Reference in a new issue