mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
gnu: gpxsee: Use INVOKE.
* gnu/packages/gps.scm (gpxsee)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user