lol

adapta-backgrounds: fix cross compilation and set strictDeps

Nick Cao c73d9079 8aeafc25

+3 -1
+3 -1
pkgs/data/misc/adapta-backgrounds/default.nix
··· 11 11 sha256 = "04hmbmzf97rsii8gpwy3wkljy5xhxmlsl34d63s6hfy05knclydj"; 12 12 }; 13 13 14 - nativeBuildInputs = [ meson ninja pkg-config glib ]; 14 + strictDeps = true; 15 + nativeBuildInputs = [ meson ninja pkg-config ]; 16 + buildInputs = [ glib ]; 15 17 16 18 meta = with lib; { 17 19 description = "Wallpaper collection for adapta-project";