Conversation
This implements changes proposed in NixOS#213263
d1495ca to
6ae74f5
Compare
|
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: |
|
Hi @sochotnicky, are you still interested in working on this? In #351647 I added a generic/unified derivation for all XP-Pen drivers and made major versions available as However the removal of g430 and deco-01-v2 drivers is only done in this PR, after a rebase you could add an alias that points to the unified packages. |
I no longer have access to the device so I can't really finish this off and test it. |
|
Since it's been a good long while and I don't have this device anymore - I'll close but if anyone wants to pick it up feel free to reuse if it makes sense |
Description of changes
This implements changes proposed in #213263 to unify drivers for XP Pen devices in one application.
XP Pen app has hardcoded
/usr/lib/pentabletpath in the binary that can't be overriden and so we need to create FHS structure for it.Known issues:
TODO:
SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="28bd", MODE="0660", TAG+="uaccess"Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.