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:
committed by
Weijia Wang
parent
3c2a374da2
commit
d09ac17c83
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user