tangram: Use pkg-config instead of pkgconfig

This commit is contained in:
Stefan Frijters 2021-01-19 13:50:40 +01:00
parent f417ebf945
commit c946e9c8db
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -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
]; ];