doc: fix syntax error in BLAS/LAPACK overlay example

Attribute-values pairs were not properly terminated by a semicolon.
wip/yesman
Daniël de Kok 3 years ago
parent 27f172ebd1
commit 933c2425d9
  1. 5
      doc/using/overlays.xml

@ -236,10 +236,11 @@ self: super:
{
blas = super.blas.override {
blasProvider = self.mkl;
}
};
lapack = super.lapack.override {
lapackProvider = self.mkl;
}
};
}
</programlisting>
<para>

Loading…
Cancel
Save