mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Fix lablgtk reference
svn path=/nixpkgs/trunk/; revision=25341
This commit is contained in:
parent
d2b277fbd5
commit
e55aa52856
@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
||||
configureFlagsArray=(
|
||||
-camldir ${ocaml}/bin
|
||||
-camlp5dir $(ocamlfind query camlp5)
|
||||
-lablgtkdir ${lablgtk}/lib/ocaml/lablgtk2 -opt -coqide opt
|
||||
-lablgtkdir ${lablgtk}/lib/ocaml/*/site-lib/lablgtk2 -opt -coqide opt
|
||||
)
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user