Unverified Commit 9297b538 authored by Adam Joseph's avatar Adam Joseph Committed by GitHub
Browse files

default-crate-overrides.nix: add graphene-sys

parent e40de94c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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 ];