gnu: Remove kdbusaddons-bootstrap.
* gnu/packages/kde-frameworks.scm (kdbusaddons-bootstrap): Delete variable. Change-Id: Ice1dfd329df8a42e9c323fdce306b5c8837a8067
This commit is contained in:
parent
f70b88c3dd
commit
3ef8db27f8
1 changed files with 0 additions and 16 deletions
|
@ -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")
|
||||
|
|
Reference in a new issue