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: 42820323e8ad
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5d3f240ebda4
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 23, 2020

  1. malcontent: 0.7.0 → 0.8.0

    * Update: https://gitlab.freedesktop.org/pwithnall/malcontent/-/releases/0.8.0
        * Fix the separation patch.
        * Add `itstool` to ui (needed for building localized help).
    * Use `pkg-config` instead of the `pkgconfig` alias.
    * Fix some issues related to multiple outputs:
        * Make the module pass specific output to `dbus.packages` since the `dbus` NixOS module will not generate configuration with correct interface paths otherwise.
        * Change `malcontent-ui` package to primarily-a-program type derivation (`out`+`lib` instead of `bin`+`out`) since there are more and more `malcontent-control`-specific assets.
            * This also fixes the issue where application data (desktop files, icons…) were installed to `out`, which is not installed by `environment.systemPackages`/`system-path.nix`’s `buildEnv` by default when `bin` output is also present.
        * Make `malcontent` package install `out` output too so that `system-path.nix` links that too. It contains the AccountsService & Polkit data files.
        * Split the library and PAM module out of `malcontent.out` so that they are not installed with the data files.
            * This revealed a bug in the `gobject-introspection` setup hook.
    jtojnar committed Jul 23, 2020
    Copy the full SHA
    097117c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2020

  1. Merge pull request #93712 from jtojnar/malcontent-0.8

    malcontent: 0.7.0 → 0.8.0
    jtojnar committed Jul 26, 2020
    Copy the full SHA
    5d3f240 View commit details
    Browse the repository at this point in the history