Skip to content

Commit

Permalink
wxGTK30: enable build on x86_64-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
willcohen committed Dec 16, 2021
1 parent 63bf229 commit c81e01e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/development/libraries/wxwidgets/3.0/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,5 @@ stdenv.mkDerivation rec {
homepage = "https://www.wxwidgets.org/";
description = "a C++ library that lets developers create applications for Windows, macOS, Linux and other platforms with a single code base";
longDescription = "wxWidgets gives you a single, easy-to-use API for writing GUI applications on multiple platforms that still utilize the native platform's controls and utilities. Link with the appropriate library for your platform and compiler, and your application will adopt the look and feel appropriate to that platform. On top of great GUI functionality, wxWidgets gives you: online help, network programming, streams, clipboard and drag and drop, multithreading, image loading and saving in a variety of popular formats, database support, HTML viewing and printing, and much more.";
badPlatforms = [ "x86_64-darwin" ];
};
}

0 comments on commit c81e01e

Please sign in to comment.