Merge pull request #35656 from jfrankenau/fix-neomutt

neomutt: fix smime_keys openssl path, closes #35654

authored by Jörg Thalheim and committed by GitHub d8ef48ec 8be317ab

+3
+3
pkgs/applications/networking/mailreaders/neomutt/default.nix
··· 38 enableParallelBuilding = true; 39 40 postPatch = '' 41 for f in doc/*.{xml,xsl}* ; do 42 substituteInPlace $f \ 43 --replace http://docbook.sourceforge.net/release/xsl/current ${docbook_xsl}/share/xml/docbook-xsl \
··· 38 enableParallelBuilding = true; 39 40 postPatch = '' 41 + substituteInPlace contrib/smime_keys \ 42 + --replace /usr/bin/openssl ${openssl}/bin/openssl 43 + 44 for f in doc/*.{xml,xsl}* ; do 45 substituteInPlace $f \ 46 --replace http://docbook.sourceforge.net/release/xsl/current ${docbook_xsl}/share/xml/docbook-xsl \