auctex: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-07-22 17:30:15 +02:00
parent 2cf5305cfb
commit 03dd8aabf9
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -32,6 +32,7 @@ let auctex = stdenv.mkDerivation ( rec {
description = "Extensible package for writing and formatting TeX files in GNU Emacs and XEmacs";
homepage = http://www.gnu.org/software/auctex;
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.gpl3;
};
});