git-cola: changed platform to Linux only
This commit is contained in:
parent
62578cd38b
commit
9254ee082e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ pythonPackages.buildPythonPackage rec {
|
|||
homepage = https://github.com/git-cola/git-cola;
|
||||
description = "A sleek and powerful Git GUI";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.all;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.bobvanderlinden ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue