pacparser: fix build after #28029

This commit is contained in:
Orivej Desh 2018-05-29 15:10:00 +00:00
parent e27df9e35e
commit 198c91de85

View file

@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
cd src
'';
hardeningDisable = [ "format" ];
meta = with stdenv.lib; {
description = "A library to parse proxy auto-config (PAC) files";
homepage = http://pacparser.manugarg.com/;