avogadro: build documentation
This commit is contained in:
parent
be5572e2dc
commit
69bb44994e
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, cmake, qt4, zlib, eigen, openbabel, pkgconfig, mesa, libX11 }:
|
{ stdenv, fetchurl, cmake, qt4, zlib, eigen, openbabel, pkgconfig, mesa, libX11, doxygen }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "avogadro-1.1.1";
|
name = "avogadro-1.1.1";
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ qt4 eigen zlib openbabel mesa libX11 ];
|
buildInputs = [ qt4 eigen zlib openbabel mesa libX11 ];
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig doxygen ];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-include ${mesa}/include/GL/glu.h";
|
NIX_CFLAGS_COMPILE = "-include ${mesa}/include/GL/glu.h";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user