summaryrefslogtreecommitdiff
path: root/gnu/packages/game-development.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-03-17 16:37:07 +0100
committerAndreas Enge <andreas@enge.fr>2026-03-17 16:37:07 +0100
commit52bcfaf909abc518466bbbd29adf33f7ad652d5c (patch)
treefdd459da18fc2a489d0e8837dbd511785215595f /gnu/packages/game-development.scm
parent91bc0012c542891411ba2c1aff4be2aa03cd91bb (diff)
gnu: Remove mygui.
* gnu/packages/game-development.scm (mygui): Delete variable. Change-Id: I76f57c5ed5cb7568876566a8eaef41044d6b45c0
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r--gnu/packages/game-development.scm42
1 files changed, 0 insertions, 42 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index dce3cb4143d..846f8f1fab8 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2285,48 +2285,6 @@ It can convert worlds from Minecraft 1.9 and later.")
2285 (home-page "https://github.com/listia/mc2mt") 2285 (home-page "https://github.com/listia/mc2mt")
2286 (license license:expat)))) 2286 (license license:expat))))
2287 2287
2288(define-public mygui
2289 (package
2290 (name "mygui")
2291 (version "3.4.3")
2292 (source
2293 (origin
2294 (method git-fetch)
2295 (uri (git-reference
2296 (url "https://github.com/MyGUI/mygui")
2297 (commit (string-append "MyGUI" version))))
2298 (file-name (git-file-name name version))
2299 (sha256
2300 (base32 "0nayw5shm5nly9bjp0g372kg5ia64dvn6mrmi1c6mdg0n6vgs9xa"))))
2301 (build-system cmake-build-system)
2302 (arguments
2303 (list
2304 #:tests? #f ;no test target
2305 #:configure-flags
2306 #~(list "-DMYGUI_INSTALL_DOCS=TRUE"
2307 ;; Demos and tools are Windows-specific:
2308 ;; https://github.com/MyGUI/mygui/issues/24.
2309 "-DMYGUI_BUILD_DEMOS=FALSE"
2310 "-DMYGUI_BUILD_TOOLS=FALSE")))
2311 (native-inputs
2312 (list boost
2313 doxygen
2314 pkg-config))
2315 (inputs
2316 (list font-dejavu
2317 freetype
2318 graphviz
2319 libx11
2320 ogre
2321 ois))
2322 (synopsis "Fast, flexible and simple GUI")
2323 (description
2324 "MyGUI is a library for creating Graphical User Interfaces (GUIs) for games
2325and 3D applications. The main goals of MyGUI are: speed, flexibility and ease
2326of use.")
2327 (home-page "http://mygui.info/")
2328 (license license:expat)))
2329
2330(define-public mygui-gl 2288(define-public mygui-gl
2331 (package 2289 (package
2332 (name "mygui-gl") 2290 (name "mygui-gl")