Archived
1
0
Fork 0

gnu: Remove kdbusaddons-bootstrap.

* gnu/packages/kde-frameworks.scm (kdbusaddons-bootstrap): Delete variable.

Change-Id: Ice1dfd329df8a42e9c323fdce306b5c8837a8067
This commit is contained in:
Zheng Junjie 2024-07-06 10:10:44 +08:00
parent f70b88c3dd
commit 3ef8db27f8
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -3509,22 +3509,6 @@ components so that all the plugins can receive all the information they
need.")
(license license:lgpl2.1+)))
;; This version of kdbusaddons does not use kinit as an input, and is used to
;; build kinit-bootstrap, as well as bootstrap versions of all kinit
;; dependencies which also rely on kdbusaddons.
(define kdbusaddons-bootstrap
(package
(inherit kdbusaddons)
(source (origin
(inherit (package-source kdbusaddons))
(patches '())))
(inputs (modify-inputs (package-inputs kdbusaddons) (delete "kinit")))
(arguments
(substitute-keyword-arguments (package-arguments kdbusaddons)
((#:phases phases)
#~(modify-phases #$phases
(delete 'patch-source)))))))
(define-public ktextaddons
(package
(name "ktextaddons")