Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wxWidgets: move wxGTK-* to one wxWidgets folder #25159

Merged
merged 3 commits into from Apr 30, 2017

Conversation

matthewbauer
Copy link
Member

Motivation for this change

This was an old PR that never got merged properly. Basically, wxWindows, wxGTK, and wxmac all share the same source code, so we should just stick them all in one folder. I also added some meta including a license "wxWindows". This shouldn't change any hashes so nothing should be broken by this.

Original (outdated) pr: #16192

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

It’s easier to manage these in one folder.

Affected folders from pkgs/development/libraries/:

- wxGTK-2.8
- wxGTK-2.9
- wxGTK-3.0
- wxmac

These will all go into pkgs/development/libraries/wxwidgets for now.
all wx{GTK,widgets,windows,mac,etc}* packages use the wxWindows license.
Update meta to make things more informative.
@mention-bot
Copy link

@matthewbauer, thanks for your PR! By analyzing the history of the files in this pull request, we identified @vcunat, @edolstra and @peti to be potential reviewers.

Copy link
Member

@peti peti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. The build error on Travis appears to be harmless (i.e. caused by a network timeout).

@FRidh FRidh merged commit b7e7646 into NixOS:master Apr 30, 2017
@matthewbauer matthewbauer deleted the wxwidgets-refactor2 branch February 22, 2019 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants