mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
wrapGAppsHook: run tests with strictDeps
'nix build -f . "wrapGAppsHook.tests"' pass
This commit is contained in:
parent
c4e7fb1036
commit
2168611677
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user