Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 25b6799ec04d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b00efc9ee7fb
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 20, 2020

  1. haskell-gtk2hs packges: fixes for building on Darwin

    This includes two layered changes so the gtk2hs packages build on Darwin:
    
     - For `glib`, `gio`, `gtk`, `gtk3`, and `pango`: the fix for version 0.13.8.0
       from gtk2hs/gtk2hs#293 . I expect at some point the
       referenced fix (or one like it) will be released and and brought into
       nixpkgs, at which point the override and patch files here can (in fact must)
       be removed.
    
     - For `gtk` and `gtk3`: also apply the required cabal flag cited in
       gtk2hs/gtk2hs#249 to specify the Quartz rather than
       X11 backend (Quartz is the one that both nixpkgs and macOS support
       out-the-box). This override is likely to be wanted indefinitely.
    
    Both modifications are required for a successful build of `gtk` or `gtk3` on
    Darwin right now.
    simonchatts committed Feb 20, 2020
    Copy the full SHA
    804b57b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Merge pull request #80422 from simonchatts/haskell-gtk2hs

    haskell.gtk2hs packages: fix Darwin build
    cdepillabout committed Feb 21, 2020
    Copy the full SHA
    b00efc9 View commit details
    Browse the repository at this point in the history