summaryrefslogtreecommitdiff
path: root/gnu/packages/openkinect.scm
AgeCommit message (Collapse)Author
2025-11-25gnu: python-libfreenect: Fix build with gcc-1.14.Sharlatan Hellseher
* gnu/packages/openkinect.scm (python-libfreenect): [arguments] <configure-flags>: Add relaxation for GCC 1.14 strictness, sort alphabetically. [native-inputs]: Remove python-cython; add python-cython-0. Change-Id: I0a2f3a1e2073f8bd9c2244f9bf8b01db0e6b004a
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-03-13gnu: libfreenect: Update to 0.6.2.Tobias Geerinckx-Rice
* gnu/packages/openkinect.scm (libfreenect): Update to 0.6.2.
2020-06-23gnu: libfreenect: Add a source file-name.Efraim Flashner
* gnu/packages/openkinect.scm (libfreenect)[source]: Add file-name field.
2020-05-21gnu: Add libfreenect.Ekaitz Zarraga
* gnu/packages/openkinect.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>