hydra: use autoconf/-make

This commit is contained in:
Rob Vermaas
2010-09-30 14:29:15 +00:00
parent 673ef76020
commit c37b90ee3e
28 changed files with 533 additions and 20 deletions

View File

@ -5,6 +5,17 @@
rec {
tarball2 =
let pkgs = import nixpkgs {};
in with pkgs;
releaseTools.makeSourceTarball {
name = "hydra-tarball";
version = "0.1";
src = hydraSrc;
inherit officialRelease;
buildInputs = [ perl libxslt dblatex tetex ] ;
};
tarball =
with import nixpkgs {};