From 274f091b9531bb1efc446c3f05be91d5ebca372f Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Thu, 2 Aug 2018 16:36:57 +0200 Subject: [PATCH] wv: add license see issue #43716 --- pkgs/tools/misc/wv/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/wv/default.nix b/pkgs/tools/misc/wv/default.nix index 59efcaa18095..f19d448e5fc2 100644 --- a/pkgs/tools/misc/wv/default.nix +++ b/pkgs/tools/misc/wv/default.nix @@ -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; }; }