Skip to content

Commit 66cd762

Browse files
python312Packages.pyliblo: Fix build
1 parent 014a5c3 commit 66cd762

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/development/python-modules/pyliblo/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ buildPythonPackage rec {
2323
url = "https://git.alpinelinux.org/aports/plain/community/py3-pyliblo/py3.11.patch?id=a7e1eca5533657ddd7e37c43e67e8126e3447258";
2424
hash = "sha256-4yCWNQaE/9FHGTVuvNEimBNuViWZ9aSJMcpTOP0fnM0=";
2525
})
26+
# Fix compile error due to incompatible pointer type 'lo_blob_dataptr'
27+
(fetchurl {
28+
url = "https://github.com/dsacre/pyliblo/commit/ebbb255d6a73384ec2560047eab236660d4589db.patch?full_index=1";
29+
hash = "sha256-ZBAmBxSUT2xgoDVqSjq8TxW2jz3xR/pdCf2O3wMKvls=";
30+
})
2631
];
2732

2833
build-system = [ cython_0 ];

0 commit comments

Comments
 (0)