treewide: Get rid of libGLU_combined

This commit is contained in:
adisbladis
2019-11-18 20:10:43 +00:00
parent e6963bc983
commit c9d8624ccd
241 changed files with 518 additions and 516 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{ fetchzip
, libX11
, libGLU_combined
, libGLU, libGL
, makeWrapper
, stdenv
}:
@@ -8,7 +8,7 @@
let
libPath = stdenv.lib.makeLibraryPath [
libGLU_combined
libGLU libGL
stdenv.cc.cc
libX11
];
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
buildInputs = [
makeWrapper
libGLU_combined
libGLU libGL
libX11
];