1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-17 01:23:48 +00:00

photoflow: mark broken for aarch64

This commit is contained in:
worldofpeace 2018-09-03 15:31:12 -04:00
parent 3149f84a92
commit 507dfccdf8

View file

@ -51,5 +51,6 @@ stdenv.mkDerivation {
license = licenses.gpl3Plus;
maintainers = [ maintainers.MtP ];
platforms = platforms.linux;
broken = stdenv.isAarch64;
};
}