treewide: Get rid of libGLU_combined
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, bash, cabextract, curl, gnupg, libX11, libGLU_combined, wine-staging }:
|
||||
{ stdenv, fetchurl, bash, cabextract, curl, gnupg, libX11, libGLU, libGL, wine-staging }:
|
||||
|
||||
let
|
||||
wine_custom = wine-staging;
|
||||
@@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
|
||||
sha256 = "1kyy6knkr42k34rs661r0f5sf6l1s2jdbphdg89n73ynijqmzjhk";
|
||||
};
|
||||
|
||||
buildInputs = [ wine_custom libX11 libGLU_combined curl ];
|
||||
buildInputs = [ wine_custom libX11 libGLU libGL curl ];
|
||||
|
||||
propagatedbuildInputs = [ curl cabextract ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user