Skip to content

Commit

Permalink
python312Packages.pyliblo: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Jan 4, 2025
1 parent 014a5c3 commit 66cd762
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/pyliblo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ buildPythonPackage rec {
url = "https://git.alpinelinux.org/aports/plain/community/py3-pyliblo/py3.11.patch?id=a7e1eca5533657ddd7e37c43e67e8126e3447258";
hash = "sha256-4yCWNQaE/9FHGTVuvNEimBNuViWZ9aSJMcpTOP0fnM0=";
})
# Fix compile error due to incompatible pointer type 'lo_blob_dataptr'
(fetchurl {
url = "https://github.com/dsacre/pyliblo/commit/ebbb255d6a73384ec2560047eab236660d4589db.patch?full_index=1";
hash = "sha256-ZBAmBxSUT2xgoDVqSjq8TxW2jz3xR/pdCf2O3wMKvls=";
})
];

build-system = [ cython_0 ];
Expand Down

0 comments on commit 66cd762

Please sign in to comment.