mesa: patch to fix w/musl

This commit is contained in:
Will Dietz
2018-02-13 09:44:53 -06:00
parent 2974ed9266
commit 1289cdaf75
2 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ stdenv.mkDerivation {
patches = [
./glx_ro_text_segm.patch # fix for grsecurity/PaX
./symlink-drivers.patch
];
] ++ stdenv.lib.optional stdenv.hostPlatform.isMusl ./musl-fixes.patch;
outputs = [ "out" "dev" "drivers" "osmesa" ];