Merge #84442: staging-next branch

This commit is contained in:
Vladimír Čunát 2020-04-18 23:11:00 +02:00
commit e233a9d4dd
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
250 changed files with 401 additions and 325 deletions

View File

@ -6478,6 +6478,12 @@
fingerprint = "92B2 904F D293 C94D C4C9 3E6B BFBA F4C9 75F7 6450"; fingerprint = "92B2 904F D293 C94D C4C9 3E6B BFBA F4C9 75F7 6450";
}]; }];
}; };
roastiek = {
email = "r.dee.b.b@gmail.com";
github = "roastiek";
githubId = 422802;
name = "Rostislav Beneš";
};
rob = { rob = {
email = "rob.vermaas@gmail.com"; email = "rob.vermaas@gmail.com";
github = "rbvermaa"; github = "rbvermaa";

View File

@ -1,7 +1,7 @@
import ./make-test-python.nix ({ pkgs, ...} : { import ./make-test-python.nix ({ pkgs, lib, ...} : {
name = "gnome3-xorg"; name = "gnome3-xorg";
meta = with pkgs.stdenv.lib.maintainers; { meta = with lib; {
maintainers = pkgs.gnome3.maintainers; maintainers = teams.gnome.members;
}; };
machine = { nodes, ... }: let machine = { nodes, ... }: let

View File

@ -1,7 +1,7 @@
import ./make-test-python.nix ({ pkgs, ...} : { import ./make-test-python.nix ({ pkgs, lib, ...} : {
name = "gnome3"; name = "gnome3";
meta = with pkgs.stdenv.lib.maintainers; { meta = with lib; {
maintainers = pkgs.gnome3.maintainers; maintainers = teams.gnome.members;
}; };
machine = machine =

View File

@ -9,7 +9,6 @@
, rustc , rustc
, python3 , python3
, pkgconfig , pkgconfig
, gnome3
, glib , glib
, libhandy , libhandy
, gtk3 , gtk3
@ -76,7 +75,7 @@ rustPlatform.buildRustPackage rec {
description = "Listen to your favorite podcasts"; description = "Listen to your favorite podcasts";
homepage = "https://wiki.gnome.org/Apps/Podcasts"; homepage = "https://wiki.gnome.org/Apps/Podcasts";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -151,7 +151,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://wiki.gnome.org/Apps/Builder"; homepage = "https://wiki.gnome.org/Apps/Builder";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -119,7 +119,7 @@ stdenv.mkDerivation rec {
description = "Access, organize and share your photos"; description = "Access, organize and share your photos";
homepage = "https://wiki.gnome.org/Apps/Photos"; homepage = "https://wiki.gnome.org/Apps/Photos";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -67,6 +67,6 @@ stdenv.mkDerivation rec {
homepage = "https://wiki.gnome.org/Apps/Almanah_Diary"; homepage = "https://wiki.gnome.org/Apps/Almanah_Diary";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View File

@ -28,7 +28,6 @@
, isocodes , isocodes
, gtksourceviewmm4 , gtksourceviewmm4
, postgresql , postgresql
, gnome3
, gobject-introspection , gobject-introspection
, yelp-tools , yelp-tools
, wrapGAppsHook , wrapGAppsHook
@ -127,7 +126,7 @@ in stdenv.mkDerivation rec {
description = "An easy-to-use database designer and user interface"; description = "An easy-to-use database designer and user interface";
homepage = "http://www.glom.org/"; homepage = "http://www.glom.org/";
license = [ licenses.lgpl2 licenses.gpl2 ]; license = [ licenses.lgpl2 licenses.gpl2 ];
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -6,7 +6,6 @@
, fwupd , fwupd
, gettext , gettext
, glib , glib
, gnome3
, gtk3 , gtk3
, libsoup , libsoup
, libxmlb , libxmlb
@ -70,7 +69,7 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.gnome.org/hughsie/gnome-firmware-updater"; homepage = "https://gitlab.gnome.org/hughsie/gnome-firmware-updater";
description = "Tool for installing firmware on devices"; description = "Tool for installing firmware on devices";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
description = "Tool for writing an ISO file to multiple USB devices at once"; description = "Tool for writing an ISO file to multiple USB devices at once";
homepage = "https://wiki.gnome.org/Apps/MultiWriter"; homepage = "https://wiki.gnome.org/Apps/MultiWriter";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -72,7 +72,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Recipe management application for GNOME"; description = "Recipe management application for GNOME";
homepage = "https://wiki.gnome.org/Apps/Recipes"; homepage = "https://wiki.gnome.org/Apps/Recipes";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.unix; platforms = platforms.unix;
}; };

View File

@ -60,6 +60,6 @@ stdenv.mkDerivation rec {
description = "A nice way to view information about use of system resources, like memory and disk space"; description = "A nice way to view information about use of system resources, like memory and disk space";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View File

@ -110,7 +110,7 @@ buildPythonApplication rec {
Needs `services.gnome3.at-spi2-core.enable = true;` in `configuration.nix`. Needs `services.gnome3.at-spi2-core.enable = true;` in `configuration.nix`.
''; '';
maintainers = with maintainers; [ berce ] ++ gnome3.maintainers; maintainers = with maintainers; [ berce ] ++ teams.gnome.members;
license = licenses.lgpl21; license = licenses.lgpl21;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -8,7 +8,7 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "maestral${lib.optionalString withGui "-gui"}"; pname = "maestral${lib.optionalString withGui "-gui"}";
version = "0.6.1"; version = "0.6.3";
disabled = python3.pkgs.pythonOlder "3.6"; disabled = python3.pkgs.pythonOlder "3.6";
@ -16,7 +16,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "SamSchott"; owner = "SamSchott";
repo = "maestral-dropbox"; repo = "maestral-dropbox";
rev = "v${version}"; rev = "v${version}";
sha256 = "06i3c7i85x879np158156mba7kxz2cwh75390sc9gwwngc95d9h9"; sha256 = "0h1vbx00mps2msdhsab1yz64c8sprwrg38nkqyj86mkb6jkirq92";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [
@ -27,6 +27,7 @@ python3.pkgs.buildPythonApplication rec {
keyring keyring
keyrings-alt keyrings-alt
lockfile lockfile
pathspec
Pyro5 Pyro5
requests requests
u-msgpack-python u-msgpack-python

View File

@ -21,7 +21,7 @@ assert sendEmailSupport -> perlSupport;
assert svnSupport -> perlSupport; assert svnSupport -> perlSupport;
let let
version = "2.25.1"; version = "2.26.1";
svn = subversionClient.override { perlBindings = perlSupport; }; svn = subversionClient.override { perlBindings = perlSupport; };
gitwebPerlLibs = with perlPackages; [ CGI HTMLParser CGIFast FCGI FCGIProcManager HTMLTagCloud ]; gitwebPerlLibs = with perlPackages; [ CGI HTMLParser CGIFast FCGI FCGIProcManager HTMLTagCloud ];
@ -33,7 +33,7 @@ stdenv.mkDerivation {
src = fetchurl { src = fetchurl {
url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz"; url = "https://www.kernel.org/pub/software/scm/git/git-${version}.tar.xz";
sha256 = "09lzwa183nblr6l8ib35g2xrjf9wm9yhk3szfvyzkwivdv69c9r2"; sha256 = "0s03ix9j1h0yychkh1l1cgpr1l9lwzn3rprl08rk8ii5ix02i0l8";
}; };
outputs = [ "out" ]; outputs = [ "out" ];
@ -189,7 +189,7 @@ stdenv.mkDerivation {
ln -s $out/libexec/git-core/git-http-backend $out/bin/git-http-backend ln -s $out/libexec/git-core/git-http-backend $out/bin/git-http-backend
'' + stdenv.lib.optionalString perlSupport '' '' + stdenv.lib.optionalString perlSupport ''
# wrap perl commands # wrap perl commands
makeWrapper "$out/share/git/contrib/credential/netrc/git-credential-netrc" $out/bin/git-credential-netrc \ makeWrapper "$out/share/git/contrib/credential/netrc/git-credential-netrc.perl" $out/bin/git-credential-netrc \
--set PERL5LIB "$out/${perlPackages.perl.libPrefix}:${perlPackages.makePerlPath perlLibs}" --set PERL5LIB "$out/${perlPackages.perl.libPrefix}:${perlPackages.makePerlPath perlLibs}"
wrapProgram $out/libexec/git-core/git-cvsimport \ wrapProgram $out/libexec/git-core/git-cvsimport \
--set GITPERLLIB "$out/${perlPackages.perl.libPrefix}:${perlPackages.makePerlPath perlLibs}" --set GITPERLLIB "$out/${perlPackages.perl.libPrefix}:${perlPackages.makePerlPath perlLibs}"

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
description = "User and system administration help for the GNOME desktop"; description = "User and system administration help for the GNOME desktop";
homepage = "https://help.gnome.org/users/gnome-help/"; homepage = "https://help.gnome.org/users/gnome-help/";
license = licenses.cc-by-30; license = licenses.cc-by-30;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -66,7 +66,7 @@
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Accerciser"; homepage = "https://wiki.gnome.org/Apps/Accerciser";
description = "Interactive Python accessibility explorer"; description = "Interactive Python accessibility explorer";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.bsd3; license = licenses.bsd3;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Cheese"; homepage = "https://wiki.gnome.org/Apps/Cheese";
description = "Take photos and videos with your webcam, with fun graphical effects"; description = "Take photos and videos with your webcam, with fun graphical effects";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -127,7 +127,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Evolution"; homepage = "https://wiki.gnome.org/Apps/Evolution";
description = "Personal information management application that provides integrated mail, calendaring and address book functionality"; description = "Personal information management application that provides integrated mail, calendaring and address book functionality";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.lgpl2Plus; license = licenses.lgpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
description = "Archive manager for the GNOME desktop environment"; description = "Archive manager for the GNOME desktop environment";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Gedit"; homepage = "https://wiki.gnome.org/Apps/Gedit";
description = "Official text editor of the GNOME desktop environment"; description = "Official text editor of the GNOME desktop environment";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.unix; platforms = platforms.unix;
}; };

View File

@ -79,6 +79,6 @@ stdenv.mkDerivation rec {
description = "Hex editor for GNOME desktop environment"; description = "Hex editor for GNOME desktop environment";
platforms = platforms.unix; platforms = platforms.unix;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Glade"; homepage = "https://wiki.gnome.org/Apps/Glade";
description = "User interface designer for GTK applications"; description = "User interface designer for GTK applications";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.lgpl2; license = licenses.lgpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Books"; homepage = "https://wiki.gnome.org/Apps/Books";
description = "An e-book manager application for GNOME"; description = "An e-book manager application for GNOME";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -136,6 +136,6 @@ stdenv.mkDerivation rec {
homepage = "https://wiki.gnome.org/Apps/Boxes"; homepage = "https://wiki.gnome.org/Apps/Boxes";
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View File

@ -34,7 +34,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Calendar"; homepage = "https://wiki.gnome.org/Apps/Calendar";
description = "Simple and beautiful calendar application for GNOME"; description = "Simple and beautiful calendar application for GNOME";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Design/Apps/CharacterMap"; homepage = "https://wiki.gnome.org/Design/Apps/CharacterMap";
description = "Simple utility application to find and insert unusual characters"; description = "Simple utility application to find and insert unusual characters";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Clocks"; homepage = "https://wiki.gnome.org/Apps/Clocks";
description = "Clock application designed for GNOME 3"; description = "Clock application designed for GNOME 3";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -102,7 +102,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Documents"; homepage = "https://wiki.gnome.org/Apps/Documents";
description = "Document manager application designed to work with GNOME 3"; description = "Document manager application designed to work with GNOME 3";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://live.gnome.org/DocumentationProject"; homepage = "https://live.gnome.org/DocumentationProject";
description = "Help a new user get started in GNOME"; description = "Help a new user get started in GNOME";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.cc-by-sa-30; license = licenses.cc-by-sa-30;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Logs"; homepage = "https://wiki.gnome.org/Apps/Logs";
description = "A log viewer for the systemd journal"; description = "A log viewer for the systemd journal";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -50,7 +50,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Maps"; homepage = "https://wiki.gnome.org/Apps/Maps";
description = "A map application for GNOME 3"; description = "A map application for GNOME 3";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -103,7 +103,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Music"; homepage = "https://wiki.gnome.org/Apps/Music";
description = "Music player and management application for the GNOME desktop environment"; description = "Music player and management application for the GNOME desktop environment";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://gitlab.gnome.org/GNOME/gnome-nettool"; homepage = "https://gitlab.gnome.org/GNOME/gnome-nettool";
description = "A collection of networking tools"; description = "A collection of networking tools";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -83,7 +83,7 @@ stdenv.mkDerivation {
description = "Note editor designed to remain simple to use"; description = "Note editor designed to remain simple to use";
homepage = "https://wiki.gnome.org/Apps/Notes"; homepage = "https://wiki.gnome.org/Apps/Notes";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -53,7 +53,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://projects-old.gnome.org/gnome-power-manager/"; homepage = "https://projects-old.gnome.org/gnome-power-manager/";
description = "View battery and power statistics provided by UPower"; description = "View battery and power statistics provided by UPower";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
description = "A simple and modern sound recorder"; description = "A simple and modern sound recorder";
homepage = "https://wiki.gnome.org/Apps/SoundRecorder"; homepage = "https://wiki.gnome.org/Apps/SoundRecorder";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
description = "Personal task manager for GNOME"; description = "Personal task manager for GNOME";
homepage = "https://wiki.gnome.org/Apps/Todo"; homepage = "https://wiki.gnome.org/Apps/Todo";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Weather"; homepage = "https://wiki.gnome.org/Apps/Weather";
description = "Access current weather conditions and forecasts"; description = "Access current weather conditions and forecasts";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -47,7 +47,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Polari"; homepage = "https://wiki.gnome.org/Apps/Polari";
description = "IRC chat client designed to integrate with the GNOME desktop"; description = "IRC chat client designed to integrate with the GNOME desktop";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -78,7 +78,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Seahorse"; homepage = "https://wiki.gnome.org/Apps/Seahorse";
description = "Application for managing encryption keys and passwords in the GnomeKeyring"; description = "Application for managing encryption keys and passwords in the GnomeKeyring";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
description = "Remote desktop viewer for GNOME"; description = "Remote desktop viewer for GNOME";
homepage = "https://wiki.gnome.org/Apps/Vinagre"; homepage = "https://wiki.gnome.org/Apps/Vinagre";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
platforms = with platforms; linux ++ darwin; platforms = with platforms; linux ++ darwin;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View File

@ -28,7 +28,7 @@ in stdenv.mkDerivation rec {
description = "Graphical application to analyse disk usage in any GNOME environment"; description = "Graphical application to analyse disk usage in any GNOME environment";
homepage = "https://wiki.gnome.org/Apps/DiskUsageAnalyzer"; homepage = "https://wiki.gnome.org/Apps/DiskUsageAnalyzer";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -48,7 +48,7 @@ in stdenv.mkDerivation rec {
description = "An input assistive technology intended for switch and pointer users"; description = "An input assistive technology intended for switch and pointer users";
homepage = "https://wiki.gnome.org/Projects/Caribou"; homepage = "https://wiki.gnome.org/Projects/Caribou";
license = licenses.lgpl21; license = licenses.lgpl21;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -33,6 +33,6 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View File

@ -140,7 +140,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Empathy"; homepage = "https://wiki.gnome.org/Apps/Empathy";
description = "Messaging program which supports text, voice, video chat, and file transfers over many different protocols"; description = "Messaging program which supports text, voice, video chat, and file transfers over many different protocols";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = [ licenses.gpl2 ]; license = [ licenses.gpl2 ];
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -45,7 +45,7 @@ in stdenv.mkDerivation rec {
description = "GNOME image viewer"; description = "GNOME image viewer";
homepage = "https://wiki.gnome.org/Apps/EyeOfGnome"; homepage = "https://wiki.gnome.org/Apps/EyeOfGnome";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }

View File

@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Epiphany"; homepage = "https://wiki.gnome.org/Apps/Epiphany";
description = "WebKit based web browser for GNOME"; description = "WebKit based web browser for GNOME";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -128,6 +128,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers ++ [ maintainers.vcunat ]; maintainers = teams.gnome.members ++ [ maintainers.vcunat ];
}; };
} }

View File

@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
description = "Unified backend for programs that work with contacts, tasks, and calendar information"; description = "Unified backend for programs that work with contacts, tasks, and calendar information";
homepage = "https://wiki.gnome.org/Apps/Evolution"; homepage = "https://wiki.gnome.org/Apps/Evolution";
license = licenses.lgpl2; license = licenses.lgpl2;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -97,7 +97,7 @@ stdenv.mkDerivation rec {
description = "A program that manages graphical display servers and handles graphical user logins"; description = "A program that manages graphical display servers and handles graphical user logins";
homepage = "https://wiki.gnome.org/Projects/GDM"; homepage = "https://wiki.gnome.org/Projects/GDM";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
platforms = platforms.unix; platforms = platforms.unix;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View File

@ -45,7 +45,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://help.gnome.org/users/gnome-bluetooth/stable/index.html.en"; homepage = "https://help.gnome.org/users/gnome-bluetooth/stable/index.html.en";
description = "Application that let you manage Bluetooth in the GNOME destkop"; description = "Application that let you manage Bluetooth in the GNOME destkop";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Calculator"; homepage = "https://wiki.gnome.org/Apps/Calculator";
description = "Application that solves mathematical equations and is suitable as a default application in a Desktop environment"; description = "Application that solves mathematical equations and is suitable as a default application in a Desktop environment";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A set of graphical utilities for color management to be used in the GNOME desktop"; description = "A set of graphical utilities for color management to be used in the GNOME desktop";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ which autoconf automake ]; # autogen.sh which is using gnome-common tends to require which propagatedBuildInputs = [ which autoconf automake ]; # autogen.sh which is using gnome-common tends to require which
meta = with stdenv.lib; { meta = with stdenv.lib; {
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View File

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Contacts"; homepage = "https://wiki.gnome.org/Apps/Contacts";
description = "GNOMEs integrated address book"; description = "GNOMEs integrated address book";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -178,7 +178,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Utilities to configure the GNOME desktop"; description = "Utilities to configure the GNOME desktop";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
description = "Library with common API for various GNOME modules"; description = "Library with common API for various GNOME modules";
license = with licenses; [ gpl2 lgpl2 ]; license = with licenses; [ gpl2 lgpl2 ];
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Dictionary"; homepage = "https://wiki.gnome.org/Apps/Dictionary";
description = "Dictionary is the GNOME application to look up definitions"; description = "Dictionary is the GNOME application to look up definitions";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://en.wikipedia.org/wiki/GNOME_Disks"; homepage = "https://en.wikipedia.org/wiki/GNOME_Disks";
description = "A udisks graphical front-end"; description = "A udisks graphical front-end";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Program that can preview fonts and create thumbnails for fonts"; description = "Program that can preview fonts and create thumbnails for fonts";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -103,6 +103,6 @@ stdenv.mkDerivation rec {
homepage = "https://gitlab.gnome.org/GNOME/gnome-initial-setup"; homepage = "https://gitlab.gnome.org/GNOME/gnome-initial-setup";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View File

@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
description = "Collection of components in GNOME that store secrets, passwords, keys, certificates and make them available to applications"; description = "Collection of components in GNOME that store secrets, passwords, keys, certificates and make them available to applications";
homepage = "https://wiki.gnome.org/Projects/GnomeKeyring"; homepage = "https://wiki.gnome.org/Projects/GnomeKeyring";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Projects/GnomeOnlineMiners"; homepage = "https://wiki.gnome.org/Projects/GnomeOnlineMiners";
description = "A set of crawlers that go through your online content and index them locally in Tracker"; description = "A set of crawlers that go through your online content and index them locally in Tracker";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -1,5 +1,5 @@
{ stdenv, fetchFromGitLab, meson, ninja, pkgconfig, python3, wrapGAppsHook { stdenv, fetchFromGitLab, meson, ninja, pkgconfig, python3, wrapGAppsHook
, glib, pipewire, systemd, libvncserver, libsecret, libnotify, gdk-pixbuf, gnome3 }: , glib, pipewire, systemd, libvncserver, libsecret, libnotify, gdk-pixbuf }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-remote-desktop"; pname = "gnome-remote-desktop";
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Projects/Mutter/RemoteDesktop"; homepage = "https://wiki.gnome.org/Projects/Mutter/RemoteDesktop";
description = "GNOME Remote Desktop server"; description = "GNOME Remote Desktop server";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -36,7 +36,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://en.wikipedia.org/wiki/GNOME_Screenshot"; homepage = "https://en.wikipedia.org/wiki/GNOME_Screenshot";
description = "Utility used in the GNOME desktop environment for taking screenshots"; description = "Utility used in the GNOME desktop environment for taking screenshots";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
description = "GNOME session manager"; description = "GNOME session manager";
homepage = "https://wiki.gnome.org/Projects/SessionManagement"; homepage = "https://wiki.gnome.org/Projects/SessionManagement";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -118,7 +118,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Projects/GnomeShell/Extensions"; homepage = "https://wiki.gnome.org/Projects/GnomeShell/Extensions";
description = "Modify and extend GNOME Shell functionality and behavior"; description = "Modify and extend GNOME Shell functionality and behavior";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -119,7 +119,7 @@ in stdenv.mkDerivation rec {
description = "Core user interface for the GNOME 3 desktop"; description = "Core user interface for the GNOME 3 desktop";
homepage = "https://wiki.gnome.org/Projects/GnomeShell"; homepage = "https://wiki.gnome.org/Projects/GnomeShell";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
description = "Software store that lets you install and update applications and system extensions"; description = "Software store that lets you install and update applications and system extensions";
homepage = "https://wiki.gnome.org/Apps/Software"; homepage = "https://wiki.gnome.org/Apps/Software";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/SystemMonitor"; homepage = "https://wiki.gnome.org/Apps/SystemMonitor";
description = "System Monitor shows you what programs are running and how much processor time, memory, and disk space are being used"; description = "System Monitor shows you what programs are running and how much processor time, memory, and disk space are being used";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
homepage = "https://wiki.gnome.org/Apps/Terminal"; homepage = "https://wiki.gnome.org/Apps/Terminal";
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View File

@ -27,6 +27,6 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View File

@ -74,7 +74,7 @@ rustPlatform.buildRustPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://gitlab.gnome.org/GNOME/gnome-tour"; homepage = "https://gitlab.gnome.org/GNOME/gnome-tour";
description = "GNOME Greeter & Tour"; description = "GNOME Greeter & Tour";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://help.gnome.org/users/gnome-user-share/3.8"; homepage = "https://help.gnome.org/users/gnome-user-share/3.8";
description = "Service that exports the contents of the Public folder in your home directory on the local network"; description = "Service that exports the contents of the Public folder in your home directory on the local network";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -102,7 +102,7 @@ in stdenv.mkDerivation rec {
description = "GNOME Character Map, based on the Unicode Character Database"; description = "GNOME Character Map, based on the Unicode Character Database";
homepage = "https://wiki.gnome.org/Apps/Gucharmap"; homepage = "https://wiki.gnome.org/Apps/Gucharmap";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -142,7 +142,7 @@ stdenv.mkDerivation rec {
description = "A window manager for GNOME"; description = "A window manager for GNOME";
homepage = "https://gitlab.gnome.org/GNOME/mutter"; homepage = "https://gitlab.gnome.org/GNOME/mutter";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -102,6 +102,6 @@ stdenv.mkDerivation rec {
homepage = "https://wiki.gnome.org/Apps/Files"; homepage = "https://wiki.gnome.org/Apps/Files";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View File

@ -100,7 +100,7 @@ stdenv.mkDerivation rec {
description = "A home media solution (UPnP AV MediaServer) that allows you to easily share audio, video and pictures to other devices"; description = "A home media solution (UPnP AV MediaServer) that allows you to easily share audio, video and pictures to other devices";
homepage = "https://wiki.gnome.org/Projects/Rygel"; homepage = "https://wiki.gnome.org/Projects/Rygel";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "https://gitlab.gnome.org/GNOME/simple-scan"; homepage = "https://gitlab.gnome.org/GNOME/simple-scan";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://en.wikipedia.org/wiki/Sushi_(software)"; homepage = "https://en.wikipedia.org/wiki/Sushi_(software)";
description = "A quick previewer for Nautilus"; description = "A quick previewer for Nautilus";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Videos"; homepage = "https://wiki.gnome.org/Apps/Videos";
description = "Movie player for the GNOME desktop based on GStreamer"; description = "Movie player for the GNOME desktop based on GStreamer";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Yelp"; homepage = "https://wiki.gnome.org/Apps/Yelp";
description = "Yelp's universal stylesheets for Mallard and DocBook"; description = "Yelp's universal stylesheets for Mallard and DocBook";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = [licenses.gpl2 licenses.lgpl2]; license = [licenses.gpl2 licenses.lgpl2];
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Yelp"; homepage = "https://wiki.gnome.org/Apps/Yelp";
description = "The help viewer in Gnome"; description = "The help viewer in Gnome";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -45,6 +45,6 @@ stdenv.mkDerivation rec {
description = "Tool to display dialogs from the commandline and shell scripts"; description = "Tool to display dialogs from the commandline and shell scripts";
homepage = "https://wiki.gnome.org/Projects/Zenity"; homepage = "https://wiki.gnome.org/Projects/Zenity";
platforms = platforms.linux; platforms = platforms.linux;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
}; };
} }

View File

@ -18,8 +18,6 @@ lib.makeScope pkgs.newScope (self: with self; {
in in
lib.filter (x: !(builtins.elem (lib.getName x) namesToRemove)) packages; lib.filter (x: !(builtins.elem (lib.getName x) namesToRemove)) packages;
maintainers = lib.teams.gnome.members;
libsoup = pkgs.libsoup.override { gnomeSupport = true; }; libsoup = pkgs.libsoup.override { gnomeSupport = true; };
libchamplain = pkgs.libchamplain.override { libsoup = libsoup; }; libchamplain = pkgs.libchamplain.override { libsoup = libsoup; };
gnome3 = self // { recurseForDerivations = false; }; gnome3 = self // { recurseForDerivations = false; };
@ -358,5 +356,7 @@ lib.makeScope pkgs.newScope (self: with self; {
gnome-screensaver = throw "gnome-screensaver is deprecated. If you are using GNOME Flashback, it now has a built-in lock screen. If you are using it elsewhere, you can try xscreenlock or other alternatives."; # added 2020-03-19 gnome-screensaver = throw "gnome-screensaver is deprecated. If you are using GNOME Flashback, it now has a built-in lock screen. If you are using it elsewhere, you can try xscreenlock or other alternatives."; # added 2020-03-19
maintainers = lib.teams.gnome.members;
mutter328 = throw "Removed as Pantheon is upgraded to mutter334."; mutter328 = throw "Removed as Pantheon is upgraded to mutter334.";
}) })

View File

@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
description = "API documentation browser for GNOME"; description = "API documentation browser for GNOME";
homepage = "https://wiki.gnome.org/Apps/Devhelp"; homepage = "https://wiki.gnome.org/Apps/Devhelp";
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://github.com/GNOME/gnome-devel-docs"; homepage = "https://github.com/GNOME/gnome-devel-docs";
description = "Developer documentation for GNOME"; description = "Developer documentation for GNOME";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.fdl12; license = licenses.fdl12;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -38,7 +38,7 @@ in stdenv.mkDerivation rec {
To use the integration, install the <link xlink:href="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation">browser extension</link>, and then set <option>services.gnome3.chrome-gnome-shell.enable</option> to <literal>true</literal>. To use the integration, install the <link xlink:href="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation">browser extension</link>, and then set <option>services.gnome3.chrome-gnome-shell.enable</option> to <literal>true</literal>.
''; '';
license = licenses.gpl3; license = licenses.gpl3;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Aisleriot"; homepage = "https://wiki.gnome.org/Apps/Aisleriot";
description = "A collection of patience games written in guile scheme"; description = "A collection of patience games written in guile scheme";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -31,7 +31,7 @@ in stdenv.mkDerivation rec {
description = "Puzzle game where you move atoms to build a molecule"; description = "Puzzle game where you move atoms to build a molecule";
homepage = "https://wiki.gnome.org/Apps/Atomix"; homepage = "https://wiki.gnome.org/Apps/Atomix";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Five_or_more"; homepage = "https://wiki.gnome.org/Apps/Five_or_more";
description = "Remove colored balls from the board by forming lines"; description = "Remove colored balls from the board by forming lines";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Four-in-a-row"; homepage = "https://wiki.gnome.org/Apps/Four-in-a-row";
description = "Make lines of the same color to win"; description = "Make lines of the same color to win";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Chess"; homepage = "https://wiki.gnome.org/Apps/Chess";
description = "Play the classic two-player boardgame of chess"; description = "Play the classic two-player boardgame of chess";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -36,7 +36,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Klotski"; homepage = "https://wiki.gnome.org/Apps/Klotski";
description = "Slide blocks to solve the puzzle"; description = "Slide blocks to solve the puzzle";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Mahjongg"; homepage = "https://wiki.gnome.org/Apps/Mahjongg";
description = "Disassemble a pile of tiles by removing matching pairs"; description = "Disassemble a pile of tiles by removing matching pairs";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://wiki.gnome.org/Apps/Mines"; homepage = "https://wiki.gnome.org/Apps/Mines";
description = "Clear hidden mines from a minefield"; description = "Clear hidden mines from a minefield";
maintainers = gnome3.maintainers; maintainers = teams.gnome.members;
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
}; };

Some files were not shown because too many files have changed in this diff Show More