summary refs log tree commit diff
path: root/pkgs/tools/wayland/sov
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-03-07 17:58:12 +0200
committerArtturin <Artturin@artturin.com>2023-03-07 18:13:38 +0200
commit94ce5a875a001d285537a8757fd6e63d6b3f93f3 (patch)
treeaf5724a975d7141ba0118f65c8276380258dc805 /pkgs/tools/wayland/sov
parentc707238dc262923da5a53a5a11914117caac07a2 (diff)
pkgs/tools/wayland: enable strictDeps
`fd "\.nix" pkgs/tools/wayland | xargs rg "strictDeps" --files-without-match | xargs rg "buildRust|buildGo|buildPyt|buildNim" --files-without-match | xargs vim -p`

checked with Artturin/diffing

removed unnecessary depsBuildBuild in waynergy
Diffstat (limited to 'pkgs/tools/wayland/sov')
-rw-r--r--pkgs/tools/wayland/sov/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/wayland/sov/default.nix b/pkgs/tools/wayland/sov/default.nix
index b9b139c7a1f99..d7415a5fa517b 100644
--- a/pkgs/tools/wayland/sov/default.nix
+++ b/pkgs/tools/wayland/sov/default.nix
@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
   postPatch = ''
     substituteInPlace src/sov/main.c --replace '/usr' $out
   '';
+
+  strictDeps = true;
   nativeBuildInputs = [ meson pkg-config wayland-scanner ninja ];
   buildInputs = [ wayland wayland-protocols freetype ];