mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: libtorrent-rasterbar: Build with default cmake.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Remove cmake flag.
This commit is contained in:
parent
00ae87c41a
commit
a59abcb350
1 changed files with 1 additions and 2 deletions
|
@ -439,8 +439,7 @@ (define-public libtorrent-rasterbar
|
|||
(base32 "0gwm4w7337ykh5lfnspapnnz6a35g7yay3wnj126s8s5kcsvy9wy"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:cmake ,cmake ;3.17 or later
|
||||
#:configure-flags '("-Dpython-bindings=ON"
|
||||
`(#:configure-flags '("-Dpython-bindings=ON"
|
||||
"-Dbuild_tests=ON")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue