change package platforms to linux

package does not build on `darwin`, see https://github.com/NixOS/nixpkgs/pull/156351#pullrequestreview-860432781
This commit is contained in:
Gordias 2022-01-31 13:36:05 -05:00 committed by GitHub
parent a529f0c125
commit bb2f4471be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://gameoftrees.org";
license = licenses.isc;
platforms = platforms.all;
platforms = platforms.linux;
maintainers = with maintainers; [ abbe ];
};
}