libcap: Move old libcap_* aliases to aliases.nix

This commit is contained in:
Alexander Ried 2016-04-29 04:42:30 +02:00
parent 5c295a4925
commit a0a6a3df88
2 changed files with 3 additions and 6 deletions

View file

@ -54,6 +54,9 @@ doNotDisplayTwice rec {
joseki = apache-jena-fuseki; # added 2016-02-28
jquery_ui = jquery-ui; # added 2014-09-07
libdbusmenu_qt5 = qt5.libdbusmenu; # added 2015-12-19
libcap_manpages = libcap.doc; # added 2016-04-29
libcap_pam = if stdenv.isLinux then libcap.pam else null; # added 2016-04-29
libcap_progs = libcap.out; # added 2016-04-29
libtidy = html-tidy; # added 2014-12-21
links = links2; # added 2016-01-31
lttngTools = lttng-tools; # added 2014-07-31

View file

@ -10913,12 +10913,6 @@ in
libcap = callPackage ../os-specific/linux/libcap { };
libcap_progs = libcap.out;
libcap_pam = if stdenv.isLinux then libcap.pam else null;
libcap_manpages = libcap.doc;
libcap_ng = callPackage ../os-specific/linux/libcap-ng {
swig = null; # Currently not using the python2/3 bindings
python2 = null; # Currently not using the python2 bindings