gitnuro: Update meta.platforms
The specified jar file is only for x86-64, hence specifying that under meta.platforms.
This commit is contained in:
parent
9f9aa31d99
commit
5e97d1fcf0
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue