forked from mirrors/nixpkgs
tibia: update to 10.55
This commit is contained in:
parent
259bbdd5e4
commit
7fefb6f5c3
|
@ -1,13 +1,13 @@
|
|||
{stdenv, fetchurl, patchelf, glibc, libX11, mesa}:
|
||||
{ stdenv, fetchurl, patchelf, glibc, libX11, mesa }:
|
||||
|
||||
with stdenv.lib;
|
||||
assert stdenv.isi686;
|
||||
stdenv.mkDerivation {
|
||||
name = "tibia-10.41";
|
||||
name = "tibia-10.55";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://static.tibia.com/download/tibia1041.tgz;
|
||||
sha256 = "1hmqn9c6qaa79ldcnl4ws9dm6rd3ymy48fw254pl6g601amn7b8v";
|
||||
url = http://static.tibia.com/download/tibia1055.tgz;
|
||||
sha256 = "14psclyzlm9y2g2a11ar1vb707ilmvh6jdjh0z3fcpdqwbrpr84j";
|
||||
};
|
||||
|
||||
shell = stdenv.shell;
|
||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
|||
|
||||
installPhase = ''
|
||||
mkdir -pv $out/res
|
||||
cp -r ./* $out/res
|
||||
cp -r * $out/res
|
||||
|
||||
patchelf --set-interpreter ${glibc}/lib/ld-linux.so.2 \
|
||||
--set-rpath ${stdenv.gcc.gcc}/lib:${libX11}/lib:${mesa}/lib \
|
||||
|
|
|
@ -10900,7 +10900,7 @@ let
|
|||
|
||||
tennix = callPackage ../games/tennix { };
|
||||
|
||||
tibia = callPackage ../games/tibia { };
|
||||
tibia = callPackage_i686 ../games/tibia { };
|
||||
|
||||
tintin = callPackage ../games/tintin { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue