forked from mirrors/nixpkgs
pydf: set meta.mainProgram
This commit is contained in:
parent
c01d3cb418
commit
8b1a8efe45
|
@ -18,6 +18,7 @@ python3Packages.buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "colourised df(1)-clone";
|
description = "colourised df(1)-clone";
|
||||||
homepage = "http://kassiopeia.juls.savba.sk/~garabik/software/pydf/";
|
homepage = "http://kassiopeia.juls.savba.sk/~garabik/software/pydf/";
|
||||||
|
mainProgram = "pydf";
|
||||||
license = licenses.publicDomain;
|
license = licenses.publicDomain;
|
||||||
maintainers = with maintainers; [ monsieurp ];
|
maintainers = with maintainers; [ monsieurp ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue