Skip to content

Commit

Permalink
guix.scm (guile-udev): Fix cross-compilation
Browse files Browse the repository at this point in the history
* guix.scm (guile-udev) [native-inputs]: Fix cross-compilation by adding
  "guile-3.0".
  • Loading branch information
artyom-poptsov committed Dec 20, 2023
1 parent e9cca74 commit f5d67bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions guix.scm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; guix.scm --- GNU Guix package recipe -*- coding: utf-8 -*-
;;
;; Copyright (C) 2022 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;; Copyright (C) 2022-2023 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;
;; This file is part of Guile-Udev.
;;
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit f5d67bd

Please sign in to comment.