summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/applications/graphics/sane/config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/sane/config.nix b/pkgs/applications/graphics/sane/config.nix
index e134391f58c..2ef1e26f5ac 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"
     }