diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:33:33 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:27 -0400 |
commit | 766af488846fdb9ba44641a15758b46d4ea2fb0d (patch) | |
tree | d39afc952b932d99d117d11ca6b37ee6458547a2 | |
parent | 6d9044b3c895f842a241f485364544eb73579f4a (diff) |
gnu: Remove python2-capstone.
* gnu/packages/engineering.scm (python2-capstone): Delete variable.
-rw-r--r-- | gnu/packages/engineering.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index dc902ef40f..6b11fc54f0 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -1647,9 +1647,6 @@ bindings for Python, Java, OCaml and more.") (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 |