neomutt: fix smime_keys openssl path, closes #35654

This commit is contained in:
Johannes Frankenau 2018-02-26 09:12:28 +01:00
parent 8645a1b69d
commit 1b2024fb98

View File

@ -38,6 +38,9 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true;
postPatch = ''
substituteInPlace contrib/smime_keys \
--replace /usr/bin/openssl ${openssl}/bin/openssl
for f in doc/*.{xml,xsl}* ; do
substituteInPlace $f \
--replace http://docbook.sourceforge.net/release/xsl/current ${docbook_xsl}/share/xml/docbook-xsl \