From aa53e1d17e2274d45a419c58ff13b83058f882ac Mon Sep 17 00:00:00 2001 From: Kier Davis Date: Thu, 8 Dec 2016 17:00:25 +0000 Subject: [PATCH] unigine-valley: exclude non-ELF files from stripping during fix-up --- pkgs/applications/graphics/unigine-valley/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/graphics/unigine-valley/default.nix b/pkgs/applications/graphics/unigine-valley/default.nix index 9ff603f405e..01eda33217c 100644 --- a/pkgs/applications/graphics/unigine-valley/default.nix +++ b/pkgs/applications/graphics/unigine-valley/default.nix @@ -93,6 +93,8 @@ in --prefix LD_LIBRARY_PATH : /run/opengl-driver/lib:$instdir/bin:$libPath ''; + stripDebugList = ["lib/unigine/valley/bin"]; + meta = { description = "The Unigine Valley GPU benchmarking tool"; homepage = "http://unigine.com/products/benchmarks/valley/";