dust: add meta field
This commit is contained in:
parent
b5ae9ad3fb
commit
3e39cfe860
|
@ -25,4 +25,10 @@ stdenv.mkDerivation rec {
|
||||||
cp -a src/ run.pxi $out/share/dust
|
cp -a src/ run.pxi $out/share/dust
|
||||||
mv dust $out/bin/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;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue