Merge branch 'master' into staging

This commit is contained in:
Vladimír Čunát
2017-01-04 23:20:27 +01:00
29 changed files with 1375 additions and 1156 deletions

View File

@@ -21,5 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
inherit (src.meta) homepage;
description = "Khronos reference front-end for GLSL and ESSL";
license = licenses.asl20;
platforms = platforms.linux;
};
}