Skip to content

Commit

Permalink
urweb: fix mysql include path
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiaao authored and bennofs committed Jan 24, 2020
1 parent ceea5c2 commit 6b0212a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/urweb/default.nix
Expand Up @@ -21,7 +21,7 @@ stdenv.mkDerivation rec {

preConfigure = ''
export PGHEADER="${postgresql}/include/libpq-fe.h";
export MSHEADER="${mysql.connector-c}/include/mysql/mysql.h";
export MSHEADER="${stdenv.lib.getDev mysql.connector-c}/include/mysql/mysql.h";
export SQHEADER="${sqlite.dev}/include/sqlite3.h";
export CC="${gcc}/bin/gcc";
Expand Down

0 comments on commit 6b0212a

Please sign in to comment.