mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
glance: copy .ini config to /etc
This commit is contained in:
parent
8a4f01c139
commit
ac00195cbd
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ pythonPackages.buildPythonPackage rec {
|
|||
$i --help
|
||||
esac
|
||||
done
|
||||
|
||||
cp etc/*-paste.ini $out/etc/
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue