spring: add missing function parameters
This commit is contained in:
parent
64a8ae3692
commit
4baa1197dd
@ -1,9 +1,10 @@
|
|||||||
{ stdenv, fetchurl, cmake, lzma, boost, libdevil, zlib, p7zip
|
{ stdenv, fetchurl, cmake, lzma, boost, libdevil, zlib, p7zip, glibc
|
||||||
, openal, libvorbis, glew, freetype, xlibs, SDL, mesa, binutils
|
, openal, libvorbis, glew, freetype, xlibs, SDL, mesa, binutils
|
||||||
, asciidoc, libxslt, docbook_xsl, curl
|
, asciidoc, libxslt, docbook_xsl, docbook_xsl_ns, curl
|
||||||
, jdk ? null, python ? null
|
, jdk ? null, python ? null
|
||||||
, withAI ? true # support for AI Interfaces and Skirmish AIs
|
, withAI ? true # support for AI Interfaces and Skirmish AIs
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "spring-${version}";
|
name = "spring-${version}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user