File tree Expand file tree Collapse file tree 8 files changed +56
-0
lines changed Expand file tree Collapse file tree 8 files changed +56
-0
lines changed Original file line number Diff line number Diff line change 24
24
} )
25
25
] ;
26
26
} ;
27
+ # Workaround for a new error in clang 16 (MacOS):
28
+ # https://github.com/blackwinter/unicode/pull/11
29
+ unicode = attrs : {
30
+ buildFlags = [
31
+ "--with-cflags=-Wno-incompatible-function-pointer-types"
32
+ ] ;
33
+ } ;
27
34
# Workaround: remove rake from nativeBuildInputs, otherwise it causes
28
35
# xapian-bindings to build against the default Ruby version
29
36
# instead of our chosen version.
Original file line number Diff line number Diff line change 24
24
} )
25
25
] ;
26
26
} ;
27
+ # Workaround for a new error in clang 16 (MacOS):
28
+ # https://github.com/blackwinter/unicode/pull/11
29
+ unicode = attrs : {
30
+ buildFlags = [
31
+ "--with-cflags=-Wno-incompatible-function-pointer-types"
32
+ ] ;
33
+ } ;
27
34
# Workaround: remove rake from nativeBuildInputs, otherwise it causes
28
35
# xapian-bindings to build against the default Ruby version
29
36
# instead of our chosen version.
Original file line number Diff line number Diff line change 24
24
} )
25
25
] ;
26
26
} ;
27
+ # Workaround for a new error in clang 16 (MacOS):
28
+ # https://github.com/blackwinter/unicode/pull/11
29
+ unicode = attrs : {
30
+ buildFlags = [
31
+ "--with-cflags=-Wno-incompatible-function-pointer-types"
32
+ ] ;
33
+ } ;
27
34
# Workaround: remove rake from nativeBuildInputs, otherwise it causes
28
35
# xapian-bindings to build against the default Ruby version
29
36
# instead of our chosen version.
Original file line number Diff line number Diff line change 24
24
} )
25
25
] ;
26
26
} ;
27
+ # Workaround for a new error in clang 16 (MacOS):
28
+ # https://github.com/blackwinter/unicode/pull/11
29
+ unicode = attrs : {
30
+ buildFlags = [
31
+ "--with-cflags=-Wno-incompatible-function-pointer-types"
32
+ ] ;
33
+ } ;
27
34
} ;
28
35
} ;
29
36
in pkgs . mkShell { packages = [ gems gems . wrappedRuby pkgs . pandoc ] ; }
Original file line number Diff line number Diff line change 24
24
} )
25
25
] ;
26
26
} ;
27
+ # Workaround for a new error in clang 16 (MacOS):
28
+ # https://github.com/blackwinter/unicode/pull/11
29
+ unicode = attrs : {
30
+ buildFlags = [
31
+ "--with-cflags=-Wno-incompatible-function-pointer-types"
32
+ ] ;
33
+ } ;
27
34
} ;
28
35
} ;
29
36
in pkgs . mkShell { packages = [ gems gems . wrappedRuby pkgs . pandoc ] ; }
Original file line number Diff line number Diff line change 24
24
} )
25
25
] ;
26
26
} ;
27
+ # Workaround for a new error in clang 16 (MacOS):
28
+ # https://github.com/blackwinter/unicode/pull/11
29
+ unicode = attrs : {
30
+ buildFlags = [
31
+ "--with-cflags=-Wno-incompatible-function-pointer-types"
32
+ ] ;
33
+ } ;
27
34
} ;
28
35
} ;
29
36
in pkgs . mkShell { packages = [ gems gems . wrappedRuby pkgs . pandoc ] ; }
Original file line number Diff line number Diff line change 24
24
} )
25
25
] ;
26
26
} ;
27
+ # Workaround for a new error in clang 16 (MacOS):
28
+ # https://github.com/blackwinter/unicode/pull/11
29
+ unicode = attrs : {
30
+ buildFlags = [
31
+ "--with-cflags=-Wno-incompatible-function-pointer-types"
32
+ ] ;
33
+ } ;
27
34
} ;
28
35
} ;
29
36
in pkgs . mkShell { packages = [ gems gems . wrappedRuby pkgs . pandoc ] ; }
Original file line number Diff line number Diff line change 24
24
} )
25
25
] ;
26
26
} ;
27
+ # Workaround for a new error in clang 16 (MacOS):
28
+ # https://github.com/blackwinter/unicode/pull/11
29
+ unicode = attrs : {
30
+ buildFlags = [
31
+ "--with-cflags=-Wno-incompatible-function-pointer-types"
32
+ ] ;
33
+ } ;
27
34
} ;
28
35
} ;
29
36
in pkgs . mkShell { packages = [ gems gems . wrappedRuby pkgs . pandoc ] ; }
You can’t perform that action at this time.
0 commit comments