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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -21,6 +21,5 @@ buildGoPackage rec {
|
||||
homepage = "https://sift-tool.org";
|
||||
maintainers = [ maintainers.carlsverre ];
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user