Skip to content

Commit 0b3ea5e

Browse files
committed
nix: propagate dependencies
1 parent e31eeaf commit 0b3ea5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
vala
2323
wayland
2424
];
25-
buildInputs = [pkgs.glib] ++ inputs;
25+
propagatedBuildInputs = [pkgs.glib] ++ inputs;
2626
pname = name;
2727
version = version;
2828
src = src;

0 commit comments

Comments
 (0)