mothacehe pushed a commit to branch core-updates-next
in repository guix.

commit 9b70f2c38647c32459cfecfb2755800fbb31ea29
Author: Mathieu Othacehe <[email protected]>
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 b65303a..32b0cd0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -22,7 +22,7 @@
 ;;; Copyright © 2017, 2018 Leo Famulari <[email protected]>
 ;;; Copyright © 2017 José Miguel Sánchez García <[email protected]>
 ;;; Copyright © 2017 Gábor Boskovits <[email protected]>
-;;; Copyright © 2017 Mathieu Othacehe <[email protected]>
+;;; Copyright © 2017, 2019 Mathieu Othacehe <[email protected]>
 ;;; Copyright © 2017 Clément Lassieur <[email protected]>
 ;;; Copyright © 2017, 2018, 2019 Rutger Helling <[email protected]>
 ;;; Copyright © 2017 nee <[email protected]>
@@ -1524,12 +1524,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