Let's get meta.

This commit is contained in:
zgrep 2018-07-21 09:10:48 -04:00
parent 6f03f34c2d
commit ed2009d234
1 changed files with 6 additions and 0 deletions

View File

@ -41,4 +41,10 @@ in buildFHSUserEnv rec {
profile = "LD_LIBRARY_PATH=${libPath}:$LD_LIBRARY_PATH";
targetPkgs = pkgs: [ sourcetrail ];
runScript = "sourcetrail";
meta = with lib; {
description = "A cross-platform source explorer for C/C++ and Java.";
homepage = https://www.sourcetrail.com;
license = licenses.unfree; # :(
}
}