File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ in stdenv.mkDerivation {
1616 hash = "sha256-0WPz6OeeIAd/c8zUD00f0gDhYwO3ll9qPENxqPTjPhk=" ;
1717 } ;
1818
19+ env = {
20+ NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration -Wno-error=implicit-int -Wno-error=return-mismatch" ;
21+ } ;
22+
1923 meta = with lib ; {
2024 description = "Project Athena forum system" ;
2125 homepage = "https://github.com/mit-athena/discuss" ;
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ in stdenv.mkDerivation rec {
2020 } ;
2121 sourceRoot = "source/moira" ;
2222
23+ env = {
24+ NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration -Wno-error=implicit-int -Wno-error=return-mismatch" ;
25+ } ;
26+
2327 meta = with lib ; {
2428 description = "Athena Service Management system" ;
2529 homepage = "https://github.com/mit-athena/moira" ;
You can’t perform that action at this time.
0 commit comments