summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyftgl
Commit message (Collapse)AuthorAge
* treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* pythonPackages.pyftgl: fix build (#47232)Maximilian Bosch2018-09-23
| | | | | | | | | | | | | | See https://hydra.nixos.org/build/80705583 Recent `boost` versions with `python` enabled have changed their naming scheme for `boost_python` shared objects which causes issues with the proper linking when building `pyftgl`. Previously the library was named `boost_python3`, no it's named `boost_python36` for current python (3.6.x). The same issue applies for the `python2`. Addresses #45960
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* pythonPackages: Add version and pname attributes to packagesadisbladis2017-11-23
|
* python3.pkgs.pyftgl: fix build with new boostNikolay Amiantov2017-10-18
|
* pythonPackages.pyftgl : move to separate expressionwisut hantanong2017-08-31