Merge pull request #333109 from kira-bruneau/ukmm

ukmm: mark as broken on aarch64-linux
This commit is contained in:
Kira Bruneau 2024-08-13 11:24:05 -04:00 committed by GitHub
commit f5801ee1be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
{ lib
, stdenv
, rustPlatform
, fetchFromGitHub
, cmake
@ -81,6 +82,7 @@ rustPlatform.buildRustPackage rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ kira-bruneau ];
platforms = platforms.linux;
broken = stdenv.isLinux && stdenv.isAarch64;
mainProgram = "ukmm";
};
}