summaryrefslogtreecommitdiffstats
path: root/pkgs/top-level/emacs-packages.nix
diff options
context:
space:
mode:
authorMichael Alan Dorman <mdorman@ironicdesign.com>2017-11-12 09:02:41 -0500
committerMichael Alan Dorman <mdorman@ironicdesign.com>2017-11-12 09:03:34 -0500
commit94052e40af1a00708da3573f9a1e2c4122212601 (patch)
treec54bf4263d06acb18fa70a0a25eff778adc34c45 /pkgs/top-level/emacs-packages.nix
parentf575062f9764b02fb04609e0afb0403e48435d7e (diff)
pdf-tools: 0.70 -> 0.80
At the same time, remove the unnecessary hand-specified `tablist` package, in favor of the automatically maintained one from melpa-stable.
Diffstat (limited to 'pkgs/top-level/emacs-packages.nix')
-rw-r--r--pkgs/top-level/emacs-packages.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/pkgs/top-level/emacs-packages.nix b/pkgs/top-level/emacs-packages.nix
index baaedbeb521e..61296995c67d 100644
--- a/pkgs/top-level/emacs-packages.nix
+++ b/pkgs/top-level/emacs-packages.nix
@@ -75,24 +75,14 @@ let
## START HERE
- tablist = melpaBuild rec {
- pname = "tablist";
- inherit (pdf-tools) src version;
- fileSpecs = [ "lisp/tablist.el" "lisp/tablist-filter.el" ];
- meta = {
- description = "Extended tabulated-list-mode";
- license = gpl3;
- };
- };
-
pdf-tools = melpaBuild rec {
pname = "pdf-tools";
- version = "0.70";
+ version = "0.80";
src = fetchFromGitHub {
owner = "politza";
repo = "pdf-tools";
rev = "v${version}";
- sha256 = "19sy49r3ijh36m7hl4vspw5c4i8pnfqdn4ldm2sqchxigkw56ayl";
+ sha256 = "1i4647vax5na73basc5dz4lh9kprir00fh8ps4i0l1y3ippnjs2s";
};
nativeBuildInputs = [ external.pkgconfig ];
buildInputs = with external; [ autoconf automake libpng zlib poppler ];