buildGoPackage: remove platform.all from packages
This commit is contained in:
@@ -18,7 +18,6 @@ buildGoPackage rec {
|
||||
description = "Distributed code review system for Git repos";
|
||||
homepage = "https://github.com/google/git-appraise";
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = [ stdenv.lib.maintainers.vdemeester ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -26,7 +26,6 @@ buildGoPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/isacikgoz/gitin";
|
||||
description = "Text-based user interface for git";
|
||||
platforms = platforms.all;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ kimat ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user