tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
flameshot: provide meta.mainProgram
Norbert Melzer
2 years ago
c445b079
63e45105
+1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
flameshot
default.nix
+1
pkgs/tools/misc/flameshot/default.nix
···
39
meta = with lib; {
40
description = "Powerful yet simple to use screenshot software";
41
homepage = "https://github.com/flameshot-org/flameshot";
0
42
maintainers = with maintainers; [ scode oxalica ];
43
license = licenses.gpl3Plus;
44
platforms = platforms.linux ++ platforms.darwin;
···
39
meta = with lib; {
40
description = "Powerful yet simple to use screenshot software";
41
homepage = "https://github.com/flameshot-org/flameshot";
42
+
mainProgram = "flameshot";
43
maintainers = with maintainers; [ scode oxalica ];
44
license = licenses.gpl3Plus;
45
platforms = platforms.linux ++ platforms.darwin;