gnu: diffoscope: Update to use python-magic.

Fixes: https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/238

* gnu/packages/patches/diffoscope-revert-to-magic-open.patch: Remove file.
* gnu/local.mk [dist_patch_DATA]: Update.
* gnu/packages/diffoscope.scm (diffoscope)[source]: Remove patch.
  [inputs]: Remove python-file.
This commit is contained in:
Vagrant Cascadian 2021-02-12 15:53:45 -08:00 committed by Vagrant Cascadian
parent e69f2e9add
commit d588cc8fa9
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA
3 changed files with 1 additions and 75 deletions

View file

@ -81,9 +81,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"0vc4a38ii6b10af4c7cxfkvj4lk4ihx1xs4q5lshnkyg74gmm21b"))
(patches (search-patches
"diffoscope-revert-to-magic-open.patch"))))
"0vc4a38ii6b10af4c7cxfkvj4lk4ihx1xs4q5lshnkyg74gmm21b"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
@ -137,7 +135,6 @@
(install-file "doc/diffoscope.1" man)
#t))))))
(inputs `(("rpm" ,rpm) ;for rpm-python
("python-file" ,python-file)
("python-debian" ,python-debian)
("python-libarchive-c" ,python-libarchive-c)
("python-magic" ,python-magic)