mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
* Nova: install the default nova-api.conf and use Boto 1.9 (2.0 doesn't work).
svn path=/nixpkgs/branches/modular-python/; revision=26611
This commit is contained in:
parent
1d6b63afb9
commit
65190277dc
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
pythonPath = with pythonPackages;
|
||||
[ setuptools eventlet greenlet gflags netaddr sqlalchemy carrot routes
|
||||
paste_deploy m2crypto ipy boto twisted sqlalchemy_migrate
|
||||
paste_deploy m2crypto ipy boto_1_9 twisted sqlalchemy_migrate
|
||||
distutils_extra simplejson readline
|
||||
];
|
||||
|
||||
@ -53,6 +53,9 @@ stdenv.mkDerivation rec {
|
||||
}
|
||||
|
||||
wrapPythonPrograms
|
||||
|
||||
mkdir -p $out/etc
|
||||
cp etc/nova-api.conf $out/etc/
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user