From b49a3fb8521706bb9ae9d2bfae4c7008ff649941 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 10 Dec 2020 17:03:24 +0100 Subject: cryptoverif: fix search for default library --- pkgs/applications/science/logic/cryptoverif/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/logic/cryptoverif/default.nix b/pkgs/applications/science/logic/cryptoverif/default.nix index 28295ea28922..98d0a2637a7e 100644 --- a/pkgs/applications/science/logic/cryptoverif/default.nix +++ b/pkgs/applications/science/logic/cryptoverif/default.nix @@ -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\" ''; -- cgit v1.2.3