mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: file: Update to 5.41.
* gnu/packages/file.scm (file): Absorb file-next. * gnu/packages/commencement.scm (file-boot0)[arguments]: Add make-flag to set CFLAGS. * gnu/packages/diffoscope.scm (diffoscope): Remove file-next. * gnu/packages/python-xyz.scm (python-magic)[inputs]: Replace file-next with file.
This commit is contained in:
parent
0d41fe4855
commit
6ac6a7e020
4 changed files with 4 additions and 23 deletions
|
@ -15304,9 +15304,7 @@ syntax highlighting, markdown and more to the terminal.")
|
|||
(list which))
|
||||
(inputs
|
||||
;; python-magic needs to be able to find libmagic.so.
|
||||
;; Use a newer version because 5.39 returns bogus for some archives
|
||||
;; (notably Chromium .crx extensions), which breaks e.g. 'diffoscope'.
|
||||
(list file-next))
|
||||
(list file))
|
||||
(synopsis "File type identification using libmagic")
|
||||
(description
|
||||
"This module uses ctypes to access the libmagic file type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue