gnu: lua5.1-expat: Use invoke.
* gnu/packages/lua.scm (lua5.1-expat)[arguments]: Use invoke and remove vestigial plumbing in the custom check phase.
This commit is contained in:
parent
ffa95cf3ba
commit
12a1660280
|
@ -174,8 +174,8 @@ language.")
|
|||
(lambda _
|
||||
(setenv "LUA_CPATH" "src/?.so;;")
|
||||
(setenv "LUA_PATH" "src/?.lua;;")
|
||||
(and (zero? (system* "lua" "tests/test.lua"))
|
||||
(zero? (system* "lua" "tests/test-lom.lua"))))))))
|
||||
(invoke "lua" "tests/test.lua")
|
||||
(invoke "lua" "tests/test-lom.lua"))))))
|
||||
(inputs
|
||||
`(("lua" ,lua-5.1)
|
||||
("expat" ,expat)))
|
||||
|
|
Loading…
Reference in New Issue