lol

neomutt: put mime.types in $out/etc where it belongs

+2 -1
+2 -1
pkgs/applications/networking/mailreaders/neomutt/default.nix
··· 45 45 46 46 # allow neomutt to map attachments to their proper mime.types if specified wrongly 47 47 substituteInPlace sendlib.c \ 48 - --replace /etc/mime.types $out/share/doc/neomutt/mime.types 48 + --replace /etc/mime.types $out/etc/mime.types 49 49 ''; 50 50 51 51 configureFlags = [ ··· 72 72 73 73 postInstall = '' 74 74 cp ${muttWrapper} $out/bin/mutt 75 + mv $out/share/doc/neomutt/mime.types $out/etc 75 76 wrapProgram "$out/bin/neomutt" --prefix PATH : "$out/lib/neomutt" 76 77 ''; 77 78