summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-01-04 23:20:27 +0100
committerVladimír Čunát <vcunat@gmail.com>2017-01-04 23:20:43 +0100
commitea7b252c9ae0117b8f150950d730a7445d3f5e2d (patch)
tree232a59d460e1f5d46a6f92f2fd3de08741dc8904 /pkgs/development/compilers
parenta3018650a3dab79a34ed24abae008ed2a3b0392e (diff)
parent000fb9be33528f867e2355ddedde0836ba7f7a3a (diff)
downloadnixlib-ea7b252c9ae0117b8f150950d730a7445d3f5e2d.tar
nixlib-ea7b252c9ae0117b8f150950d730a7445d3f5e2d.tar.gz
nixlib-ea7b252c9ae0117b8f150950d730a7445d3f5e2d.tar.bz2
nixlib-ea7b252c9ae0117b8f150950d730a7445d3f5e2d.tar.lz
nixlib-ea7b252c9ae0117b8f150950d730a7445d3f5e2d.tar.xz
nixlib-ea7b252c9ae0117b8f150950d730a7445d3f5e2d.tar.zst
nixlib-ea7b252c9ae0117b8f150950d730a7445d3f5e2d.zip
Merge branch 'master' into staging
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/glslang/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/compilers/glslang/default.nix b/pkgs/development/compilers/glslang/default.nix
index 63b4b4c2c4f3..cd03c246624e 100644
--- a/pkgs/development/compilers/glslang/default.nix
+++ b/pkgs/development/compilers/glslang/default.nix
@@ -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;
   };
 }