xorg.libAppleWM: constrain to darwin targets (#353618)

This commit is contained in:
Johannes Jöns
2024-11-05 00:32:19 +01:00
committed by GitHub
+3
View File
@@ -171,6 +171,9 @@ self: super:
libAppleWM = super.libAppleWM.overrideAttrs (attrs: {
nativeBuildInputs = attrs.nativeBuildInputs ++ [ autoreconfHook ];
buildInputs = attrs.buildInputs ++ [ xorg.utilmacros ];
meta = attrs.meta // {
platforms = lib.platforms.darwin;
};
});
libXau = super.libXau.overrideAttrs (attrs: {