about summary refs log tree commit diff
path: root/pkgs/applications/science/logic/why3/with-provers.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/logic/why3/with-provers.nix')
-rw-r--r--pkgs/applications/science/logic/why3/with-provers.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/logic/why3/with-provers.nix b/pkgs/applications/science/logic/why3/with-provers.nix
index 54aa22511742b..95d5b95718dd9 100644
--- a/pkgs/applications/science/logic/why3/with-provers.nix
+++ b/pkgs/applications/science/logic/why3/with-provers.nix
@@ -1,4 +1,4 @@
-{ stdenv, makeWrapper, runCommand, symlinkJoin, why3 }:
+{ stdenv, makeWrapper, runCommand, why3 }:
 provers:
 let configAwkScript = runCommand "why3-conf.awk" { inherit provers; }
   ''