Commit 85fd39f6 authored by Philipp Arras's avatar Philipp Arras
Browse files

python3Packages.ducc0: make sources includeable

parent 095c5ad3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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; {