pkgs/applications: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
47e997598c
commit
5d566c43b4
@@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, gettext, pkgconfig, glib, libnotify, gtk3, libgee
|
||||
{ lib, stdenv, fetchurl, gettext, pkg-config, glib, libnotify, gtk3, libgee
|
||||
, keybinder3, json-glib, zeitgeist, vala, gobject-introspection
|
||||
}:
|
||||
|
||||
@@ -14,7 +14,7 @@ in stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig gettext vala
|
||||
pkg-config gettext vala
|
||||
# For setup hook
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user