buildGoPackage: remove platform.all from packages

This commit is contained in:
zowoq
2020-08-15 19:34:47 -07:00
committed by Jon
parent 42313b92bc
commit a83a88db05
65 changed files with 0 additions and 65 deletions
-1
View File
@@ -19,7 +19,6 @@ buildGoPackage rec {
description = "A command-line tool to incrementally drill down JSON";
homepage = "https://github.com/simeji/jid";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.all;
maintainers = with stdenv.lib.maintainers; [ stesie ];
};
}