Skip to content

Commit

Permalink
Merge pull request #23 from leifhelm/opencl-mode
Browse files Browse the repository at this point in the history
opencl-mode was renamed to opencl-c-mode in nixpkgs-unstable
  • Loading branch information
marienz authored Aug 1, 2024
2 parents d6d35da + 6348a69 commit 847916b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions elisp-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,7 @@
# Upstream renamed from opencl-mode to opencl-c-mode. melpa2nix requires single-file-package file
# names match the package name. So rename the package (not the file, just in case someone loads it
# explicitly).
opencl-mode = esuper.opencl-mode.overrideAttrs (attrs: {
ename = "opencl-c-mode";
recipe = writeText "opencl-c-mode-recipe" (
lib.replaceStrings ["(opencl-mode"] ["(opencl-c-mode"] (
lib.readFile attrs.recipe));
});
opencl-mode = esuper.opencl-c-mode;
# reveal.js is not actually an ELisp package. Doom gets straight.el to install it,
# then makes org-re-reveal use it as data.
revealjs = stdenvNoCC.mkDerivation {
Expand Down

0 comments on commit 847916b

Please sign in to comment.