summaryrefslogtreecommitdiff
path: root/gnu/packages/diffoscope.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-10-31 17:36:21 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-11-01 00:13:55 +0100
commit1872c00df50d64c82172a25276a0fa5334922931 (patch)
tree63e1fcef3c31af22bc2c9a2e774497ac08419a29 /gnu/packages/diffoscope.scm
parent2ff28472e3bc1d2f3df3794bfa98102d00f65a22 (diff)
downloadguix-patches-1872c00df50d64c82172a25276a0fa5334922931.tar
guix-patches-1872c00df50d64c82172a25276a0fa5334922931.tar.gz
gnu: python-binwalk: Rename to binwalk.
* gnu/packages/python-xyz.scm (binwalk): New variable renamed from (python-binwalk): this old thing. Redefine it using DEPRECATED-PACKAGE. * gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Adjust accordingly.
Diffstat (limited to 'gnu/packages/diffoscope.scm')
-rw-r--r--gnu/packages/diffoscope.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index dfb2e05f16..5a227d059e 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -156,9 +156,9 @@
("xxd" ,xxd)))
(native-inputs `(("help2man" ,help2man)
;; Below are modules used for tests.
+ ("binwalk" ,binwalk)
("python-pytest" ,python-pytest)
("python-chardet" ,python-chardet)
- ("python-binwalk" ,python-binwalk)
("python-black" ,python-black)
("python-h5py" ,python-h5py)
("python-pypdf2" ,python-pypdf2)