mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
Merge pull request #325883 from SuperSandro2000/openstack-clis
This commit is contained in:
commit
9433aae45a
|
@ -23480,11 +23480,12 @@ with pkgs;
|
|||
|
||||
openslp = callPackage ../development/libraries/openslp { };
|
||||
|
||||
openstackclient = with python3Packages; toPythonApplication python-openstackclient;
|
||||
glanceclient = with python3Packages; toPythonApplication python-glanceclient;
|
||||
heatclient = with python3Packages; toPythonApplication python-heatclient;
|
||||
ironicclient = with python3Packages; toPythonApplication python-ironicclient;
|
||||
manilaclient = with python3Packages; toPythonApplication python-manilaclient;
|
||||
openstackclient = with python311Packages; toPythonApplication python-openstackclient;
|
||||
glanceclient = with python311Packages; toPythonApplication python-glanceclient;
|
||||
heatclient = with python311Packages; toPythonApplication python-heatclient;
|
||||
ironicclient = with python311Packages; toPythonApplication python-ironicclient;
|
||||
manilaclient = with python311Packages; toPythonApplication python-manilaclient;
|
||||
swiftclient = with python311Packages; toPythonApplication python-swiftclient;
|
||||
|
||||
openvdb = callPackage ../development/libraries/openvdb { };
|
||||
|
||||
|
@ -24342,8 +24343,6 @@ with pkgs;
|
|||
|
||||
svxlink = libsForQt5.callPackage ../applications/radio/svxlink { };
|
||||
|
||||
swiftclient = with python3Packages; toPythonApplication python-swiftclient;
|
||||
|
||||
biblesync = callPackage ../development/libraries/biblesync { };
|
||||
|
||||
szip = callPackage ../development/libraries/szip { };
|
||||
|
|
Loading…
Reference in a new issue