cjdns: mark broken for aarch64

ZHF: #230712
This commit is contained in:
Emery Hemingway
2023-05-28 09:01:35 +01:00
parent d9626034f1
commit e2ccc3dd9f
+1
View File
@@ -70,5 +70,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ehmry ];
platforms = platforms.linux;
broken = stdenv.isAarch64;
};
}