Merge branch 'emacs-packages'

This commit is contained in:
Thomas Tuegel 2017-02-13 16:03:12 -06:00
commit 46904e9c3a
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
2 changed files with 20 additions and 1 deletions

View File

@ -490,7 +490,7 @@
travisbhartwell = "Travis B. Hartwell <nafai@travishartwell.net>";
trino = "Hubert Mühlhans <muehlhans.hubert@ekodia.de>";
tstrobel = "Thomas Strobel <4ZKTUB6TEP74PYJOPWIR013S2AV29YUBW5F9ZH2F4D5UMJUJ6S@hash.domains>";
ttuegel = "Thomas Tuegel <ttuegel@gmail.com>";
ttuegel = "Thomas Tuegel <ttuegel@mailbox.org>";
tv = "Tomislav Viljetić <tv@shackspace.de>";
tvestelind = "Tomas Vestelind <tomas.vestelind@fripost.org>";
tvorog = "Marsel Zaripov <marszaripov@gmail.com>";

View File

@ -60062,6 +60062,25 @@
license = lib.licenses.free;
};
}) {};
shimbun = callPackage ({ fetchcvs, fetchurl, lib, melpaBuild }: melpaBuild {
pname = "shimbun";
version = "20170203.647";
src = fetchcvs {
cvsRoot = ":pserver:anonymous@cvs.namazu.org:/storage/cvsroot";
module = "emacs-w3m";
sha256 = "ac08d29a884ac5e692a18fd47a7d3a43f1fe7464c3acb923e63da39201bf6453";
};
recipeFile = fetchurl {
url = "https://raw.githubusercontent.com/milkypostman/melpa/8bbb18b0db057b9cca78ae7280674fd1beb56443/recipes/shimbun";
sha256 = "05dxdyh8xvbpjmc19q733jmjd6kgv8rdahjd3bw5wwsb3smqig4x";
name = "shimbun";
};
packageRequires = [];
meta = {
homepage = "https://melpa.org/#/shimbun";
license = lib.licenses.free;
};
}) {};
shm = callPackage ({ fetchFromGitHub, fetchurl, lib, melpaBuild }:
melpaBuild {
pname = "shm";