mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
colorpicker: set meta.mainProgram
This commit is contained in:
parent
1d4d39f0bc
commit
60eb8d62a7
|
@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/Ancurio/colorpicker";
|
||||
maintainers = with maintainers; [ jb55 ];
|
||||
license = licenses.mit;
|
||||
mainProgram = "colorpicker";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue