gnu: clipnotify: Fix cross-compilation.
* gnu/packages/xdisorg.scm (clipnotify)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
parent
2b9ce1007d
commit
3a169fe301
@ -2271,9 +2271,9 @@ configuring visual settings in different UI toolkits separately.")
|
||||
(install-file "clipnotify" bin)
|
||||
(install-file "README.md" doc)
|
||||
#t))))
|
||||
#:make-flags (list "CC=gcc")
|
||||
;; the package provides no test suite:
|
||||
#:tests? #f))
|
||||
#:make-flags
|
||||
(list ,(string-append "CC=" (cc-for-target)))
|
||||
#:tests? #f)) ; no test suite
|
||||
(inputs
|
||||
`(("libx11" ,libx11)
|
||||
("libXfixes" ,libxfixes)))
|
||||
|
Loading…
Reference in New Issue
Block a user