From 49d59ce0adf8397778ec3b9a36a149a66a013c88 Mon Sep 17 00:00:00 2001 From: Karn Kallio Date: Thu, 1 Sep 2016 16:21:15 -0400 Subject: [PATCH] glu dev in mesa attribute 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 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 351d96a35ae..6826d4bc5d0 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -8772,7 +8772,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; };