gnu: python-xsge: Update to 2018.02.26.
* gnu/packages/game-development.scm (python-xsge, python2-xsge): Update to 2018.02.26. [arguments]: Substitute invoke for system*.master
parent
d36b98ad95
commit
6e92fba4b0
|
@ -357,14 +357,14 @@ levels.")
|
||||||
(define-public python-xsge
|
(define-public python-xsge
|
||||||
(package
|
(package
|
||||||
(name "python-xsge")
|
(name "python-xsge")
|
||||||
(version "2017.06.09")
|
(version "2018.02.26")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://savannah/xsge/xsge/xsge-"
|
(uri (string-append "mirror://savannah/xsge/xsge/xsge-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vy7c2y7ihvmggs93zgfv2h3049s384wid8a5snzrrba8bhbb89p"))))
|
"0bx93hgf7cgdw2gsygbh59y8vpw37pgsa279rajw3fkdpl8vrc40"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -373,10 +373,9 @@ levels.")
|
||||||
;; system's default flags, "--single-version-externally-managed".
|
;; system's default flags, "--single-version-externally-managed".
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(zero?
|
(invoke "python" "setup.py" "install"
|
||||||
(system* "python" "setup.py" "install"
|
(string-append "--prefix=" (assoc-ref outputs "out"))
|
||||||
(string-append "--prefix=" (assoc-ref outputs "out"))
|
"--root=/"))))
|
||||||
"--root=/")))))
|
|
||||||
#:tests? #f)) ; no check target
|
#:tests? #f)) ; no check target
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-sge-pygame" ,python-sge-pygame)
|
`(("python-sge-pygame" ,python-sge-pygame)
|
||||||
|
|
Reference in New Issue