gitnuro: Update meta.platforms

The specified jar file is only for x86-64, hence specifying that under meta.platforms.
This commit is contained in:
Anders Rytter Hansen 2024-05-06 16:13:05 +02:00
parent 9f9aa31d99
commit 5e97d1fcf0

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
description = "A FOSS Git multiplatform client based on Compose and JGit";
homepage = "https://gitnuro.com/";
license = licenses.gpl3Plus;
platforms = platforms.unix;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ zendo ];
mainProgram = "gitnuro";
};