hippocampus: dawarich fix
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
};
|
};
|
||||||
services.dawarich = {
|
services.dawarich = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = (pkgs.callPackage ./dawarich { }).overrideAttrs (old: {
|
package = (pkgs.callPackage ./dawarich/package.nix { }).overrideAttrs (old: {
|
||||||
# https://github.com/Freika/dawarich/issues/1469
|
# https://github.com/Freika/dawarich/issues/1469
|
||||||
postInstall = (old.postInstall or "") + ''
|
postInstall = (old.postInstall or "") + ''
|
||||||
cp ${./dawarich_smtp_config.rb} $out/config/initializers/smtp_settings.rb
|
cp ${./dawarich_smtp_config.rb} $out/config/initializers/smtp_settings.rb
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user