gnu: libtorrent-rasterbar: Build with default cmake.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Remove cmake flag.master
parent
00ae87c41a
commit
a59abcb350
|
@ -439,8 +439,7 @@ and will take advantage of multiple processor cores where possible.")
|
||||||
(base32 "0gwm4w7337ykh5lfnspapnnz6a35g7yay3wnj126s8s5kcsvy9wy"))))
|
(base32 "0gwm4w7337ykh5lfnspapnnz6a35g7yay3wnj126s8s5kcsvy9wy"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cmake ,cmake ;3.17 or later
|
`(#:configure-flags '("-Dpython-bindings=ON"
|
||||||
#:configure-flags '("-Dpython-bindings=ON"
|
|
||||||
"-Dbuild_tests=ON")
|
"-Dbuild_tests=ON")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue