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:
commit
3efad777a2
|
@ -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