Commit afed8825 authored by Cole Helbling's avatar Cole Helbling
Browse files

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.
parent bc577eeb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = [