about summary refs log tree commit diff
path: root/pkgs/applications/backup/timeshift
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-06-27 04:55:23 +0000
committerRobert Schütz <nix@dotlambda.de>2022-06-27 04:55:23 +0000
commit40990c35863d38ca49e5d3b136fdc33525699165 (patch)
treeb53c180fe115826c985ae667da19c59ca3ea5356 /pkgs/applications/backup/timeshift
parenta5bc99a9c9b2f15d38a97a8fe59157810c4b46f9 (diff)
downloadnixlib-40990c35863d38ca49e5d3b136fdc33525699165.tar
nixlib-40990c35863d38ca49e5d3b136fdc33525699165.tar.gz
nixlib-40990c35863d38ca49e5d3b136fdc33525699165.tar.bz2
nixlib-40990c35863d38ca49e5d3b136fdc33525699165.tar.lz
nixlib-40990c35863d38ca49e5d3b136fdc33525699165.tar.xz
nixlib-40990c35863d38ca49e5d3b136fdc33525699165.tar.zst
nixlib-40990c35863d38ca49e5d3b136fdc33525699165.zip
treewide: don't use utillinux alias
Diffstat (limited to 'pkgs/applications/backup/timeshift')
-rw-r--r--pkgs/applications/backup/timeshift/unwrapped.nix4
1 files changed, 2 insertions, 2 deletions
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"