libcdr: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-08 21:16:42 +02:00
parent 3364320b29
commit 78b40c73dd
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
description = "A library providing ability to interpret and import Corel Draw drawings into various applications";
homepage = http://www.freedesktop.org/wiki/Software/libcdr;
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.mpl20;
};
}