pacparser: fix build after #28029
This commit is contained in:
parent
e27df9e35e
commit
198c91de85
1 changed files with 2 additions and 0 deletions
|
@ -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/;
|
||||
|
|
Loading…
Reference in a new issue