treewide: transition mesa to libGLU_combined
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, cmake, blas, liblapack, gfortran, gmm, fltk, libjpeg
|
||||
, zlib, mesa, libGLU, xorg }:
|
||||
, zlib, libGLU_combined, libGLU, xorg }:
|
||||
|
||||
let version = "3.0.5"; in
|
||||
|
||||
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
||||
# that is supposed to work without Fortran but didn't for me.
|
||||
patches = [ ./CMakeLists.txt.patch ];
|
||||
|
||||
buildInputs = [ cmake blas liblapack gfortran gmm fltk libjpeg zlib mesa
|
||||
buildInputs = [ cmake blas liblapack gfortran gmm fltk libjpeg zlib libGLU_combined
|
||||
libGLU xorg.libXrender xorg.libXcursor xorg.libXfixes xorg.libXext
|
||||
xorg.libXft xorg.libXinerama xorg.libX11 xorg.libSM xorg.libICE
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user