weylus: fix build on gcc14 (#369166)
This commit is contained in:
@@ -104,6 +104,12 @@ rustPlatform.buildRustPackage rec {
|
||||
install -vDm755 weylus.desktop $out/share/applications/weylus.desktop
|
||||
'';
|
||||
|
||||
env = {
|
||||
NIX_CFLAGS_COMPILE = toString [
|
||||
"-Wno-incompatible-pointer-types"
|
||||
];
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
description = "Use your tablet as graphic tablet/touch screen on your computer";
|
||||
|
||||
Reference in New Issue
Block a user