buildGoPackage: remove platform.all from packages
This commit is contained in:
@@ -19,7 +19,6 @@ buildGoPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/monochromegane/the_platinum_searcher";
|
||||
description = "A code search tool similar to ack and the_silver_searcher(ag).";
|
||||
platforms = platforms.all;
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user