summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs-modes/hexrgb/default.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2018-07-15 20:52:41 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2018-07-15 20:52:41 -0500
commitd3cea4860862754d74f60a4332c24b646f1446c9 (patch)
treea472bca6e56caa71d320dea8812ce0f3edc6f4e0 /pkgs/applications/editors/emacs-modes/hexrgb/default.nix
parentdae9cf6106da19f79a39714f183ed253c62b32c5 (diff)
downloadnixlib-d3cea4860862754d74f60a4332c24b646f1446c9.tar
nixlib-d3cea4860862754d74f60a4332c24b646f1446c9.tar.gz
nixlib-d3cea4860862754d74f60a4332c24b646f1446c9.tar.bz2
nixlib-d3cea4860862754d74f60a4332c24b646f1446c9.tar.lz
nixlib-d3cea4860862754d74f60a4332c24b646f1446c9.tar.xz
nixlib-d3cea4860862754d74f60a4332c24b646f1446c9.tar.zst
nixlib-d3cea4860862754d74f60a4332c24b646f1446c9.zip
emacsPackagesNg: 2018-07-15 update
All package sets are simultaneously updated to accommodate changes to
package-build. Due to new restrictions in package-build, all packages using
`melpaBuild` must now provide a recipe file, even those packages which are not
included in upstream MELPA.
Diffstat (limited to 'pkgs/applications/editors/emacs-modes/hexrgb/default.nix')
-rw-r--r--pkgs/applications/editors/emacs-modes/hexrgb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/emacs-modes/hexrgb/default.nix b/pkgs/applications/editors/emacs-modes/hexrgb/default.nix
index 2781898c0da6..3144eea702df 100644
--- a/pkgs/applications/editors/emacs-modes/hexrgb/default.nix
+++ b/pkgs/applications/editors/emacs-modes/hexrgb/default.nix
@@ -10,7 +10,7 @@ melpaBuild {
     name = "hexrgb.el";
   };
 
-  recipeFile = fetchurl {
+  recipe = fetchurl {
     url = "https://raw.githubusercontent.com/milkypostman/melpa/a5d15f875b0080b12ce45cf696c581f6bbf061ba/recipes/hexrgb";
     sha256 = "0mzqslrrf7sc262syj3ja7b7rnbg80dwf2p9bzxdrzx6b8vvsx06";
     name = "hexrgb";