about summary refs log tree commit diff
path: root/pkgs/tools/X11/xmacro
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-08-02 16:04:32 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2018-08-02 16:04:32 +0200
commitcf7227a56277cdc674139b67a3c11a182e3f5b1c (patch)
treec917fa7f2726b7970b1f7f38e3af78f8ba1bcf0a /pkgs/tools/X11/xmacro
parent56e5eb94c7a53a27d8a36eaf967f4b9fc35c4b12 (diff)
xmacro: add license
see issue #43716
Diffstat (limited to 'pkgs/tools/X11/xmacro')
-rw-r--r--pkgs/tools/X11/xmacro/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/X11/xmacro/default.nix b/pkgs/tools/X11/xmacro/default.nix
index e986b46aa4872..fee601d157505 100644
--- a/pkgs/tools/X11/xmacro/default.nix
+++ b/pkgs/tools/X11/xmacro/default.nix
@@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
 
   meta = {
     platforms = stdenv.lib.platforms.linux;
+    license = stdenv.lib.licenses.gpl2;
   };
 }