B:BD[
3.3296] → [
4.917:924]
B:BD[
4.924] → [
2.444:484]
B:BD[
4.951] → [
5.483:586]
∅:D[
5.586] → [
6.2319:2348]
∅:D[
7.4132] → [
6.2319:2348]
B:BD[
6.2319] → [
6.2319:2348]
∅:D[
6.2348] → [
4.1006:1157]
B:BD[
4.1006] → [
4.1006:1157]
B:BD[
4.1157] → [
8.1809:1918]
∅:D[
8.1918] → [
4.1227:1672]
B:BD[
4.1227] → [
4.1227:1672]
B:BD[
4.1672] → [
9.2438:2466]
∅:D[
9.2466] → [
4.1696:1707]
B:BD[
4.1696] → [
4.1696:1707]
B:BD[
4.1707] → [
6.2349:2426]
∅:D[
6.2426] → [
4.1810:1821]
B:BD[
4.1810] → [
4.1810:1821]
B:BD[
4.1837] → [
4.1837:2083]
B:BD[
4.2083] → [
2.485:511]
∅:D[
2.511] → [
4.2095:2096]
B:BD[
4.2095] → [
4.2095:2096]
<tr class="product">
<td>
[% uri = c.uri_for('/build' build.id 'nix' 'pkg' "${build.nixname}-${build.system}.nixpkg") %]
<a href="[% uri %]">
<img src="/static/images/nix-build.png" alt="Source" />
One-click install of Nix package <tt>[% build.nixname %]</tt>
</a>
[<a class="productDetailsToggle" href="javascript:">help</a>, <a href="[% contents %]">contents</a>]
<div class="help productDetails">
<p>If you have Nix installed on your machine, you can
install this package and all its dependencies automatically
by clicking on the link above. This requires that you have
the <tt>application/nix-package</tt> MIME type associated
with the <tt>nix-install-package</tt> program in your web
browser. Alternatively, you can install it from the
command-line:</p>
<pre>$ nix-install-package --non-interactive --url [% uri %]</pre>
<p>If you get an error message “Permission denied”, you
should make sure that you have sufficient access rights to
the Nix store, e.g., run the command as <tt>root</tt>.
</p>
</div>
</td>
</tr>
[% IF build.resultInfo.buildstatus == 6 %]
<tr class="product">
<td>
<a href="[% contents %]">
<img src="/static/images/error_32.png" alt="Source" />
Failed build produced output. Click here to inspect the output.
</a>
</td>
</tr>
[% ELSE %]
<tr class="product">
<td>
[% uri = c.uri_for('/build' build.id 'nix' 'pkg' "${build.nixname}-${build.system}.nixpkg") %]
<a href="[% uri %]">
<img src="/static/images/nix-build.png" alt="Source" />
One-click install of Nix package <tt>[% build.nixname %]</tt>
</a>
[<a class="productDetailsToggle" href="javascript:">help</a>, <a href="[% contents %]">contents</a>]
<div class="help productDetails">
<p>If you have Nix installed on your machine, you can
install this package and all its dependencies automatically
by clicking on the link above. This requires that you have
the <tt>application/nix-package</tt> MIME type associated
with the <tt>nix-install-package</tt> program in your web
browser. Alternatively, you can install it from the
command-line:</p>
<pre>$ nix-install-package --non-interactive --url [% uri %]</pre>
<p>If you get an error message “Permission denied”, you
should make sure that you have sufficient access rights to
the Nix store, e.g., run the command as <tt>root</tt>.
</p>
</div>
</td>
</tr>
[% END %]