[Nix-dev] glu dev in mesa attribute
Shea Levy
shea at shealevy.com
Fri Sep 2 02:03:49 CEST 2016
Applied, thanks!
Karn Kallio <tierpluspluslists at skami.org> writes:
> After making multiple outputs in the mesa_glu package the headers are
> not included in the mesa attribute. The attached patch puts them in it.
> From ced24208a300bea8234e7898ae6fec34fbd67289 Mon Sep 17 00:00:00 2001
> From: Karn Kallio <kkallio at skami.org>
> Date: Thu, 1 Sep 2016 16:18:23 -0400
> Subject: [PATCH] mesa: Add the mesa glu headers to the mesa attribute.
>
> ---
> pkgs/top-level/all-packages.nix | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
> index 99ed6b0..eb5fdb0 100644
> --- a/pkgs/top-level/all-packages.nix
> +++ b/pkgs/top-level/all-packages.nix
> @@ -8774,7 +8774,7 @@ in
> name = "mesa-${mesa_noglu.version}";
> # FIXME: this causes mesa to have a runtime dependency on
> # mesa_noglu.dev.
> - paths = [ mesa_noglu.dev mesa_noglu.out mesa_glu ];
> + paths = [ mesa_noglu.dev mesa_noglu.out mesa_glu mesa_glu.dev ];
> meta = {
> platforms = lib.platforms.unix;
> };
> --
> 2.9.3
>
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.science.uu.nl/pipermail/nix-dev/attachments/20160901/112d7778/attachment.sig>
More information about the nix-dev
mailing list