nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.symengine: move patching to right phase

+1 -1
+1 -1
pkgs/development/python-modules/symengine/default.nix
··· 30 30 }) 31 31 ]; 32 32 33 - postConfigure = '' 33 + postPatch = '' 34 34 substituteInPlace setup.py \ 35 35 --replace "\"cmake\"" "\"${cmake}/bin/cmake\"" \ 36 36 --replace "'cython>=0.29.24'" "'cython'"