midchildan
4437f2441e
python3Packages.capstone: fix invalid sourceRoot
...
Follow-up of #152297
2022-01-05 01:04:14 +09:00
Robert Scott
5e58aed938
python3Packages.capstone: enable for non-x86
2021-12-03 18:40:55 +00:00
Alyssa Ross
9de30004db
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.
2021-11-13 11:36:25 +00:00
Markus S. Wamser
2043dbb6fa
pkgs.development.python-modules: remove unused args
2021-11-12 19:10:54 -08:00
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