summary refs log tree commit diff
path: root/pkgs/tools/typesetting/xmlroff
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-08-02 16:02:56 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2018-08-02 16:02:56 +0200
commit56e5eb94c7a53a27d8a36eaf967f4b9fc35c4b12 (patch)
treec06f196851f1e3178412c35fb433f9851582c544 /pkgs/tools/typesetting/xmlroff
parent353b568255918f019ba6f4c134127430c4072fd6 (diff)
downloadnixpkgs-56e5eb94c7a53a27d8a36eaf967f4b9fc35c4b12.tar
nixpkgs-56e5eb94c7a53a27d8a36eaf967f4b9fc35c4b12.tar.gz
nixpkgs-56e5eb94c7a53a27d8a36eaf967f4b9fc35c4b12.tar.bz2
nixpkgs-56e5eb94c7a53a27d8a36eaf967f4b9fc35c4b12.tar.lz
nixpkgs-56e5eb94c7a53a27d8a36eaf967f4b9fc35c4b12.tar.xz
nixpkgs-56e5eb94c7a53a27d8a36eaf967f4b9fc35c4b12.tar.zst
nixpkgs-56e5eb94c7a53a27d8a36eaf967f4b9fc35c4b12.zip
xmlroff: add license
see issue #43716
Diffstat (limited to 'pkgs/tools/typesetting/xmlroff')
-rw-r--r--pkgs/tools/typesetting/xmlroff/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/typesetting/xmlroff/default.nix b/pkgs/tools/typesetting/xmlroff/default.nix
index 2177937221a..f8b0ddbfac5 100644
--- a/pkgs/tools/typesetting/xmlroff/default.nix
+++ b/pkgs/tools/typesetting/xmlroff/default.nix
@@ -41,5 +41,6 @@ stdenv.mkDerivation rec {
 
   meta = {
     platforms = stdenv.lib.platforms.unix;
+    license = stdenv.lib.licenses.bsd3;
   };
 }