summary refs log tree commit diff
path: root/pkgs/development/libraries/libnest2d
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-12 01:03:23 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-12 12:32:46 +0700
commit5f808e1251abe842ab3e9395a87bb893846864e0 (patch)
tree062b0c38f62d94814944db54162003f767be69ef /pkgs/development/libraries/libnest2d
parente8ddcf9db42d2e4ad66cbc819804e9abc36575ea (diff)
downloadnixpkgs-5f808e1251abe842ab3e9395a87bb893846864e0.tar
nixpkgs-5f808e1251abe842ab3e9395a87bb893846864e0.tar.gz
nixpkgs-5f808e1251abe842ab3e9395a87bb893846864e0.tar.bz2
nixpkgs-5f808e1251abe842ab3e9395a87bb893846864e0.tar.lz
nixpkgs-5f808e1251abe842ab3e9395a87bb893846864e0.tar.xz
nixpkgs-5f808e1251abe842ab3e9395a87bb893846864e0.tar.zst
nixpkgs-5f808e1251abe842ab3e9395a87bb893846864e0.zip
libnest2d: expand platforms to all
Diffstat (limited to 'pkgs/development/libraries/libnest2d')
-rw-r--r--pkgs/development/libraries/libnest2d/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libnest2d/default.nix b/pkgs/development/libraries/libnest2d/default.nix
index 567598500d6..1e666758f81 100644
--- a/pkgs/development/libraries/libnest2d/default.nix
+++ b/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;
   };
 }