db: fix all versions with libc++3.8
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
|
||||
import ./generic.nix (args // rec {
|
||||
version = "4.8.30";
|
||||
extraPatches = [ ./clang-4.8.patch ];
|
||||
sha256 = "0ampbl2f0hb1nix195kz1syrqqxpmvnvnfvphambj7xjrl3iljg0";
|
||||
branch = "4.8";
|
||||
drvArgs = { hardeningDisable = [ "format" ]; };
|
||||
extraPatches = [ ./clang-4.8.patch ];
|
||||
|
||||
drvArgs.hardeningDisable = [ "format" ];
|
||||
drvArgs.doCheck = false;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user