amtk: enable strictDeps
fix cross checked with diffing
This commit is contained in:
parent
4e223a3b68
commit
52306ecc26
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
, fetchurl
|
||||
, gtk3
|
||||
, meson
|
||||
, mesonEmulatorHook
|
||||
, ninja
|
||||
, pkg-config
|
||||
, gobject-introspection
|
||||
|
@ -24,6 +25,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1QEVuFyHKqwpaTS17nJqP6FWxvWtltJ+Dt0Kpa0XMig=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
ninja
|
||||
|
@ -32,6 +34,8 @@ stdenv.mkDerivation rec {
|
|||
gobject-introspection
|
||||
gtk-doc
|
||||
docbook-xsl-nons
|
||||
] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
|
||||
mesonEmulatorHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue