Skip to content

Commit 04774ad

Browse files
committed
fix: testing flake with pi
1 parent eae9348 commit 04774ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

flake.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,8 @@
5555
(lib.composeManyExtensions [
5656
pyproject-build-systems.overlays.default
5757
overlay
58-
59-
# 🔧 Inject patch to kivy
6058
(self: super: {
61-
kivy = super.kivy.overridePythonAttrs (old: {
59+
kivy = super.kivy.override (old: {
6260
postPatch = lib.optionalString pkgs.stdenv.hostPlatform.isLinux ''
6361
substituteInPlace kivy/lib/mtdev.py \
6462
--replace "LoadLibrary('libmtdev.so.1')" "LoadLibrary('${pkgs.mtdev}/lib/libmtdev.so.1')"

0 commit comments

Comments
 (0)