opencl-mode rename in nixpkgs-unstable
This commit is contained in:
parent
c1ed4eecc9
commit
6348a69876
1 changed files with 1 additions and 6 deletions
|
|
@ -185,12 +185,7 @@
|
||||||
# Upstream renamed from opencl-mode to opencl-c-mode. melpa2nix requires single-file-package file
|
# 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
|
# names match the package name. So rename the package (not the file, just in case someone loads it
|
||||||
# explicitly).
|
# explicitly).
|
||||||
opencl-mode = esuper.opencl-mode.overrideAttrs (attrs: {
|
opencl-mode = esuper.opencl-c-mode;
|
||||||
ename = "opencl-c-mode";
|
|
||||||
recipe = writeText "opencl-c-mode-recipe" (
|
|
||||||
lib.replaceStrings ["(opencl-mode"] ["(opencl-c-mode"] (
|
|
||||||
lib.readFile attrs.recipe));
|
|
||||||
});
|
|
||||||
# reveal.js is not actually an ELisp package. Doom gets straight.el to install it,
|
# reveal.js is not actually an ELisp package. Doom gets straight.el to install it,
|
||||||
# then makes org-re-reveal use it as data.
|
# then makes org-re-reveal use it as data.
|
||||||
revealjs = stdenvNoCC.mkDerivation {
|
revealjs = stdenvNoCC.mkDerivation {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue