[Nix-dev] glu dev in mesa attribute

Domen Kožar domen at dev.si
Fri Sep 2 08:03:53 CEST 2016


Also to release-16.09 please :)

On Fri, Sep 2, 2016 at 2:03 AM, Shea Levy <shea at shealevy.com> wrote:

> 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
>
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.science.uu.nl/pipermail/nix-dev/attachments/20160902/f003023a/attachment.html>


More information about the nix-dev mailing list