built StrategoXT from subversion; not sure whether there are problems

with shared libraries.

svn path=/nixpkgs/trunk/; revision=601
gstqt5
Eelco Visser 2003-12-24 15:58:48 +00:00
parent 02a743eb7a
commit e2570fd7b7
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{stdenv, fetchsvn, autotools, which, aterm, sdf}: derivation {
name = "strategoxt-0.9.4-4785";
name = "strategoxt-0.9.4-4792";
system = stdenv.system;
builder = ./svnbuilder.sh;
src = fetchsvn {
url = https://svn.cs.uu.nl:12443/repos/StrategoXT/trunk/StrategoXT;
rev = "4785";
rev = "4792";
};
stdenv = stdenv;