3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: uthash: Use INVOKE.

* gnu/packages/datastructures.scm (uthash)[arguments]: Use INVOKE.
This commit is contained in:
Ricardo Wurmus 2019-01-26 14:46:40 +01:00
parent d1293d426d
commit c9e7515970
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -171,8 +171,7 @@ queues, stacks, and doubly-linked lists.")
(replace 'check
(lambda* (#:key make-flags #:allow-other-keys)
(with-directory-excursion "tests"
(zero? (apply system* "make"
make-flags)))))
(apply invoke "make" make-flags))))
(replace 'install
;; There is no top-level Makefile to do this for us.
(lambda* (#:key outputs #:allow-other-keys)