forked from mirrors/nixpkgs
default-crate-overrides.nix: add graphene-sys
This commit is contained in:
parent
e40de94c42
commit
9297b5382f
|
@ -17,6 +17,7 @@
|
|||
, libsodium
|
||||
, postgresql
|
||||
, gmp
|
||||
, gobject-introspection
|
||||
, foundationdb
|
||||
, capnproto
|
||||
, nettle
|
||||
|
@ -33,6 +34,7 @@
|
|||
, udev
|
||||
, libevdev
|
||||
, alsa-lib
|
||||
, graphene
|
||||
, ...
|
||||
}:
|
||||
|
||||
|
@ -171,6 +173,11 @@ in
|
|||
buildInputs = [ udev ];
|
||||
};
|
||||
|
||||
graphene-sys = attrs: {
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ graphene gobject-introspection ];
|
||||
};
|
||||
|
||||
nettle-sys = attrs: {
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ nettle clang ];
|
||||
|
|
Loading…
Reference in a new issue