guix-commits
[Top][All Lists]
Advanced

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

29/61: gnu: alsa-utils: Fix cross-compilation.


From: guix-commits
Subject: 29/61: gnu: alsa-utils: Fix cross-compilation.
Date: Wed, 21 Aug 2019 04:24:53 -0400 (EDT)

mothacehe pushed a commit to branch wip-cross-system
in repository guix.

commit 2d32dbd4d76c33efe871e02a002b67bdf5837358
Author: Mathieu Othacehe <address@hidden>
Date:   Fri Jul 5 18:41:05 2019 +0200

    gnu: alsa-utils: Fix cross-compilation.
    
    * gnu/packages/linux.scm (alsa-utils)[inputs]: Move gettext from here ...
    [native-inputs]: ... to here, in order to fix cross-compilation.
---
 gnu/packages/linux.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f2e36ee..2f7dcec 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -22,7 +22,7 @@
 ;;; Copyright © 2017, 2018 Leo Famulari <address@hidden>
 ;;; Copyright © 2017 José Miguel Sánchez García <address@hidden>
 ;;; Copyright © 2017 Gábor Boskovits <address@hidden>
-;;; Copyright © 2017 Mathieu Othacehe <address@hidden>
+;;; Copyright © 2017, 2019 Mathieu Othacehe <address@hidden>
 ;;; Copyright © 2017 Clément Lassieur <address@hidden>
 ;;; Copyright © 2017, 2018, 2019 Rutger Helling <address@hidden>
 ;;; Copyright © 2017 nee <address@hidden>
@@ -1518,12 +1518,13 @@ MIDI functionality to the Linux-based operating 
system.")
                (("\\$\\(MKDIR_P\\) .*ASOUND_STATE_DIR.*")
                 "true\n"))
              #t)))))
+    (native-inputs
+     `(("gettext" ,gettext-minimal)))
     (inputs
      `(("libsamplerate" ,libsamplerate)
        ("ncurses" ,ncurses)
        ("alsa-lib" ,alsa-lib)
-       ("xmlto" ,xmlto)
-       ("gettext" ,gettext-minimal)))
+       ("xmlto" ,xmlto)))
     (home-page "http://www.alsa-project.org/";)
     (synopsis "Utilities for the Advanced Linux Sound Architecture (ALSA)")
     (description



reply via email to

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