mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
patch out system include in libAppleWM
This commit is contained in:
parent
2e29399993
commit
cf12f3e4d2
@ -94,7 +94,10 @@ in
|
||||
};
|
||||
|
||||
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 // {
|
||||
|
Loading…
Reference in New Issue
Block a user