mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
overrides.evdev: substitute linuxHeaders path
This commit is contained in:
parent
d41ce727db
commit
41ff7d16ea
1 changed files with 6 additions and 0 deletions
|
@ -528,6 +528,12 @@ lib.composeManyExtensions [
|
|||
'';
|
||||
});
|
||||
|
||||
evdev = super.evdev.overridePythonAttrs (old: {
|
||||
preConfigure = ''
|
||||
substituteInPlace setup.py --replace /usr/include/linux ${pkgs.linuxHeaders}/include/linux
|
||||
'';
|
||||
});
|
||||
|
||||
faker = super.faker.overridePythonAttrs (
|
||||
old: {
|
||||
buildInputs = (old.buildInputs or [ ]) ++ [ self.pytest-runner ];
|
||||
|
|
Loading…
Add table
Reference in a new issue