From f5d67bd5a7a33e149f4169db1553563068a55bd2 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Wed, 20 Dec 2023 08:59:02 +0300 Subject: [PATCH] guix.scm (guile-udev): Fix cross-compilation * guix.scm (guile-udev) [native-inputs]: Fix cross-compilation by adding "guile-3.0". --- guix.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guix.scm b/guix.scm index 8e9679f..ab7e57e 100644 --- a/guix.scm +++ b/guix.scm @@ -1,6 +1,6 @@ ;; guix.scm --- GNU Guix package recipe -*- coding: utf-8 -*- ;; -;; Copyright (C) 2022 Artyom V. Poptsov +;; Copyright (C) 2022-2023 Artyom V. Poptsov ;; ;; This file is part of Guile-Udev. ;; @@ -80,7 +80,8 @@ libtool texinfo pkg-config - which)) + which + guile-3.0)) ; Needed for cross-compiling (inputs (list guile-3.0 eudev)) (home-page "https://github.com/artyom-poptsov/guile-udev")