tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
libraries/wlroots: enable strictDeps
Artturin
3 years ago
44c0f780
e680b5cf
+3
3 changed files
expand all
collapse all
unified
split
pkgs
development
libraries
wlroots
0.14.nix
0.15.nix
protocols.nix
+1
pkgs/development/libraries/wlroots/0.14.nix
reviewed
···
20
20
# $out for the library and $examples for the example programs (in examples):
21
21
outputs = [ "out" "examples" ];
22
22
23
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
reviewed
···
22
22
# $out for the library and $examples for the example programs (in examples):
23
23
outputs = [ "out" "examples" ];
24
24
25
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
reviewed
···
12
12
sha256 = "1vw8b10d1pwsj6f4sr3imvwsy55d3435sp068sj4hdszkxc6axsr";
13
13
};
14
14
15
15
+
strictDeps = true;
15
16
checkInputs = [ wayland-scanner ];
16
17
17
18
patchPhase = ''