gnuplot: requires Qt 4

This commit is contained in:
Thomas Tuegel
2015-05-25 21:04:01 -05:00
parent f2f635b1f5
commit 255c0903a1
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
++ lib.optional withTeXLive texLive
++ lib.optional withLua lua
++ lib.optionals withX [ libX11 libXpm libXt libXaw ]
++ lib.optional withQt [ qt.base ]
++ lib.optional withQt [ qt ]
# compiling with wxGTK causes a malloc (double free) error on darwin
++ lib.optional (withWxGTK && !stdenv.isDarwin) wxGTK;