pkgs/development/libraries: add missing descriptions and homepages

(#73312)
This commit is contained in:
Christine Koppelt
2019-11-17 10:41:21 +01:00
committed by Renaud
parent 056bda4714
commit 96476e6b2a
5 changed files with 9 additions and 3 deletions
@@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
doCheck = stdenv.isx86_64;
meta = with stdenv.lib; {
description = " A library for 2D/3D vectors and matrices and other mathematical objects, functions and data types for computer graphics";
homepage = https://www.openexr.com/;
license = licenses.bsd3;
platforms = platforms.all;