owncloud-client: align attrname with pkgname

Also, it seems the official binary distributions of the owncloud client
for the various Linux distros all use the dashed name [1]. Add backwards
compat alias for the old name.

[1] https://owncloud.org/install/#install-clients
This commit is contained in:
Bjørn Forsman 2016-08-21 21:33:56 +02:00
parent 76dca3d0e0
commit ae567cda11
2 changed files with 2 additions and 1 deletions

View file

@ -75,6 +75,7 @@ doNotDisplayTwice rec {
mupen64plus1_5 = mupen64plus; # added 2016-02-12
ncat = nmap; # added 2016-01-26
nfsUtils = nfs-utils; # added 2014-12-06
owncloudclient = owncloud-client; # added 2016-08
pidgin-with-plugins = pidgin; # added 2016-06
pidginlatexSF = pidginlatex; # added 2014-11-02
poppler_qt5 = qt5.poppler; # added 2015-12-19

View file

@ -2935,7 +2935,7 @@ in
owncloud82
owncloud90;
owncloudclient = callPackage ../applications/networking/owncloud-client { };
owncloud-client = callPackage ../applications/networking/owncloud-client { };
p2pvc = callPackage ../applications/video/p2pvc {};