Loading pkgs/build-support/rust/default-crate-overrides.nix +7 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ , libsodium , postgresql , gmp , gobject-introspection , foundationdb , capnproto , nettle Loading @@ -33,6 +34,7 @@ , udev , libevdev , alsa-lib , graphene , ... }: Loading Loading @@ -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 Loading
pkgs/build-support/rust/default-crate-overrides.nix +7 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ , libsodium , postgresql , gmp , gobject-introspection , foundationdb , capnproto , nettle Loading @@ -33,6 +34,7 @@ , udev , libevdev , alsa-lib , graphene , ... }: Loading Loading @@ -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