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")