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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d1109dac5b3b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5b640bfd0899
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Oct 29, 2019

  1. virtmanager{,-qt}: rename to virt-manager{,-qt}

    Both the executable and the derivation's pname are named `virt-manager`,
    however the attribute name is named `virtmanager` which is pretty
    confusing when e.g. using this package with `nix run`.
    
    Thus I renamed the package accordingly and added aliases for
    backwards-compatibility (both attributes aren't used somewhere else
    in nixpkgs, so the rename should be fine).
    
    Also several other distros use `virt-manager` as package name like
    Arch[1], Debian[2] or Fedora[3].
    
    [1] https://www.archlinux.org/packages/community/any/virt-manager/
    [2] https://packages.debian.org/buster/virt-manager
    [3] https://apps.fedoraproject.org/packages/virt-manager
    Ma27 committed Oct 29, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    thoughtpolice Austin Seipp
    Copy the full SHA
    5b640bf View commit details
Loading