Merge pull request #153486 from midchildan/fix/python-capstone
python3Packages.capstone: fix invalid sourceRoot
This commit is contained in:
commit
4f95cfe37b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
|||
version = lib.getVersion capstone;
|
||||
|
||||
src = capstone.src;
|
||||
sourceRoot = "${capstone.name}/bindings/python";
|
||||
sourceRoot = "source/bindings/python";
|
||||
|
||||
postPatch = ''
|
||||
ln -s ${capstone}/lib/libcapstone${stdenv.targetPlatform.extensions.sharedLibrary} prebuilt/
|
||||
|
|
Loading…
Reference in a new issue