1 { lib, stdenv, fetchurl, cmake, ogre, freetype, boost, expat }:
3 stdenv.mkDerivation rec {
8 url = "mirror://sourceforge/crayzedsgui/${pname}-${version}.tar.bz2";
9 sha256 = "067562s71kfsnbp2zb2bmq8zj3jk96g5a4rcc5qc3n8nfyayhldk";
12 nativeBuildInputs = [ cmake ];
13 buildInputs = [ ogre freetype boost expat ];
16 homepage = "http://cegui.org.uk/";
17 description = "C++ Library for creating GUIs";
18 license = licenses.mit;
19 platforms = platforms.linux;