pkgs/desktops: pkgconfig -> pkg-config

This commit is contained in:
Ben Siraphob 2021-01-17 09:21:50 +07:00 committed by Jonathan Ringer
parent 82ba45d59e
commit 5fffcef915
268 changed files with 539 additions and 539 deletions

View file

@ -22,7 +22,7 @@
, libXtst , libXtst
, muffin , muffin
, networkmanager , networkmanager
, pkgconfig , pkg-config
, polkit , polkit
, lib, stdenv , lib, stdenv
, wrapGAppsHook , wrapGAppsHook
@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
libXtst libXtst
muffin muffin
networkmanager networkmanager
pkgconfig pkg-config
polkit polkit
libxml2 libxml2
libgnomekbd libgnomekbd

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, libxml2, glib, gnome3 }: { lib, stdenv, fetchurl, pkg-config, libxml2, glib, gnome3 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libcroco"; pname = "libcroco";
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
configureFlags = lib.optional stdenv.isDarwin "--disable-Bsymbolic"; configureFlags = lib.optional stdenv.isDarwin "--disable-Bsymbolic";
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ libxml2 glib ]; buildInputs = [ libxml2 glib ];
passthru = { passthru = {

View file

@ -1,6 +1,6 @@
{ lib, stdenv { lib, stdenv
, fetchFromGitHub , fetchFromGitHub
, pkgconfig , pkg-config
, autoreconfHook , autoreconfHook
, glib , glib
, gettext , gettext
@ -102,7 +102,7 @@ stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig pkg-config
autoreconfHook autoreconfHook
wrapGAppsHook wrapGAppsHook
gettext gettext

View file

@ -5,7 +5,7 @@
, intltool , intltool
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, pulseaudio , pulseaudio
, python3 , python3
, lib, stdenv , lib, stdenv
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
python3 python3
wrapGAppsHook wrapGAppsHook
intltool intltool
pkgconfig pkg-config
]; ];
postPatch = '' postPatch = ''

View file

@ -3,7 +3,7 @@
, gobject-introspection , gobject-introspection
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, lib, stdenv , lib, stdenv
, wrapGAppsHook , wrapGAppsHook
}: }:
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meson meson
ninja ninja
wrapGAppsHook wrapGAppsHook
pkgconfig pkg-config
]; ];
meta = with lib; { meta = with lib; {

View file

@ -1,6 +1,6 @@
{ lib, stdenv { lib, stdenv
, fetchFromGitHub , fetchFromGitHub
, pkgconfig , pkg-config
, meson , meson
, ninja , ninja
, glib , glib
@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
]; ];
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig pkg-config
wrapGAppsHook wrapGAppsHook
gettext gettext
intltool intltool

View file

@ -12,7 +12,7 @@
, makeWrapper , makeWrapper
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, python3 , python3
, lib, stdenv , lib, stdenv
, systemd , systemd
@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
docbook_xsl docbook_xsl
docbook_xml_dtd_412 docbook_xml_dtd_412
python3 python3
pkgconfig pkg-config
libxslt libxslt
xmlto xmlto
]; ];

View file

@ -13,7 +13,7 @@
, libnotify , libnotify
, libxklavier , libxklavier
, wrapGAppsHook , wrapGAppsHook
, pkgconfig , pkg-config
, pulseaudio , pulseaudio
, lib, stdenv , lib, stdenv
, systemd , systemd
@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
autoreconfHook autoreconfHook
wrapGAppsHook wrapGAppsHook
intltool intltool
pkgconfig pkg-config
]; ];
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];

View file

@ -1,7 +1,7 @@
{ dbus-glib { dbus-glib
, fetchFromGitHub , fetchFromGitHub
, gobject-introspection , gobject-introspection
, pkgconfig , pkg-config
, lib, stdenv , lib, stdenv
, wrapGAppsHook , wrapGAppsHook
, python3 , python3
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson # ADDING cmake breaks the build, ignore meson warning meson # ADDING cmake breaks the build, ignore meson warning
ninja ninja
pkgconfig pkg-config
makeWrapper makeWrapper
which # for locale detection which # for locale detection
libxml2 # for xml-stripblanks libxml2 # for xml-stripblanks

View file

@ -13,7 +13,7 @@
, libstartup_notification , libstartup_notification
, libXtst , libXtst
, libxkbcommon , libxkbcommon
, pkgconfig , pkg-config
, lib, stdenv , lib, stdenv
, udev , udev
, xorg , xorg
@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
gettext gettext
libtool libtool
wrapGAppsHook wrapGAppsHook
pkgconfig pkg-config
intltool intltool
gnome-doc-utils gnome-doc-utils

View file

@ -4,7 +4,7 @@
, gobject-introspection , gobject-introspection
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, lib, stdenv , lib, stdenv
, wrapGAppsHook , wrapGAppsHook
, libxml2 , libxml2
@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
pkgconfig pkg-config
ninja ninja
wrapGAppsHook wrapGAppsHook
intltool intltool

View file

@ -9,7 +9,7 @@
, xorg , xorg
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, python3 , python3
, lib, stdenv , lib, stdenv
, vala , vala
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
pkgconfig pkg-config
python3 python3
vala vala
wrapGAppsHook wrapGAppsHook

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, efl, python3Packages, dbus, makeWrapper }: { lib, stdenv, fetchurl, pkg-config, efl, python3Packages, dbus, makeWrapper }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "econnman"; pname = "econnman";
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "057pwwavlvrrq26bncqnfrf449zzaim0zq717xv86av4n940gwv0"; sha256 = "057pwwavlvrrq26bncqnfrf449zzaim0zq717xv86av4n940gwv0";
}; };
nativeBuildInputs = [ makeWrapper pkgconfig python3Packages.wrapPython ]; nativeBuildInputs = [ makeWrapper pkg-config python3Packages.wrapPython ];
buildInputs = [ efl python3Packages.python dbus ]; buildInputs = [ efl python3Packages.python dbus ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, efl, pcre, mesa, makeWrapper }: { lib, stdenv, fetchurl, pkg-config, efl, pcre, mesa, makeWrapper }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ephoto"; pname = "ephoto";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig pkg-config
mesa.dev # otherwise pkg-config does not find gbm mesa.dev # otherwise pkg-config does not find gbm
makeWrapper makeWrapper
]; ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, meson, ninja, pkgconfig, efl, gst_all_1, pcre, mesa, wrapGAppsHook }: { lib, stdenv, fetchurl, meson, ninja, pkg-config, efl, gst_all_1, pcre, mesa, wrapGAppsHook }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "rage"; pname = "rage";
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
pkgconfig pkg-config
mesa.dev mesa.dev
wrapGAppsHook wrapGAppsHook
]; ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, gnome_python, librsvg, libwnck, libgtop, pkgconfig, python2, gtk2 }: { lib, stdenv, fetchurl, gnome_python, librsvg, libwnck, libgtop, pkg-config, python2, gtk2 }:
let let
inherit (python2.pkgs) python pygtk; inherit (python2.pkgs) python pygtk;
@ -13,7 +13,7 @@ in stdenv.mkDerivation rec {
sha256 = "1s8f9rns9v7qlwjv9qh9lr8crp88dpzfm45hj47zc3ivpy0dbnq9"; sha256 = "1s8f9rns9v7qlwjv9qh9lr8crp88dpzfm45hj47zc3ivpy0dbnq9";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ gtk2 librsvg libwnck libgtop python ]; buildInputs = [ gtk2 librsvg libwnck libgtop python ];
propagatedBuildInputs = [ gnome_python pygtk ]; propagatedBuildInputs = [ gnome_python pygtk ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, python2, pkgconfig, libgnome, GConf, glib, gtk2, gnome_vfs }: { lib, stdenv, fetchurl, python2, pkg-config, libgnome, GConf, glib, gtk2, gnome_vfs }:
with lib; with lib;
@ -13,7 +13,7 @@ in stdenv.mkDerivation rec {
sha256 = "759ce9344cbf89cf7f8449d945822a0c9f317a494f56787782a901e4119b96d8"; sha256 = "759ce9344cbf89cf7f8449d945822a0c9f317a494f56787782a901e4119b96d8";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ python glib gtk2 GConf libgnome gnome_vfs ]; buildInputs = [ python glib gtk2 GConf libgnome gnome_vfs ];
propagatedBuildInputs = [ pygobject2 pygtk dbus-python ]; propagatedBuildInputs = [ pygobject2 pygtk dbus-python ];

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, intltool, gtkmm2, libglade }: { stdenv, fetchurl, pkg-config, intltool, gtkmm2, libglade }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libglademm-2.6.7"; name = "libglademm-2.6.7";
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "devdoc" ]; outputs = [ "out" "devdoc" ];
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ intltool ]; buildInputs = [ intltool ];
propagatedBuildInputs = [ gtkmm2 libglade ]; propagatedBuildInputs = [ gtkmm2 libglade ];

View file

@ -1,4 +1,4 @@
{lib, stdenv, fetchpatch, fetchurl, autoreconfHook, pkgconfig, atk, cairo, glib {lib, stdenv, fetchpatch, fetchurl, autoreconfHook, pkg-config, atk, cairo, glib
, gnome-common, gtk2, pango , gnome-common, gtk2, pango
, libxml2Python, perl, intltool, gettext, gtk-mac-integration-gtk2 }: , libxml2Python, perl, intltool, gettext, gtk-mac-integration-gtk2 }:
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
}) })
]; ];
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ buildInputs = [
atk cairo glib gtk2 atk cairo glib gtk2
pango libxml2Python perl intltool pango libxml2Python perl intltool

View file

@ -1,4 +1,4 @@
{ 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 }: { lib, stdenv, fetchFromGitHub, pkg-config, 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 { stdenv.mkDerivation rec {
rev = "9ae8768"; rev = "9ae8768";
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "1slb7gajn30vdaq0hf5rikwdly1npmg1cf83hpjs82xd98knl13d"; sha256 = "1slb7gajn30vdaq0hf5rikwdly1npmg1cf83hpjs82xd98knl13d";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ glib dbus-glib gmime libnotify libgnome-keyring openssl cyrus_sasl sylpheed gob2 gettext intltool gnome2.GConf gnome2.libgnomeui dbus-glib gmime libnotify gnome2.scrollkeeper libxml2 gnome-icon-theme hicolor-icon-theme tango-icon-theme ]; buildInputs = [ glib dbus-glib gmime libnotify libgnome-keyring openssl cyrus_sasl sylpheed gob2 gettext intltool gnome2.GConf gnome2.libgnomeui dbus-glib gmime libnotify gnome2.scrollkeeper libxml2 gnome-icon-theme hicolor-icon-theme tango-icon-theme ];
prePatch = '' prePatch = ''

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl, pkgconfig, perlPackages, libxml2, libxslt, docbook_xml_dtd_42, automake, gettext}: {stdenv, fetchurl, pkg-config, perlPackages, libxml2, libxslt, docbook_xml_dtd_42, automake, gettext}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "scrollkeeper-0.3.14"; name = "scrollkeeper-0.3.14";
@ -13,7 +13,7 @@ stdenv.mkDerivation {
cp ${automake}/share/automake*/config.{sub,guess} . cp ${automake}/share/automake*/config.{sub,guess} .
"; ";
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ libxml2 libxslt gettext ] buildInputs = [ libxml2 libxslt gettext ]
++ (with perlPackages; [ perl XMLParser ]); ++ (with perlPackages; [ perl XMLParser ]);
configureFlags = [ "--with-xml-catalog=${docbook_xml_dtd_42}/xml/dtd/docbook/catalog.xml" ]; configureFlags = [ "--with-xml-catalog=${docbook_xml_dtd_42}/xml/dtd/docbook/catalog.xml" ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, intltool, pkgconfig, glib, gtk2, ncurses { lib, stdenv, fetchurl, fetchpatch, intltool, pkg-config, glib, gtk2, ncurses
, pythonSupport ? false, python27Packages}: , pythonSupport ? false, python27Packages}:
let let
@ -28,7 +28,7 @@ in stdenv.mkDerivation rec {
}) })
]; ];
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ intltool glib gtk2 ncurses ] ++ buildInputs = [ intltool glib gtk2 ncurses ] ++
lib.optionals pythonSupport [python pygtk]; lib.optionals pythonSupport [python pygtk];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, dbus-glib, glib, ORBit2, libxml2, polkit, python3, intltool }: { lib, stdenv, fetchurl, pkg-config, dbus-glib, glib, ORBit2, libxml2, polkit, python3, intltool }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gconf"; pname = "gconf";
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ glib dbus-glib ]; propagatedBuildInputs = [ glib dbus-glib ];
nativeBuildInputs = [ pkgconfig intltool ]; nativeBuildInputs = [ pkg-config intltool ];
configureFlags = configureFlags =
# fixes the "libgconfbackend-oldxml.so is not portable" error on darwin # fixes the "libgconfbackend-oldxml.so is not portable" error on darwin

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, glib, libIDL, libintl }: { lib, stdenv, fetchurl, pkg-config, glib, libIDL, libintl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "ORBit2-${minVer}.19"; name = "ORBit2-${minVer}.19";
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0l3mhpyym9m5iz09fz0rgiqxl2ym6kpkwpsp1xrr4aa80nlh1jam"; sha256 = "0l3mhpyym9m5iz09fz0rgiqxl2ym6kpkwpsp1xrr4aa80nlh1jam";
}; };
nativeBuildInputs = [ pkgconfig libintl ]; nativeBuildInputs = [ pkg-config libintl ];
propagatedBuildInputs = [ glib libIDL ]; propagatedBuildInputs = [ glib libIDL ];
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, pkgconfig, libxml2, bzip2, openssl, dbus-glib { stdenv, fetchurl, fetchpatch, pkg-config, libxml2, bzip2, openssl, dbus-glib
, glib, gamin, cdparanoia, intltool, GConf, gnome_mime_data, avahi, acl }: , glib, gamin, cdparanoia, intltool, GConf, gnome_mime_data, avahi, acl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
nativeBuildInputs = [ intltool pkgconfig ]; nativeBuildInputs = [ intltool pkg-config ];
buildInputs = buildInputs =
[ libxml2 bzip2 openssl dbus-glib gamin cdparanoia [ libxml2 bzip2 openssl dbus-glib gamin cdparanoia
gnome_mime_data avahi acl gnome_mime_data avahi acl

View file

@ -1,6 +1,6 @@
{ lib, stdenv { lib, stdenv
, fetchFromGitLab , fetchFromGitLab
, pkgconfig , pkg-config
, gtk-doc , gtk-doc
, autoconf , autoconf
, automake , automake
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig pkg-config
gtk-doc gtk-doc
autoconf autoconf
automake automake

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, gtk3, intltool { stdenv, fetchurl, pkg-config, gtk3, intltool
, GConf, enchant, isocodes, gnome-icon-theme, gsettings-desktop-schemas }: , GConf, enchant, isocodes, gnome-icon-theme, gsettings-desktop-schemas }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -11,6 +11,6 @@ stdenv.mkDerivation rec {
}; };
propagatedBuildInputs = [ gsettings-desktop-schemas gtk3 gnome-icon-theme GConf ]; propagatedBuildInputs = [ gsettings-desktop-schemas gtk3 gnome-icon-theme GConf ];
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ intltool enchant isocodes ]; buildInputs = [ intltool enchant isocodes ];
} }

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, gtk2, intltool, { stdenv, fetchurl, pkg-config, gtk2, intltool,
GConf, enchant, isocodes, gnome-icon-theme }: GConf, enchant, isocodes, gnome-icon-theme }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
#http://www.mail-archive.com/debian-bugs-rc@lists.debian.org/msg250091.html #http://www.mail-archive.com/debian-bugs-rc@lists.debian.org/msg250091.html
patches = [ ./01_remove-disable-deprecated.patch ]; patches = [ ./01_remove-disable-deprecated.patch ];
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ gtk2 intltool GConf enchant isocodes gnome-icon-theme ]; buildInputs = [ gtk2 intltool GConf enchant isocodes gnome-icon-theme ];
NIX_LDFLAGS = "-lgthread-2.0"; NIX_LDFLAGS = "-lgthread-2.0";

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl, flex, bison, pkgconfig, glib, gettext}: {stdenv, fetchurl, flex, bison, pkg-config, glib, gettext}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libIDL-${minVer}.14"; name = "libIDL-${minVer}.14";
@ -11,5 +11,5 @@ stdenv.mkDerivation rec {
buildInputs = [ glib gettext ]; buildInputs = [ glib gettext ];
nativeBuildInputs = [ flex bison pkgconfig ]; nativeBuildInputs = [ flex bison pkg-config ];
} }

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, flex, bison, pkgconfig, glib, libxml2, popt { stdenv, fetchurl, flex, bison, pkg-config, glib, libxml2, popt
, intltool, ORBit2, procps }: , intltool, ORBit2, procps }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
preConfigure = # still using stuff deprecated in new glib versions preConfigure = # still using stuff deprecated in new glib versions
"sed 's/-DG_DISABLE_DEPRECATED//g' -i configure activation-server/Makefile.in"; "sed 's/-DG_DISABLE_DEPRECATED//g' -i configure activation-server/Makefile.in";
nativeBuildInputs = [ flex bison pkgconfig intltool procps ]; nativeBuildInputs = [ flex bison pkg-config intltool procps ];
buildInputs = [ libxml2 ]; buildInputs = [ libxml2 ];
propagatedBuildInputs = [ popt glib ORBit2 ]; propagatedBuildInputs = [ popt glib ORBit2 ];
} }

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, bison, pkgconfig, popt, libxml2, gtk2, libtool { stdenv, fetchurl, bison, pkg-config, popt, libxml2, gtk2, libtool
, intltool, libbonobo, GConf, libgnomecanvas, libgnome, libglade }: , intltool, libbonobo, GConf, libgnomecanvas, libgnome, libglade }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
nativeBuildInputs = [ pkgconfig intltool ]; nativeBuildInputs = [ pkg-config intltool ];
buildInputs = [ bison popt gtk2 libxml2 GConf libglade libtool ]; buildInputs = [ bison popt gtk2 libxml2 GConf libglade libtool ];
propagatedBuildInputs = [ libbonobo libgnomecanvas libgnome ]; propagatedBuildInputs = [ libbonobo libgnomecanvas libgnome ];
} }

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, gtk2, libxml2, python2 ? null, withLibgladeConvert ? false, gettext }: { lib, stdenv, fetchurl, pkg-config, gtk2, libxml2, python2 ? null, withLibgladeConvert ? false, gettext }:
assert withLibgladeConvert -> python2 != null; assert withLibgladeConvert -> python2 != null;
@ -12,7 +12,7 @@ stdenv.mkDerivation {
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ gtk2 gettext ] buildInputs = [ gtk2 gettext ]
++ lib.optional withLibgladeConvert python2; ++ lib.optional withLibgladeConvert python2;

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, glib, popt, zlib, libcanberra-gtk2 { stdenv, fetchurl, pkg-config, glib, popt, zlib, libcanberra-gtk2
, intltool, libbonobo, GConf, gnome_vfs, libtool, libogg , intltool, libbonobo, GConf, gnome_vfs, libtool, libogg
}: }:
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ popt zlib intltool GConf gnome_vfs libcanberra-gtk2 libtool ]; buildInputs = [ popt zlib intltool GConf gnome_vfs libcanberra-gtk2 libtool ];
propagatedBuildInputs = [ glib libbonobo libogg ]; propagatedBuildInputs = [ glib libbonobo libogg ];
} }

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, gtk2, intltool, libart_lgpl, libglade }: { stdenv, fetchurl, pkg-config, gtk2, intltool, libart_lgpl, libglade }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libgnomecanvas-${minVer}.3"; name = "libgnomecanvas-${minVer}.3";
@ -12,6 +12,6 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
buildInputs = [ libglade ]; buildInputs = [ libglade ];
nativeBuildInputs = [ pkgconfig intltool ]; nativeBuildInputs = [ pkg-config intltool ];
propagatedBuildInputs = [ libart_lgpl gtk2 ]; propagatedBuildInputs = [ libart_lgpl gtk2 ];
} }

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, libgnomecanvas, gtkmm2 }: { stdenv, fetchurl, pkg-config, libgnomecanvas, gtkmm2 }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "libgnomecanvasmm-2.26.0"; name = "libgnomecanvasmm-2.26.0";
@ -8,6 +8,6 @@ stdenv.mkDerivation {
sha256 = "996577f97f459a574919e15ba7fee6af8cda38a87a98289e9a4f54752d83e918"; sha256 = "996577f97f459a574919e15ba7fee6af8cda38a87a98289e9a4f54752d83e918";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ libgnomecanvas gtkmm2 ]; buildInputs = [ libgnomecanvas gtkmm2 ];
} }

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, gtk2, gettext, libxml2, intltool, libart_lgpl }: { stdenv, fetchurl, pkg-config, gtk2, gettext, libxml2, intltool, libart_lgpl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libgnomecups-0.2.3"; name = "libgnomecups-0.2.3";
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
patches = [ ./glib.patch ./cups_1.6.patch ]; patches = [ ./glib.patch ./cups_1.6.patch ];
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ gtk2 gettext intltool libart_lgpl ]; buildInputs = [ gtk2 gettext intltool libart_lgpl ];
propagatedBuildInputs = [ libxml2 ]; propagatedBuildInputs = [ libxml2 ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, pkgconfig, gtk2, gettext, libxml2, intltool, libart_lgpl { lib, stdenv, fetchurl, fetchpatch, pkg-config, gtk2, gettext, libxml2, intltool, libart_lgpl
, libgnomecups, bison, flex }: , libgnomecups, bison, flex }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
}) })
]; ];
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ gtk2 gettext intltool libart_lgpl libgnomecups bison flex ]; buildInputs = [ gtk2 gettext intltool libart_lgpl libgnomecups bison flex ];
propagatedBuildInputs = [ libxml2 ]; propagatedBuildInputs = [ libxml2 ];

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl, pkgconfig, gtk2, gettext, intltool, libgnomecanvas, libgnomeprint, gnome-icon-theme}: {stdenv, fetchurl, pkg-config, gtk2, gettext, intltool, libgnomecanvas, libgnomeprint, gnome-icon-theme}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "libgnomeprintui-2.18.6"; name = "libgnomeprintui-2.18.6";
@ -8,6 +8,6 @@ stdenv.mkDerivation {
sha256 = "0spl8vinb5n6n1krnfnr61dwaxidg67h8j94z9p59k2xdsvfashm"; sha256 = "0spl8vinb5n6n1krnfnr61dwaxidg67h8j94z9p59k2xdsvfashm";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ gtk2 gettext intltool libgnomecanvas libgnomeprint gnome-icon-theme]; buildInputs = [ gtk2 gettext intltool libgnomecanvas libgnomeprint gnome-icon-theme];
} }

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, pkgconfig, libxml2, xorg, glib, pango { stdenv, fetchurl, fetchpatch, pkg-config, libxml2, xorg, glib, pango
, intltool, libgnome, libgnomecanvas, libbonoboui, GConf, libtool , intltool, libgnome, libgnomecanvas, libbonoboui, GConf, libtool
, gnome_vfs, libgnome-keyring, libglade }: , gnome_vfs, libgnome-keyring, libglade }:
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
}) })
]; ];
nativeBuildInputs = [ pkgconfig intltool ]; nativeBuildInputs = [ pkg-config intltool ];
buildInputs = buildInputs =
[ xorg.xlibsWrapper libxml2 GConf pango glib libgnome-keyring libglade libtool ]; [ xorg.xlibsWrapper libxml2 GConf pango glib libgnome-keyring libglade libtool ];

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl, pkgconfig, gtk2, gettext, libxml2 }: {stdenv, fetchurl, pkg-config, gtk2, gettext, libxml2 }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "libgtkhtml-2.11.1"; name = "libgtkhtml-2.11.1";
@ -8,7 +8,7 @@ stdenv.mkDerivation {
sha256 = "0msajafd42545dxzyr5zqka990cjrxw2yz09ajv4zs8m1w6pm9rw"; sha256 = "0msajafd42545dxzyr5zqka990cjrxw2yz09ajv4zs8m1w6pm9rw";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ gtk2 gettext ]; buildInputs = [ gtk2 gettext ];
propagatedBuildInputs = [ libxml2 ]; propagatedBuildInputs = [ libxml2 ];

View file

@ -1,6 +1,6 @@
{ lib, stdenv { lib, stdenv
, fetchurl , fetchurl
, pkgconfig , pkg-config
, gnome3 , gnome3
, gtk3 , gtk3
, wrapGAppsHook , wrapGAppsHook
@ -31,7 +31,7 @@ python3.pkgs.buildPythonApplication rec {
gobject-introspection # For setup hook gobject-introspection # For setup hook
itstool itstool
libxml2 libxml2
pkgconfig pkg-config
dbus dbus
wrapGAppsHook wrapGAppsHook
]; ];

View file

@ -4,7 +4,7 @@
, wrapGAppsHook , wrapGAppsHook
, gnome-video-effects , gnome-video-effects
, libcanberra-gtk3 , libcanberra-gtk3
, pkgconfig , pkg-config
, gtk3 , gtk3
, glib , glib
, clutter-gtk , clutter-gtk
@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
libxslt libxslt
meson meson
ninja ninja
pkgconfig pkg-config
python3 python3
vala vala
wrapGAppsHook wrapGAppsHook

View file

@ -6,7 +6,7 @@
, libxml2 , libxml2
, webkitgtk , webkitgtk
, highlight , highlight
, pkgconfig , pkg-config
, gtk3 , gtk3
, glib , glib
, libnotify , libnotify
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
itstool itstool
libxml2 libxml2
ninja ninja
pkgconfig pkg-config
wrapGAppsHook wrapGAppsHook
]; ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, glib, gtk3, meson, ninja, pkgconfig, gnome3, gettext, itstool, libxml2, libarchive { lib, stdenv, fetchurl, glib, gtk3, meson, ninja, pkg-config, gnome3, gettext, itstool, libxml2, libarchive
, file, json-glib, python3, wrapGAppsHook, desktop-file-utils, libnotify, nautilus, glibcLocales }: , file, json-glib, python3, wrapGAppsHook, desktop-file-utils, libnotify, nautilus, glibcLocales }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
LANG = "en_US.UTF-8"; # postinstall.py LANG = "en_US.UTF-8"; # postinstall.py
nativeBuildInputs = [ meson ninja gettext itstool pkgconfig libxml2 python3 wrapGAppsHook glibcLocales desktop-file-utils ]; nativeBuildInputs = [ meson ninja gettext itstool pkg-config libxml2 python3 wrapGAppsHook glibcLocales desktop-file-utils ];
buildInputs = [ glib gtk3 json-glib libarchive file gnome3.adwaita-icon-theme libnotify nautilus ]; buildInputs = [ glib gtk3 json-glib libarchive file gnome3.adwaita-icon-theme libnotify nautilus ];

View file

@ -2,7 +2,7 @@
, meson , meson
, fetchurl , fetchurl
, python3 , python3
, pkgconfig , pkg-config
, gtk3 , gtk3
, glib , glib
, adwaita-icon-theme , adwaita-icon-theme
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
meson meson
ninja ninja
perl perl
pkgconfig pkg-config
python3 python3
vala vala
wrapGAppsHook wrapGAppsHook

View file

@ -1,7 +1,7 @@
{ lib, stdenv { lib, stdenv
, fetchurl , fetchurl
, fetchpatch , fetchpatch
, pkgconfig , pkg-config
, meson , meson
, ninja , ninja
, python3 , python3
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
itstool itstool
meson meson
ninja ninja
pkgconfig pkg-config
python3 python3
wrapGAppsHook wrapGAppsHook
]; ];

View file

@ -5,7 +5,7 @@
, fetchurl , fetchurl
, evince , evince
, gjs , gjs
, pkgconfig , pkg-config
, gtk3 , gtk3
, glib , glib
, tracker , tracker
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
pkgconfig pkg-config
gettext gettext
libxslt libxslt
desktop-file-utils desktop-file-utils

View file

@ -3,7 +3,7 @@
, meson , meson
, ninja , ninja
, wrapGAppsHook , wrapGAppsHook
, pkgconfig , pkg-config
, gettext , gettext
, itstool , itstool
, libvirt-glib , libvirt-glib
@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
itstool itstool
meson meson
ninja ninja
pkgconfig pkg-config
python3 python3
vala vala
wrapGAppsHook wrapGAppsHook

View file

@ -3,7 +3,7 @@
, fetchpatch , fetchpatch
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, wrapGAppsHook , wrapGAppsHook
, libdazzle , libdazzle
, libgweather , libgweather
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
pkgconfig pkg-config
gettext gettext
libxml2 libxml2
wrapGAppsHook wrapGAppsHook

View file

@ -2,7 +2,7 @@
, fetchurl , fetchurl
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, gettext , gettext
, gnome3 , gnome3
, glib , glib
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
gobject-introspection gobject-introspection
meson meson
ninja ninja
pkgconfig pkg-config
python3 python3
wrapGAppsHook wrapGAppsHook
]; ];

View file

@ -3,7 +3,7 @@
, meson , meson
, ninja , ninja
, gettext , gettext
, pkgconfig , pkg-config
, wrapGAppsHook , wrapGAppsHook
, itstool , itstool
, desktop-file-utils , desktop-file-utils
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
vala vala
meson meson
ninja ninja
pkgconfig pkg-config
gettext gettext
itstool itstool
wrapGAppsHook wrapGAppsHook

View file

@ -6,7 +6,7 @@
, fetchpatch , fetchpatch
, evince , evince
, gjs , gjs
, pkgconfig , pkg-config
, gtk3 , gtk3
, glib , glib
, tracker , tracker
@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
pkgconfig pkg-config
gettext gettext
itstool itstool
libxslt libxslt

View file

@ -3,7 +3,7 @@
, fetchpatch , fetchpatch
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, gnome3 , gnome3
, glib , glib
, gtk3 , gtk3
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
python3 python3
meson meson
ninja ninja
pkgconfig pkg-config
wrapGAppsHook wrapGAppsHook
gettext gettext
itstool itstool

View file

@ -4,7 +4,7 @@
, ninja , ninja
, gettext , gettext
, python3 , python3
, pkgconfig , pkg-config
, gnome3 , gnome3
, gtk3 , gtk3
, gobject-introspection , gobject-introspection
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
gettext gettext
meson meson
ninja ninja
pkgconfig pkg-config
python3 python3
wrapGAppsHook wrapGAppsHook
]; ];

View file

@ -14,7 +14,7 @@
, gnome-online-accounts , gnome-online-accounts
, grilo , grilo
, grilo-plugins , grilo-plugins
, pkgconfig , pkg-config
, gtk3 , gtk3
, pango , pango
, glib , glib
@ -44,7 +44,7 @@ python3.pkgs.buildPythonApplication rec {
ninja ninja
gettext gettext
itstool itstool
pkgconfig pkg-config
libxml2 libxml2
wrapGAppsHook wrapGAppsHook
desktop-file-utils desktop-file-utils

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook { lib, stdenv, fetchurl, pkg-config, gnome3, gtk3, wrapGAppsHook
, libgtop, intltool, itstool, libxml2, nmap, inetutils }: , libgtop, intltool, itstool, libxml2, nmap, inetutils }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "1c9cvzvyqgfwa5zzyvp7118pkclji62fkbb33g4y9sp5kw6m397h"; sha256 = "1c9cvzvyqgfwa5zzyvp7118pkclji62fkbb33g4y9sp5kw6m397h";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkg-config ];
buildInputs = [ buildInputs = [
gtk3 wrapGAppsHook libgtop intltool itstool libxml2 gtk3 wrapGAppsHook libgtop intltool itstool libxml2
gnome3.adwaita-icon-theme gnome3.adwaita-icon-theme

View file

@ -3,7 +3,7 @@
, ninja , ninja
, gettext , gettext
, fetchurl , fetchurl
, pkgconfig , pkg-config
, wrapGAppsHook , wrapGAppsHook
, itstool , itstool
, desktop-file-utils , desktop-file-utils
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
pkgconfig pkg-config
gettext gettext
itstool itstool
libxml2 libxml2

View file

@ -1,7 +1,7 @@
{ lib, stdenv { lib, stdenv
, gettext , gettext
, fetchurl , fetchurl
, pkgconfig , pkg-config
, gtk3 , gtk3
, glib , glib
, meson , meson
@ -33,7 +33,7 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
pkgconfig pkg-config
wrapGAppsHook wrapGAppsHook
gettext gettext

View file

@ -1,6 +1,6 @@
{ lib, stdenv { lib, stdenv
, fetchurl , fetchurl
, pkgconfig , pkg-config
, gettext , gettext
, gobject-introspection , gobject-introspection
, wrapGAppsHook , wrapGAppsHook
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig pkg-config
gettext gettext
meson meson
ninja ninja

View file

@ -3,7 +3,7 @@
, fetchpatch , fetchpatch
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, python3 , python3
, wrapGAppsHook , wrapGAppsHook
, gettext , gettext
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
pkgconfig pkg-config
gettext gettext
python3 python3
wrapGAppsHook wrapGAppsHook

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, gnome3, gtk3, wrapGAppsHook, gjs, gobject-introspection { lib, stdenv, fetchurl, pkg-config, gnome3, gtk3, wrapGAppsHook, gjs, gobject-introspection
, libgweather, meson, ninja, geoclue2, gnome-desktop, python3, gsettings-desktop-schemas }: , libgweather, meson, ninja, geoclue2, gnome-desktop, python3, gsettings-desktop-schemas }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "11z75ky6xp9hx7lm24xng7ydr20bzh4d6p9sbi9c8ccz2m3fdrk8"; sha256 = "11z75ky6xp9hx7lm24xng7ydr20bzh4d6p9sbi9c8ccz2m3fdrk8";
}; };
nativeBuildInputs = [ pkgconfig meson ninja wrapGAppsHook python3 ]; nativeBuildInputs = [ pkg-config meson ninja wrapGAppsHook python3 ];
buildInputs = [ buildInputs = [
gtk3 gjs gobject-introspection gnome-desktop gtk3 gjs gobject-introspection gnome-desktop
libgweather gnome3.adwaita-icon-theme geoclue2 gsettings-desktop-schemas libgweather gnome3.adwaita-icon-theme geoclue2 gsettings-desktop-schemas

View file

@ -1,6 +1,6 @@
{ lib, 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 , telepathy-glib, gjs, meson, ninja, gettext, telepathy-idle, libxml2, desktop-file-utils
, pkgconfig, gtk3, glib, libsecret, libsoup, webkitgtk, gobject-introspection, appstream-glib , pkg-config, gtk3, glib, libsecret, libsoup, webkitgtk, gobject-introspection, appstream-glib
, gnome3, wrapGAppsHook, telepathy-logger, gspell, gsettings-desktop-schemas }: , gnome3, wrapGAppsHook, telepathy-logger, gspell, gsettings-desktop-schemas }:
let let
@ -24,7 +24,7 @@ in stdenv.mkDerivation rec {
propagatedUserEnvPkgs = [ telepathy-idle telepathy-logger ]; propagatedUserEnvPkgs = [ telepathy-idle telepathy-logger ];
nativeBuildInputs = [ nativeBuildInputs = [
meson ninja pkgconfig itstool gettext wrapGAppsHook libxml2 meson ninja pkg-config itstool gettext wrapGAppsHook libxml2
desktop-file-utils gobject-introspection appstream-glib desktop-file-utils gobject-introspection appstream-glib
]; ];

View file

@ -5,7 +5,7 @@
, meson , meson
, ninja , ninja
, libpwquality , libpwquality
, pkgconfig , pkg-config
, gtk3 , gtk3
, glib , glib
, wrapGAppsHook , wrapGAppsHook
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
pkgconfig pkg-config
vala vala
itstool itstool
wrapGAppsHook wrapGAppsHook

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, gtk3, gnome3, vte, libxml2, gtk-vnc, intltool { lib, stdenv, fetchurl, pkg-config, gtk3, gnome3, vte, libxml2, gtk-vnc, intltool
, libsecret, itstool, wrapGAppsHook, librsvg }: , libsecret, itstool, wrapGAppsHook, librsvg }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "cd1cdbacca25c8d1debf847455155ee798c3e67a20903df8b228d4ece5505e82"; sha256 = "cd1cdbacca25c8d1debf847455155ee798c3e67a20903df8b228d4ece5505e82";
}; };
nativeBuildInputs = [ pkgconfig intltool itstool wrapGAppsHook ]; nativeBuildInputs = [ pkg-config intltool itstool wrapGAppsHook ];
buildInputs = [ buildInputs = [
gtk3 vte libxml2 gtk-vnc libsecret gnome3.adwaita-icon-theme librsvg gtk3 vte libxml2 gtk-vnc libsecret gnome3.adwaita-icon-theme librsvg
]; ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, intltool, gnome3 { lib, stdenv, fetchurl, pkg-config, intltool, gnome3
, iconnamingutils, gtk3, gdk-pixbuf, librsvg, hicolor-icon-theme }: , iconnamingutils, gtk3, gdk-pixbuf, librsvg, hicolor-icon-theme }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
buildInputs = [ gdk-pixbuf librsvg ]; buildInputs = [ gdk-pixbuf librsvg ];
nativeBuildInputs = [ pkgconfig intltool iconnamingutils gtk3 ]; nativeBuildInputs = [ pkg-config intltool iconnamingutils gtk3 ];
dontDropIconThemeCache = true; dontDropIconThemeCache = true;

View file

@ -1,5 +1,5 @@
{ lib, stdenv, gettext, fetchurl, vala, desktop-file-utils { lib, stdenv, gettext, fetchurl, vala, desktop-file-utils
, meson, ninja, pkgconfig, python3, gtk3, glib, libxml2 , meson, ninja, pkg-config, python3, gtk3, glib, libxml2
, wrapGAppsHook, itstool, gnome3 }: , wrapGAppsHook, itstool, gnome3 }:
let let
@ -13,7 +13,7 @@ in stdenv.mkDerivation rec {
sha256 = "0ac3fbl15l836yvgw724q4whbkws9v4b6l2xy6bnp0b0g0a6i104"; sha256 = "0ac3fbl15l836yvgw724q4whbkws9v4b6l2xy6bnp0b0g0a6i104";
}; };
nativeBuildInputs = [ meson ninja pkgconfig vala gettext itstool libxml2 desktop-file-utils wrapGAppsHook python3 ]; nativeBuildInputs = [ meson ninja pkg-config vala gettext itstool libxml2 desktop-file-utils wrapGAppsHook python3 ];
buildInputs = [ gtk3 glib gnome3.adwaita-icon-theme ]; buildInputs = [ gtk3 glib gnome3.adwaita-icon-theme ];
doCheck = true; doCheck = true;

View file

@ -1,4 +1,4 @@
{ fetchurl, lib, stdenv, pkgconfig, gnome3, glib, gtk3, clutter, dbus, python3, libxml2 { fetchurl, lib, stdenv, pkg-config, gnome3, glib, gtk3, clutter, dbus, python3, libxml2
, libxklavier, libXtst, gtk2, intltool, libxslt, at-spi2-core, autoreconfHook , libxklavier, libXtst, gtk2, intltool, libxslt, at-spi2-core, autoreconfHook
, wrapGAppsHook, libgee }: , wrapGAppsHook, libgee }:
@ -23,7 +23,7 @@ in stdenv.mkDerivation rec {
}) })
]; ];
nativeBuildInputs = [ pkgconfig intltool libxslt libxml2 autoreconfHook wrapGAppsHook ]; nativeBuildInputs = [ pkg-config intltool libxslt libxml2 autoreconfHook wrapGAppsHook ];
buildInputs = [ buildInputs = [
glib gtk3 clutter at-spi2-core dbus pythonEnv python3.pkgs.pygobject3 glib gtk3 clutter at-spi2-core dbus pythonEnv python3.pkgs.pygobject3

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, meson, ninja, vala, libxslt, pkgconfig, glib, gtk3, gnome3, python3, dconf { lib, stdenv, fetchurl, meson, ninja, vala, libxslt, pkg-config, glib, gtk3, gnome3, python3, dconf
, libxml2, gettext, docbook_xsl, wrapGAppsHook, gobject-introspection }: , libxml2, gettext, docbook_xsl, wrapGAppsHook, gobject-introspection }:
let let
@ -13,7 +13,7 @@ in stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
meson ninja vala libxslt pkgconfig wrapGAppsHook meson ninja vala libxslt pkg-config wrapGAppsHook
gettext docbook_xsl libxml2 gobject-introspection python3 gettext docbook_xsl libxml2 gobject-introspection python3
]; ];

