mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
lua-5: url correted
svn path=/nixpkgs/branches/stdenv-updates/; revision=10148
This commit is contained in:
parent
1094239661
commit
453dcda812
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
stdenv.mkDerivation {
|
||||
name = "lua-5.1.2";
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/lua-5.1.2.tar.gz;
|
||||
url = http://www.lua.org/ftp/lua-5.1.2.tar.gz;
|
||||
sha256 = "17ixifwgjva5592s2rn1ki56wa7hgw0z210r4bcx5lv8zv39iw2w";
|
||||
};
|
||||
buildFlags = "linux"; # TODO: support for non-linux systems
|
||||
|
|
Loading…
Reference in a new issue