python3Packages.ducc0: make sources includeable

This commit is contained in:
Philipp Arras
2025-03-11 11:46:08 +01:00
parent 095c5ad313
commit 85fd39f6e0
@@ -34,6 +34,11 @@ buildPythonPackage rec {
pytestFlagsArray = [ "python/test" ];
pythonImportsCheck = [ "ducc0" ];
postInstall = ''
mkdir -p $out/include
cp -r ${src}/src/ducc0 $out/include
'';
DUCC0_OPTIMIZATION = "portable-strip";
meta = with lib; {