gmobile: set strictDeps, fix cross compilation (#437700)
This commit is contained in:
@@ -35,16 +35,17 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
pkg-config
|
||||
gobject-introspection
|
||||
udevCheckHook
|
||||
vala
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
glib
|
||||
json-glib
|
||||
libuev
|
||||
vala
|
||||
];
|
||||
|
||||
doInstallCheck = true;
|
||||
strictDeps = true;
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user