forked from mirrors/nixpkgs
photofield: add meta.mainProgram
This commit is contained in:
parent
469d56aedd
commit
7e9c976322
|
@ -72,6 +72,7 @@ buildGoModule rec {
|
|||
description = "Experimental fast photo viewer";
|
||||
homepage = "https://github.com/SmilyOrg/photofield";
|
||||
license = licenses.mit;
|
||||
mainProgram = "photofield";
|
||||
maintainers = with maintainers; [ dit7ya ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue