tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python313Packages.foobot-async: fix build
Robert Schütz
10 months ago
cd2e6b28
d9f6719f
+6
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
foobot-async
default.nix
+6
pkgs/development/python-modules/foobot-async/default.nix
···
23
23
hash = "sha256-QQjysk2m8QkOpLBdC8kfuoA9PcljgEwzKyrIAhxHB4c=";
24
24
};
25
25
26
26
+
postPatch = ''
27
27
+
# https://github.com/reefab/foobot_async/issues/7
28
28
+
substituteInPlace foobot_async/__init__.py \
29
29
+
--replace-fail "with async_timeout.timeout" "async with async_timeout.timeout"
30
30
+
'';
31
31
+
26
32
build-system = [ setuptools ];
27
33
28
34
dependencies = [