guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: crawl: Build with python3-wrapper.


From: guix-commits
Subject: 01/03: gnu: crawl: Build with python3-wrapper.
Date: Fri, 8 Mar 2019 10:22:58 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit fc7d6bc60d0ee85017217b528cb2f46342141c11
Author: Efraim Flashner <address@hidden>
Date:   Fri Mar 8 15:25:57 2019 +0200

    gnu: crawl: Build with python3-wrapper.
    
    * gnu/packages/games.scm (crawl)[native-inputs replace python with
    python-wrapper.
    [arguments]: Remove custom 'patch-python phase.
---
 gnu/packages/games.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 3752c6e..1742454 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -4437,7 +4437,7 @@ fish.  The whole game is accompanied by quiet, comforting 
music.")
      `(("bison" ,bison)
        ("flex" ,flex)
        ("perl" ,perl)
-       ("python" ,python)
+       ("python" ,python-wrapper)
        ("python-pyyaml" ,python-pyyaml)
        ("pkg-config" ,pkg-config)))
     (arguments
@@ -4454,11 +4454,6 @@ fish.  The whole game is accompanied by quiet, 
comforting music.")
                "-Csource"))
        #:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'patch-python
-           (lambda* (#:key inputs #:allow-other-keys)
-             (substitute* "source/util/species-gen.py"
-               (("python") "python3"))
-             #t))
          (delete 'configure)
          (replace 'check
            (lambda* (#:key inputs outputs make-flags #:allow-other-keys)



reply via email to

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