me
/
guix
Archived
1
0
Fork 0

gnu: stagit: Prepare for cross-compiling.

* gnu/packages/version-control.scm (stagit)[arguments]: Use
cc-for-target.
master
Efraim Flashner 2021-11-08 09:28:56 +02:00
parent e6a9e7d3c3
commit 56dcaff827
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -2656,7 +2656,7 @@ a built-in wiki, built-in file browsing, built-in tickets system, etc.")
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; No tests
#:make-flags (list "CC=gcc"
#:make-flags (list (string-append "CC=" ,(cc-for-target))
(string-append "PREFIX=" %output))
#:phases
(modify-phases %standard-phases