Loading pkgs/servers/x11/xorg/overrides.nix +6 −3 Original line number Diff line number Diff line Loading @@ -592,9 +592,12 @@ self: super: }); xf86videonouveau = super.xf86videonouveau.overrideAttrs (attrs: { nativeBuildInputs = attrs.nativeBuildInputs ++ [ autoreconfHook ]; buildInputs = attrs.buildInputs ++ [ xorg.utilmacros ]; # fixes `implicit declaration of function 'wfbScreenInit'; did you mean 'fbScreenInit'?` nativeBuildInputs = attrs.nativeBuildInputs ++ [ autoreconfHook buildPackages.xorg.utilmacros # For xorg-utils.m4 macros buildPackages.xorg.xorgserver # For xorg-server.m4 macros ]; # fixes `implicit declaration of function 'wfbScreenInit'; did you mean 'fbScreenInit'? NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration"; }); Loading Loading
pkgs/servers/x11/xorg/overrides.nix +6 −3 Original line number Diff line number Diff line Loading @@ -592,9 +592,12 @@ self: super: }); xf86videonouveau = super.xf86videonouveau.overrideAttrs (attrs: { nativeBuildInputs = attrs.nativeBuildInputs ++ [ autoreconfHook ]; buildInputs = attrs.buildInputs ++ [ xorg.utilmacros ]; # fixes `implicit declaration of function 'wfbScreenInit'; did you mean 'fbScreenInit'?` nativeBuildInputs = attrs.nativeBuildInputs ++ [ autoreconfHook buildPackages.xorg.utilmacros # For xorg-utils.m4 macros buildPackages.xorg.xorgserver # For xorg-server.m4 macros ]; # fixes `implicit declaration of function 'wfbScreenInit'; did you mean 'fbScreenInit'? NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration"; }); Loading