tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
scrot: provide meta.mainProgram
nobbz.dev
2 years ago
1d56cde4
63e45105
+1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
graphics
scrot
default.nix
+1
pkgs/tools/graphics/scrot/default.nix
···
43
43
meta = with lib; {
44
44
homepage = "https://github.com/resurrecting-open-source-projects/scrot";
45
45
description = "A command-line screen capture utility";
46
46
+
mainProgram = "scrot";
46
47
platforms = platforms.linux;
47
48
maintainers = with maintainers; [ globin ];
48
49
license = licenses.mitAdvertising;