about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gource
Commit message (Collapse)AuthorAge
* Merge master into stdenv-updatesVladimír Čunát2014-01-20
|\ | | | | | | | | | | Conflicts: pkgs/applications/version-management/gource/default.nix pkgs/top-level/all-packages.nix
| * gource: fix buildBjørn Forsman2014-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | gource currently fails in the configure phase: configure: error: Could not link against -lGLU ! This is a very misleading error, it seems to happen because configure doesn't find boost libraries and ends up with uninitialized variable(s). That in turn cause it to fail later with this unrelated error. Fix by using boost libraries, not only the headers. gource also grew a dependency on GLM, so add that to buildInputs.
* | Merge master into stdenv-updatesVladimír Čunát2014-01-18
|\| | | | | | | | | | | | | | | | | | | Conflicts (simple): pkgs/development/compilers/gcc/4.8/default.nix pkgs/development/compilers/llvm/default.nix pkgs/development/libraries/gmp/5.1.1.nix pkgs/development/libraries/gmp/5.1.3.nix pkgs/development/libraries/gmp/5.1.x.nix pkgs/top-level/all-packages.nix
| * gource: mark as brokenPeter Simons2014-01-16
| | | | | | | | | | | | The configure process finds libGLU just fine, but then aborts saying: configure: error: Could not link against -lGLU !
| * gource: update to version 0.40Peter Simons2014-01-13
| |
* | gource: fix build with newer gcc versions (-fpermissive)Vladimír Čunát2014-01-05
|/
* gource: cosmetic, no functional changePeter Simons2012-01-16
| | | | svn path=/nixpkgs/trunk/; revision=31589
* gource: added meta information and moved the package into version-management ↵Peter Simons2012-01-15
category svn path=/nixpkgs/trunk/; revision=31570