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): Update to 2.4.7. [replacement]: Remove. (cups-minimal/fixed): Remove. Change-Id: I6359cec26fc5c1fa134c61c76f2fe8581d646ad6
This commit is contained in:
parent
671db7471e
commit
9ebaf6518a
1 changed files with 3 additions and 18 deletions
|
@ -1,6 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2015, 2019, 2021 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2015, 2019, 2021 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2015, 2016, 2017, 2019, 2021 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2015, 2016, 2017, 2019, 2021, 2023 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2015-2018, 2023 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2015-2018, 2023 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org>
|
;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org>
|
||||||
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
|
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
|
||||||
|
@ -255,8 +255,7 @@ filters for the PDF-centric printing workflow introduced by OpenPrinting.")
|
||||||
(define-public cups-minimal
|
(define-public cups-minimal
|
||||||
(package
|
(package
|
||||||
(name "cups-minimal")
|
(name "cups-minimal")
|
||||||
(version "2.4.2")
|
(version "2.4.7")
|
||||||
(replacement cups-minimal/fixed)
|
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -266,7 +265,7 @@ 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 "01nn6ij7kpf2vzikinn7mk4crjx4ab8m4pplvsccc8gg30a2q9y9"))))
|
(base32 "0cj3gs7ki9v0drj19l326s8f1kxrpq7jkzrdfdk7ykrlk7sj645f"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
|
@ -346,20 +345,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)
|
|
||||||
(version "2.4.9")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/OpenPrinting/cups")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name "cups" version))
|
|
||||||
(sha256
|
|
||||||
(base32 "08wjd1flyaslhnwvxl39403qi3g675rk532ysiyk6cda4r8ks1g1"))))))
|
|
||||||
|
|
||||||
(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