neomutt: makeWrapper belongs in nativeBuildInputs
This commit is contained in:
parent
876a5b63b0
commit
b23f94ef52
@ -27,10 +27,12 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cyrus_sasl gss gpgme kerberos libidn ncurses
|
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;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user