gnu: Remove python2-capstone.

* gnu/packages/engineering.scm (python2-capstone): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:33:33 -04:00
parent 6d9044b3c8
commit 766af48884
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1647,9 +1647,6 @@ (define-public python-capstone
(string-append "'" (assoc-ref %build-inputs "capstone") "/lib',\n")))
#t)))))))
(define-public python2-capstone
(package-with-python2 python-capstone))
(define-public python-esptool-3.0
(package