mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
glfw2: don't use mesa
This commit is contained in:
parent
34750bb51c
commit
d68e9b4938
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, mesa, libX11 }:
|
||||
{ stdenv, fetchurl, mesa_glu, mesa_noglu, libX11, libXext }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "glfw-2.7.9";
|
||||
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "17c2msdcb7pn3p8f83805h1c216bmdqnbn9hgzr1j8wnwjcpxx6i";
|
||||
};
|
||||
|
||||
buildInputs = [ mesa libX11 ];
|
||||
buildInputs = [ mesa_glu mesa_noglu libX11 libXext ];
|
||||
|
||||
buildPhase = ''
|
||||
make x11
|
||||
|
Loading…
Reference in New Issue
Block a user