boxflat: fix build (#437080)
This commit is contained in:
@@ -48,7 +48,8 @@ python3Packages.buildPythonPackage rec {
|
||||
postPatch = ''
|
||||
substituteInPlace requirements.txt \
|
||||
--replace-fail "psutil==6.1.0" "psutil" \
|
||||
--replace-fail "evdev==1.7.1" "evdev"
|
||||
--replace-fail "evdev==1.7.1" "evdev" \
|
||||
--replace-fail "pycairo==1.27.0" "pycairo"
|
||||
'';
|
||||
|
||||
preBuild = ''
|
||||
|
||||
Reference in New Issue
Block a user