photoflow: mark as broken

main
Artturin 3 years ago
parent af51852adf
commit 8b1e139622
  1. 4
      pkgs/applications/graphics/photoflow/default.nix

@ -86,5 +86,9 @@ stdenv.mkDerivation rec {
platforms = platforms.linux;
# sse3 is not supported on aarch64
badPlatforms = [ "aarch64-linux" ];
# added 2021-09-30
# upstream seems pretty dead
#/build/source/src/operations/denoise.cc:30:10: fatal error: vips/cimg_funcs.h: No such file or directory
broken = true;
};
}

Loading…
Cancel
Save