mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: file: Add itself as a native input for cross-compilation.
Fixes a regression introduced in c198872b
.
Reported by John Darrington.
* gnu/packages/file.scm (file)[self-native-input?]: New field.
This commit is contained in:
parent
351d690f37
commit
cd2512bfa3
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@ (define-public file
|
||||||
"0z1sgrcfy6d285kj5izy1yypf371bjl3247plh9ppk0svaxv714l"))
|
"0z1sgrcfy6d285kj5izy1yypf371bjl3247plh9ppk0svaxv714l"))
|
||||||
(patches (list (search-patch "file-CVE-2014-3587.patch")))))
|
(patches (list (search-patch "file-CVE-2014-3587.patch")))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
||||||
|
;; When cross-compiling, this package depends upon a native install of
|
||||||
|
;; itself.
|
||||||
|
(self-native-input? #t)
|
||||||
|
|
||||||
(synopsis "File type guesser")
|
(synopsis "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 a new issue