wv: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-02 16:36:57 +02:00
parent b386e90288
commit 274f091b95
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
meta = {
description = "Converter from Microsoft Word formats to human-editable ones";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl2;
};
}