libnest2d: expand platforms to all
This commit is contained in:
parent
e8ddcf9db4
commit
5f808e1251
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user