1
0
Fork 1
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:
Sandro 2024-07-10 11:44:33 +02:00 committed by GitHub
commit 9433aae45a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 { };