mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
mesa-glu: Use separate outputs
This commit is contained in:
parent
3934980ca4
commit
8a137b3455
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ pkgconfig ];
|
buildInputs = [ pkgconfig ];
|
||||||
propagatedBuildInputs = [ mesa_noglu ];
|
propagatedBuildInputs = [ mesa_noglu ];
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "OpenGL utility library";
|
description = "OpenGL utility library";
|
||||||
homepage = http://cgit.freedesktop.org/mesa/glu/;
|
homepage = http://cgit.freedesktop.org/mesa/glu/;
|
||||||
|
Loading…
Reference in New Issue
Block a user