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

Commits on Jun 3, 2020

  1. systemd: systemd.pc: fix systemdsystemunitpath and systemduserunitpath

    The paths in the generated `systemd.pc` were flipped, fix this:
    
    `systemdsystemunitpath`: `/nix/var/nix/profiles/default/lib/systemd/{user => system}`
    `systemduserunitpath`: `/nix/var/nix/profiles/default/lib/systemd/{system => user}`
    
    The paths actually used in the code (further below in that patch) were
    correct, so keep them there.
    
    Fixes #59473.
    flokli committed Jun 3, 2020
    Copy the full SHA
    3b1b4fd View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Merge pull request #89441 from flokli/systemd-systemd.pc-system-user

    systemd: systemd.pc: fix systemdsystemunitpath and systemduserunitpath
    flokli committed Jun 4, 2020
    Copy the full SHA
    c5669b0 View commit details
    Browse the repository at this point in the history