mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
muchsync: fix on macOS
This commit is contained in:
parent
99ff573194
commit
f9f5bec507
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl
|
||||
, notmuch, openssl, pkgconfig, sqlite, xapian
|
||||
, notmuch, openssl, pkgconfig, sqlite, xapian, zlib
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2";
|
||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
url = "http://www.muchsync.org/src/${name}.tar.gz";
|
||||
sha256 = "1dqp23a043kkzl0g2f4j3m7r7lg303gz7a0fsj0dm5ag3kpvp5f1";
|
||||
};
|
||||
buildInputs = [ notmuch openssl pkgconfig sqlite xapian ];
|
||||
buildInputs = [ notmuch openssl pkgconfig sqlite xapian zlib ];
|
||||
meta = {
|
||||
description = "Synchronize maildirs and notmuch databases";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
|
Loading…
Reference in New Issue
Block a user