mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
svn path=/nixpkgs/trunk/; revision=27225
This commit is contained in:
parent
80d963dee0
commit
81e561ee2e
@ -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 New Issue
Block a user