lol

libraries/wlroots: enable strictDeps

Artturin 44c0f780 e680b5cf

+3
+1
pkgs/development/libraries/wlroots/0.14.nix
··· 20 20 # $out for the library and $examples for the example programs (in examples): 21 21 outputs = [ "out" "examples" ]; 22 22 23 + strictDeps = true; 23 24 depsBuildBuild = [ pkg-config ]; 24 25 25 26 nativeBuildInputs = [ meson ninja pkg-config wayland-scanner ];
+1
pkgs/development/libraries/wlroots/0.15.nix
··· 22 22 # $out for the library and $examples for the example programs (in examples): 23 23 outputs = [ "out" "examples" ]; 24 24 25 + strictDeps = true; 25 26 depsBuildBuild = [ pkg-config ]; 26 27 27 28 nativeBuildInputs = [ meson ninja pkg-config wayland-scanner glslang ];
+1
pkgs/development/libraries/wlroots/protocols.nix
··· 12 12 sha256 = "1vw8b10d1pwsj6f4sr3imvwsy55d3435sp068sj4hdszkxc6axsr"; 13 13 }; 14 14 15 + strictDeps = true; 15 16 checkInputs = [ wayland-scanner ]; 16 17 17 18 patchPhase = ''