Unverified Commit 40d63cca authored by Rémi NICOLE's avatar Rémi NICOLE Committed by GitHub
Browse files

python312Packages.pyliblo: Fix build (#370735)

parents 4193ef17 66cd762f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 ];