xf86videonouveau: unbreak build (#374547)
This commit is contained in:
@@ -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";
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user