gnu: xbindkeys: Remove --build from configure flags.
This is a followup to commit 3c7d023d64
,
"build-system/gnu: Pass --build=<triplet> to configure by default"
* gnu/packages/xdisorg.scm (xbindkeys)[arguments]: Remove field.
master
parent
b2314ca228
commit
28b26cab94
|
@ -447,13 +447,6 @@ transparent text on your screen.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("libx11" ,libx11)
|
`(("libx11" ,libx11)
|
||||||
("guile" ,guile-2.0)))
|
("guile" ,guile-2.0)))
|
||||||
(arguments `(#:configure-flags
|
|
||||||
'(;; FIXME: xbindkeys-1.8.6's config.guess fails on mips64el.
|
|
||||||
,@(if (%current-target-system)
|
|
||||||
'()
|
|
||||||
(let ((triplet
|
|
||||||
(nix-system->gnu-triplet (%current-system))))
|
|
||||||
(list (string-append "--build=" triplet)))))))
|
|
||||||
(home-page "http://www.nongnu.org/xbindkeys/")
|
(home-page "http://www.nongnu.org/xbindkeys/")
|
||||||
(synopsis "Associate a combination of keys with a shell command")
|
(synopsis "Associate a combination of keys with a shell command")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue