diff options
| author | Daniel Schaefer <git@danielschaefer.me> | 2025-01-09 22:35:35 +0800 |
|---|---|---|
| committer | Daniel Schaefer <git@danielschaefer.me> | 2025-01-12 01:39:30 +0800 |
| commit | 2058f5d09c23caf693609212911d995c16bcf982 (patch) | |
| tree | 8ac973fc90f5ee8a371d985154339547883312a7 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 59815812bdf1fce0cb15aef563bc0803a545bb13 (diff) | |
libwacom: Fix libwacom-show-stylus
It would fail like this:
```
> libwacom-show-stylus
Error: No module named 'libevdev'
One or more python modules are missing. Please install those modules and re-run this tool.
```
Or even earlier if the system does not have any python3:
```
> sudo libwacom-show-stylus
/usr/bin/env: ‘python3’: No such file or directory
```
With this change it can work:
```
> sudo ./result/bin/libwacom-show-stylus
Using "ILIT2901:00 222A:0001 Stylus": /dev/input/event7
Using stylus file(s): /nix/store/995gjgcafxbssn50k3bhksws7jnb28cx-libwacom-2.14.0/share/libwacom/lenovo.stylus, /nix/store/995gjgcafxbssn50k3bhksws7jnb28cx-libwacom-2.14.0/share/libwacom/wacom.stylus
Tool id 0x0 serial 0xff in-proximity: False
```
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
