ghost-one: mark as broken
It doesn't even download and I can't see any alternative mirror. /cc maintainer @phreedom.
This commit is contained in:
parent
75a92f4cd4
commit
f21ff73289
@ -9,10 +9,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1sm2ca3lcdr4vjg7v94d8zhqz8cdp44rg8yinzzwkgsr0hj74fv2";
|
sha256 = "1sm2ca3lcdr4vjg7v94d8zhqz8cdp44rg8yinzzwkgsr0hj74fv2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ unzip gmp zlib bzip2 boost mysql.lib ];
|
buildInputs = [ unzip gmp zlib bzip2 boost mysql.client ];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
substituteInPlace ghost/Makefile --replace "/usr/local/lib/mysql" "${mysql.lib}/lib/mysql"
|
substituteInPlace ghost/Makefile --replace "/usr/local/lib/mysql" \
|
||||||
|
"${stdenv.lib.getLib mysql.client}/lib/mysql"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
@ -49,5 +50,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A Warcraft III: Reign of Chaos and Warcraft III: The Frozen Throne game hosting bot";
|
description = "A Warcraft III: Reign of Chaos and Warcraft III: The Frozen Throne game hosting bot";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [ maintainers.phreedom ];
|
maintainers = [ maintainers.phreedom ];
|
||||||
|
broken = true; # can't even get downloaded
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user