Merge pull request #259212 from sheepforce/wxmacmolplt
wxmacmolplt: fix linking to -lGL
This commit is contained in:
commit
3740b47ed6
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
|
|||
xorg.libX11.dev
|
||||
];
|
||||
|
||||
configureFlags = [ "LDFLAGS=-lGL" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue