16 version = "unstable-2023-03-18";
18 src = fetchFromGitHub {
21 rev = "186ce900e293b98f2721c11930248a8de54aa338";
22 hash = "sha256-RJ4MnxklcuxC+ZYEbfma5RDc2aeJ95LuTwNk+FnEhdo=";
36 ] ++ lib.optionals stdenv.isDarwin [
37 darwin.apple_sdk.frameworks.Cocoa
38 darwin.apple_sdk.frameworks.Foundation
43 "-DCEGUI_OPTION_DEFAULT_IMAGECODEC=OgreRenderer-0"
44 ] ++ lib.optionals (stdenv.hostPlatform.isDarwin) [
45 "-DCMAKE_OSX_ARCHITECTURES=${stdenv.hostPlatform.darwinArch}"
48 passthru.updateScript = unstableGitUpdater {
53 homepage = "http://cegui.org.uk/";
54 description = "C++ Library for creating GUIs";
55 license = licenses.mit;
56 platforms = platforms.unix;