Merge pull request #190613 from amjoseph-nixpkgs/pr/build-rust-crate/atk
This commit is contained in:
commit
f93a244d7c
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, atk
|
||||
, pkg-config
|
||||
, curl
|
||||
, darwin
|
||||
|
@ -263,4 +264,10 @@ in
|
|||
xcb = attrs: {
|
||||
buildInputs = [ python3 ];
|
||||
};
|
||||
|
||||
atk-sys = attrs: {
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ atk ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue