default-crate-overrides: aws-lc-sys: force cmake backend
This fixes crate2nix builds using this crate as a transitive dependency, on Darwin.
This commit is contained in:
@@ -53,6 +53,12 @@
|
||||
buildInputs = [ alsa-lib ];
|
||||
};
|
||||
|
||||
# Force using the cmake backend. At least on Darwin, the build else gets confused and fails.
|
||||
aws-lc-sys = prev: {
|
||||
nativeBuildInputs = [ cmake ];
|
||||
env.AWS_LC_SYS_CMAKE_BUILDER = 1;
|
||||
};
|
||||
|
||||
cairo-rs = attrs: {
|
||||
buildInputs = [ cairo ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user