Merge pull request #109959 from SFrijters/tangram-pkg-config
tangram: Use pkg-config instead of pkgconfig
This commit is contained in:
commit
18fa3ee8de
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, appstream-glib, desktop-file-utils, gdk-pixbuf
|
{ stdenv, lib, fetchFromGitHub, appstream-glib, desktop-file-utils, gdk-pixbuf
|
||||||
, gettext, gjs, glib, gobject-introspection, gsettings-desktop-schemas, gtk3
|
, gettext, gjs, glib, gobject-introspection, gsettings-desktop-schemas, gtk3
|
||||||
, hicolor-icon-theme, meson, ninja, pkgconfig, python3, webkitgtk, wrapGAppsHook
|
, hicolor-icon-theme, meson, ninja, pkg-config, python3, webkitgtk, wrapGAppsHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
pkgconfig
|
pkg-config
|
||||||
python3
|
python3
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user