Keep only one SWIG, with support for all languages.

svn path=/nixpkgs/trunk/; revision=17351
This commit is contained in:
Ludovic Courtès
2009-09-22 11:59:41 +00:00
parent 4c759795e0
commit 7735b54340
2 changed files with 8 additions and 14 deletions

View File

@@ -1,4 +1,8 @@
{ perlSupport, pythonSupport, javaSupport, guileSupport
{ /* SWIG doesn't carry any run-time dependency on Perl, Python, etc., so
it's safe to enable everything by default. */
perlSupport ? true, pythonSupport ? true, javaSupport ? true
, guileSupport ? true
, stdenv, fetchurl, boost, perl ? null, python ? null, jdk ? null
, guile ? null }: