guix-patches
[Top][All Lists]
Advanced

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

[bug#56252] [PATCH] gnu: polkit-mozjs: Fix native-inputs usage.


From: Liliana Marie Prikler
Subject: [bug#56252] [PATCH] gnu: polkit-mozjs: Fix native-inputs usage.
Date: Mon, 27 Jun 2022 14:19:00 +0200
User-agent: Evolution 3.42.1

Am Montag, dem 27.06.2022 um 10:34 +0000 schrieb Jean Pierre De Jesus
DIAZ:

> -           (lambda* (#:key inputs #:allow-other-keys)
> -             (let ((xsldoc (string-append (assoc-ref inputs
> "docbook-xsl")
> +           (lambda* (#:key native-inputs #:allow-other-keys)
> +             (let ((xsldoc (string-append (assoc-ref native-inputs
> "docbook-xsl")
The correct usage would be (or native-inputs inputs).

Cheers





reply via email to

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