tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
grim: add meta.mainProgram and other cleanup
éclairevoyant
2 years ago
ead60eb8
e24dabc2
+3
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
graphics
grim
default.nix
+3
-2
pkgs/tools/graphics/grim/default.nix
···
21
owner = "~emersion";
22
repo = pname;
23
rev = "v${version}";
24
-
sha256 = "sha256-5csJqRLNqhyeXR4dEQtnPUSwuZ8oY+BIt6AVICkm1+o=";
25
};
26
27
mesonFlags = [
···
49
homepage = "https://github.com/emersion/grim";
50
license = licenses.mit;
51
platforms = platforms.linux;
52
-
maintainers = with maintainers; [ buffet ];
0
53
};
54
}
···
21
owner = "~emersion";
22
repo = pname;
23
rev = "v${version}";
24
+
hash = "sha256-5csJqRLNqhyeXR4dEQtnPUSwuZ8oY+BIt6AVICkm1+o=";
25
};
26
27
mesonFlags = [
···
49
homepage = "https://github.com/emersion/grim";
50
license = licenses.mit;
51
platforms = platforms.linux;
52
+
maintainers = with maintainers; [ buffet eclairevoyant ];
53
+
mainProgram = "grim";
54
};
55
}