neomutt: fix smime_keys openssl path, closes #35654
This commit is contained in:
parent
8645a1b69d
commit
1b2024fb98
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ in stdenv.mkDerivation rec {
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
substituteInPlace contrib/smime_keys \
|
||||||
|
--replace /usr/bin/openssl ${openssl}/bin/openssl
|
||||||
|
|
||||||
for f in doc/*.{xml,xsl}* ; do
|
for f in doc/*.{xml,xsl}* ; do
|
||||||
substituteInPlace $f \
|
substituteInPlace $f \
|
||||||
--replace http://docbook.sourceforge.net/release/xsl/current ${docbook_xsl}/share/xml/docbook-xsl \
|
--replace http://docbook.sourceforge.net/release/xsl/current ${docbook_xsl}/share/xml/docbook-xsl \
|
||||||
|
|
Loading…
Reference in a new issue