treewide: transition from mesa_noglu to libGL
This commit is contained in:
@@ -350,7 +350,7 @@ self: super: builtins.intersectAttrs super {
|
||||
# https://github.com/deech/fltkhs/issues/16
|
||||
fltkhs = overrideCabal super.fltkhs (drv: {
|
||||
libraryToolDepends = (drv.libraryToolDepends or []) ++ [pkgs.autoconf];
|
||||
librarySystemDepends = (drv.librarySystemDepends or []) ++ [pkgs.fltk13 pkgs.mesa_noglu pkgs.libjpeg];
|
||||
librarySystemDepends = (drv.librarySystemDepends or []) ++ [pkgs.fltk13 pkgs.libGL pkgs.libjpeg];
|
||||
});
|
||||
|
||||
# https://github.com/skogsbaer/hscurses/pull/26
|
||||
|
||||
Reference in New Issue
Block a user