mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Minifix: didn't use the name variable in the package.
This commit is contained in:
parent
a8e3167228
commit
49bf246491
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec{
|
|||
name = "LuaJIT-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url="http://luajit.org/download/LuaJIT-2.0.2.tar.gz";
|
||||
url="http://luajit.org/download/${name}.tar.gz";
|
||||
sha256="0f3cykihfdn3gi6na9p0xjd4jnv26z18m441n5vyg42q9abh4ln0";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue