treewide: with stdenv.lib; in meta -> with lib;

Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
This commit is contained in:
Profpatsch
2021-01-11 10:38:22 +01:00
parent e87aef06e0
commit 4a7f99d55d
6869 changed files with 13585 additions and 13580 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, xorgproto, libX11, bison, ksh, perl, gnum4
{ lib, stdenv, fetchurl, xorgproto, libX11, bison, ksh, perl, gnum4
, libXinerama, libXt, libXext, libtirpc, motif, libXft, xbitmaps
, libjpeg, libXmu, libXdmcp, libXScrnSaver, symlinkJoin, bdftopcf
, ncompress, mkfontdir, tcl, libXaw, gcc, glibcLocales, gawk
@@ -71,7 +71,7 @@ EOF
mv $out/opt/dt/bin/dtmail $out/bin
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "Common Desktop Environment";
homepage = "https://sourceforge.net/projects/cdesktopenv/";
license = licenses.lgpl2;
@@ -24,7 +24,7 @@
, networkmanager
, pkgconfig
, polkit
, stdenv
, lib, stdenv
, wrapGAppsHook
, libxml2
, gtk-doc
@@ -160,7 +160,7 @@ stdenv.mkDerivation rec {
providedSessions = ["cinnamon" "cinnamon2d"];
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/linuxmint/cinnamon";
description = "The Cinnamon desktop environment";
license = [ licenses.gpl2 ];
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, libxml2, glib, gnome3 }:
{ lib, stdenv, fetchurl, pkgconfig, libxml2, glib, gnome3 }:
stdenv.mkDerivation rec {
pname = "libcroco";
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "GNOME CSS2 parsing and manipulation toolkit";
homepage = https://gitlab.gnome.org/GNOME/libcroco;
license = licenses.lgpl2;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchFromGitHub
, pkgconfig
, autoreconfHook
@@ -110,7 +110,7 @@ stdenv.mkDerivation rec {
libtool
];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/linuxmint/cinnamon-control-center";
description = "A collection of configuration plugins used in cinnamon-settings";
license = licenses.gpl2;
@@ -8,7 +8,7 @@
, pkgconfig
, pulseaudio
, python3
, stdenv
, lib, stdenv
, xkeyboard_config
, xorg
, wrapGAppsHook
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
sed "s|/usr/share|/run/current-system/sw/share|g" -i ./schemas/* # NOTE: unless this causes a circular dependency, we could link it to cinnamon-common/share/cinnamon
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/linuxmint/cinnamon-desktop";
description = "Library and data for various Cinnamon modules";
@@ -4,7 +4,7 @@
, meson
, ninja
, pkgconfig
, stdenv
, lib, stdenv
, wrapGAppsHook
}:
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
pkgconfig
];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/linuxmint/cinnamon-menus";
description = "A menu system for the Cinnamon project";
license = [ licenses.gpl2 licenses.lgpl2 ];
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchFromGitHub
, pkgconfig
, meson
@@ -106,7 +106,7 @@ stdenv.mkDerivation rec {
sed "s|/usr/share/locale|/run/current-system/sw/share/locale|g" -i ./src/cinnamon-screensaver-main.py
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/linuxmint/cinnamon-screensaver";
description = "The Cinnamon screen locker and screensaver program";
license = [ licenses.gpl2 licenses.lgpl2 ];
@@ -14,7 +14,7 @@
, ninja
, pkgconfig
, python3
, stdenv
, lib, stdenv
, systemd
, wrapGAppsHook
, xapps
@@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
)
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/linuxmint/cinnamon-session";
description = "The Cinnamon session manager";
license = licenses.gpl2;
@@ -15,7 +15,7 @@
, wrapGAppsHook
, pkgconfig
, pulseaudio
, stdenv
, lib, stdenv
, systemd
, upower
, dconf
@@ -107,7 +107,7 @@ stdenv.mkDerivation rec {
ln -s $out/libexec/csd-backlight-helper $out/bin/cinnamon-settings-daemon/csd-backlight-helper
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/linuxmint/cinnamon-settings-daemon";
description = "The settings daemon for the Cinnamon desktop";
license = licenses.gpl2;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchFromGitHub
, gettext
}:
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
mv usr $out # files get installed like so: msgfmt -o usr/share/locale/$lang/LC_MESSAGES/$dir.mo $file
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/linuxmint/cinnamon-translations";
description = "Translations files for the Cinnamon desktop";
license = licenses.gpl2;
+2 -2
View File
@@ -2,7 +2,7 @@
, fetchFromGitHub
, gobject-introspection
, pkgconfig
, stdenv
, lib, stdenv
, wrapGAppsHook
, python3
, cairo
@@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
"-Dprofiler=disabled"
];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/linuxmint/cjs";
description = "JavaScript bindings for Cinnamon";
@@ -1,5 +1,5 @@
{ fetchFromGitHub
, stdenv
, lib, stdenv
, python3
, sassc
, sass
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
mv usr/share $out
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/linuxmint/mint-themes";
description = "Mint-X and Mint-Y themes for the cinnamon desktop";
license = licenses.gpl3; # from debian/copyright
@@ -1,5 +1,5 @@
{ fetchFromGitHub
, stdenv
, lib, stdenv
, gnome3
, gnome-icon-theme
, hicolor-icon-theme
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/linuxmint/mint-x-icons";
description = "Mint/metal theme based on mintified versions of Clearlooks Revamp, Elementary and Faenza";
license = licenses.gpl3Plus; # from debian/copyright
@@ -1,5 +1,5 @@
{ fetchFromGitHub
, stdenv
, lib, stdenv
, gnome3
, gnome-icon-theme
, hicolor-icon-theme
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/linuxmint/mint-y-icons";
description = "The Mint-Y icon theme";
license = licenses.gpl3; # from debian/copyright
+2 -2
View File
@@ -14,7 +14,7 @@
, libXtst
, libxkbcommon
, pkgconfig
, stdenv
, lib, stdenv
, udev
, xorg
, wrapGAppsHook
@@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
NOCONFIGURE=1 ./autogen.sh
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/linuxmint/muffin";
description = "The window management library for the Cinnamon desktop (libmuffin) and its sample WM binary (muffin)";
license = licenses.gpl2;
+2 -2
View File
@@ -5,7 +5,7 @@
, meson
, ninja
, pkgconfig
, stdenv
, lib, stdenv
, wrapGAppsHook
, libxml2
, gtk3
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
"-Dc_args=-I${glib.dev}/include/gio-unix-2.0"
];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/linuxmint/nemo";
description = "File browser for Cinnamon";
license = [ licenses.gpl2 licenses.lgpl2 ];
@@ -1,5 +1,5 @@
{ fetchFromGitHub
, stdenv
, lib, stdenv
, gobject-introspection
, meson
, ninja
@@ -69,7 +69,7 @@ python3.pkgs.buildPythonApplication rec {
chmod -x+X $out/libexec/warpinator/*.py
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/linuxmint/warpinator";
description = "Share files across the LAN";
license = licenses.gpl3Plus;
+2 -2
View File
@@ -11,7 +11,7 @@
, ninja
, pkgconfig
, python3
, stdenv
, lib, stdenv
, vala
, wrapGAppsHook
, inxi
@@ -93,7 +93,7 @@ stdenv.mkDerivation rec {
sed "s|'inxi'|'${inxi}/bin/inxi'|" -i scripts/upload-system-info
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://github.com/linuxmint/xapps";
description = "Cross-desktop libraries and common resources";
license = licenses.lgpl3;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, meson
, ninja
@@ -203,7 +203,7 @@ stdenv.mkDerivation rec {
patchelf --add-needed ${libsndfile.out}/lib/libsndfile.so $out/lib/libecore_audio.so
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "Enlightenment foundation libraries";
homepage = "https://enlightenment.org/";
license = with licenses; [ bsd2 lgpl2Only licenses.zlib ];
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, meson
, ninja
@@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
passthru.providedSessions = [ "enlightenment" ];
meta = with stdenv.lib; {
meta = with lib; {
description = "The Compositing Window Manager and Desktop Shell";
homepage = "https://www.enlightenment.org";
license = licenses.bsd2;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, meson, ninja, pkg-config, efl }:
{ lib, stdenv, fetchurl, meson, ninja, pkg-config, efl }:
stdenv.mkDerivation rec {
pname = "evisum";
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
efl
];
meta = with stdenv.lib; {
meta = with lib; {
description = "System and process monitor written with EFL";
homepage = "https://www.enlightenment.org";
license = with licenses; [ isc ];
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, gnome_python, librsvg, libwnck, libgtop, pkgconfig, python2, gtk2 }:
{ lib, stdenv, fetchurl, gnome_python, librsvg, libwnck, libgtop, pkgconfig, python2, gtk2 }:
let
inherit (python2.pkgs) python pygtk;
@@ -23,7 +23,7 @@ in stdenv.mkDerivation rec {
echo "gtk-2.0" > $out/${python2.sitePackages}/${pname}-${version}.pth
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "http://www.pygtk.org";
description = "Python bindings for GNOME desktop packages";
license = licenses.lgpl21;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, python2, pkgconfig, libgnome, GConf, glib, gtk2, gnome_vfs }:
{ lib, stdenv, fetchurl, python2, pkgconfig, libgnome, GConf, glib, gtk2, gnome_vfs }:
with stdenv.lib;
@@ -23,7 +23,7 @@ in stdenv.mkDerivation rec {
echo "gtk-2.0" > $out/${python2.sitePackages}/${name}.pth
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "http://pygtk.org/";
description = "Python wrapper for GNOME libraries";
platforms = platforms.linux;
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, pkgconfig, glib, gnome2, dbus-glib, gmime, gnome-icon-theme, libnotify, libgnome-keyring, openssl, cyrus_sasl, sylpheed, gob2, gettext, intltool, libxml2, hicolor-icon-theme, tango-icon-theme }:
{ lib, stdenv, fetchFromGitHub, pkgconfig, glib, gnome2, dbus-glib, gmime, gnome-icon-theme, libnotify, libgnome-keyring, openssl, cyrus_sasl, sylpheed, gob2, gettext, intltool, libxml2, hicolor-icon-theme, tango-icon-theme }:
stdenv.mkDerivation rec {
rev = "9ae8768";
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
meta = with lib; {
description = "Tray status icon, which notifies us when new email arrives";
homepage = "https://www.nongnu.org/mailnotify/";
license = with licenses; [ gpl3 ];
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, dbus-glib, glib, ORBit2, libxml2, polkit, python3, intltool }:
{ lib, stdenv, fetchurl, pkgconfig, dbus-glib, glib, ORBit2, libxml2, polkit, python3, intltool }:
stdenv.mkDerivation rec {
pname = "gconf";
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
2to3 --write --nobackup gsettings/gsettings-schema-convert
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://projects.gnome.org/gconf/";
description = "Deprecated system for storing application preferences";
platforms = platforms.unix;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, glib, libIDL, libintl }:
{ lib, stdenv, fetchurl, pkgconfig, glib, libIDL, libintl }:
stdenv.mkDerivation rec {
name = "ORBit2-${minVer}.19";
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
moveToOutput "bin/orbit2-config" "$dev"
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://projects.gnome.org/ORBit2/";
description = "A CORBA 2.4-compliant Object Request Broker";
platforms = platforms.unix;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchFromGitLab
, pkgconfig
, gtk-doc
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
NOCONFIGURE=1 ./autogen.sh
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://projects.gnome.org/gtkglext/";
description = "GtkGLExt, an OpenGL extension to GTK";
longDescription = ''
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, pkgconfig, gtk2, gettext, libxml2, intltool, libart_lgpl
{ lib, stdenv, fetchurl, fetchpatch, pkgconfig, gtk2, gettext, libxml2, intltool, libart_lgpl
, libgnomecups, bison, flex }:
stdenv.mkDerivation rec {
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ libxml2 ];
meta = with stdenv.lib; {
meta = with lib; {
platforms = platforms.linux;
};
}
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, pkgconfig
, gnome3
@@ -63,7 +63,7 @@ python3.pkgs.buildPythonApplication rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Accerciser";
description = "Interactive Python accessibility explorer";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, gettext
, fetchurl
, wrapGAppsHook
@@ -107,7 +107,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Cheese";
description = "Take photos and videos with your webcam, with fun graphical effects";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, cmake
, ninja
, intltool
@@ -124,7 +124,7 @@ stdenv.mkDerivation rec {
PKG_CONFIG_LIBEDATASERVERUI_1_2_UIMODULEDIR = "${placeholder "out"}/lib/evolution-data-server/ui-modules";
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Evolution";
description = "Personal information management application that provides integrated mail, calendaring and address book functionality";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, glib, gtk3, meson, ninja, pkgconfig, gnome3, gettext, itstool, libxml2, libarchive
{ lib, stdenv, fetchurl, glib, gtk3, meson, ninja, pkgconfig, gnome3, gettext, itstool, libxml2, libarchive
, file, json-glib, python3, wrapGAppsHook, desktop-file-utils, libnotify, nautilus, glibcLocales }:
stdenv.mkDerivation rec {
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/FileRoller";
description = "Archive manager for the GNOME desktop environment";
license = licenses.gpl2Plus;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, meson
, fetchurl
, python3
@@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Gedit";
description = "Official text editor of the GNOME desktop environment";
maintainers = teams.gnome.members;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, fetchpatch
, pkgconfig
@@ -74,7 +74,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Ghex";
description = "Hex editor for GNOME desktop environment";
platforms = platforms.unix;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, meson
, ninja
, gettext
@@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
broken = true; # Tracker 3 not supported and it cannot start Tracker 2.
homepage = "https://wiki.gnome.org/Apps/Books";
description = "An e-book manager application for GNOME";
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, meson
, ninja
@@ -135,7 +135,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "Simple GNOME 3 application to access remote or virtual systems";
homepage = "https://wiki.gnome.org/Apps/Boxes";
license = licenses.gpl3;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, fetchpatch
, meson
@@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
patchShebangs build-aux/meson/meson_post_install.py
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Calendar";
description = "Simple and beautiful calendar application for GNOME";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, meson
, ninja
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Design/Apps/CharacterMap";
description = "Simple utility application to find and insert unusual characters";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, meson
, ninja
@@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Clocks";
description = "Clock application designed for GNOME 3";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, gnome3
, meson
@@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://gitlab.gnome.org/GNOME/connections";
description = "A remote desktop client for the GNOME desktop environment";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, meson
, ninja
, gettext
@@ -116,7 +116,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
broken = true; # Tracker 3 not supported and it cannot start Tracker 2.
homepage = "https://wiki.gnome.org/Apps/Documents";
description = "Document manager application designed to work with GNOME 3";
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, gnome3, intltool, itstool, libxml2 }:
{ lib, stdenv, fetchurl, gnome3, intltool, itstool, libxml2 }:
stdenv.mkDerivation rec {
pname = "gnome-getting-started-docs";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ intltool itstool libxml2 ];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://live.gnome.org/DocumentationProject";
description = "Help a new user get started in GNOME";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, fetchpatch
, meson
@@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Logs";
description = "A log viewer for the systemd journal";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, meson
, ninja
@@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Maps";
description = "A map application for GNOME 3";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, meson
, ninja
, gettext
@@ -103,7 +103,7 @@ python3.pkgs.buildPythonApplication rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Music";
description = "Music player and management application for the GNOME desktop environment";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
{ lib, stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook
, libgtop, intltool, itstool, libxml2, nmap, inetutils }:
stdenv.mkDerivation rec {
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://gitlab.gnome.org/GNOME/gnome-nettool";
description = "A collection of networking tools";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, meson
, ninja
, gettext
@@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "Note editor designed to remain simple to use";
homepage = "https://wiki.gnome.org/Apps/Notes";
license = licenses.gpl3;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, gettext
, fetchurl
, pkgconfig
@@ -50,7 +50,7 @@ in stdenv.mkDerivation rec {
gnome3.adwaita-icon-theme
];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://projects-old.gnome.org/gnome-power-manager/";
description = "View battery and power statistics provided by UPower";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, pkgconfig
, gettext
@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "A simple and modern sound recorder";
homepage = "https://wiki.gnome.org/Apps/SoundRecorder";
license = licenses.gpl2Plus;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, fetchpatch
, meson
@@ -79,7 +79,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "Personal task manager for GNOME";
homepage = "https://wiki.gnome.org/Apps/Todo";
license = licenses.gpl3Plus;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook, gjs, gobject-introspection
{ lib, stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook, gjs, gobject-introspection
, libgweather, meson, ninja, geoclue2, gnome-desktop, python3, gsettings-desktop-schemas }:
stdenv.mkDerivation rec {
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Weather";
description = "Access current weather conditions and forecasts";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv, itstool, fetchurl, gdk-pixbuf, adwaita-icon-theme
{ lib, stdenv, itstool, fetchurl, gdk-pixbuf, adwaita-icon-theme
, telepathy-glib, gjs, meson, ninja, gettext, telepathy-idle, libxml2, desktop-file-utils
, pkgconfig, gtk3, glib, libsecret, libsoup, webkitgtk, gobject-introspection, appstream-glib
, gnome3, wrapGAppsHook, telepathy-logger, gspell, gsettings-desktop-schemas }:
@@ -44,7 +44,7 @@ in stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Polari";
description = "IRC chat client designed to integrate with the GNOME desktop";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, fetchpatch
, vala
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Seahorse";
description = "Application for managing encryption keys and passwords in the GnomeKeyring";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, gtk3, gnome3, vte, libxml2, gtk-vnc, intltool
{ lib, stdenv, fetchurl, pkgconfig, gtk3, gnome3, vte, libxml2, gtk-vnc, intltool
, libsecret, itstool, wrapGAppsHook, librsvg }:
stdenv.mkDerivation rec {
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "Remote desktop viewer for GNOME";
homepage = "https://wiki.gnome.org/Apps/Vinagre";
license = licenses.gpl2Plus;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, intltool, gnome3
{ lib, stdenv, fetchurl, pkgconfig, intltool, gnome3
, iconnamingutils, gtk3, gdk-pixbuf, librsvg, hicolor-icon-theme }:
stdenv.mkDerivation rec {
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
platforms = with platforms; linux ++ darwin;
maintainers = teams.gnome.members;
};
@@ -1,4 +1,4 @@
{ stdenv, gettext, fetchurl, vala, desktop-file-utils
{ lib, stdenv, gettext, fetchurl, vala, desktop-file-utils
, meson, ninja, pkgconfig, python3, gtk3, glib, libxml2
, wrapGAppsHook, itstool, gnome3 }:
@@ -24,7 +24,7 @@ in stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "Graphical application to analyse disk usage in any GNOME environment";
homepage = "https://wiki.gnome.org/Apps/DiskUsageAnalyzer";
license = licenses.gpl2;
@@ -1,4 +1,4 @@
{ fetchurl, stdenv, pkgconfig, gnome3, glib, gtk3, clutter, dbus, python3, libxml2
{ fetchurl, lib, stdenv, pkgconfig, gnome3, glib, gtk3, clutter, dbus, python3, libxml2
, libxklavier, libXtst, gtk2, intltool, libxslt, at-spi2-core, autoreconfHook
, wrapGAppsHook, libgee }:
@@ -44,7 +44,7 @@ in stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "An input assistive technology intended for switch and pointer users";
homepage = "https://wiki.gnome.org/Projects/Caribou";
license = licenses.lgpl21;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, meson, ninja, vala, libxslt, pkgconfig, glib, gtk3, gnome3, python3, dconf
{ lib, stdenv, fetchurl, meson, ninja, vala, libxslt, pkgconfig, glib, gtk3, gnome3, python3, dconf
, libxml2, gettext, docbook_xsl, wrapGAppsHook, gobject-introspection }:
let
@@ -31,7 +31,7 @@ in stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
platforms = platforms.linux;
maintainers = teams.gnome.members;
};
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, intltool
, fetchurl
, webkitgtk
@@ -137,7 +137,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Empathy";
description = "Messaging program which supports text, voice, video chat, and file transfers over many different protocols";
maintainers = teams.gnome.members;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, meson
, ninja
@@ -85,7 +85,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "GNOME image viewer";
homepage = "https://wiki.gnome.org/Apps/EyeOfGnome";
license = licenses.gpl2Plus;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, meson
, ninja
, gettext
@@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Epiphany";
description = "WebKit based web browser for GNOME";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, meson
, ninja
@@ -115,7 +115,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Evince";
description = "GNOME's document viewer";
@@ -1,4 +1,4 @@
{ fetchurl, stdenv, substituteAll, pkgconfig, gnome3, python3, gobject-introspection
{ fetchurl, lib, stdenv, substituteAll, pkgconfig, gnome3, python3, gobject-introspection
, intltool, libsoup, libxml2, libsecret, icu, sqlite, tzdata, libcanberra-gtk3, gcr
, p11-kit, db, nspr, nss, libical, gperf, wrapGAppsHook, glib-networking, pcre
, vala, cmake, ninja, kerberos, openldap, webkitgtk, libaccounts-glib, json-glib
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "Unified backend for programs that work with contacts, tasks, and calendar information";
homepage = "https://wiki.gnome.org/Apps/Evolution";
license = licenses.lgpl2;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, fetchpatch
, substituteAll
@@ -172,7 +172,7 @@ stdenv.mkDerivation rec {
initialVT = "7";
};
meta = with stdenv.lib; {
meta = with lib; {
description = "A program that manages graphical display servers and handles graphical user logins";
homepage = "https://wiki.gnome.org/Projects/GDM";
license = licenses.gpl2Plus;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, meson, ninja, pkgconfig, gnome3, gettext }:
{ lib, stdenv, fetchurl, meson, ninja, pkgconfig, gnome3, gettext }:
stdenv.mkDerivation rec {
pname = "gnome-backgrounds";
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ meson ninja pkgconfig gettext ];
meta = with stdenv.lib; {
meta = with lib; {
platforms = platforms.unix;
maintainers = teams.gnome.members;
};
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, gnome3, meson, ninja, pkgconfig, gtk3, intltool, glib
{ lib, stdenv, fetchurl, gnome3, meson, ninja, pkgconfig, gtk3, intltool, glib
, udev, itstool, libxml2, wrapGAppsHook, libnotify, libcanberra-gtk3, gobject-introspection
, gtk-doc, docbook_xsl, docbook_xml_dtd_43, python3, gsettings-desktop-schemas }:
@@ -42,7 +42,7 @@ in stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://help.gnome.org/users/gnome-bluetooth/stable/index.html.en";
description = "Application that let you manage Bluetooth in the GNOME destkop";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv, meson, ninja, vala, gettext, itstool, fetchurl, pkgconfig, libxml2
{ lib, stdenv, meson, ninja, vala, gettext, itstool, fetchurl, pkgconfig, libxml2
, gtk3, glib, gtksourceview4, wrapGAppsHook, gobject-introspection, python3
, gnome3, mpfr, gmp, libsoup, libmpc, gsettings-desktop-schemas, libgee }:
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Calculator";
description = "Application that solves mathematical equations and is suitable as a default application in a Desktop environment";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, meson
, ninja
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "A set of graphical utilities for color management to be used in the GNOME desktop";
license = licenses.gpl2Plus;
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, which, gnome3, autoconf, automake }:
{ lib, stdenv, fetchurl, which, gnome3, autoconf, automake }:
stdenv.mkDerivation rec {
pname = "gnome-common";
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ which autoconf automake ]; # autogen.sh which is using gnome-common tends to require which
meta = with stdenv.lib; {
meta = with lib; {
maintainers = teams.gnome.members;
};
}
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, gettext
, fetchurl
, evolution-data-server
@@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Contacts";
description = "GNOMEs integrated address book";
maintainers = teams.gnome.members;
@@ -1,7 +1,7 @@
{ fetchurl
, fetchFromGitLab
, fetchpatch
, stdenv
, lib, stdenv
, substituteAll
, accountsservice
, adwaita-icon-theme
@@ -188,7 +188,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "Utilities to configure the GNOME desktop";
license = licenses.gpl2Plus;
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, substituteAll, pkgconfig, libxslt, ninja, gnome3, gtk3, glib
{ lib, stdenv, fetchurl, substituteAll, pkgconfig, libxslt, ninja, gnome3, gtk3, glib
, gettext, libxml2, xkeyboard_config, isocodes, meson, wayland
, libseccomp, systemd, bubblewrap, gobject-introspection, gtk-doc, docbook_xsl, gsettings-desktop-schemas }:
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "Library with common API for various GNOME modules";
license = with licenses; [ gpl2 lgpl2 ];
platforms = platforms.linux;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, meson, ninja, pkgconfig, desktop-file-utils, appstream-glib, libxslt
{ lib, stdenv, fetchurl, fetchpatch, meson, ninja, pkgconfig, desktop-file-utils, appstream-glib, libxslt
, libxml2, gettext, itstool, wrapGAppsHook, docbook_xsl, docbook_xml_dtd_43
, gnome3, gtk3, glib, gsettings-desktop-schemas }:
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Dictionary";
description = "Dictionary is the GNOME application to look up definitions";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv, gettext, fetchurl, pkgconfig, udisks2, libsecret, libdvdread
{ lib, stdenv, gettext, fetchurl, pkgconfig, udisks2, libsecret, libdvdread
, meson, ninja, gtk3, glib, wrapGAppsHook, python3, libnotify
, itstool, gnome3, libxml2, gsettings-desktop-schemas
, libcanberra-gtk3, libxslt, docbook_xsl, libpwquality, systemd }:
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://en.wikipedia.org/wiki/GNOME_Disks";
description = "A udisks graphical front-end";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv, meson, ninja, gettext, fetchurl
{ lib, stdenv, meson, ninja, gettext, fetchurl
, pkgconfig, gtk3, glib, libxml2, gnome-desktop, adwaita-icon-theme
, wrapGAppsHook, gnome3, harfbuzz }:
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "Program that can preview fonts and create thumbnails for fonts";
maintainers = teams.gnome.members;
license = licenses.gpl2;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, substituteAll
, gettext
@@ -101,7 +101,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "Simple, easy, and safe way to prepare a new system";
homepage = "https://gitlab.gnome.org/GNOME/gnome-initial-setup";
license = licenses.gpl2Plus;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, dbus, libgcrypt, pam, python2, glib, libxslt
{ lib, stdenv, fetchurl, pkgconfig, dbus, libgcrypt, pam, python2, glib, libxslt
, gettext, gcr, libcap_ng, libselinux, p11-kit, openssh, wrapGAppsHook
, docbook_xsl, docbook_xml_dtd_43, gnome3 }:
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
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";
license = licenses.gpl2;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, fetchpatch
, autoconf-archive
@@ -106,7 +106,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Projects/GnomeOnlineMiners";
description = "A set of crawlers that go through your online content and index them locally in Tracker";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, cairo
, meson
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
"-Dsystemd_user_unit_dir=${placeholder "out"}/lib/systemd/user"
];
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Projects/Mutter/RemoteDesktop";
description = "GNOME Remote Desktop server";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv, gettext, libxml2, libhandy, fetchurl, pkgconfig, libcanberra-gtk3
{ lib, stdenv, gettext, libxml2, libhandy, fetchurl, pkgconfig, libcanberra-gtk3
, gtk3, glib, meson, ninja, python3, wrapGAppsHook, appstream-glib, desktop-file-utils
, gnome3, gsettings-desktop-schemas }:
@@ -33,7 +33,7 @@ in stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://en.wikipedia.org/wiki/GNOME_Screenshot";
description = "Utility used in the GNOME desktop environment for taking screenshots";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchFromGitHub
, meson
, ninja
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
systemd
];
meta = with stdenv.lib; {
meta = with lib; {
description = "gnome-session-ctl extracted from gnome-session for nixpkgs";
homepage = "https://github.com/nix-community/gnome-session-ctl";
license = licenses.gpl2Plus;
@@ -1,4 +1,4 @@
{ fetchurl, stdenv, substituteAll, meson, ninja, pkgconfig, gnome3, glib, gtk3, gsettings-desktop-schemas
{ fetchurl, lib, stdenv, substituteAll, meson, ninja, pkgconfig, gnome3, glib, gtk3, gsettings-desktop-schemas
, gnome-desktop, dbus, json-glib, libICE, xmlto, docbook_xsl, docbook_xml_dtd_412, python3
, libxslt, gettext, makeWrapper, systemd, xorg, epoxy, gnugrep, bash, gnome-session-ctl }:
@@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
providedSessions = [ "gnome" "gnome-xorg" ];
};
meta = with stdenv.lib; {
meta = with lib; {
description = "GNOME session manager";
homepage = "https://wiki.gnome.org/Projects/SessionManagement";
license = licenses.gpl2Plus;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchpatch
, substituteAll
, fetchurl
@@ -125,7 +125,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
license = licenses.gpl2Plus;
maintainers = teams.gnome.members;
platforms = platforms.linux;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, meson, ninja, gettext, pkgconfig, spidermonkey_68, glib
{ lib, stdenv, fetchurl, meson, ninja, gettext, pkgconfig, spidermonkey_68, glib
, gnome3, gnome-menus, substituteAll }:
stdenv.mkDerivation rec {
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
done
'';
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Projects/GnomeShell/Extensions";
description = "Modify and extend GNOME Shell functionality and behavior";
maintainers = teams.gnome.members;
@@ -1,7 +1,7 @@
{ fetchurl
, fetchpatch
, substituteAll
, stdenv
, lib, stdenv
, meson
, ninja
, pkg-config
@@ -200,7 +200,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "Core user interface for the GNOME 3 desktop";
homepage = "https://wiki.gnome.org/Projects/GnomeShell";
license = licenses.gpl2Plus;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, substituteAll, pkgconfig, meson, ninja, gettext, gnome3, wrapGAppsHook, packagekit, ostree
{ lib, stdenv, fetchurl, substituteAll, pkgconfig, meson, ninja, gettext, gnome3, wrapGAppsHook, packagekit, ostree
, glib, appstream-glib, libsoup, polkit, isocodes, gspell, libxslt, gobject-introspection, flatpak, fwupd
, gtk3, gsettings-desktop-schemas, gnome-desktop, libxmlb, gnome-online-accounts
, json-glib, libsecret, valgrind-light, docbook_xsl, docbook_xml_dtd_42, docbook_xml_dtd_43, gtk-doc, desktop-file-utils
@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "Software store that lets you install and update applications and system extensions";
homepage = "https://wiki.gnome.org/Apps/Software";
license = licenses.gpl2;
@@ -1,4 +1,4 @@
{ stdenv, gettext, fetchurl, pkgconfig, gtkmm3, libxml2
{ lib, stdenv, gettext, fetchurl, pkgconfig, gtkmm3, libxml2
, bash, gtk3, glib, wrapGAppsHook, meson, ninja, python3
, gsettings-desktop-schemas, itstool, gnome3, librsvg, gdk-pixbuf, libgtop, systemd }:
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
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";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, libxml2, gnome3, dconf, nautilus
{ lib, stdenv, fetchurl, pkgconfig, libxml2, gnome3, dconf, nautilus
, gtk3, gsettings-desktop-schemas, vte, gettext, which, libuuid, vala
, desktop-file-utils, itstool, wrapGAppsHook, glib, pcre2
, libxslt, docbook-xsl-nons }:
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
meta = with lib; {
description = "The GNOME Terminal Emulator";
homepage = "https://wiki.gnome.org/Apps/Terminal";
platforms = platforms.linux;
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, intltool, gtk3, gnome3, librsvg, pkgconfig, pango, atk, gtk2
{ lib, stdenv, fetchurl, intltool, gtk3, gnome3, librsvg, pkgconfig, pango, atk, gtk2
, gdk-pixbuf, hicolor-icon-theme }:
let
@@ -28,7 +28,7 @@ in stdenv.mkDerivation rec {
gtk-update-icon-cache "$out"/share/icons/HighContrast
'';
meta = with stdenv.lib; {
meta = with lib; {
platforms = platforms.linux;
maintainers = teams.gnome.members;
};
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, rustPlatform
, gettext
, meson
@@ -65,7 +65,7 @@ rustPlatform.buildRustPackage rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://gitlab.gnome.org/GNOME/gnome-tour";
description = "GNOME Greeter & Tour";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, gettext
, meson
, ninja
@@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
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";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, intltool
, fetchFromGitLab
, meson
@@ -98,7 +98,7 @@ in stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "GNOME Character Map, based on the Unicode Character Database";
homepage = "https://wiki.gnome.org/Apps/Gucharmap";
license = licenses.gpl3;
@@ -1,7 +1,7 @@
{ fetchurl
, fetchpatch
, substituteAll
, stdenv
, lib, stdenv
, pkgconfig
, gnome3
, pantheon
@@ -124,7 +124,7 @@ stdenv.mkDerivation rec {
${glib.dev}/bin/glib-compile-schemas "$out/share/glib-2.0/schemas"
'';
meta = with stdenv.lib; {
meta = with lib; {
description = "A window manager for GNOME";
homepage = "https://gitlab.gnome.org/GNOME/mutter";
license = licenses.gpl2;
@@ -2,7 +2,7 @@
, fetchpatch
, substituteAll
, runCommand
, stdenv
, lib, stdenv
, pkgconfig
, gnome3
, gettext
@@ -146,7 +146,7 @@ let self = stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "A window manager for GNOME";
homepage = "https://gitlab.gnome.org/GNOME/mutter";
license = licenses.gpl2;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, meson
, ninja
@@ -104,7 +104,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "The file manager for GNOME";
homepage = "https://wiki.gnome.org/Apps/Files";
license = licenses.gpl3Plus;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, meson
, ninja
@@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
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";
license = licenses.lgpl21Plus;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, meson
, ninja
@@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
description = "Simple scanning utility";
longDescription = ''
A really easy way to scan both documents and photos. You can crop out the
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, pkgconfig
, meson
@@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://en.wikipedia.org/wiki/Sushi_(software)";
description = "A quick previewer for Nautilus";
maintainers = teams.gnome.members;
+2 -2
View File
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, fetchurl
, meson
, ninja
@@ -113,7 +113,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Videos";
description = "Movie player for the GNOME desktop based on GStreamer";
maintainers = teams.gnome.members;
@@ -1,4 +1,4 @@
{ stdenv
{ lib, stdenv
, gettext
, fetchurl
, pkgconfig
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
};
};
meta = with stdenv.lib; {
meta = with lib; {
homepage = "https://wiki.gnome.org/Apps/Yelp";
description = "Yelp's universal stylesheets for Mallard and DocBook";
maintainers = teams.gnome.members;

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