diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 060b4c83da..258a92df5b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14059,6 +14059,15 @@ of the structure, dynamics, and functions of complex networks.") (base32 "0pbn32flkrpjiwfcknmj6398qa81ba783kbcvwan3kym73v0hnsj")))) (build-system python-build-system) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (add-before 'build 'setup-build-environment + (lambda _ + (setenv "CFLAGS" + (string-append "-g -O2" + " -Wno-error=incompatible-pointer-types"))))))) (native-inputs (list python-cython python-hypothesis python-pytest python-pytest-runner))