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 450382b commit 9f0255cCopy full SHA for 9f0255c
pkgs/by-name/ct/ctypes_sh/package.nix
@@ -32,6 +32,10 @@ stdenv.mkDerivation rec {
32
libdwarf
33
];
34
35
+ env = lib.optionalAttrs stdenv.cc.isGNU {
36
+ NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
37
+ };
38
+
39
meta = with lib; {
40
description = "Foreign function interface for bash";
41
mainProgram = "ctypes.sh";
0 commit comments