guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#27344] [PATCH v4 2/3] gnu: Add qucs.


From: Ludovic Courtès
Subject: [bug#27344] [PATCH v4 2/3] gnu: Add qucs.
Date: Fri, 27 Oct 2017 08:22:52 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Theodoros Foradis <address@hidden> skribis:

> * gnu/packages/engineering.scm (qucs): New variable.

[...]

> +               (wrap-program (string-append out "/bin/qucs")
> +                 `("CPLUS_INCLUDE_PATH" ":" prefix
> +                   (,(string-append (assoc-ref inputs "gcc-toolchain")
> +                                    "/include")))
> +                 `("PATH" ":" prefix
> +                   (,(string-append (assoc-ref inputs "gcc-toolchain")
> +                                    "/bin")))
> +                 `("LIBRARY_PATH" ":" prefix
> +                   (,(string-append (assoc-ref inputs "gcc-toolchain")
> +                                    "/lib")))

Is this still needed now that freehdl wraps things?

If not, could you send an updated patch?

Thank you,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]