summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/capstone (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3.pkgs.capstone: mark broken on non-x86_64•••Since this tries to build an x86_64 wheel, it won't work on any non-x86_64 platform. It doesn't make sense to single out aarch64 here. Alyssa Ross2021-11-131-1/+1
* pkgs.development.python-modules: remove unused argsMarkus S. Wamser2021-11-121-2/+0
* python3.pkgs.capstone: broken on aarch64Cole Helbling2021-04-221-2/+4
* python3Packages.capstone: aarch64 platform nameMatej Urbas2021-02-141-4/+6
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-2/+2
* pythonPackages.capstone: 3.0.5.post1 -> 4.0.1, redesign as wrapper package ar...•••this allows us to keep the two packages in sync and handle overrides more flexibly Robert Scott2020-02-101-24/+14
* pythonPackages.capstone: add missing setuptools depFrederik Rietdijk2019-10-161-0/+3
* pythonPackages.capstone: 3.0.4 -> 3.0.5••• * Tested the package build - *NOT* tested the packages relying on capstone... * Added `setupPyBuildFlags` to avoid the error "ERROR: capstone-3.0.5.post1-py3-none-manylinux1_x86_64.whl is not a supported wheel on this platform." Pamplemousse2019-08-171-2/+6
* pythonPackages.capstone: refactor move to python-modulesChris Ostrouchov2018-10-171-0/+38