neomutt: makeWrapper belongs in nativeBuildInputs

This commit is contained in:
Joerg Thalheim 2017-11-13 17:29:05 +00:00
parent 876a5b63b0
commit b23f94ef52

View File

@ -27,10 +27,12 @@ in stdenv.mkDerivation rec {
buildInputs = [
cyrus_sasl gss gpgme kerberos libidn ncurses
notmuch openssl perl lmdb makeWrapper
notmuch openssl perl lmdb
];
nativeBuildInputs = [ autoreconfHook docbook_xsl docbook_xml_dtd_42 libxslt.bin which ];
nativeBuildInputs = [
autoreconfHook docbook_xsl docbook_xml_dtd_42 libxslt.bin which makeWrapper
];
enableParallelBuilding = true;