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