darktile: add aarch64-linux to badPlatforms
This commit is contained in:
parent
1a242ec25d
commit
3bff45aac6
@ -48,6 +48,8 @@ buildGoModule rec {
|
|||||||
downloadPage = "https://github.com/liamg/darktile/releases";
|
downloadPage = "https://github.com/liamg/darktile/releases";
|
||||||
changelog = "https://github.com/liamg/darktile/releases/tag/v${version}";
|
changelog = "https://github.com/liamg/darktile/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
platforms = platforms.linux;
|
||||||
|
badPlatforms = [ "aarch64-linux" ];
|
||||||
maintainers = with maintainers; [ mikaelfangel ];
|
maintainers = with maintainers; [ mikaelfangel ];
|
||||||
mainProgram = "darktile";
|
mainProgram = "darktile";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user