Applied, thanks!

Karn Kallio <tierplusplusli...@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 <kkal...@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@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev

Attachment: signature.asc
Description: PGP signature

_______________________________________________
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to