summary refs log tree commit diff
path: root/pkgs/development/interpreters/lua-5
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2017-11-29 03:00:21 +0000
committerOrivej Desh <orivej@gmx.fr>2017-11-29 03:01:15 +0000
commit00ced68a9e1223dad4b8c035a65f87721693a532 (patch)
treeedabedcf0aaf94d4e1109e32e3707da9f8d70336 /pkgs/development/interpreters/lua-5
parentd7039d5029f248617e5e29c6d981e89e5b1bec78 (diff)
downloadnixpkgs-00ced68a9e1223dad4b8c035a65f87721693a532.tar
nixpkgs-00ced68a9e1223dad4b8c035a65f87721693a532.tar.gz
nixpkgs-00ced68a9e1223dad4b8c035a65f87721693a532.tar.bz2
nixpkgs-00ced68a9e1223dad4b8c035a65f87721693a532.tar.lz
nixpkgs-00ced68a9e1223dad4b8c035a65f87721693a532.tar.xz
nixpkgs-00ced68a9e1223dad4b8c035a65f87721693a532.tar.zst
nixpkgs-00ced68a9e1223dad4b8c035a65f87721693a532.zip
lua5_1: provide version
Diffstat (limited to 'pkgs/development/interpreters/lua-5')
-rw-r--r--pkgs/development/interpreters/lua-5/5.1.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/lua-5/5.1.nix b/pkgs/development/interpreters/lua-5/5.1.nix
index cdbb2324dc6..1981c15c5f3 100644
--- a/pkgs/development/interpreters/lua-5/5.1.nix
+++ b/pkgs/development/interpreters/lua-5/5.1.nix
@@ -8,7 +8,8 @@ let
   };
 in
 stdenv.mkDerivation rec {
-  name = "lua-5.1.5";
+  name = "lua-${version}";
+  version = "5.1.5";
   luaversion = "5.1";
 
   src = fetchurl {