summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2019-10-29 13:25:32 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2019-10-29 13:34:54 +0100
commit5b640bfd089904bfe806606b8b29de5f0846bfce (patch)
tree05bc94f5cc972cd532fba4c94268e8131d5eda59 /pkgs/top-level/aliases.nix
parentd1109dac5b3b22830ac3406e15a3802b459c8c6e (diff)
downloadnixpkgs-5b640bfd089904bfe806606b8b29de5f0846bfce.tar
nixpkgs-5b640bfd089904bfe806606b8b29de5f0846bfce.tar.gz
nixpkgs-5b640bfd089904bfe806606b8b29de5f0846bfce.tar.bz2
nixpkgs-5b640bfd089904bfe806606b8b29de5f0846bfce.tar.lz
nixpkgs-5b640bfd089904bfe806606b8b29de5f0846bfce.tar.xz
nixpkgs-5b640bfd089904bfe806606b8b29de5f0846bfce.tar.zst
nixpkgs-5b640bfd089904bfe806606b8b29de5f0846bfce.zip
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
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 02f2d18ad35..d443f81d44b 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -397,6 +397,8 @@ mapAliases ({
   vimbWrapper = vimb; # added 2015-01
   vimprobable2Wrapper = vimprobable2; # added 2015-01
   virtviewer = virt-viewer; # added 2015-12-24
+  virtmanager = virt-manager; # added 2019-10-29
+  virtmanager-qt = virt-manager-qt; # added 2019-10-29
   vorbisTools = vorbis-tools; # added 2016-01-26
   webkit = webkitgtk; # added 2019-03-05
   weechat-matrix-bridge = weechatScripts.weechat-matrix-bridge; # added 2018-09-06