11 stdenv.mkDerivation rec {
12 pname = "adapta-backgrounds";
15 src = fetchFromGitHub {
16 owner = "adapta-project";
17 repo = "adapta-backgrounds";
19 sha256 = "04hmbmzf97rsii8gpwy3wkljy5xhxmlsl34d63s6hfy05knclydj";
28 buildInputs = [ glib ];
31 description = "Wallpaper collection for adapta-project";
32 homepage = "https://github.com/adapta-project/adapta-backgrounds";
33 license = with licenses; [
37 platforms = platforms.all;
38 maintainers = with maintainers; [ romildo ];