From 4979541cadc8977c5e98b28ce245be5720422eb5 Mon Sep 17 00:00:00 2001 From: Guillaume Maudoux Date: Mon, 10 Feb 2020 17:28:37 +0100 Subject: sane module: make warning more explicit --- pkgs/applications/graphics/sane/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/graphics') diff --git a/pkgs/applications/graphics/sane/config.nix b/pkgs/applications/graphics/sane/config.nix index e134391f58cc..2ef1e26f5ac6 100644 --- a/pkgs/applications/graphics/sane/config.nix +++ b/pkgs/applications/graphics/sane/config.nix @@ -36,7 +36,7 @@ stdenv.mkDerivation { function symlink () { local target=$1 linkname=$2 if [ -e "$linkname" ]; then - echo "warning: conflict for $linkname. Overriding." + echo "warning: conflict for $linkname. Overriding $(readlink $linkname) with $target." fi ln -sfn "$target" "$linkname" } -- cgit 1.4.1