tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
freerdp: fix build with clang 16
Weijia Wang
2 years ago
efed2bb0
4c838ddf
+2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
remote
freerdp
default.nix
+2
pkgs/applications/networking/remote/freerdp/default.nix
···
190
"-DTARGET_OS_IPHONE=0"
191
"-DTARGET_OS_WATCH=0"
192
"-include AudioToolbox/AudioToolbox.h"
0
0
193
]);
194
195
NIX_LDFLAGS = lib.optionals stdenv.isDarwin [
···
190
"-DTARGET_OS_IPHONE=0"
191
"-DTARGET_OS_WATCH=0"
192
"-include AudioToolbox/AudioToolbox.h"
193
+
] ++ lib.optionals stdenv.cc.isClang [
194
+
"-Wno-error=incompatible-function-pointer-types"
195
]);
196
197
NIX_LDFLAGS = lib.optionals stdenv.isDarwin [