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: c2c77e7824b5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ce21e1caa583
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Aug 1, 2019

  1. nixos/xdg/portal: set GTK_USE_PORTAL with lib.mkIf

    If lib.optional is given a false value it will return an empty list.
    Thusly the set-environment script can have
    
    ```
    export GTK_USE_PORTAL=
    ```
    
    This can rub certain bugs the wrong way #65679
    so lets make sure this isn't set in the environment
    at all.
    worldofpeace committed Aug 1, 2019
    Copy the full SHA
    64b4a24 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65754 from worldofpeace/xdg-portal-mkif

    nixos/xdg/portal: set GTK_USE_PORTAL with lib.mkIf
    worldofpeace committed Aug 1, 2019
    Copy the full SHA
    ce21e1c View commit details
    Browse the repository at this point in the history