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.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/logic/why3/with-provers.nix b/pkgs/applications/science/logic/why3/with-provers.nix
index 739064bb6169..54aa22511742 100644
--- a/pkgs/applications/science/logic/why3/with-provers.nix
+++ b/pkgs/applications/science/logic/why3/with-provers.nix
@@ -13,6 +13,7 @@ let configAwkScript = runCommand "why3-conf.awk" { inherit provers; }
 in
 stdenv.mkDerivation {
   pname = "${why3.pname}-with-provers";
+  version = why3.version;
 
   nativeBuildInputs = [ makeWrapper ];
   buildInputs = [ why3 ] ++ provers;