Make ocaml's mysql propagate mysql.lib
There was a typo preventing other packages from properly building
This commit is contained in:
parent
55ad2d2150
commit
5342e2a598
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
|
||||
createFindlibDestdir = true;
|
||||
|
||||
propagatedbuildInputs = [ mysql.lib ];
|
||||
propagatedBuildInputs = [ mysql.lib ];
|
||||
|
||||
preConfigure = ''
|
||||
export LDFLAGS="-L${mysql.lib}/lib/mysql"
|
||||
|
Loading…
Reference in New Issue
Block a user