mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
default-crate-overrides.nix: add atk-sys
This commit is contained in:
parent
24d0035612
commit
02de33cacd
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, atk
|
||||
, pkg-config
|
||||
, curl
|
||||
, darwin
|
||||
@ -227,4 +228,10 @@ in
|
||||
xcb = attrs: {
|
||||
buildInputs = [ python3 ];
|
||||
};
|
||||
|
||||
atk-sys = attrs: {
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ atk ];
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user