4c70ef7e5d
svn path=/nixpkgs/trunk/; revision=3871
12 lines
213 B
Nix
12 lines
213 B
Nix
{stdenv, fetchurl, jre, unzip} :
|
|
|
|
stdenv.mkDerivation {
|
|
name = "jing-tools-20030619";
|
|
builder = ./script-builder.sh;
|
|
|
|
jing = (import ./default.nix) {
|
|
inherit stdenv fetchurl unzip;
|
|
};
|
|
|
|
inherit jre;
|
|
} |