buildGoPackage: remove platform.all from packages
This commit is contained in:
@@ -16,7 +16,6 @@ buildGoPackage rec {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/mitchellh/gox";
|
||||
description = "A dead simple, no frills Go cross compile tool";
|
||||
platforms = platforms.all;
|
||||
license = licenses.mpl20;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user