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
@@ -19,7 +19,8 @@ stdenv.mkDerivation rec {
doCheck = stdenv.isLinux;
meta = with stdenv.lib; {
homepage = https://libopenraw.freedesktop.org/wiki/Exempi/;
description = "An implementation of XMP (Adobe's Extensible Metadata Platform)";
homepage = "https://libopenraw.freedesktop.org/wiki/Exempi/";
platforms = platforms.linux ++ platforms.darwin;
license = licenses.bsd3;
};