mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
glxinfo: Drop dependency on mesa-noglu.dev and glu.dev
This commit is contained in:
parent
7c31bc7e89
commit
9354e0e518
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{stdenv, fetchurl, xlibsWrapper, mesa}:
|
||||
{ stdenv, fetchurl, xlibsWrapper, mesa_noglu }:
|
||||
|
||||
let version = "8.3.0"; in
|
||||
|
||||
|
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||
sha256 = "1vqb7s5m3fcg2csbiz45mha1pys2xx6rhw94fcyvapqdpm5iawy1";
|
||||
};
|
||||
|
||||
buildInputs = [xlibsWrapper mesa];
|
||||
buildInputs = [ xlibsWrapper mesa_noglu ];
|
||||
|
||||
configurePhase = "true";
|
||||
|
||||
|
|
Loading…
Reference in a new issue