Commit 8ba5767e authored by Nivayu's avatar Nivayu
Browse files

sawfish: fix build

parent aa57b599
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -77,6 +77,10 @@ stdenv.mkDerivation (finalAttrs: {
    done
  '';

  # fixes:
  # sawfish.h:52:13: error: 'bool' cannot be defined via 'typedef'
  env.NIX_CFLAGS_COMPILE = "-std=gnu17";

  nativeInstallCheckInputs = [
    versionCheckHook
  ];