View file

@ -2,7 +2,7 @@
, intltool , intltool
, fetchurl , fetchurl
, webkitgtk , webkitgtk
, pkgconfig , pkg-config
, gtk3 , gtk3
, glib , glib
, file , file
@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
]; ];
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig pkg-config
libtool libtool
intltool intltool
itstool itstool

View file

@ -3,7 +3,7 @@
, ninja , ninja
, gettext , gettext
, fetchurl , fetchurl
, pkgconfig , pkg-config
, gtk3 , gtk3
, glib , glib
, icu , icu
@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
libxslt libxslt
meson meson
ninja ninja
pkgconfig pkg-config
python3 python3
wrapGAppsHook wrapGAppsHook
buildPackages.glib buildPackages.glib

View file

@ -2,7 +2,7 @@
, fetchurl , fetchurl
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, gettext , gettext
, libxml2 , libxml2
, appstream , appstream
@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
itstool itstool
meson meson
ninja ninja
pkgconfig pkg-config
python3 python3
wrapGAppsHook wrapGAppsHook
yelp-tools yelp-tools

View file

@ -1,4 +1,4 @@
{ fetchurl, lib, stdenv, substituteAll, pkgconfig, gnome3, python3, gobject-introspection { fetchurl, lib, stdenv, substituteAll, pkg-config, gnome3, python3, gobject-introspection
, intltool, libsoup, libxml2, libsecret, icu, sqlite, tzdata, libcanberra-gtk3, gcr , intltool, libsoup, libxml2, libsecret, icu, sqlite, tzdata, libcanberra-gtk3, gcr
, p11-kit, db, nspr, nss, libical, gperf, wrapGAppsHook, glib-networking, pcre , p11-kit, db, nspr, nss, libical, gperf, wrapGAppsHook, glib-networking, pcre
, vala, cmake, ninja, kerberos, openldap, webkitgtk, libaccounts-glib, json-glib , vala, cmake, ninja, kerberos, openldap, webkitgtk, libaccounts-glib, json-glib
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
''; '';
nativeBuildInputs = [ nativeBuildInputs = [
cmake ninja pkgconfig intltool python3 gperf wrapGAppsHook gobject-introspection vala cmake ninja pkg-config intltool python3 gperf wrapGAppsHook gobject-introspection vala
]; ];
buildInputs = [ buildInputs = [
glib libsoup libxml2 gtk3 gnome-online-accounts glib libsoup libxml2 gtk3 gnome-online-accounts

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, meson, ninja, pkgconfig, gnome3, gettext }: { lib, stdenv, fetchurl, meson, ninja, pkg-config, gnome3, gettext }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-backgrounds"; pname = "gnome-backgrounds";
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
updateScript = gnome3.updateScript { packageName = "gnome-backgrounds"; attrPath = "gnome3.gnome-backgrounds"; }; updateScript = gnome3.updateScript { packageName = "gnome-backgrounds"; attrPath = "gnome3.gnome-backgrounds"; };
}; };
nativeBuildInputs = [ meson ninja pkgconfig gettext ]; nativeBuildInputs = [ meson ninja pkg-config gettext ];
meta = with lib; { meta = with lib; {
platforms = platforms.unix; platforms = platforms.unix;

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, gnome3, meson, ninja, pkgconfig, gtk3, intltool, glib { lib, stdenv, fetchurl, gnome3, meson, ninja, pkg-config, gtk3, intltool, glib
, udev, itstool, libxml2, wrapGAppsHook, libnotify, libcanberra-gtk3, gobject-introspection , udev, itstool, libxml2, wrapGAppsHook, libnotify, libcanberra-gtk3, gobject-introspection
, gtk-doc, docbook_xsl, docbook_xml_dtd_43, python3, gsettings-desktop-schemas }: , gtk-doc, docbook_xsl, docbook_xml_dtd_43, python3, gsettings-desktop-schemas }:
@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
meson ninja intltool itstool pkgconfig libxml2 wrapGAppsHook gobject-introspection meson ninja intltool itstool pkg-config libxml2 wrapGAppsHook gobject-introspection
gtk-doc docbook_xsl docbook_xml_dtd_43 python3 gtk-doc docbook_xsl docbook_xml_dtd_43 python3
]; ];
buildInputs = [ buildInputs = [

View file

@ -1,4 +1,4 @@
{ lib, stdenv, meson, ninja, vala, gettext, itstool, fetchurl, pkgconfig, libxml2 { lib, stdenv, meson, ninja, vala, gettext, itstool, fetchurl, pkg-config, libxml2
, gtk3, glib, gtksourceview4, wrapGAppsHook, gobject-introspection, python3 , gtk3, glib, gtksourceview4, wrapGAppsHook, gobject-introspection, python3
, gnome3, mpfr, gmp, libsoup, libmpc, gsettings-desktop-schemas, libgee }: , gnome3, mpfr, gmp, libsoup, libmpc, gsettings-desktop-schemas, libgee }:
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
meson ninja pkgconfig vala gettext itstool wrapGAppsHook python3 meson ninja pkg-config vala gettext itstool wrapGAppsHook python3
gobject-introspection # for finding vapi files gobject-introspection # for finding vapi files
]; ];

View file

@ -2,7 +2,7 @@
, fetchurl , fetchurl
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, gettext , gettext
, itstool , itstool
, desktop-file-utils , desktop-file-utils
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
pkgconfig pkg-config
gettext gettext
itstool itstool
desktop-file-utils desktop-file-utils

View file

@ -3,7 +3,7 @@
, fetchurl , fetchurl
, evolution-data-server , evolution-data-server
, fetchpatch , fetchpatch
, pkgconfig , pkg-config
, libxslt , libxslt
, docbook_xsl , docbook_xsl
, docbook_xml_dtd_42 , docbook_xml_dtd_42
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
pkgconfig pkg-config
vala vala
gettext gettext
libxslt libxslt

View file

@ -52,7 +52,7 @@
, networkmanagerapplet , networkmanagerapplet
, libnma , libnma
, ninja , ninja
, pkgconfig , pkg-config
, polkit , polkit
, python3 , python3
, samba , samba
@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
libxslt libxslt
meson meson
ninja ninja
pkgconfig pkg-config
python3 python3
shared-mime-info shared-mime-info
wrapGAppsHook wrapGAppsHook

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, substituteAll, pkgconfig, libxslt, ninja, gnome3, gtk3, glib { lib, stdenv, fetchurl, substituteAll, pkg-config, libxslt, ninja, gnome3, gtk3, glib
, gettext, libxml2, xkeyboard_config, isocodes, meson, wayland , gettext, libxml2, xkeyboard_config, isocodes, meson, wayland
, libseccomp, systemd, bubblewrap, gobject-introspection, gtk-doc, docbook_xsl, gsettings-desktop-schemas }: , libseccomp, systemd, bubblewrap, gobject-introspection, gtk-doc, docbook_xsl, gsettings-desktop-schemas }:
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig meson ninja gettext libxslt libxml2 gobject-introspection pkg-config meson ninja gettext libxslt libxml2 gobject-introspection
gtk-doc docbook_xsl glib gtk-doc docbook_xsl glib
]; ];
buildInputs = [ buildInputs = [

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, meson, ninja, pkgconfig, desktop-file-utils, appstream-glib, libxslt { lib, stdenv, fetchurl, fetchpatch, meson, ninja, pkg-config, desktop-file-utils, appstream-glib, libxslt
, libxml2, gettext, itstool, wrapGAppsHook, docbook_xsl, docbook_xml_dtd_43 , libxml2, gettext, itstool, wrapGAppsHook, docbook_xsl, docbook_xml_dtd_43
, gnome3, gtk3, glib, gsettings-desktop-schemas }: , gnome3, gtk3, glib, gsettings-desktop-schemas }:
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
nativeBuildInputs = [ nativeBuildInputs = [
meson ninja pkgconfig wrapGAppsHook libxml2 gettext itstool meson ninja pkg-config wrapGAppsHook libxml2 gettext itstool
desktop-file-utils appstream-glib libxslt docbook_xsl docbook_xml_dtd_43 desktop-file-utils appstream-glib libxslt docbook_xsl docbook_xml_dtd_43
]; ];
buildInputs = [ gtk3 glib gsettings-desktop-schemas gnome3.adwaita-icon-theme ]; buildInputs = [ gtk3 glib gsettings-desktop-schemas gnome3.adwaita-icon-theme ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, gettext, fetchurl, pkgconfig, udisks2, libsecret, libdvdread { lib, stdenv, gettext, fetchurl, pkg-config, udisks2, libsecret, libdvdread
, meson, ninja, gtk3, glib, wrapGAppsHook, python3, libnotify , meson, ninja, gtk3, glib, wrapGAppsHook, python3, libnotify
, itstool, gnome3, libxml2, gsettings-desktop-schemas , itstool, gnome3, libxml2, gsettings-desktop-schemas
, libcanberra-gtk3, libxslt, docbook_xsl, libpwquality, systemd }: , libcanberra-gtk3, libxslt, docbook_xsl, libpwquality, systemd }:
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
meson ninja pkgconfig gettext itstool libxslt docbook_xsl meson ninja pkg-config gettext itstool libxslt docbook_xsl
wrapGAppsHook python3 libxml2 wrapGAppsHook python3 libxml2
]; ];

View file

@ -1,5 +1,5 @@
{ lib, stdenv, meson, ninja, gettext, fetchurl { lib, stdenv, meson, ninja, gettext, fetchurl
, pkgconfig, gtk3, glib, libxml2, gnome-desktop, adwaita-icon-theme , pkg-config, gtk3, glib, libxml2, gnome-desktop, adwaita-icon-theme
, wrapGAppsHook, gnome3, harfbuzz }: , wrapGAppsHook, gnome3, harfbuzz }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
nativeBuildInputs = [ meson ninja pkgconfig gettext wrapGAppsHook libxml2 ]; nativeBuildInputs = [ meson ninja pkg-config gettext wrapGAppsHook libxml2 ];
buildInputs = [ gtk3 glib gnome-desktop adwaita-icon-theme harfbuzz ]; buildInputs = [ gtk3 glib gnome-desktop adwaita-icon-theme harfbuzz ];
# Do not run meson-postinstall.sh # Do not run meson-postinstall.sh

View file

@ -4,7 +4,7 @@
, gettext , gettext
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, wrapGAppsHook , wrapGAppsHook
, gnome3 , gnome3
, accountsservice , accountsservice
@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
gettext gettext
meson meson
ninja ninja
pkgconfig pkg-config
systemd systemd
wrapGAppsHook wrapGAppsHook
]; ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, dbus, libgcrypt, pam, python2, glib, libxslt { lib, stdenv, fetchurl, pkg-config, dbus, libgcrypt, pam, python2, glib, libxslt
, gettext, gcr, libcap_ng, libselinux, p11-kit, openssh, wrapGAppsHook , gettext, gcr, libcap_ng, libselinux, p11-kit, openssh, wrapGAppsHook
, docbook_xsl, docbook_xml_dtd_43, gnome3 }: , docbook_xsl, docbook_xml_dtd_43, gnome3 }:
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
]; ];
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig gettext libxslt docbook_xsl docbook_xml_dtd_43 wrapGAppsHook pkg-config gettext libxslt docbook_xsl docbook_xml_dtd_43 wrapGAppsHook
]; ];
configureFlags = [ configureFlags = [

View file

@ -3,7 +3,7 @@
, cairo , cairo
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, python3 , python3
, wrapGAppsHook , wrapGAppsHook
, glib , glib
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
pkgconfig pkg-config
python3 python3
wrapGAppsHook wrapGAppsHook
]; ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, gettext, libxml2, libhandy, fetchurl, pkgconfig, libcanberra-gtk3 { lib, stdenv, gettext, libxml2, libhandy, fetchurl, pkg-config, libcanberra-gtk3
, gtk3, glib, meson, ninja, python3, wrapGAppsHook, appstream-glib, desktop-file-utils , gtk3, glib, meson, ninja, python3, wrapGAppsHook, appstream-glib, desktop-file-utils
, gnome3, gsettings-desktop-schemas }: , gnome3, gsettings-desktop-schemas }:
@ -20,7 +20,7 @@ in stdenv.mkDerivation rec {
patchShebangs build-aux/postinstall.py patchShebangs build-aux/postinstall.py
''; '';
nativeBuildInputs = [ meson ninja pkgconfig gettext appstream-glib libxml2 desktop-file-utils python3 wrapGAppsHook ]; nativeBuildInputs = [ meson ninja pkg-config gettext appstream-glib libxml2 desktop-file-utils python3 wrapGAppsHook ];
buildInputs = [ buildInputs = [
gtk3 glib libcanberra-gtk3 libhandy gnome3.adwaita-icon-theme gtk3 glib libcanberra-gtk3 libhandy gnome3.adwaita-icon-theme
gsettings-desktop-schemas gsettings-desktop-schemas

View file

@ -1,4 +1,4 @@
{ fetchurl, lib, stdenv, substituteAll, meson, ninja, pkgconfig, gnome3, glib, gtk3, gsettings-desktop-schemas { fetchurl, lib, stdenv, substituteAll, meson, ninja, pkg-config, gnome3, glib, gtk3, gsettings-desktop-schemas
, gnome-desktop, dbus, json-glib, libICE, xmlto, docbook_xsl, docbook_xml_dtd_412, python3 , 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 }: , libxslt, gettext, makeWrapper, systemd, xorg, epoxy, gnugrep, bash, gnome-session-ctl }:
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
mesonFlags = [ "-Dsystemd=true" "-Dsystemd_session=default" ]; mesonFlags = [ "-Dsystemd=true" "-Dsystemd_session=default" ];
nativeBuildInputs = [ nativeBuildInputs = [
meson ninja pkgconfig gettext makeWrapper meson ninja pkg-config gettext makeWrapper
xmlto libxslt docbook_xsl docbook_xml_dtd_412 python3 xmlto libxslt docbook_xsl docbook_xml_dtd_412 python3
dbus # for DTD dbus # for DTD
]; ];

View file

@ -4,7 +4,7 @@
, fetchurl , fetchurl
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, gnome3 , gnome3
, perl , perl
, gettext , gettext
@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
pkgconfig pkg-config
perl perl
gettext gettext
libxml2 libxml2

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, meson, ninja, gettext, pkgconfig, spidermonkey_68, glib { lib, stdenv, fetchurl, meson, ninja, gettext, pkg-config, spidermonkey_68, glib
, gnome3, gnome-menus, substituteAll }: , gnome3, gnome-menus, substituteAll }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
# https://gitlab.gnome.org/GNOME/gnome-shell-extensions/blob/3.34.0/meson.build#L23 # https://gitlab.gnome.org/GNOME/gnome-shell-extensions/blob/3.34.0/meson.build#L23
checkInputs = [ spidermonkey_68 ]; checkInputs = [ spidermonkey_68 ];
nativeBuildInputs = [ meson ninja pkgconfig gettext glib ]; nativeBuildInputs = [ meson ninja pkg-config gettext glib ];
mesonFlags = [ "-Dextension_set=all" ]; mesonFlags = [ "-Dextension_set=all" ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, substituteAll, pkgconfig, meson, ninja, gettext, gnome3, wrapGAppsHook, packagekit, ostree { lib, stdenv, fetchurl, substituteAll, pkg-config, meson, ninja, gettext, gnome3, wrapGAppsHook, packagekit, ostree
, glib, appstream-glib, libsoup, polkit, isocodes, gspell, libxslt, gobject-introspection, flatpak, fwupd , glib, appstream-glib, libsoup, polkit, isocodes, gspell, libxslt, gobject-introspection, flatpak, fwupd
, gtk3, gsettings-desktop-schemas, gnome-desktop, libxmlb, gnome-online-accounts , 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 , json-glib, libsecret, valgrind-light, docbook_xsl, docbook_xml_dtd_42, docbook_xml_dtd_43, gtk-doc, desktop-file-utils
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
]; ];
nativeBuildInputs = [ nativeBuildInputs = [
meson ninja pkgconfig gettext wrapGAppsHook libxslt docbook_xml_dtd_42 docbook_xml_dtd_43 meson ninja pkg-config gettext wrapGAppsHook libxslt docbook_xml_dtd_42 docbook_xml_dtd_43
valgrind-light docbook_xsl gtk-doc desktop-file-utils gobject-introspection valgrind-light docbook_xsl gtk-doc desktop-file-utils gobject-introspection
]; ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, gettext, fetchurl, pkgconfig, gtkmm3, libxml2 { lib, stdenv, gettext, fetchurl, pkg-config, gtkmm3, libxml2
, bash, gtk3, glib, wrapGAppsHook, meson, ninja, python3 , bash, gtk3, glib, wrapGAppsHook, meson, ninja, python3
, gsettings-desktop-schemas, itstool, gnome3, librsvg, gdk-pixbuf, libgtop, systemd }: , gsettings-desktop-schemas, itstool, gnome3, librsvg, gdk-pixbuf, libgtop, systemd }:
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig gettext itstool wrapGAppsHook meson ninja python3 pkg-config gettext itstool wrapGAppsHook meson ninja python3
]; ];
buildInputs = [ buildInputs = [
bash gtk3 glib libxml2 gtkmm3 libgtop gdk-pixbuf gnome3.adwaita-icon-theme librsvg bash gtk3 glib libxml2 gtkmm3 libgtop gdk-pixbuf gnome3.adwaita-icon-theme librsvg

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, pkgconfig, libxml2, gnome3, dconf, nautilus { lib, stdenv, fetchurl, pkg-config, libxml2, gnome3, dconf, nautilus
, gtk3, gsettings-desktop-schemas, vte, gettext, which, libuuid, vala , gtk3, gsettings-desktop-schemas, vte, gettext, which, libuuid, vala
, desktop-file-utils, itstool, wrapGAppsHook, glib, pcre2 , desktop-file-utils, itstool, wrapGAppsHook, glib, pcre2
, libxslt, docbook-xsl-nons }: , libxslt, docbook-xsl-nons }:
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
]; ];
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig gettext itstool which libxml2 libxslt docbook-xsl-nons pkg-config gettext itstool which libxml2 libxslt docbook-xsl-nons
vala desktop-file-utils wrapGAppsHook pcre2 vala desktop-file-utils wrapGAppsHook pcre2
]; ];

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, intltool, gtk3, gnome3, librsvg, pkgconfig, pango, atk, gtk2 { lib, stdenv, fetchurl, intltool, gtk3, gnome3, librsvg, pkg-config, pango, atk, gtk2
, gdk-pixbuf, hicolor-icon-theme }: , gdk-pixbuf, hicolor-icon-theme }:
let let
@ -18,7 +18,7 @@ in stdenv.mkDerivation rec {
}; };
}; };
nativeBuildInputs = [ pkgconfig intltool ]; nativeBuildInputs = [ pkg-config intltool ];
buildInputs = [ gtk3 librsvg pango atk gtk2 gdk-pixbuf ]; buildInputs = [ gtk3 librsvg pango atk gtk2 gdk-pixbuf ];
propagatedBuildInputs = [ gnome3.adwaita-icon-theme hicolor-icon-theme ]; propagatedBuildInputs = [ gnome3.adwaita-icon-theme hicolor-icon-theme ];

View file

@ -6,7 +6,7 @@
, fetchpatch , fetchpatch
, apacheHttpd , apacheHttpd
, nautilus , nautilus
, pkgconfig , pkg-config
, gtk3 , gtk3
, glib , glib
, libxml2 , libxml2
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
]; ];
nativeBuildInputs = [ nativeBuildInputs = [
pkgconfig pkg-config
meson meson
ninja ninja
gettext gettext

View file

@ -3,7 +3,7 @@
, fetchFromGitLab , fetchFromGitLab
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, python3 , python3
, gtk3 , gtk3
, adwaita-icon-theme , adwaita-icon-theme
@ -59,7 +59,7 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
pkgconfig pkg-config
python3 python3
wrapGAppsHook wrapGAppsHook
unzip unzip

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, glib, dbus, libgcrypt, pkgconfig, intltool, gobject-introspection, gnome3 }: { lib, stdenv, fetchurl, glib, dbus, libgcrypt, pkg-config, intltool, gobject-introspection, gnome3 }:
let let
pname = "libgnome-keyring"; pname = "libgnome-keyring";
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
propagatedBuildInputs = [ glib gobject-introspection dbus libgcrypt ]; propagatedBuildInputs = [ glib gobject-introspection dbus libgcrypt ];
nativeBuildInputs = [ pkgconfig intltool ]; nativeBuildInputs = [ pkg-config intltool ];
passthru = { passthru = {
updateScript = gnome3.updateScript { updateScript = gnome3.updateScript {

View file

@ -2,7 +2,7 @@
, fetchpatch , fetchpatch
, substituteAll , substituteAll
, lib, stdenv , lib, stdenv
, pkgconfig , pkg-config
, gnome3 , gnome3
, pantheon , pantheon
, gettext , gettext
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [
# required for pkgconfig to detect mutter-clutter # required for pkg-config to detect mutter-clutter
json-glib json-glib
libXtst libXtst
libcap_ng libcap_ng
@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
gettext gettext
meson meson
ninja ninja
pkgconfig pkg-config
python3 python3
wrapGAppsHook wrapGAppsHook
xorgserver # for cvt command xorgserver # for cvt command

View file

@ -3,7 +3,7 @@
, substituteAll , substituteAll
, runCommand , runCommand
, lib, stdenv , lib, stdenv
, pkgconfig , pkg-config
, gnome3 , gnome3
, gettext , gettext
, gobject-introspection , gobject-introspection
@ -74,7 +74,7 @@ let self = stdenv.mkDerivation rec {
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [
# required for pkgconfig to detect mutter-clutter # required for pkg-config to detect mutter-clutter
json-glib json-glib
libXtst libXtst
libcap_ng libcap_ng
@ -86,7 +86,7 @@ let self = stdenv.mkDerivation rec {
gettext gettext
meson meson
ninja ninja
pkgconfig pkg-config
python3 python3
wrapGAppsHook wrapGAppsHook
xorgserver # for cvt command xorgserver # for cvt command

View file

@ -2,7 +2,7 @@
, fetchurl , fetchurl
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, gettext , gettext
, libxml2 , libxml2
, desktop-file-utils , desktop-file-utils
@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
libxml2 libxml2
meson meson
ninja ninja
pkgconfig pkg-config
python3 python3
wrapGAppsHook wrapGAppsHook
]; ];

View file

@ -2,7 +2,7 @@
, fetchurl , fetchurl
, meson , meson
, ninja , ninja
, pkgconfig , pkg-config
, vala , vala
, gettext , gettext
, libxml2 , libxml2
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
pkgconfig pkg-config
vala vala
gettext gettext
libxml2 libxml2

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