default-crate-overrides: remove two crates that are probably irrelevant
This commit is contained in:
parent
18160e7226
commit
5df2d4d345
1 changed files with 0 additions and 9 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue