From 40990c35863d38ca49e5d3b136fdc33525699165 Mon Sep 17 00:00:00 2001 From: Robert Schütz Date: Mon, 27 Jun 2022 04:55:23 +0000 Subject: treewide: don't use utillinux alias --- pkgs/applications/backup/timeshift/unwrapped.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/backup/timeshift') diff --git a/pkgs/applications/backup/timeshift/unwrapped.nix b/pkgs/applications/backup/timeshift/unwrapped.nix index 1f34491dafdc..65db24062620 100644 --- a/pkgs/applications/backup/timeshift/unwrapped.nix +++ b/pkgs/applications/backup/timeshift/unwrapped.nix @@ -8,7 +8,7 @@ , gtk3 , json-glib , libgee -, utillinux +, util-linux , vte , xapps }: @@ -31,7 +31,7 @@ stdenv.mkDerivation rec { postPatch = '' while IFS="" read -r -d $'\0' FILE; do substituteInPlace "$FILE" \ - --replace "/sbin/blkid" "${utillinux}/bin/blkid" + --replace "/sbin/blkid" "${util-linux}/bin/blkid" done < <(find ./src -mindepth 1 -name "*.vala" -type f -print0) substituteInPlace ./src/Utility/IconManager.vala \ --replace "/usr/share" "$out/share" -- cgit 1.4.1