Skip to content

Commit 2f0d6ea

Browse files
authored
gmobile: set strictDeps, fix cross compilation (NixOS#437700)
2 parents f8af928 + 223b327 commit 2f0d6ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/by-name/gm/gmobile/package.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,17 @@ stdenv.mkDerivation (finalAttrs: {
3535
pkg-config
3636
gobject-introspection
3737
udevCheckHook
38+
vala
3839
];
3940

4041
buildInputs = [
4142
glib
4243
json-glib
4344
libuev
44-
vala
4545
];
4646

4747
doInstallCheck = true;
48+
strictDeps = true;
4849

4950
passthru.updateScript = nix-update-script { };
5051

0 commit comments

Comments
 (0)