guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: nethack: Make some inputs native.


From: guix-commits
Subject: 04/04: gnu: nethack: Make some inputs native.
Date: Thu, 2 Apr 2020 05:24:44 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 0ad7e703c9adbb14f05378d5e25573d859829991
Author: Vincent Legoll <address@hidden>
AuthorDate: Thu Apr 2 01:22:25 2020 +0200

    gnu: nethack: Make some inputs native.
    
    * gnu/packages/games.scm (nethack)[inputs]: Move flex & bison from here...
    [native-inputs]: ...to this new field.
    
    Signed-off-by: Mathieu Othacehe <address@hidden>
---
 gnu/packages/games.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8a24dad..4d4b2b0 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -50,6 +50,7 @@
 ;;; Copyright © 2020 Naga Malleswari <address@hidden>
 ;;; Copyright © 2020 Vitaliy Shatrov <address@hidden>
 ;;; Copyright © 2020 Jack Hill <address@hidden>
+;;; Copyright © 2020 Vincent Legoll <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1293,10 +1294,11 @@ watch your CPU playing while enjoying a cup of tea!")
                         (string-join (string-split version #\.) "") 
"-src.tgz"))
         (sha256
           (base32 "1liyckjp34j354qnxc1zn9730lh1p2dabrg1hap24z6xnqx0rpng"))))
+    (native-inputs
+      `(("bison" ,bison)
+        ("flex" ,flex)))
     (inputs
       `(("ncurses" ,ncurses)
-        ("bison" ,bison)
-        ("flex" ,flex)
         ("less" ,less)))
     (build-system gnu-build-system)
     (arguments



reply via email to

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