emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#26702: closed ([PATCH 1/2] gnu: Add font-cns11643)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26702: closed ([PATCH 1/2] gnu: Add font-cns11643)
Date: Thu, 04 May 2017 20:13:02 +0000

Your message dated Thu, 04 May 2017 23:12:00 +0300
with message-id <address@hidden>
and subject line Re: bug#26702: [PATCH 1/2] gnu: Add font-cns11643
has caused the debbugs.gnu.org bug report #26702,
regarding [PATCH 1/2] gnu: Add font-cns11643
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26702: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26702
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: Add font-cns11643 Date: Sat, 29 Apr 2017 04:53:13 +1000 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.8.0

Attachment: 0001-gnu-Add-font-cns11643.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#26702: [PATCH 1/2] gnu: Add font-cns11643 Date: Thu, 04 May 2017 23:12:00 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
Brendan Tildesley (2017-05-02 00:43 +1000) wrote:

> Marius Bakke 於 2017-05-01 01:10 寫道:
[...]
>>> +    (outputs '("out" "tw-kai" "tw-sung"))
>>> +    (build-system trivial-build-system)
>>> +    (native-inputs
>>> +     `(("unzip" ,unzip)))
>>> +    (arguments
>>> +     `(#:modules ((guix build utils))
>>> +       #:builder
>>> +       (begin
>>> +         (use-modules (guix build utils))
>>> +         (let* ((font-dir "/share/fonts/truetype/cns11643")
>>> +                (out (string-append %output font-dir))
>> I've changes this to use (assoc-ref outputs "out") instead of the
>> magical %output.
> Ok, I don't understand much about those. Are the uses of %outputs (with
> the 's') below also problematic?

No they are OK, moreover this is the only way to access the outputs.

-- 
Alex


--- End Message ---

reply via email to

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