about summary refs log tree commit diff
path: root/pkgs/servers/web-apps
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-02 21:30:23 +0000
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-02 21:30:23 +0000
commit91391118c7a19c11f9cf2b95f6d0b84dfe04794e (patch)
tree458ab9696d8c1b4bdafe4c3d16f06c39bda56bb2 /pkgs/servers/web-apps
parent9209d8c5eca9bc0eef36e00328e79751521ca173 (diff)
wallabag: Drop swiftmailer patch
The swiftmailer bundle isn't part of the dependencies anymore.
Diffstat (limited to 'pkgs/servers/web-apps')
-rw-r--r--pkgs/servers/web-apps/wallabag/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/servers/web-apps/wallabag/default.nix b/pkgs/servers/web-apps/wallabag/default.nix
index 4fb9c43380da3..a9a81119fc1c1 100644
--- a/pkgs/servers/web-apps/wallabag/default.nix
+++ b/pkgs/servers/web-apps/wallabag/default.nix
@@ -32,14 +32,6 @@ stdenv.mkDerivation {
 
   patches = [
     ./wallabag-data.patch # exposes $WALLABAG_DATA
-
-    # Use sendmail from php.ini instead of FHS path.
-    (fetchpatch {
-      url = "https://github.com/symfony/swiftmailer-bundle/commit/31a4fed8f621f141ba70cb42ffb8f73184995f4c.patch";
-      stripLen = 1;
-      extraPrefix = "vendor/symfony/swiftmailer-bundle/";
-      sha256 = "rxHiGhKFd/ZWnIfTt6omFLLoNFlyxOYNCHIv/UtxCho=";
-    })
   ];
 
   dontBuild = true;