lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 16.09-beta 13 lines 314 B view raw
1{stdenv, fetchurl, apacheAnt}: 2 3stdenv.mkDerivation { 4 name = "polyglot-dev-20060422015512"; 5 builder = ./builder.sh; 6 7 src = fetchurl { 8 url = http://abc.comlab.ox.ac.uk/dists/1.2.0/files/polyglot-dev-20060422015512.tar.gz; 9 md5 = "6972fe537b4edd41872ed1cf24d24b50"; 10 }; 11 12 buildInputs = [apacheAnt]; 13}