Fix lablgtk reference
svn path=/nixpkgs/trunk/; revision=25342
This commit is contained in:
parent
e55aa52856
commit
ca29aa026f
@ -11,7 +11,7 @@ rec {
|
|||||||
|
|
||||||
buildInputs = [ocaml lablgtk libgnomecanvas gtk graphviz glib
|
buildInputs = [ocaml lablgtk libgnomecanvas gtk graphviz glib
|
||||||
pkgconfig autoconf automake libtool];
|
pkgconfig autoconf automake libtool];
|
||||||
configureFlags = ["--with-lablgtk-dir=${lablgtk}/lib/ocaml/lablgtk2"];
|
configureFlags = ["--with-lablgtk-dir=$(echo ${lablgtk}/lib/ocaml/*/site-lib/lablgtk2)"];
|
||||||
|
|
||||||
/* doConfigure should be specified separately */
|
/* doConfigure should be specified separately */
|
||||||
phaseNames = ["doAutoconf" "doPatch" "doConfigure" "doMakeInstall"];
|
phaseNames = ["doAutoconf" "doPatch" "doConfigure" "doMakeInstall"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user