Skip to content

Commit

Permalink
muchsync: init at 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Feb 3, 2017
1 parent 0bae18f commit 7d00b5f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/networking/mailreaders/notmuch/muchsync.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{ stdenv, fetchurl
, notmuch, openssl, pkgconfig, sqlite, xapian
}:
stdenv.mkDerivation rec {
version = "2";
name = "muchsync-${version}";
src = fetchurl {
url = "http://www.muchsync.org/src/${name}.tar.gz";
sha256 = "1dqp23a043kkzl0g2f4j3m7r7lg303gz7a0fsj0dm5ag3kpvp5f1";
};
buildInputs = [ notmuch openssl pkgconfig sqlite xapian ];
}
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14404,6 +14404,8 @@ with pkgs;

notmuch-mutt = callPackage ../applications/networking/mailreaders/notmuch/mutt.nix { };

muchsync = callPackage ../applications/networking/mailreaders/notmuch/muchsync.nix { };

notmuch-addrlookup = callPackage ../applications/networking/mailreaders/notmuch-addrlookup { };

# Open Stack
Expand Down

0 comments on commit 7d00b5f

Please sign in to comment.