Disable faulty neomutt tests
This commit is contained in:
parent
aa6dc6cebf
commit
de64a741ac
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, gettext, makeWrapper, tcl, which
|
{ lib, stdenv, fetchFromGitHub, fetchpatch, gettext, makeWrapper, tcl, which
|
||||||
, ncurses, perl , cyrus_sasl, gss, gpgme, libkrb5, libidn2, libxml2, notmuch, openssl
|
, ncurses, perl , cyrus_sasl, gss, gpgme, libkrb5, libidn2, libxml2, notmuch, openssl
|
||||||
, lua, lmdb, libxslt, docbook_xsl, docbook_xml_dtd_42, w3m, mailcap, sqlite, zlib, lndir
|
, lua, lmdb, libxslt, docbook_xsl, docbook_xml_dtd_42, w3m, mailcap, sqlite, zlib, lndir
|
||||||
, pkg-config, zstd, enableZstd ? true, enableMixmaster ? false, enableLua ? false
|
, pkg-config, zstd, enableZstd ? true, enableMixmaster ? false, enableLua ? false
|
||||||
@ -19,6 +19,12 @@ stdenv.mkDerivation rec {
|
|||||||
patches = [
|
patches = [
|
||||||
# https://github.com/neomutt/neomutt/issues/3773#issuecomment-1493295144
|
# https://github.com/neomutt/neomutt/issues/3773#issuecomment-1493295144
|
||||||
./fix-open-very-large-mailbox.patch
|
./fix-open-very-large-mailbox.patch
|
||||||
|
(fetchpatch {
|
||||||
|
name = "disable-incorrect-tests.patch";
|
||||||
|
url = "https://github.com/neomutt/neomutt/pull/3933.patch";
|
||||||
|
hash = "sha256-Plei063T8XyXF4/7/nAb6/4OyXz72vBAXHwls9WL1vM=";
|
||||||
|
excludes = [".github/workflows/macos.yml"];
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user