* Move builder-defs to pkgs/build-support. (pkgs/top-level is for
composition.) svn path=/nixpkgs/trunk/; revision=15175
This commit is contained in:
parent
3c4bdbc446
commit
2cbc761779
@ -159,7 +159,7 @@ let
|
|||||||
abort ("Unknown option specified: " + result))
|
abort ("Unknown option specified: " + result))
|
||||||
else x);
|
else x);
|
||||||
|
|
||||||
builderDefs = composedArgsAndFun (import ./builder-defs.nix) {
|
builderDefs = composedArgsAndFun (import ../build-support/builder-defs/builder-defs.nix) {
|
||||||
inherit stringsWithDeps lib stdenv writeScript fetchurl;
|
inherit stringsWithDeps lib stdenv writeScript fetchurl;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
args: with args; with debPackage;
|
|
||||||
debBuild ({
|
|
||||||
src = fetchurl {
|
|
||||||
url = mirror://debian/pool/(abort "Specify URL");
|
|
||||||
};
|
|
||||||
patch = fetchurl {
|
|
||||||
url = mirror://debian/pool/(abort "Specify URL");
|
|
||||||
};
|
|
||||||
name = "${abort "Specify name"}";
|
|
||||||
buildInputs = [];
|
|
||||||
meta = {
|
|
||||||
description = "${abort "Specify description"}";
|
|
||||||
};
|
|
||||||
} // args)
|
|
@ -1,17 +0,0 @@
|
|||||||
args: with args;
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = ;
|
|
||||||
sha256 = "";
|
|
||||||
};
|
|
||||||
|
|
||||||
buildInputs =[];
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
description = "
|
|
||||||
|
|
||||||
";
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user