mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
svn path=/nixpkgs/trunk/; revision=27225
This commit is contained in:
parent
80d963dee0
commit
81e561ee2e
1 changed files with 2 additions and 0 deletions
|
@ -78,6 +78,8 @@ stdenv.mkDerivation rec {
|
|||
# Install the certificate generation script.
|
||||
cp CA/genrootca.sh $out/libexec/nova/
|
||||
cp CA/openssl.cnf.tmpl $out/libexec/nova/
|
||||
|
||||
ln -s /etc/nova/nova.conf $out/libexec/nova/
|
||||
'';
|
||||
|
||||
doCheck = false; # !!! fix
|
||||
|
|
Loading…
Reference in a new issue