unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59736] [PATCH] gnu: libtirpc: fix cross-compilation.
@ 2022-12-01  8:43 Z572 via Guix-patches via
  2022-12-05 16:55 ` bug#59736: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Z572 via Guix-patches via @ 2022-12-01  8:43 UTC (permalink / raw)
  To: 59736

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1135 bytes --]

* gnu/packages/onc-rpc.scm (libtirpc)[native-inputs]: add mit-krb5.
---
 gnu/packages/onc-rpc.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/onc-rpc.scm b/gnu/packages/onc-rpc.scm
index 873dc54c30..4495622191 100644
--- a/gnu/packages/onc-rpc.scm
+++ b/gnu/packages/onc-rpc.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2019 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2020 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2022 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2022 Zheng Junjie <873216071@qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -63,6 +64,7 @@ (define-public libtirpc
                             "tirpc/netconfig.h")
                (("/etc/netconfig") (string-append (assoc-ref outputs "out")
                                                   "/etc/netconfig"))))))))
+    (native-inputs (list mit-krb5)) ;; for cross-compilation
     (inputs (list mit-krb5))
     (home-page "https://sourceforge.net/projects/libtirpc/")
     (synopsis "Transport-independent Sun/ONC RPC implementation")

base-commit: 42325fc37370686a6b153632cf794a095e791f7a
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#59736: [PATCH] gnu: libtirpc: fix cross-compilation.
  2022-12-01  8:43 [bug#59736] [PATCH] gnu: libtirpc: fix cross-compilation Z572 via Guix-patches via
@ 2022-12-05 16:55 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-12-05 16:55 UTC (permalink / raw)
  To: Z572; +Cc: 59736-done

Hi,

Z572 <873216071@qq.com> skribis:

> * gnu/packages/onc-rpc.scm (libtirpc)[native-inputs]: add mit-krb5.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-05 16:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-01  8:43 [bug#59736] [PATCH] gnu: libtirpc: fix cross-compilation Z572 via Guix-patches via
2022-12-05 16:55 ` bug#59736: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).