pkgs/desktops: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
82ba45d59e
commit
5fffcef915
@@ -22,7 +22,7 @@
|
||||
, libXtst
|
||||
, muffin
|
||||
, networkmanager
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, polkit
|
||||
, lib, stdenv
|
||||
, wrapGAppsHook
|
||||
@@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
|
||||
libXtst
|
||||
muffin
|
||||
networkmanager
|
||||
pkgconfig
|
||||
pkg-config
|
||||
polkit
|
||||
libxml2
|
||||
libgnomekbd
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, pkgconfig, libxml2, glib, gnome3 }:
|
||||
{ lib, stdenv, fetchurl, pkg-config, libxml2, glib, gnome3 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libcroco";
|
||||
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = lib.optional stdenv.isDarwin "--disable-Bsymbolic";
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ libxml2 glib ];
|
||||
|
||||
passthru = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ lib, stdenv
|
||||
, fetchFromGitHub
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, autoreconfHook
|
||||
, glib
|
||||
, gettext
|
||||
@@ -102,7 +102,7 @@ stdenv.mkDerivation rec {
|
||||
doCheck = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig
|
||||
pkg-config
|
||||
autoreconfHook
|
||||
wrapGAppsHook
|
||||
gettext
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
, intltool
|
||||
, meson
|
||||
, ninja
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, pulseaudio
|
||||
, python3
|
||||
, lib, stdenv
|
||||
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
python3
|
||||
wrapGAppsHook
|
||||
intltool
|
||||
pkgconfig
|
||||
pkg-config
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
, gobject-introspection
|
||||
, meson
|
||||
, ninja
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, lib, stdenv
|
||||
, wrapGAppsHook
|
||||
}:
|
||||
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
meson
|
||||
ninja
|
||||
wrapGAppsHook
|
||||
pkgconfig
|
||||
pkg-config
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ lib, stdenv
|
||||
, fetchFromGitHub
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, meson
|
||||
, ninja
|
||||
, glib
|
||||
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig
|
||||
pkg-config
|
||||
wrapGAppsHook
|
||||
gettext
|
||||
intltool
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
, makeWrapper
|
||||
, meson
|
||||
, ninja
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, python3
|
||||
, lib, stdenv
|
||||
, systemd
|
||||
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
||||
docbook_xsl
|
||||
docbook_xml_dtd_412
|
||||
python3
|
||||
pkgconfig
|
||||
pkg-config
|
||||
libxslt
|
||||
xmlto
|
||||
];
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
, libnotify
|
||||
, libxklavier
|
||||
, wrapGAppsHook
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, pulseaudio
|
||||
, lib, stdenv
|
||||
, systemd
|
||||
@@ -92,7 +92,7 @@ stdenv.mkDerivation rec {
|
||||
autoreconfHook
|
||||
wrapGAppsHook
|
||||
intltool
|
||||
pkgconfig
|
||||
pkg-config
|
||||
];
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ dbus-glib
|
||||
, fetchFromGitHub
|
||||
, gobject-introspection
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, lib, stdenv
|
||||
, wrapGAppsHook
|
||||
, python3
|
||||
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [
|
||||
meson # ADDING cmake breaks the build, ignore meson warning
|
||||
ninja
|
||||
pkgconfig
|
||||
pkg-config
|
||||
makeWrapper
|
||||
which # for locale detection
|
||||
libxml2 # for xml-stripblanks
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
, libstartup_notification
|
||||
, libXtst
|
||||
, libxkbcommon
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, lib, stdenv
|
||||
, udev
|
||||
, xorg
|
||||
@@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
||||
gettext
|
||||
libtool
|
||||
wrapGAppsHook
|
||||
pkgconfig
|
||||
pkg-config
|
||||
intltool
|
||||
|
||||
gnome-doc-utils
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
, gobject-introspection
|
||||
, meson
|
||||
, ninja
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, lib, stdenv
|
||||
, wrapGAppsHook
|
||||
, libxml2
|
||||
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
pkgconfig
|
||||
pkg-config
|
||||
ninja
|
||||
wrapGAppsHook
|
||||
intltool
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
, xorg
|
||||
, meson
|
||||
, ninja
|
||||
, pkgconfig
|
||||
, pkg-config
|
||||
, python3
|
||||
, lib, stdenv
|
||||
, vala
|
||||
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
ninja
|
||||
pkgconfig
|
||||
pkg-config
|
||||
python3
|
||||
vala
|
||||
wrapGAppsHook
|
||||
|
||||
Reference in New Issue
Block a user