···1515 description = "Default fallback theme used by implementations of the icon theme specification";
1616 homepage = "https://icon-theme.freedesktop.org/releases/";
1717 platforms = platforms.unix;
1818+ license = licenses.gpl2Only;
1819 };
1920}
+3-2
pkgs/data/icons/tango-icon-theme/default.nix
···24242525 postInstall = '''${gtk.out}/bin/gtk-update-icon-cache' "$out/share/icons/Tango" '';
26262727- meta = {
2727+ meta = with lib; {
2828 description = "A basic set of icons";
2929 homepage = "http://tango.freedesktop.org/Tango_Icon_Library";
3030- platforms = lib.platforms.linux;
3030+ platforms = platforms.linux;
3131+ license = licenses.publicDomain;
3132 };
3233}
+1
pkgs/data/misc/dns-root-data/default.nix
···3232 meta = with lib; {
3333 description = "DNS root data including root zone and DNSSEC key";
3434 maintainers = with maintainers; [ fpletz vcunat ];
3535+ license = licenses.gpl3Plus;
3536 };
3637}