1 { lib, stdenv, fetchurl, ... } @ args:
3 import ./generic.nix (args // {
5 sha256 = "00r2aaglq625y8r9xd5vw2y070plp88f1mb2gbq3kqsl7128lsl0";
6 license = lib.licenses.agpl3;
7 extraPatches = [ ./clang-6.0.patch ./CVE-2017-10140-cwd-db_config.patch ];