mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
python-systemd: Fix build
This commit is contained in:
parent
06b2ff50b9
commit
65146185d4
@ -23555,7 +23555,7 @@ in modules // {
|
||||
|
||||
patchPhase = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "/usr/include" "${pkgs.systemd}/include"
|
||||
--replace "/usr/include" "${pkgs.systemd.dev}/include"
|
||||
echo '#include <time.h>' >> systemd/pyutil.h
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user