forked from mirrors/nixpkgs
mesa-glu: Use separate outputs
This commit is contained in:
parent
3934980ca4
commit
8a137b3455
|
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ pkgconfig ];
|
||||
propagatedBuildInputs = [ mesa_noglu ];
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
meta = {
|
||||
description = "OpenGL utility library";
|
||||
homepage = http://cgit.freedesktop.org/mesa/glu/;
|
||||
|
|
Loading…
Reference in a new issue