Unverified Commit 5df2d4d3 authored by Kerstin Humm's avatar Kerstin Humm
Browse files

default-crate-overrides: remove two crates that are probably irrelevant

parent 18160e72
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
, dbus-glib
, gdk-pixbuf
, cairo
, python2
, python3
, libsodium
, postgresql
@@ -170,10 +169,6 @@ in
    crateBin = [{ name = "rink"; path = "src/bin/rink.rs"; }];
  };

  sdl2-sys = attr: {
    nativeBuildInputs = [ curl ];
  };

  security-framework-sys = attr: {
    propagatedBuildInputs = [ Security ];
  };
@@ -217,10 +212,6 @@ in
    buildInputs = [ freetype ];
  };

  skia-bindings = attrs: {
    nativeBuildInputs = [ python2 ];
  };

  thrussh-libsodium = attrs: {
    nativeBuildInputs = [ pkg-config ];
    buildInputs = [ libsodium ];