Commit e2ccc3dd authored by Emery Hemingway's avatar Emery Hemingway
Browse files

cjdns: mark broken for aarch64

ZHF: #230712
parent d9626034
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -70,5 +70,6 @@ rustPlatform.buildRustPackage rec {
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ ehmry ];
    platforms = platforms.linux;
    broken = stdenv.isAarch64;
  };
}