From 739f4db7501a3058ffda096d68b76840035745aa Mon Sep 17 00:00:00 2001 From: Stefan Frijters Date: Tue, 28 May 2024 16:02:03 +0200 Subject: tint2: update substituteInPlace command --- pkgs/applications/misc/tint2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/misc/tint2/default.nix b/pkgs/applications/misc/tint2/default.nix index 15aa9f915d5f4..46c89527c4f0b 100644 --- a/pkgs/applications/misc/tint2/default.nix +++ b/pkgs/applications/misc/tint2/default.nix @@ -76,7 +76,7 @@ stdenv.mkDerivation rec { for f in ./src/launcher/apps-common.c \ ./src/launcher/icon-theme-common.c do - substituteInPlace $f --replace /usr/share/ /run/current-system/sw/share/ + substituteInPlace $f --replace-fail /usr/share/ /run/current-system/sw/share/ done ''; -- cgit 1.4.1