guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9e97054ad1060cc9b5c6554a175ace396b716aca
Author: Christopher O'Neill <[email protected]>
AuthorDate: Thu Oct 9 22:22:45 2025 +0100

    gnu: sane-backends: Don't remove dll.conf.
    
    * gnu/packages/scanner.scm (sane-backends): Keep 'dll.conf'
    
    The file 'dll.conf' is required for sane to map device IDs to the 
appropriate
    scanner backend.
    
    Change-Id: I17a052fddf9c671e377236b8b24263f0b220bc98
    Signed-off-by: Gabriel Wicki <[email protected]>
---
 gnu/packages/scanner.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm
index 8db959c776..3ec74d38c7 100644
--- a/gnu/packages/scanner.scm
+++ b/gnu/packages/scanner.scm
@@ -238,6 +238,7 @@ package contains the library, but no drivers.")
        ((#:phases phases)
         `(modify-phases ,phases
            (delete 'disable-backends)
+           (delete 'remove-dll.conf)
            (add-after 'disable-failing-tests 'disable-failing-backend-tests
              (lambda _
                ;; Disable test that fails on i686:

Reply via email to