···19192020 makeFlags = [ "DESTDIR=$(out)" "LIBDIR=/lib" ];
21212222+ # causes redefinition of _FORTIFY_SOURCE
2323+ hardeningDisable = [ "fortify3" ];
2424+2225 meta = with lib; {
2326 description = "ChromiumOS libevdev. Renamed to avoid conflicts with the standard libevdev found in Linux distros";
2427 license = licenses.bsd3;