gtkperf: Add test selection patch from phoronix/openbenchmarking

Patch seems to not change default functionality, always use.
This commit is contained in:
Will Dietz
2018-07-12 17:35:51 -05:00
parent 22c94d366f
commit 026b88d54f
2 changed files with 63 additions and 0 deletions
@@ -12,6 +12,9 @@ stdenv.mkDerivation {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ gtk2 libintl ];
# https://openbenchmarking.org/innhold/7e9780c11550d09aa67bdba71248facbe2d781db
patches = [ ./bench.patch ];
meta = with stdenv.lib; {
description = "Application designed to test GTK+ performance";
homepage = http://gtkperf.sourceforge.net/;