pacparser: fix build after #28029
This commit is contained in:
parent
e27df9e35e
commit
198c91de85
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
|||||||
cd src
|
cd src
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A library to parse proxy auto-config (PAC) files";
|
description = "A library to parse proxy auto-config (PAC) files";
|
||||||
homepage = http://pacparser.manugarg.com/;
|
homepage = http://pacparser.manugarg.com/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user