Commit graph

7 commits

Author SHA1 Message Date
Cole Helbling aa452d69a1
python3.pkgs.capstone: broken on aarch64 2021-04-22 08:35:57 -07:00
Matej Urbas b84835ebde python3Packages.capstone: aarch64 platform name 2021-02-14 14:59:27 +00:00
Profpatsch 4a7f99d55d 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
2021-01-11 10:38:22 +01:00
Robert Scott 8817036a31 pythonPackages.capstone: 3.0.5.post1 -> 4.0.1, redesign as wrapper package around main capstone package
this allows us to keep the two packages in sync and handle overrides more
flexibly
2020-02-10 20:29:01 +01:00
Frederik Rietdijk 80ac778c06 pythonPackages.capstone: add missing setuptools dep 2019-10-16 09:59:55 +02:00
Pamplemousse 4edfccc22a 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."
2019-08-17 12:30:12 +02:00
Chris Ostrouchov 9bbf54ea2d pythonPackages.capstone: refactor move to python-modules 2018-10-17 07:46:55 +02:00