Merge pull request #195910 from wegank/gnuplot-wxgtk
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
, libXpm ? null
|
||||
, libXaw ? null
|
||||
, aquaterm ? false
|
||||
, withWxGTK ? false, wxGTK ? null
|
||||
, withWxGTK ? false, wxGTK32, Cocoa
|
||||
, fontconfig ? null
|
||||
, gnused ? null
|
||||
, coreutils ? null
|
||||
@@ -37,7 +37,8 @@ in
|
||||
++ lib.optional withCaca libcaca
|
||||
++ lib.optionals withX [ libX11 libXpm libXt libXaw ]
|
||||
++ lib.optionals withQt [ qtbase qtsvg ]
|
||||
++ lib.optional withWxGTK wxGTK;
|
||||
++ lib.optional withWxGTK wxGTK32
|
||||
++ lib.optional (withWxGTK && stdenv.isDarwin) Cocoa;
|
||||
|
||||
postPatch = ''
|
||||
# lrelease is in qttools, not in qtbase.
|
||||
|
||||
Reference in New Issue
Block a user