all-packages: Add some library shortcuts
This commit is contained in:
parent
2ac2d94286
commit
83c781f6fe
@ -937,6 +937,7 @@ let
|
|||||||
# Only ever add ceph LTS releases
|
# Only ever add ceph LTS releases
|
||||||
# The default should always be symlinked to the latest LTS
|
# The default should always be symlinked to the latest LTS
|
||||||
# Dev should always point to the latest versioned release
|
# Dev should always point to the latest versioned release
|
||||||
|
libceph = ceph;
|
||||||
ceph-0_80 = callPackage ../tools/filesystems/ceph/0.80.nix { };
|
ceph-0_80 = callPackage ../tools/filesystems/ceph/0.80.nix { };
|
||||||
ceph-0_94 = callPackage ../tools/filesystems/ceph/0.94.nix { };
|
ceph-0_94 = callPackage ../tools/filesystems/ceph/0.94.nix { };
|
||||||
ceph = callPackage ../tools/filesystems/ceph { };
|
ceph = callPackage ../tools/filesystems/ceph { };
|
||||||
@ -3208,6 +3209,7 @@ let
|
|||||||
xflux = callPackage ../tools/misc/xflux { };
|
xflux = callPackage ../tools/misc/xflux { };
|
||||||
|
|
||||||
xfsprogs = callPackage ../tools/filesystems/xfsprogs { };
|
xfsprogs = callPackage ../tools/filesystems/xfsprogs { };
|
||||||
|
libxfs = xfsprogs.lib;
|
||||||
|
|
||||||
xml2 = callPackage ../tools/text/xml/xml2 { };
|
xml2 = callPackage ../tools/text/xml/xml2 { };
|
||||||
|
|
||||||
@ -8496,6 +8498,7 @@ let
|
|||||||
mysql55 = callPackage ../servers/sql/mysql/5.5.x.nix { };
|
mysql55 = callPackage ../servers/sql/mysql/5.5.x.nix { };
|
||||||
|
|
||||||
mysql = mariadb;
|
mysql = mariadb;
|
||||||
|
libmysql = mysql.lib;
|
||||||
|
|
||||||
mysql_jdbc = callPackage ../servers/sql/mysql/jdbc { };
|
mysql_jdbc = callPackage ../servers/sql/mysql/jdbc { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user