logstalgia: 1.0.6 -> 1.0.7
This commit is contained in:
parent
df1981372a
commit
2c190bedd2
@ -3,18 +3,16 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "logstalgia-${version}";
|
name = "logstalgia-${version}";
|
||||||
version = "1.0.6";
|
version = "1.0.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/acaudwell/Logstalgia/releases/download/${name}/${name}.tar.gz";
|
url = "https://github.com/acaudwell/Logstalgia/releases/download/${name}/${name}.tar.gz";
|
||||||
sha256 = "0d2zhn0q26rv2nb3hdbg0mb69l66g8pkys5is6rb0r6f5is986x8";
|
sha256 = "1qghz1j3jmfj093br2hfyibayg3fmhg8fvp5ix9n9rbvzc1zslsm";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa boost
|
buildInputs = [ glew SDL ftgl pkgconfig libpng libjpeg pcre SDL_image mesa boost
|
||||||
glm ];
|
glm ];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-std=c++11"; # fix build with glm >= 0.9.6.0
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://code.google.com/p/logstalgia;
|
homepage = http://code.google.com/p/logstalgia;
|
||||||
description = "Website traffic visualization tool";
|
description = "Website traffic visualization tool";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user