nwg-drawer: add meta.mainProgram

This commit is contained in:
Arjun31415 2023-10-03 21:02:28 +05:30 committed by Bjørn Forsman
parent 15ee38975d
commit 4a5a2e0bd0

View file

@ -45,6 +45,7 @@ buildGoModule rec {
homepage = "https://github.com/nwg-piotr/nwg-drawer";
license = licenses.mit;
platforms = platforms.linux;
mainProgram = "nwg-drawer";
maintainers = with maintainers; [ plabadens ];
};
}