nix/pkgs/flameshot: bump to my patched version

This commit is contained in:
Luke Granger-Brown 2021-04-05 14:57:59 +01:00
parent 48bdb3559c
commit f5622acaf7
2 changed files with 3 additions and 2 deletions

View file

@ -13,8 +13,8 @@ mkDerivation rec {
src = fetchFromGitHub {
owner = "lukegb";
repo = "flameshot";
rev = "6f4feb5277f868943cc4ae82bcb0c0f12523e93f";
sha256 = "sha256:066jl5mm9jbhzh5ly0hljlrpxadilwylpyhnakynmvfkj2567dq1";
rev = "72ca3ffc84fed71d5199c8d235afb047649a9de1";
sha256 = "sha256:0s1jrwmpz5r2qdbbg2m6wjwpxjngx54x2xq2gwyjsf3kpi4d5dl2";
};
nativeBuildInputs = [ cmake qttools qtsvg ];

View file

@ -22,6 +22,7 @@ in
sound.enable = true;
hardware.pulseaudio.enable = true;
security.rtkit.enable = true;
services.dbus.packages = [ depot.nix.pkgs.flameshot ];
systemd.packages = [ depot.nix.pkgs.flameshot ];