about summary refs log tree commit diff
path: root/pkgs/applications/networking/mailreaders
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2022-08-27 17:49:00 +0300
committerGitHub <noreply@github.com>2022-08-27 17:49:00 +0300
commit79c42aa06c387e3ce3bd31e084086e25da1aed13 (patch)
tree3c07ee0efcb72831bd178331260e6baf07c3cacd /pkgs/applications/networking/mailreaders
parent045e453fe5eefc89b060fecb7c5d1f259b410b43 (diff)
parentf97c3252e88b54375e4e459b40ce5b0d94ebb3ed (diff)
Merge pull request #186564 from Artturin/crossevalfixes
Fixes for cross-compilation
Diffstat (limited to 'pkgs/applications/networking/mailreaders')
-rw-r--r--pkgs/applications/networking/mailreaders/notmuch/mutt.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mailreaders/notmuch/mutt.nix b/pkgs/applications/networking/mailreaders/notmuch/mutt.nix
index ffd30c754b47e..4cd9706bdb973 100644
--- a/pkgs/applications/networking/mailreaders/notmuch/mutt.nix
+++ b/pkgs/applications/networking/mailreaders/notmuch/mutt.nix
@@ -8,9 +8,9 @@ stdenv.mkDerivation rec {
 
   dontStrip = true;
 
+  nativeBuildInputs = [ makeWrapper ];
   buildInputs = [
     perl
-    makeWrapper
   ] ++ (with perlPackages; [
     FileRemove
     DigestSHA1