patch out system include in libAppleWM
This commit is contained in:
parent
2e29399993
commit
cf12f3e4d2
@ -94,7 +94,10 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
libAppleWM = attrs: attrs // {
|
libAppleWM = attrs: attrs // {
|
||||||
propagatedBuildInputs = [ args.apple_sdk.frameworks.ApplicationServices ];
|
buildInputs = attrs.buildInputs ++ [ args.apple_sdk.frameworks.ApplicationServices ];
|
||||||
|
preConfigure = ''
|
||||||
|
substituteInPlace src/Makefile.in --replace -F/System -F${args.apple_sdk.frameworks.ApplicationServices}
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
libXfont = attrs: attrs // {
|
libXfont = attrs: attrs // {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user