mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 21:42:35 +03:00
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;
|
|
} |