cryptoverif: fix search for default library

This commit is contained in:
Vincent Laporte 2020-12-10 17:03:24 +01:00 committed by Vincent Laporte
parent 9a5e66f5d4
commit b49a3fb852

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
** from under $out/libexec. By default, it expects to find the files
** in $CWD which doesn't work. */
patchPhase = ''
substituteInPlace ./src/settings.ml \
substituteInPlace ./src/syntax.ml \
--replace \"default\" \"$out/libexec/default\"
'';