mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Add maintainer and platforms
This commit is contained in:
parent
ce81993a6b
commit
cfe7441729
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user