summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/glfw/2.x.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/glfw/2.x.nix')
-rw-r--r--pkgs/development/libraries/glfw/2.x.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/glfw/2.x.nix b/pkgs/development/libraries/glfw/2.x.nix
index e749ca733daa..ca65315e1cba 100644
--- a/pkgs/development/libraries/glfw/2.x.nix
+++ b/pkgs/development/libraries/glfw/2.x.nix
@@ -19,9 +19,9 @@ stdenv.mkDerivation rec {
make x11-dist-install PREFIX=$out
mv $out/lib/libglfw.so $out/lib/libglfw.so.2
ln -s libglfw.so.2 $out/lib/libglfw.so
- '';
-
- meta = with stdenv.lib; {
+ '';
+
+ meta = with stdenv.lib; {
description = "Multi-platform library for creating OpenGL contexts and managing input, including keyboard, mouse, joystick and time";
homepage = "http://glfw.sourceforge.net/";
license = licenses.zlib;