~ruther/guix-local

7e704db3ea2ce335b15effca8012ceec89a5e5c4 — Ada Stevenson 5 months ago 7df4eac
gnu: python-html5-parser: Fix build.

* gnu/packages/python-web.scm (python-html5-parser):
[arguments]<#:phases>{set-configure-flags}: New phase to set
`-Wno-error=implicit-function-declaration` flag.

Change-Id: I21f8f785c55c8cedf6669c221290e40e83447351
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 8 insertions(+), 0 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +8 -0
@@ 3530,6 3530,14 @@ and written in Python.")
               (base32
                "195wgxls3df7djry9cz3p2k9644l6bfd66fczbaw55fsq0c48agr"))))
    (build-system python-build-system)
    (arguments
     (list
      #:phases
      #~(modify-phases %standard-phases
          (add-before 'build 'set-configure-flags
            (lambda _
              (setenv "CFLAGS"
                      "-Wno-error=implicit-function-declaration"))))))
    (native-inputs
     (list pkg-config))
    (inputs