From cf6b5e162421e8aa64ff2affd67e327a0187a318 Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Wed, 3 Aug 2022 16:35:49 +0200 Subject: [PATCH] open-watcom-bin-unwrapped: improve meta --- pkgs/development/compilers/open-watcom/bin.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/compilers/open-watcom/bin.nix b/pkgs/development/compilers/open-watcom/bin.nix index 81d321c04620..4bf3d956224b 100644 --- a/pkgs/development/compilers/open-watcom/bin.nix +++ b/pkgs/development/compilers/open-watcom/bin.nix @@ -114,7 +114,8 @@ stdenvNoCC.mkDerivation rec { ''; meta = with lib; { - description = "A C/C++ Compiler (binary distribution)"; + description = "A project to maintain and enhance the Watcom C, C++, and Fortran cross compilers and tools"; + sourceProvenance = with sourceTypes; [ binaryNativeCode ]; homepage = "http://www.openwatcom.org/"; license = licenses.watcom; platforms = [ "x86_64-linux" "i686-linux" ];