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: 85483ca76a04
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 94e8afc254d7
Choose a head ref
  • 15 commits
  • 12 files changed
  • 2 contributors

Commits on Jun 25, 2019

  1. meson: enable auto_features by default

    We disabled them by default when they were introduced in
    
    #42994
    
    but enabling them probably makes more sense:
    
    #54398
    #63491
    jtojnar committed Jun 25, 2019
    Copy the full SHA
    e529ec3 View commit details
    Browse the repository at this point in the history
  2. meson: do not download wraps

    jtojnar committed Jun 25, 2019
    Copy the full SHA
    0fd5abb View commit details
    Browse the repository at this point in the history
  3. meson: use plain buildtype

    This should allow us to inherit optimization/striping from stdenv
    jtojnar committed Jun 25, 2019
    Copy the full SHA
    41c575b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    76d85e4 View commit details
    Browse the repository at this point in the history
  5. gnome3.tracker-miners: do not add auto_features=enabled

    Meson setup hook now defaults to this.
    jtojnar committed Jun 25, 2019
    Copy the full SHA
    4fa19ba View commit details
    Browse the repository at this point in the history
  6. girara: fix build with auto_features=enabled

    Also split multiple outputs and enable tests.
    jtojnar committed Jun 25, 2019
    Copy the full SHA
    3238567 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    592a520 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    5779747 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    4abfebf View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    4bc87ff View commit details
    Browse the repository at this point in the history
  11. spice-gtk: remove auto_features=enabled from expression

    It is now default
    jtojnar committed Jun 25, 2019
    Copy the full SHA
    c3fe79e View commit details
    Browse the repository at this point in the history
  12. wl-clipboard: remove auto_features=enabled from expression

    It is now the default.
    jtojnar committed Jun 25, 2019
    Copy the full SHA
    1811e91 View commit details
    Browse the repository at this point in the history
  13. spice: remove auto_features=enabled from expression

    It is now the default.
    jtojnar committed Jun 25, 2019
    Copy the full SHA
    c1d500d View commit details
    Browse the repository at this point in the history
  14. gnome3.evince: remove auto_features=enabled from expression

    It is now the default.
    jtojnar committed Jun 25, 2019
    Copy the full SHA
    ac404cf View commit details
    Browse the repository at this point in the history
  15. Merge pull request #63493 from jtojnar/meson-auto-features

    meson: enable auto_features by default
    worldofpeace committed Jun 25, 2019
    Copy the full SHA
    94e8afc View commit details
    Browse the repository at this point in the history