krita-beta: alias to krita

This commit is contained in:
Ilan Joselevich 2021-12-23 19:43:37 +02:00
parent c3b03050eb
commit 2f2dc9dd62
3 changed files with 1 additions and 8 deletions

View file

@ -1,7 +0,0 @@
{ callPackage, ... } @ args:
callPackage ./generic.nix (args // {
version = "5.0.0-beta2";
kde-channel = "unstable";
sha256 = "0hwh6k40f4kmwg14dy0vvm0m8cx8n0q67lrrc620da9mign3hjs7";
})

View file

@ -418,6 +418,7 @@ mapAliases ({
kerberos = libkrb5; # moved from top-level 2021-03-14
keymon = throw "keymon has been removed from nixpkgs, as it's abandoned and archived."; # added 2019-12-10
kramdown-rfc2629 = rubyPackages.kramdown-rfc2629; # added 2021-03-23
krita-beta = krita; # moved from top-level 2021-12-23
kvm = qemu_kvm; # added 2018-04-25
latinmodern-math = lmmath;
letsencrypt = certbot; # added 2016-05-16

View file

@ -26516,7 +26516,6 @@ with pkgs;
krane = callPackage ../applications/networking/cluster/krane { };
krita = libsForQt5.callPackage ../applications/graphics/krita { };
krita-beta = libsForQt5.callPackage ../applications/graphics/krita/beta.nix { };
krusader = libsForQt5.callPackage ../applications/misc/krusader { };