dex: add license

This commit is contained in:
Markus Kowalewski 2018-09-12 21:56:37 +02:00
parent 239a0ea2b9
commit 4d933fbfdc
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -16,9 +16,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ python3.pkgs.sphinx ];
makeFlags = [ "PREFIX=$(out)" "VERSION=$(version)" ];
meta = {
meta = with stdenv.lib; {
description = "A program to generate and execute DesktopEntry files of the Application type";
homepage = https://github.com/jceb/dex;
platforms = stdenv.lib.platforms.linux;
platforms = platforms.linux;
license = licenses.gpl3Plus;
};
}