commit 23acee6ede90c30fd938584975cbaead08874b7f
parent c17063d377daf6227b696e83a4fe6325da8d2c9b
Author: Guillaume Bouchard <guillaum.bouchard@gmail.com>
Date: Sat, 16 Sep 2017 14:22:46 +0200
Missing "mesa" in ignore list
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixGL b/nixGL
@@ -6,7 +6,7 @@ import subprocess
# Any rpath with this pattern is ignored
# TODO: perhaps libOpenGL.so in nix exists in other packages, we
# should extend this list
-ignored = [b'mesa-noglu']
+ignored = [b'mesa-noglu', b'mesa']
# These are the list of system library which are added
# TODO: extend this list for other systems