summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/irrlicht-use-system-libs.patch
Commit message (Collapse)AuthorAge
* gnu: irrlicht: Don't use bundled libraries.Efraim Flashner2018-08-02
* gnu/packages/patches/irrlicht-use-system-libs.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/games.scm (irrlicht)[source]: Add patch. Remove bundled code and binaries in a snippet. [native-inputs]: Remove unzip. [inputs]: Remove glu, add bzip2, libjpeg, libpng, libx11, libxx86vm. [arguments]: Remove custom 'unpack phase, add custom 'chdir-to-source phase and adjust 'fix-build-env phase to changes.