Drop obsolete patch

Doom updated to a version including this.
This commit is contained in:
Marien Zwart 2024-03-30 21:04:14 +11:00
parent c1a9df33d4
commit 55f99b5eb7
No known key found for this signature in database
2 changed files with 1 additions and 75 deletions

View file

@ -74,15 +74,7 @@
meta = {
description = "build org-contrib from emacsmirror for Doom";
};
# Apply upstream fix for hard dependency on ess-custom.
# Straight just seems to ignore the byte-compilation failure(?).
patches = [ ./org-contrib-ob-stata-ess-optional.patch ];
# HACK around sources being in lisp/, which trivialBuild does not
# handle. Setting sourceDir would probably be more sane, but we
# need the original one for a patch to apply.
postPatch = ''
cd lisp
'';
sourceRoot = "source/lisp";
};
sln-mode = esuper.trivialBuild {
pname = "sln-mode";