FreeBSD support

This commit is contained in:
janus
2016-01-01 16:59:48 +00:00
parent 35cf6c428f
commit a1ade02cdc
10 changed files with 39 additions and 9 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
import ./generic.nix (args // rec {
version = "5.3.28";
sha256 = "0a1n5hbl7027fbz5lm0vp0zzfp1hmxnz14wx3zl9563h83br5ag0";
extraPatches = [ ./osx.patch ];
extraPatches = [ ./clang-5.3.patch ];
branch = "5.3";
})