wrapGAppsHook: run tests with strictDeps

'nix build -f . "wrapGAppsHook.tests"' pass
This commit is contained in:
Artturin 2023-02-17 21:34:59 +02:00
parent c4e7fb1036
commit 2168611677

View File

@ -55,6 +55,7 @@ makeSetupHook {
src = sample-project;
strictDeps = true;
nativeBuildInputs = [ wrapGAppsHook ];
installFlags = [ "bin-foo" "libexec-bar" ];
@ -85,6 +86,8 @@ makeSetupHook {
src = sample-project;
strictDeps = true;
installFlags = [ "typelib-Mahjong" ];
};
@ -94,6 +97,7 @@ makeSetupHook {
src = sample-project;
strictDeps = true;
nativeBuildInputs = [
gobject-introspection
wrapGAppsHook
@ -125,6 +129,8 @@ makeSetupHook {
src = sample-project;
strictDeps = true;
makeFlags = [
"LIBDIR=${placeholder "lib"}/lib"
];
@ -138,6 +144,7 @@ makeSetupHook {
src = sample-project;
strictDeps = true;
nativeBuildInputs = [
gobject-introspection
wrapGAppsHook
@ -168,6 +175,7 @@ makeSetupHook {
src = sample-project;
strictDeps = true;
nativeBuildInputs = [
gobject-introspection
wrapGAppsHook