cryptoverif: fix search for default library
This commit is contained in:
parent
9a5e66f5d4
commit
b49a3fb852
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
** from under $out/libexec. By default, it expects to find the files
|
** from under $out/libexec. By default, it expects to find the files
|
||||||
** in $CWD which doesn't work. */
|
** in $CWD which doesn't work. */
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
substituteInPlace ./src/settings.ml \
|
substituteInPlace ./src/syntax.ml \
|
||||||
--replace \"default\" \"$out/libexec/default\"
|
--replace \"default\" \"$out/libexec/default\"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user