libnest2d: expand platforms to all

This commit is contained in:
Ben Siraphob 2021-03-12 01:03:23 +07:00
parent e8ddcf9db4
commit 5f808e1251

View file

@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
"2D irregular bin packaging and nesting library written in modern C++";
homepage = "https://github.com/Ultimaker/libnest2d";
license = licenses.lgpl3;
platforms = platforms.linux;
platforms = platforms.all;
};
}