John Darrington <[email protected]> skribis:

> * gnu-system.am (GNU_SYSTEM_MODULES): Add new file.
> * gnu/packages/telephony.scm: New file.

Looks good to me, OK to push!

[...]

> +(define-public sipwitch
> +  (package
> +   (name "sipwitch")
> +   (version "1.9.2")
> +   (source (origin
> +            (method url-fetch)
> +            (uri (string-append "mirror://gnu/sipwitch/sipwitch-"
> +                   version ".tar.gz"))
> +            (sha256 (base32
> +                     
> "0cf0zrdfi4w9qn50ags3rvwc29km2k526f6sm6i7jb0hsrvg0k8x"))))
> +   (build-system gnu-build-system)
> +   ;; The configure.ac uses pkg-config but in a kludgy way which breaks when 
> +   ;; cross-compiling.  Fortunately we can override it and set the dependency
> +   ;; flags ourselves.

Could you just clarify that it expects the tool to be called
‘pkg-config’ instead of ‘TARGET-pkg-config’ as is usual?

Thanks!

Ludo’.

Reply via email to