aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/qt-3
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-12-27 17:00:39 +0100
committerRobin Gloster <mail@glob.in>2017-12-29 02:18:35 +0100
commit572b2bda4e0a2245f465738cc919197ae0af06a4 (patch)
tree25e272248d6d0c114354a946430499b789b7be31 /pkgs/development/libraries/qt-3
parent6903ea60502865fe4397d8aaacc38ff674acaeb9 (diff)
treewide: generalise for both mysql & mariadb
Diffstat (limited to 'pkgs/development/libraries/qt-3')
-rw-r--r--pkgs/development/libraries/qt-3/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/qt-3/default.nix b/pkgs/development/libraries/qt-3/default.nix
index 92cdc1f918aa..1bc4fd1085e1 100644
--- a/pkgs/development/libraries/qt-3/default.nix
+++ b/pkgs/development/libraries/qt-3/default.nix
@@ -49,7 +49,7 @@ stdenv.mkDerivation {
-I${randrproto}/include" else "-no-xrandr"}
${if xineramaSupport then "-xinerama -L${libXinerama.out}/lib -I${libXinerama.dev}/include" else "-no-xinerama"}
${if cursorSupport then "-L${libXcursor.out}/lib -I${libXcursor.dev}/include" else ""}
- ${if mysqlSupport then "-qt-sql-mysql -L${mysql.connector-c}/lib/mariadb -I${mysql.connector-c}/include/mariadb" else ""}
+ ${if mysqlSupport then "-qt-sql-mysql -L${mysql.connector-c}/lib/mysql -I${mysql.connector-c}/include/mysql" else ""}
${if xftSupport then "-xft
-L${libXft.out}/lib -I${libXft.dev}/include
-L${libXft.freetype.out}/lib -I${libXft.freetype.dev}/include