Skip to content

Commit

Permalink
openscenegraph: drop wxGTK30
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank committed Mar 22, 2023
1 parent 3193993 commit 585f616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/openscenegraph/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
sdlSupport ? false, SDL2,
restSupport ? false, asio,
withApps ? false,
withExamples ? false, fltk, wxGTK30,
withExamples ? false, fltk,
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
++ lib.optional luaSupport lua
++ lib.optional sdlSupport SDL2
++ lib.optional restSupport asio
++ lib.optionals withExamples [ fltk wxGTK30 ]
++ lib.optionals withExamples [ fltk ]
++ lib.optionals stdenv.isDarwin [ AGL Carbon Cocoa Foundation ]
++ lib.optional (restSupport || colladaSupport) boost
;
Expand Down

0 comments on commit 585f616

Please sign in to comment.