clipper2: use lib.platforms.all

While there might actually be broken platforms, there is no reason
to limit supported platforms to just Linux systems.
This commit is contained in:
Alice Carroll
2024-07-17 03:53:34 +02:00
committed by Weijia Wang
parent 3c2a374da2
commit d09ac17c83
+1 -1
View File
@@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/AngusJohnson/Clipper2";
license = lib.licenses.boost;
maintainers = [ lib.maintainers.cadkin ];
platforms = lib.platforms.linux;
platforms = lib.platforms.all;
};
}