varnishPackages: general version bumps & refactor

This commit is contained in:
Franz Pletz
2019-11-03 00:12:04 +01:00
parent 980ecf2cba
commit fbb1165625
8 changed files with 35 additions and 96 deletions
+2
View File
@@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
configureFlags = [ "VMOD_DIR=$(out)/lib/varnish/vmods" ];
NIX_CFLAGS_COMPILE = [ "-Wno-error=deprecated-declarations" ];
doCheck = true;
meta = with stdenv.lib; {