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