diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-01-27 11:10:01 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-01-27 17:01:20 +0200 |
commit | 6ac6a7e0202e536b42756413d464f98e0c02f5c1 (patch) | |
tree | 72c517ed606933e03b472bc3d5d4aaeb43007c29 /gnu/packages/diffoscope.scm | |
parent | 0d41fe4855588fb659b8adafe215d5573517a79b (diff) | |
download | guix-6ac6a7e0202e536b42756413d464f98e0c02f5c1.tar.gz |
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.
Diffstat (limited to 'gnu/packages/diffoscope.scm')
-rw-r--r-- | gnu/packages/diffoscope.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 743447a9d5..ad106857bd 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -34,7 +34,6 @@ #:use-module (gnu packages compression) #:use-module (gnu packages cpio) #:use-module (gnu packages dbm) - #:use-module (gnu packages file) ;for 'file-next' #:use-module (gnu packages gettext) #:use-module (gnu packages ghostscript) #:use-module (gnu packages gnome) @@ -172,11 +171,6 @@ dtc e2fsprogs ffmpeg - - ;; XXX: Must be the same version as python-magic uses; - ;; remove when 'file' is updated. - file-next - fpc gettext-minimal ghostscript |