1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

owncloud: Don't build during evaluation

Issue #29774
This commit is contained in:
Tuomas Tynkkynen 2017-11-27 10:05:13 +02:00
parent 9fc1bf7d3c
commit cb008da167

View file

@ -377,7 +377,7 @@ rec {
''}
<Directory ${config.package}>
${builtins.readFile "${config.package}/.htaccess"}
Include ${config.package}/.htaccess
</Directory>
'';