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: 179ab1985629
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 7f2f31a812fa
Choose a head ref
  • 6 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 27, 2019

  1. Copy the full SHA
    c4d06ef View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    785158f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    16c6f16 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1e4d9e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. nixos/xdg: add gtkUsePortal option to portals

    Prior to this change GTK_USE_PORTAL was unconditionally
    set to "1". For this to not break things you have to have some
    sort of portal implementation in extraPortals.
    
    Setting GTK_USE_PORTAL in this manner is actually only useful
    when using portals for applications outside flatpak. For example
    people using non-flatpak Firefox who want native filechoosers.
    It's also WIP for electron applications to support this.
    worldofpeace committed Jul 30, 2019
    Copy the full SHA
    1b21c9d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65449 from worldofpeace/disable-portals

    nixos/xdg: disable portals (again, again)
    worldofpeace committed Jul 30, 2019
    Copy the full SHA
    7f2f31a View commit details
    Browse the repository at this point in the history