mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libarea: Fix build.
* gnu/packages/engineering.scm (libarea)[arguments]: Enable BOOST_TIMER_ENABLE_DEPRECATED option in 'cmake-configure' phase. Change-Id: I6821c675bcd815b5fa7745160ec88c97abf2d4be
This commit is contained in:
parent
79dc6ae4f3
commit
f9228aae30
1 changed files with 1 additions and 0 deletions
|
@ -3152,6 +3152,7 @@ (define-public libarea
|
|||
(cmake (assoc-ref inputs "cmake")))
|
||||
(mkdir-p "build")
|
||||
(invoke "cmake"
|
||||
"-DCMAKE_CXX_FLAGS=-DBOOST_TIMER_ENABLE_DEPRECATED"
|
||||
(string-append "-DCMAKE_INSTALL_PREFIX=" out)))))
|
||||
(delete 'configure))))
|
||||
(home-page "https://github.com/Heeks/libarea")
|
||||
|
|
Loading…
Reference in a new issue