emacs.pkgs.ess-R-object-popup: Fix build
This commit is contained in:
parent
97864e984d
commit
77f4bba941
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
, trivialBuild
|
, trivialBuild
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, emacs
|
, emacs
|
||||||
|
, popup
|
||||||
|
, ess
|
||||||
}:
|
}:
|
||||||
|
|
||||||
trivialBuild rec {
|
trivialBuild rec {
|
||||||
|
@ -15,6 +17,11 @@ trivialBuild rec {
|
||||||
hash = "sha256-YN8ZLXEbwTFdFfovkV2IXV9v6y/PTgCdiRQqbpRaF2E=";
|
hash = "sha256-YN8ZLXEbwTFdFfovkV2IXV9v6y/PTgCdiRQqbpRaF2E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
packageRequires = [
|
||||||
|
popup
|
||||||
|
ess
|
||||||
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/myuhe/ess-R-object-popup.el";
|
homepage = "https://github.com/myuhe/ess-R-object-popup.el";
|
||||||
description = "Popup descriptions of R objects";
|
description = "Popup descriptions of R objects";
|
||||||
|
|
Loading…
Reference in a new issue