mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
555ccadb78
commit
ca32dbde90
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue