about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-12-26 19:05:48 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-12-26 19:50:17 +0100
commitc05165ba5ce24fb793040218b8e899c53bda448c (patch)
treee293c4e34aa802e3cb5ca6f746012a1f966d7310 /pkgs/applications/graphics
parentcf699caf4d9be4445b3516f9b9b362dd3d442edf (diff)
saneBackends: don't add epson2 to dll.conf
It's already in there by default.
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/sane/backends/generic.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/sane/backends/generic.nix b/pkgs/applications/graphics/sane/backends/generic.nix
index 9fbeb61261499..5b6c8943783de 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; {