Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

openscenegraph: Fixing compiling on Darwin (#384430)

authored by 7c6f434c and committed by GitHub da96f9df 7b0e8a58

+5
+5
pkgs/development/libraries/openscenegraph/default.nix
··· 137 137 url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-games/openscenegraph/files/openscenegraph-3.6.5-openexr3.patch?id=0f642d8f09b589166f0e0c0fc84df7673990bf3f"; 138 138 hash = "sha256-fdNbkg6Vp7DeDBTe5Zso8qJ5v9uPSXHpQ5XlGkvputk="; 139 139 }) 140 + # Fix compiling with libtiff when libtiff is compiled using CMake 141 + (fetchurl { 142 + url = "https://github.com/openscenegraph/OpenSceneGraph/commit/9da8d428f6666427c167b951b03edd21708e1f43.patch"; 143 + hash = "sha256-YGG/DIHU1f6StbeerZoZrNDm348wYB3ydmVIIGTM7fU="; 144 + }) 140 145 ]; 141 146 142 147 cmakeFlags =