mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: perl-file-mimeinfo: Make bash-minimal input unconditional.
* gnu/packages/freedesktop.scm (perl-file-mimeinfo) [inputs]: Make bash-minimal unconditional. Change-Id: I1b5a64b415c3316f18f828d99ea62d3ffefe1765
This commit is contained in:
parent
11a4c057c4
commit
7e69a27320
1 changed files with 2 additions and 7 deletions
|
@ -2560,11 +2560,7 @@ (define-public perl-file-mimeinfo
|
|||
(base32
|
||||
"1i5iw6ri0w9clwpqf40xmsh4isc8xvx2lyf2r5g34886i6rsdgpn"))))
|
||||
(build-system perl-build-system)
|
||||
(inputs
|
||||
;; TODO(staging): Make unconditional.
|
||||
(if (%current-target-system)
|
||||
(list bash-minimal) ; for wrap-program
|
||||
'()))
|
||||
(inputs (list bash-minimal)) ;for wrap-program
|
||||
;; If the tests are fixed, add perl-test-pod, perl-test-pod-coverage, and
|
||||
;; perl-test-tiny as native-inputs.
|
||||
(propagated-inputs
|
||||
|
@ -2595,8 +2591,7 @@ (define-public perl-file-mimeinfo
|
|||
#~(,(string-append
|
||||
(getenv "PERL5LIB")
|
||||
":" out "/lib/perl5/site_perl"))))))
|
||||
'("mimeopen" "mimetype")))
|
||||
#t)))))
|
||||
'("mimeopen" "mimetype"))))))))
|
||||
(home-page "https://metacpan.org/release/File-MimeInfo")
|
||||
(synopsis "Determine file type from the file name")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue