Unverified Commit 663bd41e authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

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

parents 18e8b4e8 08790dff
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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: {