lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 24.05-pre 11 lines 294 B view raw
1{ lib, stdenv, fetchurl, autoreconfHook, ... } @ args: 2 3import ./generic.nix (args // { 4 version = "5.3.28"; 5 sha256 = "0a1n5hbl7027fbz5lm0vp0zzfp1hmxnz14wx3zl9563h83br5ag0"; 6 extraPatches = [ 7 ./clang-5.3.patch 8 ./CVE-2017-10140-cwd-db_config.patch 9 ./darwin-mutexes.patch 10 ]; 11})