mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: mygui: Update to 3.4.1.
* gnu/packages/game-development.scm (mygui): Update to 3.4.1. (mygui-gl): Use PACKAGE/INHERIT. Don't duplicate version field.
This commit is contained in:
parent
426ef5b46f
commit
6fa4c93102
1 changed files with 3 additions and 5 deletions
|
@ -1692,7 +1692,7 @@ (define-public ois
|
||||||
(define-public mygui
|
(define-public mygui
|
||||||
(package
|
(package
|
||||||
(name "mygui")
|
(name "mygui")
|
||||||
(version "3.2.2")
|
(version "3.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1702,7 +1702,7 @@ (define-public mygui
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wk7jmwm55rhlqqcyvqsxdmwvl70bysl9azh4kd9n57qlmgk3zmw"))))
|
"1gyd4bzm6qqpqw6is065qs5c729gl6rp989bnkygha6q4s371vz6"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; No test target
|
'(#:tests? #f ; No test target
|
||||||
|
@ -1734,10 +1734,8 @@ (define-public mygui
|
||||||
|
|
||||||
(define-public mygui-gl
|
(define-public mygui-gl
|
||||||
;; Closure size is reduced by some 800 MiB.
|
;; Closure size is reduced by some 800 MiB.
|
||||||
(package
|
(package/inherit mygui
|
||||||
(inherit mygui)
|
|
||||||
(name "mygui-gl")
|
(name "mygui-gl")
|
||||||
(version "3.2.2")
|
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments mygui)
|
(substitute-keyword-arguments (package-arguments mygui)
|
||||||
((#:configure-flags _)
|
((#:configure-flags _)
|
||||||
|
|
Loading…
Reference in a new issue