dust: add meta field

This commit is contained in:
Alexander Ried 2016-05-18 17:29:46 +02:00
parent b5ae9ad3fb
commit 3e39cfe860

View file

@ -25,4 +25,10 @@ stdenv.mkDerivation rec {
cp -a src/ run.pxi $out/share/dust
mv dust $out/bin/dust
'';
meta = {
description = "Provides tooling around pixie, e.g. a nicer repl, running tests and fetching dependencies";
homepage = src.meta.homepage;
license = stdenv.lib.licenses.lgpl3;
};
}