The build fails with cmake 3.12.0. This patch will be obsolete with the next release. https://sourceforge.net/p/podofo/tickets/24/attachment/podofo-cmake-3.12.patch --- a/test/TokenizerTest/CMakeLists.txt 2018-07-20 18:26:02.921494293 +0200 +++ b/test/TokenizerTest/CMakeLists.txt 2018-07-20 18:34:53.727136443 +0200 @@ -2,10 +2,3 @@ TARGET_LINK_LIBRARIES(TokenizerTest ${PODOFO_LIB} ${PODOFO_LIB_DEPENDS}) SET_TARGET_PROPERTIES(TokenizerTest PROPERTIES COMPILE_FLAGS "${PODOFO_CFLAGS}") ADD_DEPENDENCIES(TokenizerTest ${PODOFO_DEPEND_TARGET}) - -# Copy the test samples over to the build tree -ADD_CUSTOM_COMMAND( - TARGET TokenizerTest - POST_BUILD - COMMAND "${CMAKE_COMMAND}" -E copy_directory "${CMAKE_CURRENT_SOURCE_DIR}/objects" "${CMAKE_CURRENT_BINARY_DIR}/objects" - ) Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/purescript.scm
AgeCommit message (Expand)Author
2023-07-16gnu: purescript: Use G-expressions....* gnu/packages/purescript.scm (purescript)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2023-07-16gnu: purescript: Update to 0.15.10....* gnu/packages/purescript.scm (purescript): Update to 0.15.10. Tobias Geerinckx-Rice
2023-06-21gnu: purescript: Update to 0.15.9....* gnu/packages/purescript.scm (purescript): Update to 0.15.9. [arguments]: Break line to satisfy the linter. jgart
2023-04-25gnu: purescript: Update to 0.15.8....* gnu/packages/purescript.scm (purescript): Update to 0.15.8. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> jgart
2023-02-26gnu: purescript: Drop Haskell libraries and documentation....* gnu/packages/purescript.scm (purescript)[arguments]: Add 'remove-libraries phase and disable #:haddock?. Lars-Dominik Braun
2023-02-26Upgrade Haskell packages....Script-aided bulk change. Lars-Dominik Braun
2023-02-26gnu: Use HACKAGE-URI for packages from Hackage....Script-aided bulk change. Lars-Dominik Braun
2023-02-26gnu: Add upstream-name property to Haskell packages....Script-aided bulk change. Lars-Dominik Braun