mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
Merge pull request #190602 from amjoseph-nixpkgs/pr/build-rust-crate/cairo-sys-rs
This commit is contained in:
commit
c1deac22a5
@ -45,6 +45,11 @@ in
|
||||
buildInputs = [ cairo ];
|
||||
};
|
||||
|
||||
cairo-sys-rs = attrs: {
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ cairo ];
|
||||
};
|
||||
|
||||
capnp-rpc = attrs: {
|
||||
nativeBuildInputs = [ capnproto ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user