forked from mirrors/nixpkgs
built StrategoXT from subversion; not sure whether there are problems
with shared libraries. svn path=/nixpkgs/trunk/; revision=601
This commit is contained in:
parent
02a743eb7a
commit
e2570fd7b7
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue