diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-31 17:36:21 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-01 00:13:55 +0100 |
commit | 1872c00df50d64c82172a25276a0fa5334922931 (patch) | |
tree | 63e1fcef3c31af22bc2c9a2e774497ac08419a29 /gnu/packages/diffoscope.scm | |
parent | 2ff28472e3bc1d2f3df3794bfa98102d00f65a22 (diff) |
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.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index dfb2e05f164..5a227d059e4 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) |