mullvad: fix build

https://github.com/NixOS/nixpkgs/pull/207804 removed git from
nativeBuildInputs for buildRustPackage, which is apparently what allowed
the build.rs to work here. Bring it back for this single package.
This commit is contained in:
Cole Helbling 2023-01-18 14:34:39 -08:00
parent bc577eeb38
commit afed882503

View file

@ -6,6 +6,7 @@
, pkg-config
, protobuf
, makeWrapper
, git
, dbus
, libnftnl
, libmnl
@ -30,6 +31,7 @@ rustPlatform.buildRustPackage rec {
pkg-config
protobuf
makeWrapper
git
];
buildInputs = [