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