gnu: gpxsee: Use INVOKE.
* gnu/packages/gps.scm (gpxsee)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
188b88e244
commit
d64b79fa98
@ -193,7 +193,7 @@ coordinates as well as partial support for adjustments in global coordinate syst
|
||||
;; Use lrelease to convert TS translation files into QM files.
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(for-each (lambda (file)
|
||||
(system* "lrelease" file))
|
||||
(invoke "lrelease" file))
|
||||
(find-files "lang" "\\.ts"))
|
||||
(substitute* "src/config.h"
|
||||
(("/usr/share/gpxsee")
|
||||
|
Loading…
Reference in New Issue
Block a user