colorpicker: set meta.mainProgram

This commit is contained in:
figsoda 2021-10-08 15:29:08 -04:00
parent 1d4d39f0bc
commit 60eb8d62a7

View file

@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/Ancurio/colorpicker";
maintainers = with maintainers; [ jb55 ];
license = licenses.mit;
mainProgram = "colorpicker";
};
}