Merge pull request #214262 from mweinelt/wallabag-fixup

wallabag: Drop swiftmailer patch
This commit is contained in:
Martin Weinelt 2023-02-02 21:36:47 +00:00 committed by GitHub
commit f64bd5ce6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;