adapta-backgrounds: fix cross compilation and set strictDeps
This commit is contained in:
parent
8aeafc25c9
commit
c73d90790c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user