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: 8fa73be07be7
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6f0cb035c243
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Feb 17, 2020

  1. flatpak: propagate glib and ostree

    Pantheon's sideload broke:
    ```
    meson.build:17:0: ERROR: Could not generate cargs for flatpak:
    Package ostree-1 was not found in the pkg-config search path.
    Perhaps you should add the directory containing `ostree-1.pc'
    to the PKG_CONFIG_PATH environment variable
    Package 'ostree-1', required by 'flatpak', not found
    ```
    
    https://hydra.nixos.org/build/113077888
    
    ZHF: #80379
    worldofpeace committed Feb 17, 2020
    Copy the full SHA
    461ea02 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. flatpak: add dev output

    worldofpeace committed Feb 18, 2020
    Copy the full SHA
    26f1d1e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #80384 from worldofpeace/flatpak-ostree

    flatpak: propagate glib and ostree
    worldofpeace committed Feb 18, 2020
    Copy the full SHA
    6f0cb03 View commit details
    Browse the repository at this point in the history