Skip to content

Commit b23f94e

Browse files
committedNov 13, 2017
neomutt: makeWrapper belongs in nativeBuildInputs
1 parent 876a5b6 commit b23f94e

File tree

1 file changed

+4
-2
lines changed
  • pkgs/applications/networking/mailreaders/neomutt

1 file changed

+4
-2
lines changed
 

‎pkgs/applications/networking/mailreaders/neomutt/default.nix

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ in stdenv.mkDerivation rec {
2727

2828
buildInputs = [
2929
cyrus_sasl gss gpgme kerberos libidn ncurses
30-
notmuch openssl perl lmdb makeWrapper
30+
notmuch openssl perl lmdb
3131
];
3232

33-
nativeBuildInputs = [ autoreconfHook docbook_xsl docbook_xml_dtd_42 libxslt.bin which ];
33+
nativeBuildInputs = [
34+
autoreconfHook docbook_xsl docbook_xml_dtd_42 libxslt.bin which makeWrapper
35+
];
3436

3537
enableParallelBuilding = true;
3638

0 commit comments

Comments
 (0)
Please sign in to comment.