mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: stagit: Fix cross-compiling.
* gnu/packages/version-control.scm (stagit)[arguments]: Use G-expressions. Change-Id: I7de0449d0709d554095df7532c92cb589d328b4c
This commit is contained in:
parent
ce233d1f2b
commit
b40c808f96
1 changed files with 6 additions and 6 deletions
|
@ -3266,12 +3266,12 @@ a built-in wiki, built-in file browsing, built-in tickets system, etc.")
|
||||||
"17yggk3fbm731z98warvix332487s0k6knhxnf9zc6f667qi2mlr"))))
|
"17yggk3fbm731z98warvix332487s0k6knhxnf9zc6f667qi2mlr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; No tests
|
(list #:tests? #f ; No tests
|
||||||
#:make-flags (list (string-append "CC=" ,(cc-for-target))
|
#:make-flags #~(list (string-append "CC=" #$(cc-for-target))
|
||||||
(string-append "PREFIX=" %output))
|
(string-append "PREFIX=" #$output))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(delete 'configure)))) ; No configure script
|
(delete 'configure)))) ; No configure script
|
||||||
(inputs
|
(inputs
|
||||||
(list libgit2))
|
(list libgit2))
|
||||||
(home-page "https://git.codemadness.org/stagit/")
|
(home-page "https://git.codemadness.org/stagit/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue