about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2021-11-30 14:00:10 +0800
committerNick Cao <nickcao@nichi.co>2022-01-21 10:45:53 +0800
commitab67b82d7b2d38af0ae171b4b401cb56b41c6bb7 (patch)
tree0bc7cbb1965c6120cc2448615b675e7a0908d5ac /pkgs/applications/networking/remote
parent8858896dde076aeba686d0f33047a0c37c7eea29 (diff)
waypipe: fix cross compilation, set strictDeps
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/waypipe/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/waypipe/default.nix b/pkgs/applications/networking/remote/waypipe/default.nix
index 8bde51d8937c3..74dc8564b0b15 100644
--- a/pkgs/applications/networking/remote/waypipe/default.nix
+++ b/pkgs/applications/networking/remote/waypipe/default.nix
@@ -15,8 +15,9 @@ stdenv.mkDerivation rec {
     sha256 = "02q8l1qaahmd41h6v3r46akh7xlqz7fpwwsy15qww4jdvypg6vg4";
   };
 
+  strictDeps = true;
+  depsBuildBuild = [ pkg-config ];
   nativeBuildInputs = [ meson ninja pkg-config scdoc ];
-
   buildInputs = [
     # Optional dependencies:
     mesa lz4 zstd ffmpeg libva