Hi Liliana,

Liliana Marie Prikler <liliana.prik...@gmail.com> writes:

> diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
> index e54b680855..ca50ab37a8 100644
> --- a/gnu/packages/webkit.scm
> +++ b/gnu/packages/webkit.scm
> @@ -241,7 +241,7 @@ (define-public webkitgtk
>      (build-system cmake-build-system)
>      (outputs '("out" "doc"))
>      (arguments
> -     '(#:tests? #f ; no tests
> +     `(#:tests? #f ; no tests
>         #:build-type "Release" ; turn off debugging symbols to save space
>         #:configure-flags (list
>                            "-DPORT=GTK"
> @@ -295,6 +295,13 @@ (define-public webkitgtk
>                   (("libWPEBackend-fdo-([\\.0-9]+)\\.so" all version)
>                    (string-append wpebackend-fdo "/lib/" all)))
>                 #t)))
> +         ,@(if (string-prefix? "x68_64" (or (%current-target-system)

The problem is here _______________^^^^^^.
That should be "x86_64", not "x68_64".

It's rebuilding on your system because it's erroneously adding the new
phase.  Otherwise, your commit looks good to me.

     Thank you!
        Mark

-- 
Disinformation flourishes because many people care deeply about injustice
but very few check the facts.  Ask me about <https://stallmansupport.org>.



Reply via email to