Archived
1
0
forked from rarias/bscpkgs

Build paraver with wxGTK32

This commit is contained in:
2023-04-11 20:34:11 +02:00
parent 9d2de00b0c
commit ef2631b699

View File

@@ -4,7 +4,7 @@
, boost
, libxml2
, xml2
, wxGTK30
, wxGTK32
, autoconf
, automake
, paraverKernel
@@ -13,7 +13,7 @@
}:
let
wx = wxGTK30;
wx = wxGTK32;
in
stdenv.mkDerivation rec {
pname = "wxparaver";