Merge commit '2d464f75ed46869b5942c4b479772a0367b30608' into master.upstream
This is a partial commit from staging in an attempt to make merges smaller.
This commit is contained in:
@@ -93,6 +93,10 @@ in
|
||||
outputs = [ "out" "man" ];
|
||||
};
|
||||
|
||||
libAppleWM = attrs: attrs // {
|
||||
propagatedBuildInputs = [ args.apple_sdk.frameworks.ApplicationServices ];
|
||||
};
|
||||
|
||||
libXfont = attrs: attrs // {
|
||||
propagatedBuildInputs = [ args.freetype ]; # propagate link reqs. like bzip2
|
||||
# prevents "misaligned_stack_error_entering_dyld_stub_binder"
|
||||
|
||||
Reference in New Issue
Block a user