pkgs/applications: pkgconfig -> pkg-config
This commit is contained in:
committed by
Jonathan Ringer
parent
47e997598c
commit
5d566c43b4
@@ -1,4 +1,4 @@
|
||||
{ fetchurl, lib, stdenv, pkgconfig, autoconf, automake, clutter, clutter-gst
|
||||
{ fetchurl, lib, stdenv, pkg-config, autoconf, automake, clutter, clutter-gst
|
||||
, gdk-pixbuf, cairo, clutter-gtk }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
url = "http://ftp.gnome.org/pub/GNOME/sources/pinpoint/0.1/${pname}-${version}.tar.xz";
|
||||
sha256 = "1jp8chr9vjlpb5lybwp5cg6g90ak5jdzz9baiqkbg0anlg8ps82s";
|
||||
};
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ autoconf automake clutter clutter-gst gdk-pixbuf
|
||||
cairo clutter-gtk ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user