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:
parent
3149f84a92
commit
507dfccdf8
|
@ -51,5 +51,6 @@ stdenv.mkDerivation {
|
|||
license = licenses.gpl3Plus;
|
||||
maintainers = [ maintainers.MtP ];
|
||||
platforms = platforms.linux;
|
||||
broken = stdenv.isAarch64;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue