Paste number 311882: | b |
Pasted by: | a |
When: | 6 years, 1 month ago |
Share: | Tweet this! | http://paste.lisp.org/+6ONE |
Channel: | None |
Paste contents: |
(define-public capstone (package (name "capstone") (version "3.0.4") (source (origin (method url-fetch) (uri (string-append "https://github.com/aquynh/capstone/archive/" version ".tar.gz")) (sha256 (base32 "1whl5c8j6vqvz2j6ay2pyszx0jg8d3x8hq66cvgghmjchvsssvax")))) (build-system cmake-build-system) (arguments `(#:phases (modify-phases %standard-phases (add-after 'build 'install-python-bindings (lambda* (#:key source #:allow-other-keys) (chdir (string-append source "/bindings/python")) (system* "make" "install"))))))
This paste has no annotations.