tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.pyliblo: Fix build
Sigmanificient
1 year ago
66cd762f
014a5c3c
+5
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pyliblo
default.nix
+5
pkgs/development/python-modules/pyliblo/default.nix
···
23
url = "https://git.alpinelinux.org/aports/plain/community/py3-pyliblo/py3.11.patch?id=a7e1eca5533657ddd7e37c43e67e8126e3447258";
24
hash = "sha256-4yCWNQaE/9FHGTVuvNEimBNuViWZ9aSJMcpTOP0fnM0=";
25
})
0
0
0
0
0
26
];
27
28
build-system = [ cython_0 ];
···
23
url = "https://git.alpinelinux.org/aports/plain/community/py3-pyliblo/py3.11.patch?id=a7e1eca5533657ddd7e37c43e67e8126e3447258";
24
hash = "sha256-4yCWNQaE/9FHGTVuvNEimBNuViWZ9aSJMcpTOP0fnM0=";
25
})
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
+
})
31
];
32
33
build-system = [ cython_0 ];