1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00

Merge pull request #7760 from bobvanderlinden/patch-1

git-cola: changed platform to Linux only
This commit is contained in:
lethalman 2015-05-08 13:48:46 +02:00
commit 3efad777a2

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