logstalgia: 1.1.2 -> 1.1.4
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
pkg-config,
|
||||
libpng,
|
||||
libjpeg,
|
||||
pcre,
|
||||
pcre2,
|
||||
SDL2_image,
|
||||
glew,
|
||||
libGLU,
|
||||
@@ -19,11 +19,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "logstalgia";
|
||||
version = "1.1.2";
|
||||
version = "1.1.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/acaudwell/Logstalgia/releases/download/${pname}-${version}/${pname}-${version}.tar.gz";
|
||||
sha256 = "1agwjlwzp1c86hqb1p7rmzqzhd3wpnyh8whsfq4sbx01wj0l0gzd";
|
||||
hash = "sha256-wEnv9AXpJANSIu2ya8xse18AoIkmq9t7Rn4kSSQnkKk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
ftgl
|
||||
libpng
|
||||
libjpeg
|
||||
pcre
|
||||
pcre2
|
||||
SDL2_image
|
||||
libGLU
|
||||
libGL
|
||||
@@ -42,6 +42,11 @@ stdenv.mkDerivation rec {
|
||||
freetype
|
||||
];
|
||||
|
||||
configureFlags = [
|
||||
"--with-boost-system=boost_system"
|
||||
"--with-boost-filesystem=boost_filesystem"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://logstalgia.io/";
|
||||
description = "Website traffic visualization tool";
|
||||
|
||||
Reference in New Issue
Block a user