mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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.
This commit is contained in:
parent
f575062f97
commit
94052e40af
1 changed files with 2 additions and 12 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue