gnu: akonadi: Remove references to '%outputs' and '%build-inputs'.

* gnu/packages/kde-pim.scm (akonadi)[arguments]: Remove references to
'%outputs' and '%build-inputs'.
This commit is contained in:
Ludovic Courtès 2021-11-27 11:46:19 +01:00
parent 54b0b96c5b
commit 9204408de7
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -90,10 +90,10 @@
#:phases
(modify-phases (@ (guix build qt-build-system) %standard-phases)
(add-before 'configure 'add-definitions
(lambda _
(let ((out (assoc-ref %outputs "out"))
(mysql (assoc-ref %build-inputs "mysql"))
(pgsql (assoc-ref %build-inputs "postgresql")))
(lambda* (#:key outputs inputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))
(mysql (assoc-ref inputs "mysql"))
(pgsql (assoc-ref inputs "postgresql")))
(with-output-to-file "CMakeLists.txt.new"
(lambda _
(display