libnest2d: expand platforms to all
This commit is contained in:
parent
e8ddcf9db4
commit
5f808e1251
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue