We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baea857 commit 9ee04aeCopy full SHA for 9ee04ae
1 file changed
pkgs/by-name/tk/tkgl/package.nix
@@ -29,6 +29,10 @@ tcl.mkTclDerivation {
29
"--with-tkinclude=${lib.getDev tk}/include"
30
];
31
32
+ env.NIX_CFLAGS_COMPILE = lib.optionals stdenv.hostPlatform.isDarwin [
33
+ "-Wno-error=unguarded-availability"
34
+ ];
35
+
36
installTargets = [
37
"install-lib-binaries"
38
0 commit comments