mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cups-minimal: Ungraft.
* gnu/packages/cups.scm (cups-minimal)[replacement]: Remove it. [source]: Add cups-minimal-Address-PPD-injection-issues.patch. * gnu/packages/cups.scm (cups-minimal/fixed): Remove it. Change-Id: Icb5295af42b5a84741a73ed4b662bc8736ab6b2b
This commit is contained in:
parent
3d0160354d
commit
03a7e8c362
1 changed files with 2 additions and 11 deletions
|
@ -320,7 +320,6 @@ filters for the PDF-centric printing workflow introduced by OpenPrinting.")
|
||||||
(package
|
(package
|
||||||
(name "cups-minimal")
|
(name "cups-minimal")
|
||||||
(version "2.4.9")
|
(version "2.4.9")
|
||||||
(replacement cups-minimal/fixed)
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -330,7 +329,8 @@ filters for the PDF-centric printing workflow introduced by OpenPrinting.")
|
||||||
;; Avoid NAME confusion: these are the complete CUPS sources.
|
;; Avoid NAME confusion: these are the complete CUPS sources.
|
||||||
(file-name (git-file-name "cups" version))
|
(file-name (git-file-name "cups" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08wjd1flyaslhnwvxl39403qi3g675rk532ysiyk6cda4r8ks1g1"))))
|
(base32 "08wjd1flyaslhnwvxl39403qi3g675rk532ysiyk6cda4r8ks1g1"))
|
||||||
|
(patches (search-patches "cups-minimal-Address-PPD-injection-issues.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
|
@ -410,15 +410,6 @@ applications''. These must be installed separately.")
|
||||||
;; CUPS is Apache 2.0 with exceptions, see the NOTICE file.
|
;; CUPS is Apache 2.0 with exceptions, see the NOTICE file.
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define cups-minimal/fixed
|
|
||||||
(package
|
|
||||||
(inherit cups-minimal)
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(inherit (package-source cups-minimal))
|
|
||||||
(patches
|
|
||||||
(search-patches "cups-minimal-Address-PPD-injection-issues.patch"))))))
|
|
||||||
|
|
||||||
(define-public cups
|
(define-public cups
|
||||||
(package/inherit cups-minimal
|
(package/inherit cups-minimal
|
||||||
(name "cups")
|
(name "cups")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue