Commit 3c28d6c1 authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

perlPackages.WxGLCanvas: fix build failure

parent 76e28153
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -38230,6 +38230,10 @@ with self;
      pkgs.libGLU
      Wx
    ];
    # Build system attempts to compile c++ files with clang.
    preConfigure = ''
      export CC=$CXX
    '';
    doCheck = false;
    meta = {
      description = "wxPerl demo helper for Wx::GLCanvas";