about summary refs log tree commit diff
path: root/pkgs/applications/networking/mullvad
diff options
context:
space:
mode:
authorCole Helbling <cole.e.helbling@outlook.com>2023-01-18 14:34:39 -0800
committerCole Helbling <cole.e.helbling@outlook.com>2023-01-19 07:59:03 -0800
commitafed8825031952fdf391c80f0062e32326430d98 (patch)
tree1784b5eb26e761d3b2b22b8d9cad30fc98622402 /pkgs/applications/networking/mullvad
parentbc577eeb386477c744d5a959f8b76945ef82bbd3 (diff)
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.
Diffstat (limited to 'pkgs/applications/networking/mullvad')
-rw-r--r--pkgs/applications/networking/mullvad/mullvad.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mullvad/mullvad.nix b/pkgs/applications/networking/mullvad/mullvad.nix
index 03bc81c8b543e..a9289e0a8a555 100644
--- a/pkgs/applications/networking/mullvad/mullvad.nix
+++ b/pkgs/applications/networking/mullvad/mullvad.nix
@@ -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 = [