nix/pkgs/flameshot: bump to my patched version
This commit is contained in:
parent
48bdb3559c
commit
f5622acaf7
2 changed files with 3 additions and 2 deletions
|
@ -13,8 +13,8 @@ mkDerivation rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lukegb";
|
owner = "lukegb";
|
||||||
repo = "flameshot";
|
repo = "flameshot";
|
||||||
rev = "6f4feb5277f868943cc4ae82bcb0c0f12523e93f";
|
rev = "72ca3ffc84fed71d5199c8d235afb047649a9de1";
|
||||||
sha256 = "sha256:066jl5mm9jbhzh5ly0hljlrpxadilwylpyhnakynmvfkj2567dq1";
|
sha256 = "sha256:0s1jrwmpz5r2qdbbg2m6wjwpxjngx54x2xq2gwyjsf3kpi4d5dl2";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake qttools qtsvg ];
|
nativeBuildInputs = [ cmake qttools qtsvg ];
|
||||||
|
|
|
@ -22,6 +22,7 @@ in
|
||||||
|
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
hardware.pulseaudio.enable = true;
|
hardware.pulseaudio.enable = true;
|
||||||
|
security.rtkit.enable = true;
|
||||||
|
|
||||||
services.dbus.packages = [ depot.nix.pkgs.flameshot ];
|
services.dbus.packages = [ depot.nix.pkgs.flameshot ];
|
||||||
systemd.packages = [ depot.nix.pkgs.flameshot ];
|
systemd.packages = [ depot.nix.pkgs.flameshot ];
|
||||||
|
|
Loading…
Reference in a new issue