mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: epson-inkjet-printer-escpr: Import the correct set of modules.
* gnu/packages/cups.scm (epson-inkjet-printer-escpr) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: I1066d14e8000e0edf90f0d66886de0505018efb8
This commit is contained in:
parent
01764405a2
commit
5a5669482d
1 changed files with 1 additions and 1 deletions
|
|
@ -888,7 +888,7 @@ HP@tie{}LaserJet, and possibly other printers. See @file{README} for details.")
|
|||
(arguments
|
||||
(list #:modules
|
||||
`((srfi srfi-26)
|
||||
,@%default-gnu-imported-modules)
|
||||
,@%default-gnu-modules)
|
||||
#:configure-flags
|
||||
#~(list "--disable-static"
|
||||
(string-append "--prefix=" #$output)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue