11 stdenv.mkDerivation rec {
12 pname = "elementary-wallpapers";
15 src = fetchFromGitHub {
19 sha256 = "sha256-qbqYr+3Vqwi1UBD0fRW6lI2rj5Iy51taZRGxDTpKfpg=";
30 chmod +x meson/symlink.py
31 patchShebangs meson/symlink.py
35 updateScript = nix-update-script { };
39 description = "Collection of wallpapers for elementary";
40 homepage = "https://github.com/elementary/wallpapers";
41 license = licenses.publicDomain;
42 platforms = platforms.linux;
43 maintainers = teams.pantheon.members;