maturin: remove (now) unused gmp and openssl buildInputs
This commit is contained in:
parent
825ce379a8
commit
bbb28ccf1a
@ -4,8 +4,6 @@
|
|||||||
, rustPlatform
|
, rustPlatform
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, dbus
|
, dbus
|
||||||
, gmp
|
|
||||||
, openssl
|
|
||||||
, Security
|
, Security
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -24,9 +22,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
||||||
buildInputs = [ gmp openssl ]
|
buildInputs = lib.optional stdenv.isLinux dbus
|
||||||
++ lib.optional stdenv.isDarwin Security
|
++ lib.optional stdenv.isDarwin Security;
|
||||||
++ lib.optional stdenv.isLinux dbus;
|
|
||||||
|
|
||||||
# Requires network access, fails in sandbox.
|
# Requires network access, fails in sandbox.
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user