libnest2d: expand platforms to all

wip/yesman
Ben Siraphob 3 years ago
parent e8ddcf9db4
commit 5f808e1251
  1. 2
      pkgs/development/libraries/libnest2d/default.nix

@ -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…
Cancel
Save