summary refs log tree commit diff
path: root/pkgs/applications/networking/spideroak/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/spideroak/default.nix')
-rw-r--r--pkgs/applications/networking/spideroak/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/spideroak/default.nix b/pkgs/applications/networking/spideroak/default.nix
index c07ad715afd..fdb4206d340 100644
--- a/pkgs/applications/networking/spideroak/default.nix
+++ b/pkgs/applications/networking/spideroak/default.nix
@@ -57,7 +57,7 @@ in stdenv.mkDerivation {
     sed -i 's/^Exec=.*/Exec=spideroak/' $out/share/applications/SpiderOakONE.desktop
   '';
 
-  buildInputs = [ patchelf makeWrapper ];
+  nativeBuildInputs = [ patchelf makeWrapper ];
 
   meta = {
     homepage = https://spideroak.com;