libAppleWM: fix build failure due to missing xorg-macros
Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
@@ -277,8 +277,10 @@ self: super:
|
||||
});
|
||||
|
||||
libAppleWM = super.libAppleWM.overrideAttrs (attrs: {
|
||||
nativeBuildInputs = attrs.nativeBuildInputs ++ [ autoreconfHook ];
|
||||
buildInputs = attrs.buildInputs ++ [ xorg.utilmacros ];
|
||||
nativeBuildInputs = attrs.nativeBuildInputs ++ [
|
||||
autoreconfHook
|
||||
xorg.utilmacros
|
||||
];
|
||||
meta = attrs.meta // {
|
||||
platforms = lib.platforms.darwin;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user