3
0
Fork 0
forked from mirrors/nixpkgs

git-cola: changed platform to Linux only

This commit is contained in:
Bob van der Linden 2015-05-08 13:41:02 +02:00
parent 62578cd38b
commit 9254ee082e

View file

@ -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 ];
};
}