adapta-backgrounds: fix cross compilation and set strictDeps

This commit is contained in:
Nick Cao 2022-01-06 18:08:04 +08:00
parent 8aeafc25c9
commit c73d90790c
No known key found for this signature in database
GPG key ID: 068A56CEF48FA2C1

View file

@ -11,7 +11,9 @@ stdenv.mkDerivation rec {
sha256 = "04hmbmzf97rsii8gpwy3wkljy5xhxmlsl34d63s6hfy05knclydj";
};
nativeBuildInputs = [ meson ninja pkg-config glib ];
strictDeps = true;
nativeBuildInputs = [ meson ninja pkg-config ];
buildInputs = [ glib ];
meta = with lib; {
description = "Wallpaper collection for adapta-project";