From c05165ba5ce24fb793040218b8e899c53bda448c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 26 Dec 2015 19:05:48 +0100 Subject: [PATCH] saneBackends: don't add epson2 to dll.conf It's already in there by default. --- pkgs/applications/graphics/sane/backends/generic.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/applications/graphics/sane/backends/generic.nix b/pkgs/applications/graphics/sane/backends/generic.nix index 9fbeb612614..5b6c8943783 100644 --- a/pkgs/applications/graphics/sane/backends/generic.nix +++ b/pkgs/applications/graphics/sane/backends/generic.nix @@ -33,8 +33,6 @@ stdenv.mkDerivation { else if snapscanFirmware != null then "mkdir -p \${out}/share/sane/snapscan ; ln -s " + snapscanFirmware + " \${out}/share/sane/snapscan/your-firmwarefile.bin" - "mkdir -p \${out}/etc/sane.d ; " + - "echo epson2 >> \${out}/etc/sane.d/dll.conf" else ""; meta = with stdenv.lib; {