default-crate-overrides.nix: add pango-sys (#190604)
This commit is contained in:
parent
88eb7d5d3f
commit
b1a9bf530c
@ -22,6 +22,7 @@
|
||||
, clang
|
||||
, llvmPackages
|
||||
, linux-pam
|
||||
, pango
|
||||
, cmake
|
||||
, glib
|
||||
, freetype
|
||||
@ -170,6 +171,11 @@ in
|
||||
buildInputs = [ linux-pam ];
|
||||
};
|
||||
|
||||
pango-sys = attr: {
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ pango ];
|
||||
};
|
||||
|
||||
pq-sys = attr: {
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ postgresql ];
|
||||
|
Loading…
Reference in New Issue
Block a user