mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
* Revert r1570, SWIG 1.3.22 breaks Subversion/Python bindings.
svn path=/nixpkgs/trunk/; revision=1663
This commit is contained in:
parent
bb421a4972
commit
836d453886
1 changed files with 3 additions and 3 deletions
|
@ -6,12 +6,12 @@ assert pythonSupport -> python != null;
|
|||
assert javaSupport -> j2sdk != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "swig-1.3.22";
|
||||
name = "swig-1.3.19";
|
||||
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://heanet.dl.sourceforge.net/sourceforge/swig/swig-1.3.22.tar.gz;
|
||||
md5 = "501121a2ddb61155348dfbc7c87286ba";
|
||||
url = http://heanet.dl.sourceforge.net/sourceforge/swig/swig-1.3.19.tar.gz;
|
||||
md5 = "a733455544426b31868dd87fc162e750";
|
||||
};
|
||||
|
||||
inherit perlSupport pythonSupport javaSupport;
|
||||
|
|
Loading…
Reference in a new issue