mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
default-crate-overrides: remove two crates that are probably irrelevant
This commit is contained in:
parent
18160e7226
commit
5df2d4d345
@ -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 New Issue
Block a user