gnu: purple-lurch: Fix build.

* gnu/packages/messaging.scm (purple-lurch)
[build-system]: Replace cmake-build-system with gnu-build-system.
[arguments]<#:test-target>: Revert test target.

Change-Id: Id94c74fabfa8adbea163c2472569262aace90be3
This commit is contained in:
Greg Hogan 2025-07-31 14:07:26 +00:00
parent 555ccadb78
commit ca32dbde90
No known key found for this signature in database
GPG key ID: EF6EB27413CFEEF3

View file

@ -2821,10 +2821,11 @@ support for high performance Telegram Bot creation.")
(git-file-name name version))
(sha256
(base32 "1ipd9gwh04wbqv6c10yxi02lc2yjsr02hwjycgxhl4r9x8b33psd"))))
(build-system cmake-build-system)
(build-system gnu-build-system)
(arguments
(list
#:parallel-tests? #f
#:test-target "test"
#:phases
#~(modify-phases %standard-phases
(replace 'configure