mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
neomutt: makeWrapper belongs in nativeBuildInputs
This commit is contained in:
parent
876a5b63b0
commit
b23f94ef52
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user