lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

timeshift: use `util-linuxMinimal`

+2 -2
+2 -2
pkgs/applications/backup/timeshift/unwrapped.nix
··· 11 11 gtk3, 12 12 json-glib, 13 13 libgee, 14 - util-linux, 14 + util-linuxMinimal, 15 15 vte, 16 16 xapp, 17 17 }: ··· 30 30 postPatch = '' 31 31 for FILE in src/Core/Main.vala src/Utility/Device.vala; do 32 32 substituteInPlace "$FILE" \ 33 - --replace-fail "/sbin/blkid" "${lib.getExe' util-linux "blkid"}" 33 + --replace-fail "/sbin/blkid" "${lib.getExe' util-linuxMinimal "blkid"}" 34 34 done 35 35 36 36 substituteInPlace ./src/Utility/IconManager.vala \