mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
dex: add license
This commit is contained in:
parent
239a0ea2b9
commit
4d933fbfdc
@ -16,9 +16,10 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ python3.pkgs.sphinx ];
|
nativeBuildInputs = [ python3.pkgs.sphinx ];
|
||||||
makeFlags = [ "PREFIX=$(out)" "VERSION=$(version)" ];
|
makeFlags = [ "PREFIX=$(out)" "VERSION=$(version)" ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "A program to generate and execute DesktopEntry files of the Application type";
|
description = "A program to generate and execute DesktopEntry files of the Application type";
|
||||||
homepage = https://github.com/jceb/dex;
|
homepage = https://github.com/jceb/dex;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.gpl3Plus;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user