From cfe744172905b672a5608b58ae13e69a2e912898 Mon Sep 17 00:00:00 2001 From: Wout Mertens Date: Sat, 12 Jul 2014 15:44:48 +0200 Subject: [PATCH] Add maintainer and platforms --- pkgs/tools/graphics/glmark2/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/graphics/glmark2/default.nix b/pkgs/tools/graphics/glmark2/default.nix index 54a65d21ed93..aee686864cf0 100644 --- a/pkgs/tools/graphics/glmark2/default.nix +++ b/pkgs/tools/graphics/glmark2/default.nix @@ -29,5 +29,7 @@ stdenv.mkDerivation rec { glmark2 is a benchmark for OpenGL (ES) 2.0. It uses only the subset of the OpenGL 2.0 API that is compatible with OpenGL ES 2.0. ''; + platforms = stdenv.lib.platforms.linux; + maintainers = stdenv.lib.maintainers.wmertens; }; }