cjdns: mark broken for aarch64

ZHF: #230712
This commit is contained in:
Emery Hemingway 2023-05-28 08:58:03 +01:00
parent d9626034f1
commit e2ccc3dd9f

View file

@ -70,5 +70,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ehmry ];
platforms = platforms.linux;
broken = stdenv.isAarch64;
};
}