.nixpkgs: Drop obsolete manifest URI

This commit is contained in:
Eelco Dolstra
2016-03-02 15:24:23 +01:00
parent ec82bc2517
commit 8b4f90b0d4
2 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,7 @@ sub process {
my $build = $c->stash->{build};
# FIXME: add multiple output support
my $s = "NIXPKG1 " . $c->stash->{manifestUri}
my $s = "NIXPKG1 http://invalid.org/"
. " " . $build->nixname . " " . $build->system
. " " . $build->drvpath . " " . $build->buildoutputs->find({name => "out"})->path
. " " . $c->uri_for('/');