treewide: Get rid of libGLU_combined
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchgit, cmake, libGLU_combined, xorg }:
|
||||
{stdenv, fetchgit, cmake, libGLU, libGL, xorg }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "glee";
|
||||
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
buildInputs = [ libGLU_combined xorg.libX11 ];
|
||||
buildInputs = [ libGLU libGL xorg.libX11 ];
|
||||
|
||||
configureScript = ''
|
||||
cmake
|
||||
|
||||
Reference in New Issue
Block a user