about summary refs log tree commit diff
path: root/pkgs/development/tools/glslviewer
Commit message (Collapse)AuthorAge
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* glslviewer: 2018-01-31 -> 2014-04-22Andreas Rammhold2019-04-22
|
* pythonPackages.requests: disable multiple outputsJan Malakhovski2018-11-18
| | | | | | | | | | | | | | The `dev` output is empty anyway. The problem is that it interacts badly with other parts of python and stdenv infrastructure. In particular, before this patch it installs code into `out` output (with only generated `nix-support` in `dev`), but `makePythonPath` then uses `propagatedBuildInputs` to generate `PYTHONPATH` while stdenv selects `dev` outputs for `propagatedBuiltInputs`. This results in `makePythonPath` linking to the empty `dev` output in `PYTHONPATH`. This reverts a piece of commit 28299f669adc41e5278372cad952fb1e1165b44b.
* glslviewer: 1.2 -> 2018-01-31, fixes buildTuomas Tynkkynen2018-03-23
|
* treewide: transition from mesa_glu to libGLUAlexander V. Nikolaev2018-02-24
|
* treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
|
* glslviewer: fix darwin buildDaiderd Jordan2017-09-10
|
* glslviewer: init at 1.2Chris Hodapp2017-08-03