mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #35656 from jfrankenau/fix-neomutt
neomutt: fix smime_keys openssl path, closes #35654
This commit is contained in:
commit
d8ef48ec7e
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user