keepassxc: rename from keepassx-community
I think the new name is more appropriate, see https://keepassxc.org/.
This commit is contained in:
parent
b9b5942e2b
commit
6c7c3beea3
@ -6,7 +6,7 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "keepassx-community-${version}";
|
name = "keepassxc-${version}";
|
||||||
version = "2.2.2";
|
version = "2.2.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
|
@ -83,6 +83,7 @@ mapAliases (rec {
|
|||||||
kdiff3-qt5 = kdiff3; # added 2017-02-18
|
kdiff3-qt5 = kdiff3; # added 2017-02-18
|
||||||
keepassx2-http = keepassx-reboot; # added 2016-10-17
|
keepassx2-http = keepassx-reboot; # added 2016-10-17
|
||||||
keepassx-reboot = keepassx-community; # added 2017-02-01
|
keepassx-reboot = keepassx-community; # added 2017-02-01
|
||||||
|
keepassx-community = keepassxc; # added 2017-11
|
||||||
keybase-go = keybase; # added 2016-08-24
|
keybase-go = keybase; # added 2016-08-24
|
||||||
krename-qt5 = krename; # added 2017-02-18
|
krename-qt5 = krename; # added 2017-02-18
|
||||||
letsencrypt = certbot; # added 2016-05-16
|
letsencrypt = certbot; # added 2016-05-16
|
||||||
|
@ -14497,7 +14497,7 @@ with pkgs;
|
|||||||
|
|
||||||
keepassx = callPackage ../applications/misc/keepassx { };
|
keepassx = callPackage ../applications/misc/keepassx { };
|
||||||
keepassx2 = callPackage ../applications/misc/keepassx/2.0.nix { };
|
keepassx2 = callPackage ../applications/misc/keepassx/2.0.nix { };
|
||||||
keepassx-community = libsForQt5.callPackage ../applications/misc/keepassx/community.nix { };
|
keepassxc = libsForQt5.callPackage ../applications/misc/keepassx/community.nix { };
|
||||||
|
|
||||||
inherit (gnome3) evince;
|
inherit (gnome3) evince;
|
||||||
evolution_data_server = gnome3.evolution_data_server;
|
evolution_data_server = gnome3.evolution_data_server;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user