pkgs/desktops: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
82ba45d59e
commit
5fffcef915
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, python3, fetchurl, pkgconfig, gettext, mate, gtk3, glib, wrapGAppsHook, gobject-introspection }:
|
||||
{ lib, stdenv, python3, fetchurl, pkg-config, gettext, mate, gtk3, glib, wrapGAppsHook, gobject-introspection }:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "mozo";
|
||||
@@ -12,7 +12,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
sha256 = "01lyi47a04xk0by5bvnfmqgv5sysk2wdlri6a4ssmy1qhgwh9zr3";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig gettext gobject-introspection wrapGAppsHook ];
|
||||
nativeBuildInputs = [ pkg-config gettext gobject-introspection wrapGAppsHook ];
|
||||
|
||||
propagatedBuildInputs = [ mate.mate-menus python3.pkgs.pygobject3 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user