mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
clone trunk.nix for building distribution
svn path=/nixpkgs/trunk/; revision=602
This commit is contained in:
parent
e2570fd7b7
commit
5fb4265643
19
pkgs/development/compilers/strategoxt/dist.nix
Normal file
19
pkgs/development/compilers/strategoxt/dist.nix
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{stdenv, fetchsvn, autotools, which, aterm, sdf}: derivation {
|
||||||
|
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 = "4792";
|
||||||
|
};
|
||||||
|
stdenv = stdenv;
|
||||||
|
|
||||||
|
make = autotools.make;
|
||||||
|
automake = autotools.automake;
|
||||||
|
autoconf = autotools.autoconf;
|
||||||
|
libtool = autotools.libtool;
|
||||||
|
which = which;
|
||||||
|
|
||||||
|
aterm = aterm;
|
||||||
|
sdf = sdf;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user