We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31eeaf commit 0b3ea5eCopy full SHA for 0b3ea5e
flake.nix
@@ -22,7 +22,7 @@
22
vala
23
wayland
24
];
25
- buildInputs = [pkgs.glib] ++ inputs;
+ propagatedBuildInputs = [pkgs.glib] ++ inputs;
26
pname = name;
27
version = version;
28
src = src;
0 commit comments