Merge pull request #120098 from FlorianFranzen/binwalk

binwalk: init from python3Packages.binwalk
This commit is contained in:
Fabian Affolter 2021-04-21 22:59:38 +02:00 committed by GitHub
commit f37c7c7ba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1744,6 +1744,8 @@ in
bindfs = callPackage ../tools/filesystems/bindfs { };
binwalk = with python3Packages; toPythonApplication binwalk;
birdtray = libsForQt5.callPackage ../applications/misc/birdtray { };
bitbucket-cli = python2Packages.bitbucket-cli;