summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorKier Davis <kierdavis@gmail.com>2016-12-08 17:00:25 +0000
committerKier Davis <kierdavis@gmail.com>2016-12-16 10:42:09 +0000
commitaa53e1d17e2274d45a419c58ff13b83058f882ac (patch)
treea04c8562741cb773c1fcb1a3302976862873d49e /pkgs/applications/graphics
parentc3f49dcaf07f00a7f29d65f2429490089b24b3df (diff)
downloadnixpkgs-aa53e1d17e2274d45a419c58ff13b83058f882ac.tar
nixpkgs-aa53e1d17e2274d45a419c58ff13b83058f882ac.tar.gz
nixpkgs-aa53e1d17e2274d45a419c58ff13b83058f882ac.tar.bz2
nixpkgs-aa53e1d17e2274d45a419c58ff13b83058f882ac.tar.lz
nixpkgs-aa53e1d17e2274d45a419c58ff13b83058f882ac.tar.xz
nixpkgs-aa53e1d17e2274d45a419c58ff13b83058f882ac.tar.zst
nixpkgs-aa53e1d17e2274d45a419c58ff13b83058f882ac.zip
unigine-valley: exclude non-ELF files from stripping during fix-up
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/unigine-valley/default.nix2
1 files changed, 2 insertions, 0 deletions
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/";