gnu: file: Fixed cross-compilation.
* gnu/packages/file.scm (file): [(eq? (%current-target-system) #f)] Add native-inputs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
1ae6df81db
commit
e93c24df09
|
@ -34,6 +34,9 @@
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"08ix4xrvan0k80n0l5lqfmc4azjv5lyhvhwdxny4r09j5smhv78r"))))
|
"08ix4xrvan0k80n0l5lqfmc4azjv5lyhvhwdxny4r09j5smhv78r"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(native-inputs
|
||||||
|
;; This package depends upon a native install of itself.
|
||||||
|
(if (%current-target-system) `(("file" ,file)) '() ))
|
||||||
(synopsis "file, a file type guesser")
|
(synopsis "file, a file type guesser")
|
||||||
(description
|
(description
|
||||||
"The file command is a file type guesser, a command-line tool that tells
|
"The file command is a file type guesser, a command-line tool that tells
|
||||||
|
|
Loading…
Reference in New Issue