summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/sigrok/python-install.patch
AgeCommit message (Collapse)Author
2022-01-23python3Packages.sigrok: init at 0.5.1sternenseemann
python*Packages.sigrok is a version of libsigrok which additionally builds its python bindings. Sadly bindings and package don't seem to be buildable independently of each other without a lot of patching. The main thing we need to do is patch Makefile.am to pass --single-version-externally-managed, so the installed sigrok module ends up in PYTHONPATH properly.