nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 22 lines 376 B view raw
1{ 2 lib, 3 stdenv, 4 fetchpatch, 5 fetchurl, 6 autoreconfHook, 7 ... 8}@args: 9 10import ./generic.nix ( 11 args 12 // { 13 version = "6.0.30"; 14 sha256 = "1lhglbvg65j5slrlv7qv4vi3cvd7kjywa07gq1abzschycf4p3k0"; 15 license = lib.licenses.agpl3Only; 16 extraPatches = [ 17 ./clang-6.0.patch 18 ./CVE-2017-10140-cwd-db_config.patch 19 ./darwin-mutexes.patch 20 ]; 21 } 22)